Add support to GDB for the Renesas rl78 architecture.
[external/binutils.git] / gas / testsuite / config / default.exp
index 4134a03..044dba1 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,20 @@ 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 {}
+}
+
+if ![info exists ADDR2LINE] then {
+    set ADDR2LINE [findfile $base_dir/../../binutils/addr2line]
+}
+
+if ![info exists ADDR2LINEFLAGS] then {
+    set ADDR2LINEFLAGS {}
+}
+
 gas_init