aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite
diff options
context:
space:
mode:
authorRyan Mansfield <rmansfield@qnx.com>2014-06-09 15:04:01 +0100
committerNick Clifton <nickc@redhat.com>2014-06-09 15:09:02 +0100
commit203e84589f591db087e72f02100f45858519d532 (patch)
tree9c470327c10fcb991ed3735f870213d2f76075ac /ld/testsuite
parent0b128c63925cc1aaa6ea1e9c0ef07eb704349688 (diff)
downloadgdb-203e84589f591db087e72f02100f45858519d532.zip
gdb-203e84589f591db087e72f02100f45858519d532.tar.gz
gdb-203e84589f591db087e72f02100f45858519d532.tar.bz2
Remove reference to GASp from linker testsuite configuration.
* config/default.exp (GASP): Remove.
Diffstat (limited to 'ld/testsuite')
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/config/default.exp4
2 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index bc80518..ca10aa1 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-09 Ryan Mansfield <rmansfield@qnx.com>
+
+ * config/default.exp (GASP): Remove.
+
2014-06-03 Alan Modra <amodra@gmail.com>
* ld-powerpc/elfv2exe.d: Update for changed plt call stubs.
diff --git a/ld/testsuite/config/default.exp b/ld/testsuite/config/default.exp
index a90e9d4..8b776a6 100644
--- a/ld/testsuite/config/default.exp
+++ b/ld/testsuite/config/default.exp
@@ -242,10 +242,6 @@ if ![info exists AS] then {
set AS $as
}
-if ![info exists GASP] then {
- set GASP [findfile $base_dir/../gas/gasp-new $base_dir/../gas/gasp-new [transform gasp]]
-}
-
if ![info exists ASFLAGS] then {
set ASFLAGS ""
}