ChangeLog rotatation and copyright year update
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / type-noifunc.s
1 .text
2 .size function,1
3 .type function,%function
4 function:
5 .byte 0x0
6 .data
7 .type object,%object
8 .size object,1
9 object:
10 .byte 0x0
11 .type tls_object,%tls_object
12 .size tls_object,1
13 tls_object:
14 .byte 0x0
15 .type notype,%notype
16 .size notype,1
17 notype:
18 .byte 0x0
19 .comm common, 1
20 .type common,STT_COMMON
This page took 0.051807 seconds and 4 git commands to generate.