Retro68/binutils/ld/testsuite/ld-i386/reloc.d

18 lines
417 B
D
Raw Normal View History

2012-03-26 19:18:29 +00:00
# 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.*
2012-03-26 19:18:29 +00:00
#...
.*\.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