patches/glibc/2.3.2/glibc-2.3.2-allow-gcc-3.5-PR14096.patch
changeset 330 447b203edc2e
parent 329 419d959441ed
child 331 0c05f9ea3254
     1.1 --- a/patches/glibc/2.3.2/glibc-2.3.2-allow-gcc-3.5-PR14096.patch	Tue Aug 14 19:32:22 2007 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,55 +0,0 @@
     1.4 ---- glibc-2.3.2/stdlib/abs.c.old	2004-07-18 12:08:43.000000000 -0700
     1.5 -+++ glibc-2.3.2/stdlib/abs.c	2004-07-18 12:09:18.000000000 -0700
     1.6 -@@ -16,6 +16,8 @@
     1.7 -    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
     1.8 -    02111-1307 USA.  */
     1.9 - 
    1.10 -+#define __NO_INLINE__ 1	/* avoid http://gcc.gnu.org/PR14096 */
    1.11 -+
    1.12 - #include <stdlib.h>
    1.13 - 
    1.14 - #undef	abs
    1.15 ---- glibc-2.3.2/stdlib/atoi.c.old	2004-07-18 12:08:17.000000000 -0700
    1.16 -+++ glibc-2.3.2/stdlib/atoi.c	2004-07-18 12:08:27.000000000 -0700
    1.17 -@@ -16,6 +16,8 @@
    1.18 -    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    1.19 -    02111-1307 USA.  */
    1.20 - 
    1.21 -+#define __NO_INLINE__ 1	/* avoid http://gcc.gnu.org/PR14096 */
    1.22 -+
    1.23 - #include <stdlib.h>
    1.24 - 
    1.25 - #undef	atoi
    1.26 ---- glibc-2.3.2/stdlib/atof.c.old	2004-07-18 12:06:09.000000000 -0700
    1.27 -+++ glibc-2.3.2/stdlib/atof.c	2004-07-18 12:05:31.000000000 -0700
    1.28 -@@ -16,6 +16,8 @@
    1.29 -    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    1.30 -    02111-1307 USA.  */
    1.31 - 
    1.32 -+#define __NO_INLINE__ 1	/* avoid http://gcc.gnu.org/PR14096 */
    1.33 -+
    1.34 - #include <stdlib.h>
    1.35 - 
    1.36 - #undef	atof
    1.37 ---- glibc-2.3.2/stdlib/atol.c.old	2004-07-18 12:08:49.000000000 -0700
    1.38 -+++ glibc-2.3.2/stdlib/atol.c	2004-07-18 12:09:40.000000000 -0700
    1.39 -@@ -16,6 +16,8 @@
    1.40 -    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    1.41 -    02111-1307 USA.  */
    1.42 - 
    1.43 -+#define __NO_INLINE__ 1	/* avoid http://gcc.gnu.org/PR14096 */
    1.44 -+
    1.45 - #include <stdlib.h>
    1.46 - 
    1.47 - #undef	atol
    1.48 ---- glibc-2.3.2/stdlib/atoll.c.old	2004-07-18 12:08:55.000000000 -0700
    1.49 -+++ glibc-2.3.2/stdlib/atoll.c	2004-07-18 12:09:59.000000000 -0700
    1.50 -@@ -16,6 +16,8 @@
    1.51 -    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    1.52 -    02111-1307 USA.  */
    1.53 - 
    1.54 -+#define __NO_INLINE__ 1	/* avoid http://gcc.gnu.org/PR14096 */
    1.55 -+
    1.56 - #include <stdlib.h>
    1.57 - 
    1.58 - #undef	atoll