aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-01-11 11:16:58 +0000
committerNick Clifton <nickc@redhat.com>2007-01-11 11:16:58 +0000
commit7c48b4f16f6359b1f1ae4c4e7b8d651b2d785237 (patch)
tree048962abfb4fbceb78d8f6bbf0e64a111d50a1a3 /gas
parent04f8d83b9a623f43de70002a8e40ca295f954c0a (diff)
downloadfsf-binutils-gdb-7c48b4f16f6359b1f1ae4c4e7b8d651b2d785237.zip
fsf-binutils-gdb-7c48b4f16f6359b1f1ae4c4e7b8d651b2d785237.tar.gz
fsf-binutils-gdb-7c48b4f16f6359b1f1ae4c4e7b8d651b2d785237.tar.bz2
Run the alternative version of the lns-common-1 test for the MCore target.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/lns/lns.exp8
2 files changed, 11 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 7a6506f..f0eebeb 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-11 Nick Clifton <nickc@redhat.com>
+
+ * gas/lns/lns.exp (run_list_test): Run the alternative version of
+ the lns-common-1 test for the MCore target.
+
2007-01-08 Kai Tietz <kai.tietz@onevision.com>
* gas/all/gas.exp: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
diff --git a/gas/testsuite/gas/lns/lns.exp b/gas/testsuite/gas/lns/lns.exp
index 8a87914..7a62c5c 100644
--- a/gas/testsuite/gas/lns/lns.exp
+++ b/gas/testsuite/gas/lns/lns.exp
@@ -21,8 +21,12 @@ run_list_test "lns-diag-1" ""
# ??? Won't work on targets that don't have a bare "nop" insn.
# Perhaps we could arrange for an include file or something that
# defined a macro...
-if { ![istarget ia64*-*-*] && ![istarget i370-*-*] && ![istarget i960-*-*]
- && ![istarget or32-*-*] && ![istarget s390*-*-*] } {
+if { ![istarget ia64*-*-*]
+ && ![istarget i370-*-*]
+ && ![istarget i960-*-*]
+ && ![istarget mcore-*-*]
+ && ![istarget or32-*-*]
+ && ![istarget s390*-*-*] } {
# Use alternate file for targets using DW_LNS_fixed_advance_pc opcodes.
if { [istarget xtensa-*-*] } {
run_dump_test "lns-common-1-alt"