GNU Binutils with patches for OS216
Revisión | b782c63d52a9caf15f1f3ec2e09c9268b48bf065 (tree) |
---|---|
Tiempo | 2016-05-03 18:56:30 |
Autor | Pitchumani Sivanupandi <pitchumani.s@atme...> |
Commiter | Nick Clifton |
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.
@@ -1,3 +1,8 @@ | ||
1 | +2016-05-03 Pitchumani Sivanupandi <pitchumani.s@atmel.com> | |
2 | + | |
3 | + * testsuite/gas/lns/lns.exp: Add avr to list of targets using | |
4 | + DW_LNS_fixed_advance_pc. | |
5 | + | |
1 | 6 | 2016-04-27 Alan Modra <amodra@gmail.com> |
2 | 7 | |
3 | 8 | * as.h (inline, __PTR_TO_INT, __INT_TO_PTR): Don't define. |
@@ -33,6 +33,7 @@ if { | ||
33 | 33 | } { |
34 | 34 | # Use alternate file for targets using DW_LNS_fixed_advance_pc opcodes. |
35 | 35 | if { [istarget am3*-*-*] |
36 | + || [istarget avr*-*-*] | |
36 | 37 | || [istarget cr16-*-*] |
37 | 38 | || [istarget crx-*-*] |
38 | 39 | || [istarget mn10*-*-*] |