From: Ken Raeburn Date: Thu, 5 May 1994 21:34:11 +0000 (+0000) Subject: * config/default.exp: Renamed from unix-gas.exp. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f10906f94c9d5ff8fc7063bd03dfec236e3edb2;p=binutils-gdb.git * config/default.exp: Renamed from unix-gas.exp. --- diff --git a/gas/testsuite/config/unix-gas.exp b/gas/testsuite/config/unix-gas.exp deleted file mode 100644 index cf287697408..00000000000 --- 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