* config/tc-xtensa.c (xg_translate_sysreg_op): Remove has_underbar
[binutils.git] / gas / testsuite / config / default.exp
blobef4a53139de01962da473a2750d60fc330543d71
1 load_lib gas-defs.exp
3 global AS
4 if ![info exists AS] then {
5     set AS [findfile $base_dir/../as-new "../as-new" [transform as]]
8 global ASFLAGS
9 if ![info exists ASFLAGS] then {
10     set ASFLAGS ""
13 if ![info exists OBJDUMP] then {
14     set OBJDUMP [findfile $base_dir/../../binutils/objdump \
15                           $base_dir/../../binutils/objdump \
16                           [transform objdump]]
19 if ![info exists OBJDUMPFLAGS] then {
20     set OBJDUMPFLAGS {}
23 if ![info exists NM] then {
24     set NM [findfile $base_dir/../../binutils/nm-new \
25                      $base_dir/../../binutils/nm-new \
26                      [transform nm]]
29 if ![info exists NMFLAGS] then {
30     set NMFLAGS {}
33 if ![info exists OBJCOPY] then {
34     set OBJCOPY [findfile $base_dir/../../binutils/objcopy]
37 if ![info exists OBJCOPYFLAGS] then {
38     set OBJCOPYFLAGS {}
41 if ![info exists READELF] then {
42     set READELF [findfile $base_dir/../../binutils/readelf]
45 if ![info exists READELFFLAGS] then {
46     set READELFFLAGS {}
49 gas_init