1 # Test that orphan reloc sections are placed before .rela.plt even when 2 # .rela.plt is the only reloc section. 3 4 #source: reloc.s 5 #ld: -shared -z nocombreloc 6 #objdump: -hw 7 8 .*: +file format elf.* 9 #... 10 .*\.relaplatypus.* 11 #... 12 .*\.rela\.plt.* 13 #pass 14