2005-05-24 H.J. Lu <hongjiu.lu@intel.com>
[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
L
4function:
5 .byte 0x0
6 .data
1f88a2f9 7 .type object,%object
5c1aa77e
L
8 .size object,1
9object:
10 .byte 0x0
1f88a2f9 11 .type tls_object,%tls_object
5c1aa77e
L
12 .size tls_object,1
13tls_object:
14 .byte 0x0
1f88a2f9 15 .type notype,%notype
5c1aa77e
L
16 .size notype,1
17notype:
18 .byte 0x0
This page took 0.11078 seconds and 4 git commands to generate.