From d504301e64e0e71ead04d30a215452eaa60f3d9c Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Mon, 22 Apr 2013 09:32:21 +0000 Subject: [PATCH] 2013-04-22 Sergio Durigan Junior * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by ldflags. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.arch/arm-bl-branch-dest.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 618e3d3eb4..89c387ce23 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-04-22 Sergio Durigan Junior + + * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by + ldflags. + 2013-04-22 Sergio Durigan Junior * gdb.arch/arm-bl-branch-dest.c: New file. diff --git a/gdb/testsuite/gdb.arch/arm-bl-branch-dest.exp b/gdb/testsuite/gdb.arch/arm-bl-branch-dest.exp index 1e433f31fb..4699a4917a 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 }