* configure.in, configure: Initialize bfd_gas to no.
authorIan Lance Taylor <ian@airs.com>
Wed, 31 Aug 1994 15:35:04 +0000 (15:35 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 31 Aug 1994 15:35:04 +0000 (15:35 +0000)
gas/ChangeLog
gas/configure
gas/configure.in

index 03b2983..e060c2e 100644 (file)
@@ -1,3 +1,10 @@
+Wed Aug 31 11:20:48 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * config/obj-coff.h (S_IS_DEFINED): Absolute symbols are defined
+       also.
+
+       * configure.in, configure: Initialize bfd_gas to no.
+
 Tue Aug 30 19:31:14 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
 
        * as.h: Include alloca-conf.h from "libiberty", not
index 5231cfb..0886ea1 100755 (executable)
@@ -391,6 +391,7 @@ ac_cpp='${CPP} $CPPFLAGS'
 ac_compile='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS conftest.${ac_ext} -o conftest $LIBS 1>&5 2>&5'
 
 
+bfd_gas=no
 # Check whether --enable-bfd-assembler or --disable-bfd-assembler was given.
 enableval="$enable_bfd_assembler"
 if test -n "$enableval"; then
index 8016f6e..57e809e 100644 (file)
@@ -8,6 +8,7 @@ dnl
 dnl
 AC_INIT(as.h)
 dnl
+bfd_gas=no
 AC_ARG_ENABLE(bfd-assembler,
 [    bfd-assembler     use BFD back end for writing object files],
 [case "${enableval}" in