• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Révisionb782c63d52a9caf15f1f3ec2e09c9268b48bf065 (tree)
l'heure2016-05-03 18:56:30
AuteurPitchumani Sivanupandi <pitchumani.s@atme...>
CommiterNick Clifton

Message de Log

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.

Change Summary

Modification

--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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+
16 2016-04-27 Alan Modra <amodra@gmail.com>
27
38 * as.h (inline, __PTR_TO_INT, __INT_TO_PTR): Don't define.
--- a/gas/testsuite/gas/lns/lns.exp
+++ b/gas/testsuite/gas/lns/lns.exp
@@ -33,6 +33,7 @@ if {
3333 } {
3434 # Use alternate file for targets using DW_LNS_fixed_advance_pc opcodes.
3535 if { [istarget am3*-*-*]
36+ || [istarget avr*-*-*]
3637 || [istarget cr16-*-*]
3738 || [istarget crx-*-*]
3839 || [istarget mn10*-*-*]