go32.h: Delete.
authorMark Elbrecht <snowball3@usa.net>
Wed, 17 Mar 1999 23:23:55 +0000 (16:23 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 17 Mar 1999 23:23:55 +0000 (16:23 -0700)
commit77d787fa2eaf88d36398c62d3d0c1a384f612ee7
treee8a4d1695e7ef0abc676a988d0055468d86845d0
parent8dc91cbee4964cc4a2fa795f26df213006b4e343
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
gcc/ChangeLog
gcc/config/i386/djgpp-rtems.h [moved from gcc/config/i386/go32-rtems.h with 78% similarity]
gcc/config/i386/djgpp.h [moved from gcc/config/i386/go32.h with 97% similarity]
gcc/config/i386/t-djgpp [moved from gcc/config/i386/t-go32 with 100% similarity]
gcc/config/i386/x-djgpp [moved from gcc/config/i386/x-go32 with 100% similarity]
gcc/config/i386/xm-djgpp.h [moved from gcc/config/i386/xm-go32.h with 94% similarity]
gcc/configure
gcc/configure.in