]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/implib.s
Remove bfd_stdint.h
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / implib.s
CommitLineData
dd803a24
AM
1 .ifndef NO_GLOBAL
2 .ifdef HPUX
3exported1 .comm 1
4 .else
76359541 5 .comm exported1,1
dd803a24 6 .endif
76359541
TP
7
8 .data
9 .global exported2
10 .type exported2, %object
11 .size exported2, 1
12exported2:
13 .byte 21
dd803a24 14 .endif
76359541 15
5df1bc57 16 .section ".bss", "aw", %nobits
76359541
TP
17not_exported1:
18 .space 1
19 .size not_exported1, 1
20
21 .data
22 .type not_exported2, %object
23 .size not_exported2, 1
24not_exported2:
25 .byte 42