aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/gcc-4.5.2_pragma.patch
diff options
context:
space:
mode:
Diffstat (limited to 'util/crossgcc/patches/gcc-4.5.2_pragma.patch')
-rw-r--r--util/crossgcc/patches/gcc-4.5.2_pragma.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/util/crossgcc/patches/gcc-4.5.2_pragma.patch b/util/crossgcc/patches/gcc-4.5.2_pragma.patch
deleted file mode 100644
index d36f489b3f..0000000000
--- a/util/crossgcc/patches/gcc-4.5.2_pragma.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -ur gcc-4.5.2.orig/gcc/config/i386/i386elf.h gcc-4.5.1/gcc/config/i386/i386elf.h
---- gcc-4.5.2.orig/gcc/config/i386/i386elf.h 2010-11-17 19:48:16.184401200 -0700
-+++ gcc-4.5.2/gcc/config/i386/i386elf.h 2010-11-17 20:52:54.443969900 -0700
-@@ -123,3 +123,6 @@
- #undef ASM_OUTPUT_ALIGNED_BSS
- #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
- asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
-+
-+/* Enable parsing of #pragma pack(push,<n>) and #pragma pack(pop). */
-+#define HANDLE_PRAGMA_PACK_PUSH_POP 1