* gas/all/gas.exp (fwdexp): Run on hppa*64*-*-*. Skip on 32-bit

hppa*-*-hpux*.
	(octa): Likewise.
This commit is contained in:
Dave Anglin
2010-12-31 20:01:39 +00:00
parent 0e2de36609
commit 01c51e443e
2 changed files with 18 additions and 2 deletions

View File

@ -1,5 +1,9 @@
2010-12-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 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*-*. * gas/cfi/cfi.exp: Skip cfi-common-6 on hppa64*-*.
2010-12-31 Richard Sandiford <rdsandiford@googlemail.com> 2010-12-31 Richard Sandiford <rdsandiford@googlemail.com>

View File

@ -92,7 +92,10 @@ case $target_triplet in {
# ti addresses aren't octets. # ti addresses aren't octets.
if { ![is_aout_format] } { if { ![is_aout_format] } {
case $target_triplet in { case $target_triplet in {
{ hppa-*-hpux* } { } { hppa*64*-*-* } {
run_dump_test fwdexp
}
{ hppa*-*-hpux* } { }
{ mep-*-* } { } { mep-*-* } { }
{ mips*-*-ecoff* } { } { mips*-*-ecoff* } { }
{ mmix-*-* } { } { mmix-*-* } { }
@ -360,7 +363,16 @@ if { ![istarget "i960-*-*"] } {
run_dump_test quad 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. # .set works differently on some targets.
case $target_triplet in { case $target_triplet in {