From: Gerald Pfeifer Date: Mon, 16 Aug 1999 15:56:44 +0000 (+0200) Subject: * config/i386/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. X-Git-Tag: prereleases/libstdc++-2.92~11167 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=861313f2d412fe8f2b6148f85104092f7c6d8b2d;p=thirdparty%2Fgcc.git * config/i386/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. From-SVN: r28724 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fe383948fa63..833bc07a6b2a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Aug 13 15:20:43 1999 Gerald Pfeifer + + * config/i386/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. + Fri Aug 13 10:21:28 1999 Nick Clifton * toplev.c (rest_of_compilation): Allow machine dependent diff --git a/gcc/config/i386/freebsd.h b/gcc/config/i386/freebsd.h index 89fe21623a96..884000b23f1d 100644 --- a/gcc/config/i386/freebsd.h +++ b/gcc/config/i386/freebsd.h @@ -1,6 +1,7 @@ /* Definitions of target machine for GNU compiler for Intel 80386 running FreeBSD. - Copyright (C) 1988, 1992, 1994, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1988, 1992, 1994, 1996, 1997, 1999 Free Software + Foundation, Inc. Contributed by Poul-Henning Kamp This file is part of GNU CC. @@ -245,3 +246,6 @@ do { \ #define STARTFILE_SPEC \ "%{shared:c++rt0.o%s} \ %{!shared:%{pg:gcrt0.o%s}%{!pg:%{static:scrt0.o%s}%{!static:crt0.o%s}}}" + +/* Define this so we can compile MS code for use with WINE. */ +#define HANDLE_PRAGMA_PACK_PUSH_POP