* ld-frv/fdpic.exp: Restore $LDFLAGS at the end.
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 6 May 2004 02:46:13 +0000 (02:46 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 6 May 2004 02:46:13 +0000 (02:46 +0000)
* ld-frv/fr450-link.d: Match fdpic as well.

ld/testsuite/ChangeLog
ld/testsuite/ld-frv/fdpic.exp
ld/testsuite/ld-frv/fr450-link.d

index 84b05dd..3f69942 100644 (file)
@@ -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>
 
        * ld-sh/sh64/crange1.rd: Update sh_info to decimal.
index 1367cb0..cc43848 100644 (file)
@@ -21,6 +21,7 @@ if {![istarget frv*-*-*] || ![is_elf_format]} {
 }
 
 global LDFLAGS
+set saved_LDFLAGS "$LDFLAGS"
 set LDFLAGS "$LDFLAGS -melf32frvfd"
 
 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"
 run_dump_test "fdpic-shared-local-8"
+
+set LDFLAGS "$saved_LDFLAGS"
index 7aab6f0..1ab80b0 100644 (file)
@@ -6,6 +6,6 @@
 #ld: -r
 #objdump: -p
 
-.*:     file format elf32-frv
-private flags = 0x8000000: -mcpu=fr450
+.*:     file format elf32-frv(|fdpic)
+private flags = 0x800[08]000: -mcpu=fr450(| -mfdpic)