diff --git a/gas/ChangeLog b/gas/ChangeLog index 94fa783cb30..4edb8a27854 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2016-05-03 Pitchumani Sivanupandi + + * testsuite/gas/lns/lns.exp: Add avr to list of targets using + DW_LNS_fixed_advance_pc. + 2016-04-27 Alan Modra * as.h (inline, __PTR_TO_INT, __INT_TO_PTR): Don't define. diff --git a/gas/testsuite/gas/lns/lns.exp b/gas/testsuite/gas/lns/lns.exp index b17e644e6dd..567db672cfb 100644 --- a/gas/testsuite/gas/lns/lns.exp +++ b/gas/testsuite/gas/lns/lns.exp @@ -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*-*-*]