binutils-gdb/ld/testsuite/ld-i386/reloc.d
H.J. Lu ea9cd3c85b 2007-04-05 H.J. Lu <hongjiu.lu@intel.com>
* ld-i386/combreloc.d: Remove #target: i?86-*-*.
	* ld-i386/reloc.d: Likewise.
2007-04-05 13:47:02 +00:00

18 lines
415 B
Makefile

# Test that orphan reloc sections are placed before .rel.plt even when
# .rel.plt is the only reloc section.
#source: reloc.s
#as: --32
#ld: -shared -melf_i386 -z nocombreloc
#objdump: -hw
.*: +file format elf32-i386
#...
.*\.relplatypus.*
#...
.*\.rel\.plt.*
# x86 ld doesn't output non-alloc reloc sections to shared libs, so disable
# the following two lines for the time being.
# #...
# .*\.relechidna.*
#pass