Commit f0ce07b8 by Jason Merrill Committed by Jason Merrill

* linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.

From-SVN: r28496
parent fb2000b2
Mon Aug 2 19:18:44 1999 Jason Merrill <jason@yorick.cygnus.com>
* linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
1999-08-04 Mark Elbrecht <snowball3@bigfoot.com>
* config/i386/djgpp.h (BSS_SECTION_ASM_OP): Define.
......
/* 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment