[MIPS] Add Loongson 2K1000 proccessor support.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr22677.d
1 #ld: -r --gc-sections -u foo
2 #readelf: -S --wide
3 #xfail: cr16-*-* crx-*-* d30v-*-* dlx-*-* hppa64-*-*
4 #xfail: mep-*-* mn10200-*-* msp430-*-* pj*-*-* pru-*-* xgate-*-*
5 # msp430 puts the init_array and fini_array inside the .rodata section.
6 # generic linker targets don't support --gc-sections, nor do a bunch of
7 # others.
8 # cr16 and crx use non-standard scripts with memory regions, which don't
9 # play well with unique group sections under ld -r.
10
11 #...
12 \[[ 0-9]+\] \.preinit_array\.01000[ \t]+PREINIT_ARRAY[ \t0-9a-f]+WA?.*
13 #...
14 \[[ 0-9]+\] \.init_array\.01000[ \t]+INIT_ARRAY[ \t0-9a-f]+WA?.*
15 #...
16 \[[ 0-9]+\] \.fini_array\.01000[ \t]+FINI_ARRAY[ \t0-9a-f]+WA?.*
17 #pass
This page took 0.038266 seconds and 4 git commands to generate.