Upload Tizen:Base source
[external/binutils.git] / ld / testsuite / ld-i386 / reloc.d
1 # Test that orphan reloc sections are placed before .rel.plt even when
2 # .rel.plt is the only reloc section.
3 #source: reloc.s
4 #as: --32
5 #ld: -shared -melf_i386 -z nocombreloc
6 #objdump: -hw
7
8 .*: +file format elf32-i386
9 #...
10 .*\.relplatypus.*
11 #...
12 .*\.rel\.plt.*
13 # x86 ld doesn't output non-alloc reloc sections to shared libs, so disable
14 # the following two lines for the time being.
15 # #...
16 # .*\.relechidna.*
17 #pass