* ld-frv/fdpic.exp: Restore $LDFLAGS at the end.
* ld-frv/fr450-link.d: Match fdpic as well.
This commit is contained in:
parent
d15c497051
commit
b8bfc9e13d
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-05-05 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* ld-frv/fdpic.exp: Restore $LDFLAGS at the end.
|
||||||
|
* ld-frv/fr450-link.d: Match fdpic as well.
|
||||||
|
|
||||||
2004-05-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
2004-05-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||||
|
|
||||||
* ld-sh/sh64/crange1.rd: Update sh_info to decimal.
|
* ld-sh/sh64/crange1.rd: Update sh_info to decimal.
|
||||||
|
|
|
@ -21,6 +21,7 @@ if {![istarget frv*-*-*] || ![is_elf_format]} {
|
||||||
}
|
}
|
||||||
|
|
||||||
global LDFLAGS
|
global LDFLAGS
|
||||||
|
set saved_LDFLAGS "$LDFLAGS"
|
||||||
set LDFLAGS "$LDFLAGS -melf32frvfd"
|
set LDFLAGS "$LDFLAGS -melf32frvfd"
|
||||||
|
|
||||||
run_dump_test "fdpic-static-1"
|
run_dump_test "fdpic-static-1"
|
||||||
|
@ -56,3 +57,5 @@ run_dump_test "fdpic-pie-8"
|
||||||
run_dump_test "fdpic-shared-8-fail"
|
run_dump_test "fdpic-shared-8-fail"
|
||||||
run_dump_test "fdpic-shared-8"
|
run_dump_test "fdpic-shared-8"
|
||||||
run_dump_test "fdpic-shared-local-8"
|
run_dump_test "fdpic-shared-local-8"
|
||||||
|
|
||||||
|
set LDFLAGS "$saved_LDFLAGS"
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
#ld: -r
|
#ld: -r
|
||||||
#objdump: -p
|
#objdump: -p
|
||||||
|
|
||||||
.*: file format elf32-frv
|
.*: file format elf32-frv(|fdpic)
|
||||||
private flags = 0x8000000: -mcpu=fr450
|
private flags = 0x800[08]000: -mcpu=fr450(| -mfdpic)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue