aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-10-10 02:53:17 +0000
committerAlan Modra <amodra@gmail.com>2002-10-10 02:53:17 +0000
commit4565652e33cfb7616aa5b810a8bfa680a28ab922 (patch)
tree8087c444f980df39fc3d4a6f7a4dba344736630e /ld/testsuite/ld-i386
parent24cdb50ae85f833058ac693535051ac66e6f0d2f (diff)
downloadgdb-4565652e33cfb7616aa5b810a8bfa680a28ab922.zip
gdb-4565652e33cfb7616aa5b810a8bfa680a28ab922.tar.gz
gdb-4565652e33cfb7616aa5b810a8bfa680a28ab922.tar.bz2
* ld-i386/i386.exp (reloc): Turn off combreloc.
* ld-i386/reloc.d: Likewise. * ld-powerpc/powerpc.exp: Likewise. * ld-powerpc/reloc.d: Likewise.
Diffstat (limited to 'ld/testsuite/ld-i386')
-rw-r--r--ld/testsuite/ld-i386/i386.exp4
-rw-r--r--ld/testsuite/ld-i386/reloc.d2
2 files changed, 3 insertions, 3 deletions
diff --git a/ld/testsuite/ld-i386/i386.exp b/ld/testsuite/ld-i386/i386.exp
index 846847e..680ced9 100644
--- a/ld/testsuite/ld-i386/i386.exp
+++ b/ld/testsuite/ld-i386/i386.exp
@@ -57,8 +57,8 @@ set i386tests {
{{objdump -sj.debug_foobar tlsg.sd}} "tlsg"}
{"TLS @indntpoff with %eax" "-melf_i386" "--32" {tlsindntpoff.s}
{{objdump -drj.text tlsindntpoff.dd}} "tlsindntpoff"}
- {"Reloc section order" "-shared -melf_i386" "--32" {reloc.s}
- {{objdump -hw reloc.d}} "reloc.so"}
+ {"Reloc section order" "-shared -melf_i386 -z nocombreloc" "--32"
+ {reloc.s} {{objdump -hw reloc.d}} "reloc.so"}
}
run_ld_link_tests $i386tests
diff --git a/ld/testsuite/ld-i386/reloc.d b/ld/testsuite/ld-i386/reloc.d
index 2981110..9e8faa4 100644
--- a/ld/testsuite/ld-i386/reloc.d
+++ b/ld/testsuite/ld-i386/reloc.d
@@ -2,7 +2,7 @@
# .rel.plt is the only reloc section.
#source: reloc.s
#as: --32
-#ld: -shared -melf_i386
+#ld: -shared -melf_i386 -z nocombreloc
#objdump: -hw
#target: i?86-*-*