* config/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.

From-SVN: r140650
This commit is contained in:
Gerald Pfeifer 2008-09-24 22:47:14 +00:00 committed by Gerald Pfeifer
parent b5e9dce1fe
commit 0c327f097d
2 changed files with 6 additions and 0 deletions

View 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.

View 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 ]***********************************/