mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
Assume that the GAS testsuite for the AVR is being run without -mlink-relax specified.
* testsuite/gas/lns/lns.exp: Add avr to list of targets using DW_LNS_fixed_advance_pc.
This commit is contained in:

committed by
Nick Clifton

parent
a2076b34e1
commit
b782c63d52
@ -1,3 +1,8 @@
|
||||
2016-05-03 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
|
||||
|
||||
* testsuite/gas/lns/lns.exp: Add avr to list of targets using
|
||||
DW_LNS_fixed_advance_pc.
|
||||
|
||||
2016-04-27 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* as.h (inline, __PTR_TO_INT, __INT_TO_PTR): Don't define.
|
||||
|
@ -33,6 +33,7 @@ if {
|
||||
} {
|
||||
# Use alternate file for targets using DW_LNS_fixed_advance_pc opcodes.
|
||||
if { [istarget am3*-*-*]
|
||||
|| [istarget avr*-*-*]
|
||||
|| [istarget cr16-*-*]
|
||||
|| [istarget crx-*-*]
|
||||
|| [istarget mn10*-*-*]
|
||||
|
Reference in New Issue
Block a user