* testsuite/Makefile.in: Use gasp tests.
[deliverable/binutils-gdb.git] / gas / testsuite / config / default.exp
index b207f55e196ad831ca6b3e33539d22605964f879..01ffe43a7f048e23a1866f0b26a6ae6c6cc48792 100644 (file)
@@ -2,8 +2,12 @@ load_lib gas-defs.exp
 
 global AS
 if ![info exists AS] then {
-    set AS [findfile $base_dir/as.new "as.new" [transform as]]
+    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
@@ -11,4 +15,14 @@ if ![info exists ASFLAGS] then {
     set ASFLAGS ""
 }
 
+if ![info exists OBJDUMP] then {
+    set OBJDUMP [findfile $base_dir/../../binutils/objdump \
+                         $base_dir/../../binutils/objdump \
+                         [transform objdump]]
+}
+
+if ![info exists OBJDUMPFLAGS] then {
+    set OBJDUMPFLAGS {}
+}
+
 gas_init
This page took 0.023133 seconds and 4 git commands to generate.