Add a note to the GDB/NEWS file mentioning that the ARM simulator now
[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
3e7a7d11
NC
29
30 .type unique_global,%gnu_unique_object
31unique_global:
32 .byte 0x0
33 .size unique_global,1
f658ca2c
NC
34
35 .comm common, 1
36 .type common,STT_COMMON
37
This page took 0.451966 seconds and 4 git commands to generate.