This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Remove GASP from ld testsuite


I noticed a GASP straggler in ld/testsuite/config/default.exp. If OK, can someone please apply?

2014-05-28  Ryan Mansfield  <rmansfield@qnx.com>

        * config/default.exp (GASP): Remove.

Regards,

Ryan Mansfield
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 ""
 }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]