aarch64*-*-*ilp32 gas tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / type.s
1 .text
2
3 .size function,1
4 .type function,%function
5 function:
6 .byte 0x0
7
8 .size indirect_function,1
9 .type indirect_function,%gnu_indirect_function
10 indirect_function:
11 .byte 0x0
12
13 .data
14
15 .type object,%object
16 .size object,1
17 object:
18 .byte 0x0
19 .type tls_object,%tls_object
20
21 .size tls_object,1
22 tls_object:
23 .byte 0x0
24 .type notype,%notype
25
26 .size notype,1
27 notype:
28 .byte 0x0
29
30 .type unique_global,%gnu_unique_object
31 unique_global:
32 .byte 0x0
33 .size unique_global,1
34
35 .comm common, 1
36 .type common,STT_COMMON
37
This page took 0.037278 seconds and 4 git commands to generate.