From f3a503f6f1bf9e9334d0b255327e860c81019a0a Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Fri, 10 Nov 2006 14:15:52 +0000 Subject: [PATCH] * gas/cfi/cfi.exp: Don't run cfi-common-6 for mips*-*. --- gas/testsuite/ChangeLog | 4 ++++ gas/testsuite/gas/cfi/cfi.exp | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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 + + * gas/cfi/cfi.exp: Don't run cfi-common-6 for mips*-*. + 2006-11-10 Pedro Alves * 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" +} -- 2.7.4