Remove reference to GASp from linker testsuite configuration.

* config/default.exp (GASP): Remove.
This commit is contained in:
Ryan Mansfield 2014-06-09 15:04:01 +01:00 committed by Nick Clifton
parent 0b128c6392
commit 203e84589f
2 changed files with 4 additions and 4 deletions

View 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.

View 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 ""
}