• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

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

Revisiónd504301e64e0e71ead04d30a215452eaa60f3d9c (tree)
Tiempo2013-04-22 18:32:21
AutorSergio Durigan Junior <sergiodj@redh...>
CommiterSergio Durigan Junior

Log Message

2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>

* gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
ldflags.

Cambiar Resumen

Diferencia incremental

--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,10 @@
11 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
22
3+ * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
4+ ldflags.
5+
6+2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
7+
38 * gdb.arch/arm-bl-branch-dest.c: New file.
49 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
510
--- a/gdb/testsuite/gdb.arch/arm-bl-branch-dest.exp
+++ b/gdb/testsuite/gdb.arch/arm-bl-branch-dest.exp
@@ -26,7 +26,7 @@ standard_testfile
2626 # the "-Wl,-Ttext-segment" option compile the binary.
2727
2828 if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} \
29- [list debug additional_flags=-Wl,-Ttext-segment=0xb0000000]] } {
29+ [list debug ldflags=-Wl,-Ttext-segment=0xb0000000]] } {
3030 return -1
3131 }
3232