This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch to support #pragma pack(push,<n>) and #pragma pack(pop) [mkII]
- To: egcs-patches at cygnus dot com
- Subject: Re: Patch to support #pragma pack(push,<n>) and #pragma pack(pop) [mkII]
- From: Nick Clifton <nickc at cygnus dot com>
- Date: Thu, 1 Oct 1998 10:54:07 -0700
- cc: mark at markmitchell dot com
: Date: Wed, 30 Sep 1998 20:47:03 -0600
: From: Jeffrey A Law <law@cygnus.com>
:
: In message <199809231715.KAA26918@elmo.cygnus.com>you write:
: > Hi,
: >
: > This is a revised version of the patch I submitted previously to add
: > support for #pragma pack(push,<n>) and #pragma pack(pop). The only
: > change in this version is to move the declaration of the variable
: > 'weak_decls' back into varasm.c (from c-pragma.c), so that the Fortran
: > and Chill front ends do not need to include c-pragma.o in their
: > builds.
: >
: > Is this version OK to push ?
: Yup.
: jeff
Hooray! It has been pushed.
Nick