diff options
author | Thiemo Seufer <ths@networkno.de> | 2006-11-10 14:15:52 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2006-11-10 14:15:52 +0000 |
commit | f3a503f6f1bf9e9334d0b255327e860c81019a0a (patch) | |
tree | 5caf24908c80234c1ca7302f53353702ce0271b9 /gas | |
parent | 0ffdc86ce9b1f13f791d159c60c58e2c87ed0d91 (diff) | |
download | gdb-f3a503f6f1bf9e9334d0b255327e860c81019a0a.zip gdb-f3a503f6f1bf9e9334d0b255327e860c81019a0a.tar.gz gdb-f3a503f6f1bf9e9334d0b255327e860c81019a0a.tar.bz2 |
* gas/cfi/cfi.exp: Don't run cfi-common-6 for mips*-*.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/cfi/cfi.exp | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 180fbf9..0abee08 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-11-10 Thiemo Seufer <ths@mips.com> + + * gas/cfi/cfi.exp: Don't run cfi-common-6 for mips*-*. + 2006-11-10 Pedro Alves <pedro_alves@portugalmail.pt> * gas/arm/undefined.d: Run test on Windows CE. diff --git a/gas/testsuite/gas/cfi/cfi.exp b/gas/testsuite/gas/cfi/cfi.exp index da9ef26..3a56505 100644 --- a/gas/testsuite/gas/cfi/cfi.exp +++ b/gas/testsuite/gas/cfi/cfi.exp @@ -73,4 +73,8 @@ run_dump_test "cfi-common-2" run_dump_test "cfi-common-3" run_dump_test "cfi-common-4" run_dump_test "cfi-common-5" -run_dump_test "cfi-common-6" + +# MIPS doesn't support PC relative cfi directives +if { ![istarget "mips*-*"] } then { + run_dump_test "cfi-common-6" +} |