]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/lns/lns.exp
Merge commit 'upstream/2.20'
[msp430-binutils.git] / gas / testsuite / gas / lns / lns.exp
index 2373290e84257b25e4a6a03cd4c1fb733a60bda7..025a85687782e2983b63e2f97497ef8d13529a37 100644 (file)
@@ -3,24 +3,24 @@ if ![is_elf_format] then {
 }
 
 run_list_test "lns-diag-1" ""
+run_dump_test "lns-duplicate"
 
 # ??? 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...
-# Nor does it work on targets that do not generate line number
-# information (d10v).
 if {
-        ![istarget d10v-*-*]
-     && ![istarget ia64*-*-*]
-     && ![istarget i370-*-*]
+        ![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-*-*] } {
+    if { [istarget xtensa*-*-*] } {
       run_dump_test "lns-common-1-alt"
+      run_dump_test "lns-big-delta"
+    } elseif { [istarget ia64*-*-*] } {
+      run_dump_test "lns-common-1" { { source "lns-common-1-ia64.s" } }
     } else {
       run_dump_test "lns-common-1"
     }