coreboot/util/crossgcc/patches/gcc-4.5.2_pragma.patch
<<
>>
Prefs
   1diff -ur gcc-4.5.2.orig/gcc/config/i386/i386elf.h gcc-4.5.1/gcc/config/i386/i386elf.h
   2--- gcc-4.5.2.orig/gcc/config/i386/i386elf.h    2010-11-17 19:48:16.184401200 -0700
   3+++ gcc-4.5.2/gcc/config/i386/i386elf.h 2010-11-17 20:52:54.443969900 -0700
   4@@ -123,3 +123,6 @@
   5 #undef ASM_OUTPUT_ALIGNED_BSS
   6 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
   7   asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
   8+
   9+/* Enable parsing of #pragma pack(push,<n>) and #pragma pack(pop).  */
  10+#define HANDLE_PRAGMA_PACK_PUSH_POP 1
  11
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.