Add addr2line, objcopy and strip tests for compressed debug sections.
[deliverable/binutils-gdb.git] / gas / testsuite / config / default.exp
index ef4a53139de01962da473a2750d60fc330543d71..044dba1073bde9fd1df80a5d9e07434d8a776a52 100644 (file)
@@ -46,4 +46,12 @@ 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
This page took 0.023688 seconds and 4 git commands to generate.