* ld-powerpc/reloc.s, ld-powerpc/reloc.d: New.
[binutils-gdb.git] / ld / testsuite / ld-powerpc / reloc.d
1 # Test that orphan reloc sections are placed before .rela.plt even when
2 # .rela.plt is the only reloc section. Also tests that orphan non-alloc
3 # reloc sections go after alloc sections.
4
5 #source: reloc.s
6 #ld: -shared
7 #objdump: -hw
8
9 .*: +file format elf.*
10 #...
11 .*\.relaplatypus.*
12 #...
13 .*\.rela\.plt.*
14 #...
15 .*\.relaechidna.*
16 #pass