aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Durigan Junior <sergiodj@redhat.com>2013-04-22 09:32:21 +0000
committerSergio Durigan Junior <sergiodj@redhat.com>2013-04-22 09:32:21 +0000
commitd504301e64e0e71ead04d30a215452eaa60f3d9c (patch)
treed7e51900b472c89230cd97457aa8c0c0611c6a9f
parent9991b20795a23272b07dd2214aa3ee0196b61f0b (diff)
downloadgdb-d504301e64e0e71ead04d30a215452eaa60f3d9c.zip
gdb-d504301e64e0e71ead04d30a215452eaa60f3d9c.tar.gz
gdb-d504301e64e0e71ead04d30a215452eaa60f3d9c.tar.bz2
2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
* gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by ldflags.
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.arch/arm-bl-branch-dest.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 618e3d3..89c387c 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,10 @@
2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
+ * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
+ ldflags.
+
+2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
+
* gdb.arch/arm-bl-branch-dest.c: New file.
* gdb.arch/arm-bl-branch-dest.exp: Likewise.
diff --git a/gdb/testsuite/gdb.arch/arm-bl-branch-dest.exp b/gdb/testsuite/gdb.arch/arm-bl-branch-dest.exp
index 1e433f3..4699a49 100644
--- 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
# the "-Wl,-Ttext-segment" option compile the binary.
if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} \
- [list debug additional_flags=-Wl,-Ttext-segment=0xb0000000]] } {
+ [list debug ldflags=-Wl,-Ttext-segment=0xb0000000]] } {
return -1
}