* config/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Sep 2008 22:47:14 +0000 (22:47 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Sep 2008 22:47:14 +0000 (22:47 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140650 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/freebsd.h

index dd68096..2faf9bd 100644 (file)
@@ -1,3 +1,7 @@
+2008-09-25  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * config/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
+
 2008-09-24  Richard Henderson  <rth@redhat.com>
 
        * dwarf2.h (DW_OP_GNU_encoded_addr): New.
index e4a7c40..81e0ac1 100644 (file)
@@ -55,6 +55,8 @@ along with GCC; see the file COPYING3.  If not see
 #undef  LIB_SPEC
 #define LIB_SPEC FBSD_LIB_SPEC
 
+/* Define this so we can compile MS code for use with WINE.  */
+#define HANDLE_PRAGMA_PACK_PUSH_POP 1
 
 /************************[  Target stuff  ]***********************************/