From: Pitchumani Sivanupandi Date: Tue, 3 May 2016 09:56:30 +0000 (+0100) Subject: Assume that the GAS testsuite for the AVR is being run without -mlink-relax specified. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b782c63d52a9caf15f1f3ec2e09c9268b48bf065;p=deliverable%2Fbinutils-gdb.git 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 94fa783cb3..4edb8a2785 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 b17e644e6d..567db672cf 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*-*-*]