bfd
[deliverable/binutils-gdb.git] / gas / testsuite / gas / lns / lns.exp
CommitLineData
bd0eb99b
RH
1if ![is_elf_format] then {
2 return
3}
4
5run_list_test "lns-diag-1" ""
800f6ec8 6run_dump_test "lns-duplicate"
851feff8 7
69444d9f
AM
8# ??? Won't work on targets that don't have a bare "nop" insn.
9# Perhaps we could arrange for an include file or something that
10# defined a macro...
c5d07591 11if {
800f6ec8 12 ![istarget i370-*-*]
7c48b4f1
NC
13 && ![istarget i960-*-*]
14 && ![istarget mcore-*-*]
15 && ![istarget or32-*-*]
c7927a3c 16 && ![istarget rx-*-*]
c5d07591
NC
17 && ![istarget s390*-*-*]
18} {
19 # Use alternate file for targets using DW_LNS_fixed_advance_pc opcodes.
f8a52b59 20 if { [istarget xtensa*-*-*] } {
c5d07591 21 run_dump_test "lns-common-1-alt"
7ddd14de 22 run_dump_test "lns-big-delta"
661ba50f
BW
23 } elseif { [istarget ia64*-*-*] } {
24 run_dump_test "lns-common-1" { { source "lns-common-1-ia64.s" } }
c5d07591
NC
25 } else {
26 run_dump_test "lns-common-1"
27 }
bd0eb99b 28}
This page took 0.167698 seconds and 4 git commands to generate.