Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-powerpc/reloc.d
2023-03-06 14:48:14 +01:00

13 lines
246 B
Makefile

# Test that orphan reloc sections are placed before .rela.plt even when
# .rela.plt is the only reloc section.
#source: reloc.s
#ld: -shared -z nocombreloc
#objdump: -hw
.*: +file format elf.*
#...
.*\.relaplatypus.*
#...
.*\.rela\.plt.*
#pass