diff options
author | Rob Savoye <rob@cygnus> | 1994-06-21 22:15:04 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1994-06-21 22:15:04 +0000 |
commit | 605491337bd9e68814e100c0c7061388b7362d8c (patch) | |
tree | 44bf6aaf67c8f5d3c62a66372aa44c5599c0171e /gas/testsuite | |
parent | e1495000e7e694e67620c2be0f6eadf59654c370 (diff) | |
download | gdb-605491337bd9e68814e100c0c7061388b7362d8c.zip gdb-605491337bd9e68814e100c0c7061388b7362d8c.tar.gz gdb-605491337bd9e68814e100c0c7061388b7362d8c.tar.bz2 |
Look for as.new before looking in the path for the binary to test.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/config/default.exp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/testsuite/config/default.exp b/gas/testsuite/config/default.exp new file mode 100644 index 0000000..b207f55 --- /dev/null +++ b/gas/testsuite/config/default.exp @@ -0,0 +1,14 @@ +load_lib gas-defs.exp + +global AS +if ![info exists AS] then { + set AS [findfile $base_dir/as.new "as.new" [transform as]] + +} + +global ASFLAGS +if ![info exists ASFLAGS] then { + set ASFLAGS "" +} + +gas_init |