* 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 03b29835fd2bb415cde095246c2882c641be0b12..e060c2e0018a7feec98b2773fe79ef0f55f82c45 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 5231cfb5c71c086b5c52af346b36699d2f82940d..0886ea18f4e3d622590a14abe1be252827913ce0 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 8016f6e5873c7dae6de13d4183c481ec8d362bb7..57e809e0a01771070346a9b8c569e29d0c058296 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