Assume that the GAS testsuite for the AVR is being run without -mlink-relax specified.
authorPitchumani Sivanupandi <pitchumani.s@atmel.com>
Tue, 3 May 2016 09:56:30 +0000 (10:56 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 3 May 2016 09:56:30 +0000 (10:56 +0100)
* testsuite/gas/lns/lns.exp: Add avr to list of targets using
DW_LNS_fixed_advance_pc.

gas/ChangeLog
gas/testsuite/gas/lns/lns.exp

index 94fa783cb309f32cac894be33b6ce3a188cf09d0..4edb8a27854bfd26a3fce234583cee5d28151172 100644 (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.
index b17e644e6dd58aed3ad5307b087af6c5715334f6..567db672cfb1c2fe1576edd578bd815eb20f122d 100644 (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*-*-*]
This page took 0.039719 seconds and 4 git commands to generate.