patches/gcc/3.4.4/800-powerpc-libc_stack_end-uclibc.patch
changeset 1 eeea35fbf182
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/gcc/3.4.4/800-powerpc-libc_stack_end-uclibc.patch	Sat Feb 24 11:00:05 2007 +0000
     1.3 @@ -0,0 +1,15 @@
     1.4 +--- gcc-3.4.4/gcc/config/rs6000/linux-unwind.h.org	2005-06-23 17:50:34.000000000 -0600
     1.5 ++++ gcc-3.4.4/gcc/config/rs6000/linux-unwind.h	2005-06-23 17:52:02.000000000 -0600
     1.6 +@@ -32,6 +32,7 @@
     1.7 +    these structs elsewhere;  Many fields are missing, particularly
     1.8 +    from the end of the structures.  */
     1.9 + 
    1.10 ++#ifndef inhibit_libc
    1.11 + struct gcc_vregs
    1.12 + {
    1.13 +   __attribute__ ((vector_size (16))) int vr[32];
    1.14 +@@ -320,3 +321,4 @@
    1.15 + 									\
    1.16 +     goto SUCCESS;							\
    1.17 +   } while (0)
    1.18 ++#endif