include/elf
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / type.s
CommitLineData
5c1aa77e
L
1 .text
2 .size function,1
1f88a2f9 3 .type function,%function
5c1aa77e 4function:
d8045f23
NC
5 .byte 0x0
6 .size indirect_function,1
7 .type indirect_function,%gnu_indirect_function
8indirect_function:
5c1aa77e
L
9 .byte 0x0
10 .data
1f88a2f9 11 .type object,%object
5c1aa77e
L
12 .size object,1
13object:
14 .byte 0x0
1f88a2f9 15 .type tls_object,%tls_object
5c1aa77e
L
16 .size tls_object,1
17tls_object:
18 .byte 0x0
1f88a2f9 19 .type notype,%notype
5c1aa77e
L
20 .size notype,1
21notype:
22 .byte 0x0
504b7d20
NC
23 .comm common, 1
24 .type common,STT_COMMON
This page took 0.262327 seconds and 4 git commands to generate.