From 7af2ee399f71500e9094b42b07a6a9c2b6775d86 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 15 Aug 2007 21:23:08 +0000 Subject: Add patches against gcc-3.4.6. Untested. --- .../gcc/3.4.6/800-powerpc-libc_stack_end-uclibc.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 patches/gcc/3.4.6/800-powerpc-libc_stack_end-uclibc.patch (limited to 'patches/gcc/3.4.6/800-powerpc-libc_stack_end-uclibc.patch') diff --git a/patches/gcc/3.4.6/800-powerpc-libc_stack_end-uclibc.patch b/patches/gcc/3.4.6/800-powerpc-libc_stack_end-uclibc.patch new file mode 100644 index 00000000..941974e7 --- /dev/null +++ b/patches/gcc/3.4.6/800-powerpc-libc_stack_end-uclibc.patch @@ -0,0 +1,16 @@ +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 -- cgit v1.2.3