summaryrefslogtreecommitdiff
path: root/patches/gcc/3.4.6/230-powerpc-libc_stack_end-uclibc.patch
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-02 22:21:10 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-02 22:21:10 (GMT)
commit387955ea861750bf4c9b9a8ba60f6802969c6f4c (patch)
tree13ee28a3b9788476efa26a4b9c82d4feb967a39d /patches/gcc/3.4.6/230-powerpc-libc_stack_end-uclibc.patch
parent48a0c4275485eee3ed8d0f8cb433599f1f42c731 (diff)
parent1a25115a1851d3defdf4d37825d8a291be078e53 (diff)
Merge pull request #232 from bhundven/less_gcc_versions_part_1
gcc: Support only the latest branch releases of gcc
Diffstat (limited to 'patches/gcc/3.4.6/230-powerpc-libc_stack_end-uclibc.patch')
-rw-r--r--patches/gcc/3.4.6/230-powerpc-libc_stack_end-uclibc.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/patches/gcc/3.4.6/230-powerpc-libc_stack_end-uclibc.patch b/patches/gcc/3.4.6/230-powerpc-libc_stack_end-uclibc.patch
deleted file mode 100644
index 941974e..0000000
--- a/patches/gcc/3.4.6/230-powerpc-libc_stack_end-uclibc.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -durN gcc-3.4.6.orig/gcc/config/rs6000/linux-unwind.h gcc-3.4.6/gcc/config/rs6000/linux-unwind.h
---- gcc-3.4.6.orig/gcc/config/rs6000/linux-unwind.h 2005-03-17 11:41:18.000000000 +0100
-+++ gcc-3.4.6/gcc/config/rs6000/linux-unwind.h 2007-08-15 23:07:00.000000000 +0200
-@@ -32,6 +32,7 @@
- these structs elsewhere; Many fields are missing, particularly
- from the end of the structures. */
-
-+#ifndef inhibit_libc
- struct gcc_vregs
- {
- __attribute__ ((vector_size (16))) int vr[32];
-@@ -320,3 +321,4 @@
- \
- goto SUCCESS; \
- } while (0)
-+#endif