This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Assume that the GAS testsuite for the AVR is being run without -mlink-relax specified.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b782c63d52a9caf15f1f3ec2e09c9268b48bf065

commit b782c63d52a9caf15f1f3ec2e09c9268b48bf065
Author: Pitchumani Sivanupandi <pitchumani.s@atmel.com>
Date:   Tue May 3 10:56:30 2016 +0100

    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:
---
 gas/ChangeLog                 | 5 +++++
 gas/testsuite/gas/lns/lns.exp | 1 +
 2 files changed, 6 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 94fa783..4edb8a2 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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.
diff --git a/gas/testsuite/gas/lns/lns.exp b/gas/testsuite/gas/lns/lns.exp
index b17e644..567db67 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*-*-*]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]