* config/obj-elf.c (obj_elf_type): Add code to support a type of
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / type.s
CommitLineData
5c1aa77e 1 .text
3e7a7d11 2
5c1aa77e 3 .size function,1
1f88a2f9 4 .type function,%function
5c1aa77e 5function:
d8045f23 6 .byte 0x0
3e7a7d11 7
d8045f23
NC
8 .size indirect_function,1
9 .type indirect_function,%gnu_indirect_function
10indirect_function:
5c1aa77e 11 .byte 0x0
3e7a7d11 12
5c1aa77e 13 .data
3e7a7d11 14
1f88a2f9 15 .type object,%object
5c1aa77e
L
16 .size object,1
17object:
18 .byte 0x0
1f88a2f9 19 .type tls_object,%tls_object
3e7a7d11 20
5c1aa77e
L
21 .size tls_object,1
22tls_object:
23 .byte 0x0
1f88a2f9 24 .type notype,%notype
3e7a7d11 25
5c1aa77e
L
26 .size notype,1
27notype:
28 .byte 0x0
504b7d20
NC
29 .comm common, 1
30 .type common,STT_COMMON
3e7a7d11
NC
31
32 .type unique_global,%gnu_unique_object
33unique_global:
34 .byte 0x0
35 .size unique_global,1
This page took 0.266764 seconds and 4 git commands to generate.