[PATCH 1/2] coff-go32: update ldscript
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / pr18963.d
1 # source: pr18963.s
2 # ld: -T pr18963.t
3 # nm: -B -n
4 # notarget: tic*-*-* ia64-*-* *-*-aix* microblaze-*-* *-*-vms
5 # Skip this test on targets which have sizeof(byte) != sizeof(octet).
6 # On these targets the ".lcomm _bss,0x100" directive does not create
7 # a 0x100 byte long section as needed by the test.
8 # Also skip it for AIX and IA64 targets because they use a non-standard version of .lcomm.
9 # And skip for the microblaze target which does not support a .bss section at all.
10 # Plus skip for VMS based targets as the linker automatically adds extra libraries that may not be present in a cross build.
11
12 #...
13 0+a00 . D
14 #...
15 0+a00 . E
16 #...
17 [02]+b00 T A
18 #...
19 [02]+c00 D B
20 #...
21 [02]+d00 . C
22 #pass
This page took 0.030308 seconds and 4 git commands to generate.