OSDN Git Service

* config/i386/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Aug 1999 15:56:44 +0000 (15:56 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Aug 1999 15:56:44 +0000 (15:56 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28724 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/freebsd.h

index fe38394..833bc07 100644 (file)
@@ -1,3 +1,7 @@
+Fri Aug 13 15:20:43 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * config/i386/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
+
 Fri Aug 13 10:21:28 1999  Nick Clifton  <nickc@cygnus.com>
 
        * toplev.c (rest_of_compilation): Allow machine dependent
index 89fe216..884000b 100644 (file)
@@ -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 <phk@login.dkuug.dk>
 
 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