diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-05-05 21:34:11 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-05-05 21:34:11 +0000 |
commit | 8f10906f94c9d5ff8fc7063bd03dfec236e3edb2 (patch) | |
tree | 2361f6b91a47b2cabc768850b645380553504c60 /gas | |
parent | 523ca9d0a2143eef5728c7ac124958508cee0cfc (diff) | |
download | gdb-8f10906f94c9d5ff8fc7063bd03dfec236e3edb2.zip gdb-8f10906f94c9d5ff8fc7063bd03dfec236e3edb2.tar.gz gdb-8f10906f94c9d5ff8fc7063bd03dfec236e3edb2.tar.bz2 |
* config/default.exp: Renamed from unix-gas.exp.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/config/unix-gas.exp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gas/testsuite/config/unix-gas.exp b/gas/testsuite/config/unix-gas.exp deleted file mode 100644 index cf28769..0000000 --- a/gas/testsuite/config/unix-gas.exp +++ /dev/null @@ -1,13 +0,0 @@ -load_lib gas-defs.exp - -global AS -if ![info exists AS] then { - set AS [transform as] -} - -global ASFLAGS -if ![info exists ASFLAGS] then { - set ASFLAGS "" -} - -gas_init |