diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/freebsd.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dd68096..2faf9bd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/freebsd.h b/gcc/config/freebsd.h index e4a7c40..81e0ac1 100644 --- a/gcc/config/freebsd.h +++ b/gcc/config/freebsd.h @@ -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 ]***********************************/ |
