e4d527b22939163f796b73109ee63680bd030aed
[external/binutils.git] / ld / testsuite / ld-elf / implib.s
1 .ifndef NO_GLOBAL
2         .comm   exported1,1
3
4         .data
5         .global exported2
6         .type   exported2, %object
7         .size   exported2, 1
8 exported2:
9         .byte   21
10 .endif
11
12         .section ".bss", "aw", %nobits
13 not_exported1:
14         .space  1
15         .size   not_exported1, 1
16
17         .data
18         .type   not_exported2, %object
19         .size   not_exported2, 1
20 not_exported2:
21         .byte   42