* ld-powerpc/powerpc.exp (ppcelftests): Assemble sda test with -a32.
authorAlan Modra <amodra@gmail.com>
Thu, 2 Jun 2005 14:30:03 +0000 (14:30 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 2 Jun 2005 14:30:03 +0000 (14:30 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-powerpc/powerpc.exp

index 9894408..e487bc6 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-powerpc/powerpc.exp (ppcelftests): Assemble sda test with -a32.
+
 2005-05-31  Zack Weinberg  <zack@codesourcery.com>
 
        * ld-scripts/align.exp: Mark align1 XFAIL on PECOFF targets.
index 593d7e2..dcff739 100644 (file)
@@ -1,5 +1,5 @@
 # Expect script for ld-powerpc tests
-#   Copyright 2002, 2003 Free Software Foundation
+#   Copyright 2002, 2003, 2005 Free Software Foundation
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -69,9 +69,9 @@ set ppcelftests {
      {{readelf -WSsrl tlsso32.r} {objdump -dr tlsso32.d}
       {objdump -sj.got tlsso32.g} {objdump -sj.tdata tlsso32.t}}
       "tls32.so"}
-    {"Shared library with global symbol" "-shared -melf32ppc" "" {sdalib.s}
+    {"Shared library with global symbol" "-shared -melf32ppc" "-a32" {sdalib.s}
      {} "sdalib.so"}
-    {"Dynamic application with SDA" "-melf32ppc tmpdir/sdalib.so" "" {sdadyn.s}
+    {"Dynamic application with SDA" "-melf32ppc tmpdir/sdalib.so" "-a32" {sdadyn.s}
      {{objdump -R sdadyn.d}} "sdadyn"}
 }