2002-11-27 David O'Brien <obrien@FreeBSD.org>
[binutils.git] / ld / testsuite / ld-i386 / reloc.d
blob9e8faa419cae5afc51ab241b28e163b5e4d935b5
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 -z nocombreloc
6 #objdump: -hw
7 #target: i?86-*-*
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