Commit 77d787fa by Mark Elbrecht Committed by Jeff Law

go32.h: Delete.

        * config/i386/go32.h: Delete.
        * config/i386/djgpp.h: New. Renamed from go32.h.
        Added -DDJGPP=2 to CPP_PREDEFINES.
        * config/i386/go32-rtems.h: Delete.
        * config/i386/djgpp-rtems.h: New. Renamed from go32-rtems.h.
        Added -DDJGPP=2 to CPP_PREDEFINES.
        * config/i386/xm-go32.h: Delete.
        * config/i386/xm-djgpp.h: New. Renamed from xm-go32.h.
        * config/i386/x-go32: Delete.
        * config/i386/x-djgpp: New. Renamed from x-go32.
        * config/i386/t-go32: Delete.
        * config/i386/t-djgpp: New. Renamed from t-go32.
        * configure.in(pc-msdosdjgpp): Set xm_file to i386/xm-djgpp.h.
        Set tm_file to i386/djgpp.h. Set tmake_file to i386/t-djgpp.
        Set xmake_file to i386/x-djgpp.
        * configure: Rebuilt.

From-SVN: r25835
parent 8dc91cbe
...@@ -12,6 +12,23 @@ Wed Mar 17 23:00:18 1999 Robert Lipe <robertlipe@usa.net> ...@@ -12,6 +12,23 @@ Wed Mar 17 23:00:18 1999 Robert Lipe <robertlipe@usa.net>
Wed Mar 17 22:46:13 1999 Mark Elbrecht <snowball3@usa.net. Wed Mar 17 22:46:13 1999 Mark Elbrecht <snowball3@usa.net.
* config/i386/go32.h: Delete.
* config/i386/djgpp.h: New. Renamed from go32.h.
Added -DDJGPP=2 to CPP_PREDEFINES.
* config/i386/go32-rtems.h: Delete.
* config/i386/djgpp-rtems.h: New. Renamed from go32-rtems.h.
Added -DDJGPP=2 to CPP_PREDEFINES.
* config/i386/xm-go32.h: Delete.
* config/i386/xm-djgpp.h: New. Renamed from xm-go32.h.
* config/i386/x-go32: Delete.
* config/i386/x-djgpp: New. Renamed from x-go32.
* config/i386/t-go32: Delete.
* config/i386/t-djgpp: New. Renamed from t-go32.
* configure.in(pc-msdosdjgpp): Set xm_file to i386/xm-djgpp.h.
Set tm_file to i386/djgpp.h. Set tmake_file to i386/t-djgpp.
Set xmake_file to i386/x-djgpp.
* configure: Rebuilt.
* gcc.c (process_command): Dump link_command_spec too. * gcc.c (process_command): Dump link_command_spec too.
Wed Mar 17 20:38:08 1999 Jerry Quinn <jquinn@nortelnetworks.com> Wed Mar 17 20:38:08 1999 Jerry Quinn <jquinn@nortelnetworks.com>
......
/* Configuration for an i386 running RTEMS on top of MS-DOS with /* Configuration for an i386 running RTEMS on top of MS-DOS with
djgpp/go32 v1.x. DJGPP v2.x.
Copyright (C) 1996 Free Software Foundation, Inc. Copyright (C) 1996,1999 Free Software Foundation, Inc.
Contributed by Joel Sherrill (joel@OARcorp.com). Contributed by Joel Sherrill (joel@OARcorp.com).
This file is part of GNU CC. This file is part of GNU CC.
...@@ -21,20 +21,21 @@ along with GNU CC; see the file COPYING. If not, write to ...@@ -21,20 +21,21 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330, the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
#include "i386/go32.h" #include "i386/djgpp.h"
/* Specify predefined symbols in preprocessor. */ /* Specify predefined symbols in preprocessor. */
#ifdef CPP_PREDEFINES #ifdef CPP_PREDEFINES
#undef CPP_PREDEFINES #undef CPP_PREDEFINES
#endif #endif
#define CPP_PREDEFINES "-Dunix -Di386 -DGO32 -DMSDOS -Drtems -D__rtems__ \ #define CPP_PREDEFINES "-Dunix -Di386 -DGO32 -DDJGPP=2 -DMSDOS \
-Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) -Asystem(rtems)" -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) \
-Asystem(rtems)"
/* Generate calls to memcpy, memcmp and memset. */ /* Generate calls to memcpy, memcmp and memset. */
#ifndef TARGET_MEM_FUNCTIONS #ifndef TARGET_MEM_FUNCTIONS
#define TARGET_MEM_FUNCTIONS #define TARGET_MEM_FUNCTIONS
#endif #endif
/* end of i386/go32-rtems.h */ /* end of i386/djgpp-rtems.h */
/* Configuration for an i386 running MS-DOS with djgpp/go32. */ /* Configuration for an i386 running MS-DOS with DJGPP. */
Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
...@@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. */
#ifdef CPP_PREDEFINES #ifdef CPP_PREDEFINES
#undef CPP_PREDEFINES #undef CPP_PREDEFINES
#endif #endif
#define CPP_PREDEFINES "-Dunix -Di386 -DGO32 -DMSDOS \ #define CPP_PREDEFINES "-Dunix -Di386 -DGO32 -DDJGPP=2 -DMSDOS \
-Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386)" -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386)"
/* We need to override link_command_spec in gcc.c so support -Tdjgpp.djl. /* We need to override link_command_spec in gcc.c so support -Tdjgpp.djl.
......
/* Configuration for GNU C-compiler for Intel 80386 running GO32. /* Configuration for GNU C-compiler for Intel 80386 running DJGPP.
Copyright (C) 1988, 1996, 1998, 1999 Free Software Foundation, Inc. Copyright (C) 1988, 1996, 1998, 1999 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
...@@ -1199,22 +1199,20 @@ changequote([,])dnl ...@@ -1199,22 +1199,20 @@ changequote([,])dnl
changequote(,)dnl changequote(,)dnl
i[34567]86-go32-msdos | i[34567]86-*-go32*) i[34567]86-go32-msdos | i[34567]86-*-go32*)
changequote([,])dnl changequote([,])dnl
xm_file=i386/xm-go32.h echo "GO32/DJGPP V1.X is no longer supported. Use *-pc-msdosdjgpp for DJGPP V2.X instead."
tm_file=i386/go32.h exit (1)
tmake_file=i386/t-go32
;; ;;
changequote(,)dnl changequote(,)dnl
i[34567]86-pc-msdosdjgpp*) i[34567]86-pc-msdosdjgpp*)
changequote([,])dnl changequote([,])dnl
xm_file=i386/xm-go32.h xm_file=i386/xm-djgpp.h
tm_file=i386/go32.h tm_file=i386/djgpp.h
tmake_file=i386/t-go32 tmake_file=i386/t-djgpp
xmake_file=i386/x-go32 xmake_file=i386/x-djgpp
gnu_ld=yes gnu_ld=yes
gas=yes gas=yes
exeext=.exe exeext=.exe
case $host in case $host in *pc-msdosdjgpp*)
*pc-msdosdjgpp*)
target_alias=djgpp target_alias=djgpp
;; ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment