Remove reference to GASp from linker testsuite configuration.
* config/default.exp (GASP): Remove.
This commit is contained in:
parent
0b128c6392
commit
203e84589f
2 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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 ""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue