From Mark Elbrecht:
authorIan Lance Taylor <ian@airs.com>
Thu, 22 Jul 1999 00:59:07 +0000 (00:59 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 22 Jul 1999 00:59:07 +0000 (00:59 +0000)
* configure.bat: Remove; obsolete.
* config/go32.cfg: Likewise.

gas/ChangeLog
gas/config/go32.cfg [deleted file]
gas/configure.bat [deleted file]

index 7fb0101a58af34988efb144613dd316616d4483f..477a6d3e796e1a06bb992518e43272328a81b4e0 100644 (file)
@@ -1,3 +1,9 @@
+1999-07-21  Ian Lance Taylor  <ian@zembu.com>
+
+       From Mark Elbrecht:
+       * configure.bat: Remove; obsolete.
+       * config/go32.cfg: Likewise.
+
 1999-07-21  Brad M. Garcia  <bgarcia@fore.com>
 
        * configure.in (i386-*-vxworks*): New target.
diff --git a/gas/config/go32.cfg b/gas/config/go32.cfg
deleted file mode 100644 (file)
index 4059395..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
-/* config.h for go32 */\r
-\r
-#define I386COFF 1\r
-\r
-/* Define if using alloca.c.  */\r
-#undef C_ALLOCA\r
-\r
-/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.\r
-   This function is required for alloca.c support on those systems.  */\r
-#undef CRAY_STACKSEG_END\r
-\r
-/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */\r
-#undef HAVE_ALLOCA_H\r
-\r
-/* Define as __inline if that's what the C compiler calls it.  */\r
-#undef inline\r
-\r
-/* If using the C implementation of alloca, define if you know the\r
-   direction of stack growth for your system; otherwise it will be\r
-   automatically deduced at run-time.\r
-       STACK_DIRECTION > 0 => grows toward higher addresses\r
-       STACK_DIRECTION < 0 => grows toward lower addresses\r
-       STACK_DIRECTION = 0 => direction of growth unknown\r
- */\r
-#undef STACK_DIRECTION\r
-\r
-/* Should gas use high-level BFD interfaces?  */\r
-#undef BFD_ASSEMBLER\r
-\r
-/* If we aren't doing cross-assembling, some operations can be optimized,\r
-   since byte orders and value sizes don't need to be adjusted.  */\r
-#undef CROSS_COMPILE\r
-\r
-/* Some gas code wants to know these parameters.  */\r
-#define TARGET_ALIAS           "i386"\r
-#define TARGET_CPU             "i386"\r
-#define TARGET_CANONICAL       "i386-i386"\r
-#define TARGET_OS              "djgpp"\r
-#define TARGET_VENDOR          "djgpp"\r
-\r
-/* Some operating systems, for example DOS, require the use of "wb" mode when\r
-   opening a binary file for writing.  If only "w" is used, the file will not\r
-   be correct.  However, some other systems reject such a mode.  This indicates\r
-   which ../include/fopen-*.h header file we want to include, so that we can\r
-   get macros that'll do the right thing for this system.  */\r
-#define WANT_FOPEN_BIN 1\r
-\r
-/* Sometimes the system header files don't declare malloc and realloc.  */\r
-#undef NEED_DECLARATION_MALLOC\r
-\r
-/* Sometimes the system header files don't declare free.  */\r
-#undef NEED_DECLARATION_FREE\r
-\r
-/* Sometimes errno.h doesn't declare errno itself.  */\r
-#undef NEED_DECLARATION_ERRNO\r
-\r
-#define MANY_SEGMENTS 1\r
-\r
-/* Needed only for sparc configuration */\r
-#undef sparcv9\r
-\r
-/* Define if you have the remove function.  */\r
-#define HAVE_REMOVE 1\r
-\r
-/* Define if you have the unlink function.  */\r
-#define HAVE_UNLINK 1\r
-\r
-/* Define if you have the <errno.h> header file.  */\r
-#define HAVE_ERRNO_H 1\r
-\r
-/* Define if you have the <memory.h> header file.  */\r
-#define HAVE_MEMORY_H 1\r
-\r
-/* Define if you have the <stdarg.h> header file.  */\r
-#define HAVE_STDARG_H 1\r
-\r
-/* Define if you have the <stdlib.h> header file.  */\r
-#define HAVE_STDLIB_H 1\r
-\r
-/* Define if you have the <string.h> header file.  */\r
-#define HAVE_STRING_H 1\r
-\r
-/* Define if you have the <strings.h> header file.  */\r
-#undef HAVE_STRINGS_H\r
-\r
-/* Define if you have the <sys/types.h> header file.  */\r
-#define HAVE_SYS_TYPES_H 1\r
-\r
-/* Define if you have the <unistd.h> header file.  */\r
-#define HAVE_UNISTD_H 1\r
-\r
-/* Define if you have the <varargs.h> header file.  */\r
-#undef HAVE_VARARGS_H\r
diff --git a/gas/configure.bat b/gas/configure.bat
deleted file mode 100644 (file)
index 1fd269f..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-@echo off\r
-if "%1" == "h8/300" goto h8300\r
-\r
-echo Configuring gas for go32\r
-update config/tc-i386.c targ-cpu.c\r
-update config/tc-i386.h targ-cpu.h\r
-update config/te-go32.h targ-env.h\r
-update config/obj-coff.h obj-format.h\r
-update config/obj-coff.c obj-format.c\r
-update config/atof-ieee.c atof-targ.c\r
-goto common\r
-\r
-:h8300\r
-echo Configuring gas for H8/300\r
-copy config\ho-go32.h host.h\r
-copy config\tc-h8300.c targ-cpu.c\r
-copy config\tc-h8300.h targ-cpu.h\r
-copy config\te-generic.h targ-env.h\r
-copy config\objcoffbfd.h obj-format.h\r
-copy config\objcoffbfd.c obj-format.c\r
-copy config\atof-ieee.c atof-targ.c\r
-\r
-:common\r
-\r
-echo # Makefile generated by "configure.bat"> Makefile.2\r
-echo all.dos : as.new gasp.new>> Makefile.2\r
-\r
-if exist config.sed del config.sed\r
-\r
-echo "s/@srcdir@/./g                                   ">> config.sed\r
-echo "s/@target_alias@/go32/                           ">> config.sed\r
-echo "s/@prefix@//                                     ">> config.sed\r
-echo "s/@CC@/gcc/g                                     ">> config.sed\r
-echo "s/@OPCODES_LIB@/..\/opcodes\/libopcodes.a/g      ">> config.sed\r
-echo "s/@BFDLIB@/..\/bfd\/libbfd.a/g                   ">> config.sed\r
-echo "s/@ALL_OBJ_DEPS@/..\/bfd\/bfd.h/g                        ">> config.sed\r
-\r
-echo "/^all[   ]*:/ a\                                 ">> config.sed\r
-echo "dummy:                                           ">> config.sed\r
-\r
-echo "s/\/usr[^ ]*.h//g                                        ">> config.sed\r
-\r
-echo "/^config.h[      ]*:/ d                          ">> config.sed\r
-echo "s/^Makefile/not-Makefile/                                ">> config.sed\r
-\r
-sed -e "s/^\"//" -e "s/\"$//" -e "s/[  ]*$//" config.sed > config2.sed\r
-sed -f config2.sed Makefile.in >> Makefile.2\r
-update Makefile.2 Makefile\r
-del Makefile.2\r
-del config.sed\r
-del config2.sed\r
-\r
-echo #ifndef GAS_VERSION> config.new\r
-sed -n "/^VERSION=/p" Makefile.in | sed -e "s/VERSION=/#define GAS_VERSION \"/" -e "s/$/\"/">> config.new\r
-type config\go32.cfg >> config.new\r
-echo #endif>> config.new\r
-update config.new config.h\r
This page took 0.030386 seconds and 4 git commands to generate.