* Makefile.tpl: Clean $(BUILD_SUBDIR).
[deliverable/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 -z nocombreloc
7 #objdump: -hw
8
9 .*: +file format elf.*
10 #...
11 .*\.relaplatypus.*
12 #...
13 .*\.rela\.plt.*
14 #...
15 .*\.relaechidna.*
16 #pass
This page took 0.036405 seconds and 4 git commands to generate.