diff options
author | Dave Anglin <dave.anglin@nrc.ca> | 2010-12-31 20:01:39 +0000 |
---|---|---|
committer | Dave Anglin <dave.anglin@nrc.ca> | 2010-12-31 20:01:39 +0000 |
commit | 01c51e443edfabfecc1e66c48dee3d9549efa74e (patch) | |
tree | d5e1811148208d092db51f905c33b245856df05e /gas/testsuite | |
parent | 0e2de36609cf566ee543fe38f6c5a174306c8902 (diff) | |
download | gdb-01c51e443edfabfecc1e66c48dee3d9549efa74e.zip gdb-01c51e443edfabfecc1e66c48dee3d9549efa74e.tar.gz gdb-01c51e443edfabfecc1e66c48dee3d9549efa74e.tar.bz2 |
* gas/all/gas.exp (fwdexp): Run on hppa*64*-*-*. Skip on 32-bit
hppa*-*-hpux*.
(octa): Likewise.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/all/gas.exp | 16 |
2 files changed, 18 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index d50bcde..96ee233 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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> diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index c41db98..f9330d9 100644 --- a/gas/testsuite/gas/all/gas.exp +++ b/gas/testsuite/gas/all/gas.exp @@ -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 { |