2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
authorSergio Durigan Junior <sergiodj@redhat.com>
Mon, 22 Apr 2013 09:32:21 +0000 (09:32 +0000)
committerSergio Durigan Junior <sergiodj@redhat.com>
Mon, 22 Apr 2013 09:32:21 +0000 (09:32 +0000)
* gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
ldflags.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/arm-bl-branch-dest.exp

index 618e3d3eb4a81be09b783c2028b3bc93d30f93b3..89c387ce2395fb84c99fd18173df3ae979e03172 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 1e433f31fbc38f63fb9302a605ca32b384e67c49..4699a4917a11470b02b10387747a4ca1b574597d 100644 (file)
@@ -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
 }