diff options
author | Dave Anglin <dave.anglin@nrc.ca> | 2010-12-31 18:40:23 +0000 |
---|---|---|
committer | Dave Anglin <dave.anglin@nrc.ca> | 2010-12-31 18:40:23 +0000 |
commit | 40a41a9acc434682aca501143e71f91c5ad854c5 (patch) | |
tree | 19d9ce1a67e21cdf5534ee90330b563479f13fff | |
parent | 3c853d931322f71b01a217f05bb8302f32a263d2 (diff) | |
download | gdb-40a41a9acc434682aca501143e71f91c5ad854c5.zip gdb-40a41a9acc434682aca501143e71f91c5ad854c5.tar.gz gdb-40a41a9acc434682aca501143e71f91c5ad854c5.tar.bz2 |
* gas/cfi/cfi.exp: Skip cfi-common-6 on hppa64*-*.
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/cfi/cfi.exp | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 1d5c413..d50bcde 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-12-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + * gas/cfi/cfi.exp: Skip cfi-common-6 on hppa64*-*. + 2010-12-31 Richard Sandiford <rdsandiford@googlemail.com> * gas/mips/e32-rel2.d: Accept any file format. diff --git a/gas/testsuite/gas/cfi/cfi.exp b/gas/testsuite/gas/cfi/cfi.exp index 7642e01..c5e3acf 100644 --- a/gas/testsuite/gas/cfi/cfi.exp +++ b/gas/testsuite/gas/cfi/cfi.exp @@ -100,10 +100,9 @@ if { ![istarget "hppa64*-*"] } then { # This test uses .subsection/.previous which are elf-specific. run_dump_test "cfi-common-5" } - run_dump_test "cfi-common-7" -} - -# MIPS doesn't support PC relative cfi directives. -if { ![istarget "mips*-*"] } then { + # MIPS doesn't support PC relative cfi directives. + if { ![istarget "mips*-*"] } then { run_dump_test "cfi-common-6" + } + run_dump_test "cfi-common-7" } |