GNU Binutils with patches for OS216
Revisión | d504301e64e0e71ead04d30a215452eaa60f3d9c (tree) |
---|---|
Tiempo | 2013-04-22 18:32:21 |
Autor | Sergio Durigan Junior <sergiodj@redh...> |
Commiter | Sergio Durigan Junior |
2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
* gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
ldflags.
@@ -1,5 +1,10 @@ | ||
1 | 1 | 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com> |
2 | 2 | |
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 | + | |
3 | 8 | * gdb.arch/arm-bl-branch-dest.c: New file. |
4 | 9 | * gdb.arch/arm-bl-branch-dest.exp: Likewise. |
5 | 10 |
@@ -26,7 +26,7 @@ standard_testfile | ||
26 | 26 | # the "-Wl,-Ttext-segment" option compile the binary. |
27 | 27 | |
28 | 28 | 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]] } { | |
30 | 30 | return -1 |
31 | 31 | } |
32 | 32 |