Remove reference to GASp from linker testsuite configuration.
authorRyan Mansfield <rmansfield@qnx.com>
Mon, 9 Jun 2014 14:04:01 +0000 (15:04 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 9 Jun 2014 14:09:02 +0000 (15:09 +0100)
      * config/default.exp (GASP): Remove.

ld/testsuite/ChangeLog
ld/testsuite/config/default.exp

index bc80518..ca10aa1 100644 (file)
@@ -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.
index a90e9d4..8b776a6 100644 (file)
@@ -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 ""
 }