ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / pr19803.d
1 #ld: -shared --out-implib dx.dll.a --gc-sections
2 #objdump: --syms
3 #xfail: mcore-*
4 #
5 # The MCORE-PE target does not support -shared.
6 #
7 # Check that the target specific entry symbol *Startup is still
8 # a defined (sec > 0), public (scl == 2) symbol, even after garbage
9 # collection.
10
11 #...
12 .*\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 2\) \(nx 0\) 0x0+000 .*Startup.*
13 #pass
This page took 0.029573 seconds and 4 git commands to generate.