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:
Pitchumani Sivanupandi 2016-05-03 10:56:30 +01:00 committed by Nick Clifton
parent a2076b34e1
commit b782c63d52
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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*-*-*]