]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gas/all/gas.exp (fwdexp): Run on hppa*64*-*-*. Skip on 32-bit
authorDave Anglin <dave.anglin@nrc.ca>
Fri, 31 Dec 2010 20:01:39 +0000 (20:01 +0000)
committerDave Anglin <dave.anglin@nrc.ca>
Fri, 31 Dec 2010 20:01:39 +0000 (20:01 +0000)
hppa*-*-hpux*.
(octa): Likewise.

gas/testsuite/ChangeLog
gas/testsuite/gas/all/gas.exp

index d50bcde1030fd3ddc31a3ddac222fdcf9ce697b1..96ee233122908233e20fb525e61de374fc3bcb84 100644 (file)
@@ -1,5 +1,9 @@
 2010-12-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
+       * gas/all/gas.exp (fwdexp): Run on hppa*64*-*-*.  Skip on 32-bit
+       hppa*-*-hpux*.
+       (octa): Likewise.
+
        * gas/cfi/cfi.exp: Skip cfi-common-6 on hppa64*-*.
 
 2010-12-31  Richard Sandiford  <rdsandiford@googlemail.com>
index c41db983c12c0fe950a6d7d2b27ef6dadae3cde5..f9330d96e3269ad370a720f1df1b8da3d26d2293 100644 (file)
@@ -92,7 +92,10 @@ case $target_triplet in {
 # ti addresses aren't octets.
 if { ![is_aout_format] } {
     case $target_triplet in {
-       { hppa-*-hpux* } { }
+       { hppa*64*-*-* } {
+           run_dump_test fwdexp
+       }
+       { hppa*-*-hpux* } { }
        { mep-*-* } { }
        { mips*-*-ecoff* } { }
        { mmix-*-* } { }
@@ -360,7 +363,16 @@ if { ![istarget "i960-*-*"] } {
     run_dump_test quad
 }
 
-run_dump_test octa
+# som doesn't use .data section.
+case $target_triplet in {
+    { hppa*64*-*-* } {
+       run_dump_test octa
+    }
+    { hppa*-*-hpux* } { }
+    default {
+       run_dump_test octa
+    }
+}
 
 # .set works differently on some targets.
 case $target_triplet in {