diff options
author | Ryan Mansfield <rmansfield@qnx.com> | 2014-06-09 15:04:01 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-06-09 15:09:02 +0100 |
commit | 203e84589f591db087e72f02100f45858519d532 (patch) | |
tree | 9c470327c10fcb991ed3735f870213d2f76075ac /ld/testsuite/config | |
parent | 0b128c63925cc1aaa6ea1e9c0ef07eb704349688 (diff) | |
download | binutils-gdb-203e84589f591db087e72f02100f45858519d532.tar.gz |
Remove reference to GASp from linker testsuite configuration.
* config/default.exp (GASP): Remove.
Diffstat (limited to 'ld/testsuite/config')
-rw-r--r-- | ld/testsuite/config/default.exp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ld/testsuite/config/default.exp b/ld/testsuite/config/default.exp index a90e9d41065..8b776a68dc0 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 "" } |