* emultempl/elf32.em (output_rel_find): Prefer .rel script sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / reloc.d
1 # Test that orphan reloc sections are placed before .rel.plt even when
2 # .rel.plt is the only reloc section.
3 #source: reloc.s
4 #as: --32
5 #ld: -shared -melf_i386
6 #objdump: -hw
7 #target: i?86-*-*
8
9 .*: +file format elf32-i386
10 #...
11 .*\.relplatypus.*
12 #...
13 .*\.rel\.plt.*
14 # x86 ld doesn't output non-alloc reloc sections to shared libs, so disable
15 # the following two lines for the time being.
16 # #...
17 # .*\.relechidna.*
18 #pass
This page took 0.029894 seconds and 4 git commands to generate.