* dwarf2dbg.c (dwarf2_directive_loc): Emit duplicate .loc directives.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / lns / lns.exp
1 if ![is_elf_format] then {
2 return
3 }
4
5 run_list_test "lns-diag-1" ""
6
7 run_dump_test "lns-duplicate"
8
9 # ??? Won't work on targets that don't have a bare "nop" insn.
10 # Perhaps we could arrange for an include file or something that
11 # defined a macro...
12 # Nor does it work on targets that do not generate line number
13 # information (d10v).
14 if {
15 ![istarget d10v-*-*]
16 && ![istarget ia64*-*-*]
17 && ![istarget i370-*-*]
18 && ![istarget i960-*-*]
19 && ![istarget mcore-*-*]
20 && ![istarget or32-*-*]
21 && ![istarget s390*-*-*]
22 } {
23 # Use alternate file for targets using DW_LNS_fixed_advance_pc opcodes.
24 if { [istarget xtensa-*-*] } {
25 run_dump_test "lns-common-1-alt"
26 } else {
27 run_dump_test "lns-common-1"
28 }
29 }
This page took 0.030214 seconds and 4 git commands to generate.