gas/ELF: don't accumulate .type settings
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / type-2.s
1 .text
2
3 .type test1,%function
4 .type test1,%object
5 test1:
6 .byte 0x0
7
8 .type test2,%object
9 .type test2,%function
10 test2:
11 .byte 0x0
12
13 .type test3,%object
14 .type test3,%notype
15 test3:
16 .byte 0x0
17
18 .type test4,%function
19 .type test4,%notype
20 test4:
21 .byte 0x0
22
23 .type test5,%tls_object
24 .type test5,%notype
25 test5:
26 .byte 0x0
27
28 .type test6,%gnu_indirect_function
29 .type test6,%notype
30 test6:
31 .byte 0x0
32
33 .type test7,%function
34 .type test7,%notype
35 .type test7,%object
36 test7:
37 .byte 0x0
38
39 .type test8,%object
40 .type test8,%tls_object
41 .type test8,%object
42 test8:
43 .byte 0x0
44
45 .type test9,%function
46 .type test9,%gnu_indirect_function
47 .type test9,%function
48 test9:
49 .byte 0x0
This page took 0.04596 seconds and 4 git commands to generate.