diff options
Diffstat (limited to 'gas/testsuite/config/default.exp')
-rw-r--r-- | gas/testsuite/config/default.exp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/testsuite/config/default.exp b/gas/testsuite/config/default.exp index ef4a531..044dba1 100644 --- a/gas/testsuite/config/default.exp +++ b/gas/testsuite/config/default.exp @@ -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 |