mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* gas/lns/lns.exp: Don't run lns-duplicate for d10v target.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2009-01-24 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* gas/lns/lns.exp: Don't run lns-duplicate for d10v target.
|
||||||
|
|
||||||
2009-01-23 Andreas Schwab <schwab@suse.de>
|
2009-01-23 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* gas/mips/mips16-e.d: Adjust for change in LOCAL_LABEL_PREFIX.
|
* gas/mips/mips16-e.d: Adjust for change in LOCAL_LABEL_PREFIX.
|
||||||
|
@ -4,7 +4,11 @@ if ![is_elf_format] then {
|
|||||||
|
|
||||||
run_list_test "lns-diag-1" ""
|
run_list_test "lns-diag-1" ""
|
||||||
|
|
||||||
run_dump_test "lns-duplicate"
|
# Does not work on targets that do not generate line number
|
||||||
|
# information (d10v).
|
||||||
|
if {![istarget d10v-*-*]} {
|
||||||
|
run_dump_test "lns-duplicate"
|
||||||
|
}
|
||||||
|
|
||||||
# ??? Won't work on targets that don't have a bare "nop" insn.
|
# ??? Won't work on targets that don't have a bare "nop" insn.
|
||||||
# Perhaps we could arrange for an include file or something that
|
# Perhaps we could arrange for an include file or something that
|
||||||
|
Reference in New Issue
Block a user