summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-08-16 13:53:37 +0000
committerAlan Modra <amodra@gmail.com>2007-08-16 13:53:37 +0000
commited1eeeca157ebee44c671a82b9258eacaa882304 (patch)
treec3cfa643776364148f38f92f7c4a981c871343ae
parente5c439c86650ba4d9b8786c6e1f6758237e528fb (diff)
downloadbinutils-gdb-ed1eeeca157ebee44c671a82b9258eacaa882304.tar.gz
* ld-srec/srec.exp: Always pass "-G 0". Remove all powerpc
xfails.
-rw-r--r--ld/testsuite/ChangeLog5
-rw-r--r--ld/testsuite/ld-srec/srec.exp10
2 files changed, 8 insertions, 7 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index e2ac685843c..3bbadcbd0d5 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-16 Alan Modra <amodra@bigpond.net.au>
+
+ * ld-srec/srec.exp: Always pass "-G 0". Remove all powerpc
+ xfails.
+
2007-08-15 Alan Modra <amodra@bigpond.net.au>
* ld-powerpc/relbrlt.s (.text.pad2): Adjust space.
diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp
index ef375ec5e81..c40161a574f 100644
--- a/ld/testsuite/ld-srec/srec.exp
+++ b/ld/testsuite/ld-srec/srec.exp
@@ -228,8 +228,9 @@ proc run_srec_test { test objs } {
global sizeof_headers
global host_triplet
- # Tell the ELF linker to not do anything clever with .eh_frame.
- set flags "--traditional-format"
+ # Tell the ELF linker to not do anything clever with .eh_frame,
+ # and not to put anything in small data.
+ set flags "--traditional-format -G 0"
# If the linker script uses SIZEOF_HEADERS, use a -Ttext argument
# to force both the normal link and the S-record link to be put in
@@ -374,10 +375,6 @@ setup_xfail "thumb-*-pe*"
setup_xfail "thumb-*-elf*"
setup_xfail "arm*-*-linux*"
-# The S-record linker doesn't put common symbols in small data
-# the way the ELF linker does.
-setup_xfail "powerpc*-*-*"
-
# The S-record linker doesn't include the .{zda} sections.
setup_xfail "v850*-*-elf"
@@ -420,7 +417,6 @@ setup_xfail "*-*-aix*" "*-*-xcoff*"
setup_xfail "arm*-*-*"
setup_xfail "strongarm*-*-*"
setup_xfail "thumb-*-*"
-setup_xfail "powerpc*-*-eabi*"
setup_xfail "v850*-*-elf"
setup_xfail "alpha*-*-elf*" "alpha*-*-linux-*" "alpha*-*-gnu*"
setup_xfail "alpha*-*-netbsd*"