This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch] Add HANDLE_PRAGMA_PACK_PUSH_POP to the i386-elf gcc target


Hi,

This small patch adds HANDLE_PRAGMA_PACK_PUSH_POP to the i386-elf gcc
target. We use the i386-elf-gcc for the coreboot cross compiler. I
have some code that builds under several compilers and uses #pragma
pack to save ROM space. By adding the HANDLE_PRAGMA_PACK_PUSH_POP, I
can build in coreboot without the #pragma pack warnings.

Signed-off-by: Marc Jones <marcj303@gmail.com>

Marc
-- 
http://se-eng.com

Attachment: gcc-4.5.1_pragma.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]