hppa*-*-hpux*.
(octa): Likewise.
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>
# 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-*-* } { }
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 {