X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gas%2Ftestsuite%2Fconfig%2Fdefault.exp;h=044dba1073bde9fd1df80a5d9e07434d8a776a52;hb=368886ac463c9e75337621a29292de8ff5744ce6;hp=4134a030306a42391328af8aba93164a68ed38dd;hpb=252b5132c753830d5fd56823373aed85f2a0db63;p=binutils-gdb.git diff --git a/gas/testsuite/config/default.exp b/gas/testsuite/config/default.exp index 4134a030306..044dba1073b 100644 --- a/gas/testsuite/config/default.exp +++ b/gas/testsuite/config/default.exp @@ -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