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/testsuite | |
parent | a2076b34e146a1f181ef58b5954815571fbcd6c6 (diff) | |
download | binutils-gdb-b782c63d52a9caf15f1f3ec2e09c9268b48bf065.tar.gz |
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/testsuite')
-rw-r--r-- | gas/testsuite/gas/lns/lns.exp | 1 |
1 files changed, 1 insertions, 0 deletions
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*-*-*] |