diff options
author | Pitchumani Sivanupandi <pitchumani.s@atmel.com> | 2016-05-03 10:56:30 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-05-03 10:56:30 +0100 |
commit | b782c63d52a9caf15f1f3ec2e09c9268b48bf065 (patch) | |
tree | bf1b5f23fe4469d7606b958fe0c8154fccfadcc4 /gas | |
parent | a2076b34e146a1f181ef58b5954815571fbcd6c6 (diff) | |
download | gdb-b782c63d52a9caf15f1f3ec2e09c9268b48bf065.zip gdb-b782c63d52a9caf15f1f3ec2e09c9268b48bf065.tar.gz gdb-b782c63d52a9caf15f1f3ec2e09c9268b48bf065.tar.bz2 |
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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/lns/lns.exp | 1 |
2 files changed, 6 insertions, 0 deletions
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*-*-*] |