aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/reloc.d
blob: e559e53f4ed1200256075562d89c24c848a79054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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