2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
* gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by ldflags.
This commit is contained in:
parent
9991b20795
commit
d504301e64
|
@ -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>
|
2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||||
|
|
||||||
* gdb.arch/arm-bl-branch-dest.c: New file.
|
* gdb.arch/arm-bl-branch-dest.c: New file.
|
||||||
|
|
|
@ -26,7 +26,7 @@ standard_testfile
|
||||||
# the "-Wl,-Ttext-segment" option compile the binary.
|
# the "-Wl,-Ttext-segment" option compile the binary.
|
||||||
|
|
||||||
if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} \
|
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
|
return -1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue