Really fix it.
[deliverable/binutils-gdb.git] / gas / testsuite / config / default.exp
index 4134a030306a42391328af8aba93164a68ed38dd..ef4a53139de01962da473a2750d60fc330543d71 100644 (file)
@@ -5,11 +5,6 @@ if ![info exists AS] then {
     set AS [findfile $base_dir/../as-new "../as-new" [transform as]]
 }
 
-global GASP
-if ![info exists GASP] then {
-    set GASP [findfile $base_dir/../gasp-new "../gasp-new" [transform gasp]]
-}
-
 global ASFLAGS
 if ![info exists ASFLAGS] then {
     set ASFLAGS ""
@@ -43,4 +38,12 @@ if ![info exists OBJCOPYFLAGS] then {
     set OBJCOPYFLAGS {}
 }
 
+if ![info exists READELF] then {
+    set READELF [findfile $base_dir/../../binutils/readelf]
+}
+
+if ![info exists READELFFLAGS] then {
+    set READELFFLAGS {}
+}
+
 gas_init
This page took 0.023893 seconds and 4 git commands to generate.