Fix implib test failures
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / implib.s
CommitLineData
76359541 1.ifndef NO_GLOBAL
76359541
TP
2 .comm exported1,1
3
4 .data
5 .global exported2
6 .type exported2, %object
7 .size exported2, 1
8exported2:
9 .byte 21
10.endif
11
5df1bc57 12 .section ".bss", "aw", %nobits
76359541
TP
13not_exported1:
14 .space 1
15 .size not_exported1, 1
16
17 .data
18 .type not_exported2, %object
19 .size not_exported2, 1
20not_exported2:
21 .byte 42
This page took 0.024151 seconds and 4 git commands to generate.