PR ld/4023
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / reloc.d
CommitLineData
302cbfc2
AM
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
4565652e 5#ld: -shared -melf_i386 -z nocombreloc
302cbfc2
AM
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.193911 seconds and 4 git commands to generate.