From: Jeffrey A Law Date: Sat, 7 Mar 1998 00:12:07 +0000 (+0000) Subject: aix386ng.h (CPP_PREDEFINES): Put back -Di386. X-Git-Tag: prereleases/egcs-1.0.2-980309-prerelease~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83f3c8788c7037ee496a8f6bdf303e593dc27cc8;p=thirdparty%2Fgcc.git aix386ng.h (CPP_PREDEFINES): Put back -Di386. * i386/aix386ng.h (CPP_PREDEFINES): Put back -Di386. * i386/freebsd-elf.h: Likewise. * i386/gas.h: Likewise. * i386/linux-aout.h: Likewise. * i386/linux-oldld.h: Likewise. * i386/linux.h: Likewise. * i386/osfelf.h: Likewise. * i386/osfrose.h: Likewise. * i386/sco.h: Likewise. * i386/sco4.h: Likewise. * i386/sco4dbx.h: Likewise. * i386/sco5.h: Likewise. * i386/scodbx.h: Likewise. * i386/sol2.h: Likewise. * i386/sysv3.h: Likewise. Fix problems with imake From-SVN: r18437 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 959836de94b4..3f119f28eec7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,21 @@ +Sat Mar 7 01:12:46 1998 Jeffrey A Law (law@cygnus.com) + + * i386/aix386ng.h (CPP_PREDEFINES): Put back -Di386. + * i386/freebsd-elf.h: Likewise. + * i386/gas.h: Likewise. + * i386/linux-aout.h: Likewise. + * i386/linux-oldld.h: Likewise. + * i386/linux.h: Likewise. + * i386/osfelf.h: Likewise. + * i386/osfrose.h: Likewise. + * i386/sco.h: Likewise. + * i386/sco4.h: Likewise. + * i386/sco4dbx.h: Likewise. + * i386/sco5.h: Likewise. + * i386/scodbx.h: Likewise. + * i386/sol2.h: Likewise. + * i386/sysv3.h: Likewise. + Wed Mar 4 22:03:38 1998 Franz Sirl * rs6000/linux.h: don't define DEFAULT_VTABLE_THUNKS to 1 if diff --git a/gcc/config/i386/aix386ng.h b/gcc/config/i386/aix386ng.h index ec283a4fa4e5..8ade13bdd752 100644 --- a/gcc/config/i386/aix386ng.h +++ b/gcc/config/i386/aix386ng.h @@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ -#define CPP_PREDEFINES "-Dps2 -Dunix -Asystem(aix)" +#define CPP_PREDEFINES "-Di386 -Dps2 -Dunix -Asystem(aix)" #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] \ "%{posix:-D_POSIX_SOURCE}%{!posix:-DAIX} -D_I386 -D_AIX -D_MBCS" diff --git a/gcc/config/i386/freebsd-elf.h b/gcc/config/i386/freebsd-elf.h index 55bf23c0c636..ac039f378486 100644 --- a/gcc/config/i386/freebsd-elf.h +++ b/gcc/config/i386/freebsd-elf.h @@ -140,7 +140,7 @@ Boston, MA 02111-1307, USA. */ #define WCHAR_TYPE_SIZE BITS_PER_WORD #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)" +#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}" diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h index fbfba7456bee..e0e884622cae 100644 --- a/gcc/config/i386/gas.h +++ b/gcc/config/i386/gas.h @@ -56,7 +56,7 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ -#define CPP_PREDEFINES "-Dunix" +#define CPP_PREDEFINES "-Di386 -Dunix" #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{posix:-D_POSIX_SOURCE}" /* Allow #sccs in preprocessor. */ diff --git a/gcc/config/i386/linux-aout.h b/gcc/config/i386/linux-aout.h index f7d807a10d09..51e2f738a39d 100644 --- a/gcc/config/i386/linux-aout.h +++ b/gcc/config/i386/linux-aout.h @@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Dlinux -Asystem(posix)" +#define CPP_PREDEFINES "-Di386 -Dunix -Dlinux -Asystem(posix)" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}" diff --git a/gcc/config/i386/linux-oldld.h b/gcc/config/i386/linux-oldld.h index a12ab5900768..2410b61ec54f 100644 --- a/gcc/config/i386/linux-oldld.h +++ b/gcc/config/i386/linux-oldld.h @@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Dlinux -Asystem(posix)" +#define CPP_PREDEFINES "-Di386 -Dunix -Dlinux -Asystem(posix)" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}" diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index 8f0671d1faaf..ff02d0bf1160 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -148,7 +148,7 @@ Boston, MA 02111-1307, USA. */ #define WCHAR_TYPE_SIZE BITS_PER_WORD #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__ELF__ -Dunix -Dlinux -Asystem(posix)" +#define CPP_PREDEFINES "-Di386 -D__ELF__ -Dunix -Dlinux -Asystem(posix)" #undef CPP_SPEC #ifdef USE_GNULIBC_1 diff --git a/gcc/config/i386/osfelf.h b/gcc/config/i386/osfelf.h index 4604a341175c..8d3d123d9feb 100644 --- a/gcc/config/i386/osfelf.h +++ b/gcc/config/i386/osfelf.h @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ #include "config/i386/osfrose.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-DOSF -DOSF1 -Dunix -Asystem(xpg4)" +#define CPP_PREDEFINES "-Di386 -DOSF -DOSF1 -Dunix -Asystem(xpg4)" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] \ diff --git a/gcc/config/i386/osfrose.h b/gcc/config/i386/osfrose.h index fd4c3a8eb28d..52f13528b7a6 100644 --- a/gcc/config/i386/osfrose.h +++ b/gcc/config/i386/osfrose.h @@ -90,7 +90,7 @@ Boston, MA 02111-1307, USA. */ /* Change default predefines. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-DOSF -DOSF1 -Dunix -Asystem(xpg4)" +#define CPP_PREDEFINES "-Di386 -DOSF -DOSF1 -Dunix -Asystem(xpg4)" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] \ diff --git a/gcc/config/i386/sco.h b/gcc/config/i386/sco.h index 9c94a766a837..4aab56127a23 100644 --- a/gcc/config/i386/sco.h +++ b/gcc/config/i386/sco.h @@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -DM_UNIX -DM_I386 -DM_COFF -DM_WORDSWAP -Asystem(svr3)" +#define CPP_PREDEFINES "-Di386 -Dunix -DM_UNIX -DM_I386 -DM_COFF -DM_WORDSWAP -Asystem(svr3)" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{scointl:-DM_INTERNAT}" diff --git a/gcc/config/i386/sco4.h b/gcc/config/i386/sco4.h index 1b17d674cd53..65c58b960108 100644 --- a/gcc/config/i386/sco4.h +++ b/gcc/config/i386/sco4.h @@ -63,7 +63,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ - "-Asystem(svr3)" + "-Di386 -Asystem(svr3)" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] \ diff --git a/gcc/config/i386/sco4dbx.h b/gcc/config/i386/sco4dbx.h index 6ff5714c56bc..c86a72214a9d 100644 --- a/gcc/config/i386/sco4dbx.h +++ b/gcc/config/i386/sco4dbx.h @@ -61,7 +61,7 @@ Boston, MA 02111-1307, USA. */ Specify predefined symbols in preprocessor. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Asystem(svr3)" +#define CPP_PREDEFINES "-Di386 -Dunix -Asystem(svr3)" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] \ diff --git a/gcc/config/i386/sco5.h b/gcc/config/i386/sco5.h index 7e81b239d641..b76de1cdc0b8 100644 --- a/gcc/config/i386/sco5.h +++ b/gcc/config/i386/sco5.h @@ -839,7 +839,7 @@ dtors_section () \ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ - "-Asystem(svr3)" + "-Di386 -Asystem(svr3)" /* You are in a maze of GCC specs ... all alike */ diff --git a/gcc/config/i386/scodbx.h b/gcc/config/i386/scodbx.h index a2581d4257f1..0a8c6de05720 100644 --- a/gcc/config/i386/scodbx.h +++ b/gcc/config/i386/scodbx.h @@ -50,7 +50,7 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -DM_UNIX -DM_I386 -DM_COFF -DM_WORDSWAP -Asystem(svr3)" +#define CPP_PREDEFINES "-Di386 -Dunix -DM_UNIX -DM_I386 -DM_COFF -DM_WORDSWAP -Asystem(svr3)" #undef CPP_SPEC #define CPP_SPEC " -Acpu(i386) -Amachine(i386) %{scointl:-DM_INTERNAT}" diff --git a/gcc/config/i386/sol2.h b/gcc/config/i386/sol2.h index 55fe5f775dc5..d84c05d37f0b 100644 --- a/gcc/config/i386/sol2.h +++ b/gcc/config/i386/sol2.h @@ -36,7 +36,7 @@ Boston, MA 02111-1307, USA. */ /* Add "sun" to the list of symbols defined for SVR4. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ - "-Dunix -D__svr4__ -D__SVR4 -Dsun -Asystem(svr4)" + "-Di386 -Dunix -D__svr4__ -D__SVR4 -Dsun -Asystem(svr4)" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] \ diff --git a/gcc/config/i386/sysv3.h b/gcc/config/i386/sysv3.h index b6a1fcc8e2a8..ed2b2b1b17eb 100644 --- a/gcc/config/i386/sysv3.h +++ b/gcc/config/i386/sysv3.h @@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ -#define CPP_PREDEFINES "-Dunix -Asystem(svr3)" +#define CPP_PREDEFINES "-Di386 -Dunix -Asystem(svr3)" #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{posix:-D_POSIX_SOURCE}"