Add support for creating ELF import libraries
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / implib.s
CommitLineData
76359541
TP
1.ifndef NO_GLOBAL
2 .bss
3 .comm exported1,1
4
5 .data
6 .global exported2
7 .type exported2, %object
8 .size exported2, 1
9exported2:
10 .byte 21
11.endif
12
13 .bss
14not_exported1:
15 .space 1
16 .size not_exported1, 1
17
18 .data
19 .type not_exported2, %object
20 .size not_exported2, 1
21not_exported2:
22 .byte 42
This page took 0.025317 seconds and 4 git commands to generate.