From Thierry Schneider <tpschneider1@yahoo.com>:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / type.s
CommitLineData
5c1aa77e
L
1 .text
2 .size function,1
3 .type function,@function
4function:
5 .byte 0x0
6 .data
7 .type object,@object
8 .size object,1
9object:
10 .byte 0x0
11 .type tls_object,@tls_object
12 .size tls_object,1
13tls_object:
14 .byte 0x0
15 .type notype,@notype
16 .size notype,1
17notype:
18 .byte 0x0
This page took 0.024183 seconds and 4 git commands to generate.