diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-04 11:27:20 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-04 11:27:20 +0000 |
commit | 8a59b4d2630b7579efb27997324b9e2c24246313 (patch) | |
tree | b31fbf85f19921a6cd269a8b93f612aad554a06a /gcc/config/linux.h | |
parent | ca6739b426dbc603ba432720fbf0df5235b03087 (diff) | |
download | gcc-8a59b4d2630b7579efb27997324b9e2c24246313.tar.gz |
* linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28496 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/linux.h')
-rw-r--r-- | gcc/config/linux.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/linux.h b/gcc/config/linux.h index b619d01cdf5..ae0ec4a6258 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -1,5 +1,5 @@ /* Definitions for Linux-based GNU systems with ELF format - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. Contributed by Eric Youngdale. Modified for stabs-in-ELF by H.J. Lu (hjl@lucon.org). @@ -113,3 +113,6 @@ Boston, MA 02111-1307, USA. */ %{p:-lgmon -lc_p} %{pg:-lgmon -lc_p} \ %{!p:%{!pg:%{!g*:-lc} %{g*:-lg}}}}" #endif + +/* Define this so we can compile MS code for use with WINE. */ +#define HANDLE_PRAGMA_PACK_PUSH_POP |