* 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 84b05ddd2ba3c612f79730f313076e89ea4bf87e..3f69942769edbbd3103f7df9927d54cbe69ad069 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 1367cb0b19a28ad0713d57d5143202c6cd88ab03..cc43848fdadff48bca851de9c9847bbdf51adc15 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 7aab6f0c7364fbb52500c52888a32d96eda0990c..1ab80b0662be813973fb50d3c6769bba7321fe56 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)