patches/glibc/2.3.2/glibc-2.3.2-allow-gcc-3.5-PR14096.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Feb 24 11:00:05 2007 +0000 (2007-02-24)
changeset 1 eeea35fbf182
permissions -rw-r--r--
Add the full crosstool-NG sources to the new repository of its own.
You might just say: 'Yeah! crosstool-NG's got its own repo!".
Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup.
That means I'm putting backups in place in the afternoon.
That also means we've lost history... :-(
     1 --- glibc-2.3.2/stdlib/abs.c.old	2004-07-18 12:08:43.000000000 -0700
     2 +++ glibc-2.3.2/stdlib/abs.c	2004-07-18 12:09:18.000000000 -0700
     3 @@ -16,6 +16,8 @@
     4     Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
     5     02111-1307 USA.  */
     6  
     7 +#define __NO_INLINE__ 1	/* avoid http://gcc.gnu.org/PR14096 */
     8 +
     9  #include <stdlib.h>
    10  
    11  #undef	abs
    12 --- glibc-2.3.2/stdlib/atoi.c.old	2004-07-18 12:08:17.000000000 -0700
    13 +++ glibc-2.3.2/stdlib/atoi.c	2004-07-18 12:08:27.000000000 -0700
    14 @@ -16,6 +16,8 @@
    15     Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    16     02111-1307 USA.  */
    17  
    18 +#define __NO_INLINE__ 1	/* avoid http://gcc.gnu.org/PR14096 */
    19 +
    20  #include <stdlib.h>
    21  
    22  #undef	atoi
    23 --- glibc-2.3.2/stdlib/atof.c.old	2004-07-18 12:06:09.000000000 -0700
    24 +++ glibc-2.3.2/stdlib/atof.c	2004-07-18 12:05:31.000000000 -0700
    25 @@ -16,6 +16,8 @@
    26     Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    27     02111-1307 USA.  */
    28  
    29 +#define __NO_INLINE__ 1	/* avoid http://gcc.gnu.org/PR14096 */
    30 +
    31  #include <stdlib.h>
    32  
    33  #undef	atof
    34 --- glibc-2.3.2/stdlib/atol.c.old	2004-07-18 12:08:49.000000000 -0700
    35 +++ glibc-2.3.2/stdlib/atol.c	2004-07-18 12:09:40.000000000 -0700
    36 @@ -16,6 +16,8 @@
    37     Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    38     02111-1307 USA.  */
    39  
    40 +#define __NO_INLINE__ 1	/* avoid http://gcc.gnu.org/PR14096 */
    41 +
    42  #include <stdlib.h>
    43  
    44  #undef	atol
    45 --- glibc-2.3.2/stdlib/atoll.c.old	2004-07-18 12:08:55.000000000 -0700
    46 +++ glibc-2.3.2/stdlib/atoll.c	2004-07-18 12:09:59.000000000 -0700
    47 @@ -16,6 +16,8 @@
    48     Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    49     02111-1307 USA.  */
    50  
    51 +#define __NO_INLINE__ 1	/* avoid http://gcc.gnu.org/PR14096 */
    52 +
    53  #include <stdlib.h>
    54  
    55  #undef	atoll