aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-frv/fdpic.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-frv/fdpic.exp')
-rw-r--r--ld/testsuite/ld-frv/fdpic.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/testsuite/ld-frv/fdpic.exp b/ld/testsuite/ld-frv/fdpic.exp
index 1367cb0..cc43848 100644
--- a/ld/testsuite/ld-frv/fdpic.exp
+++ b/ld/testsuite/ld-frv/fdpic.exp
@@ -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"