patches/gcc/4.4.4/270-sh-pr24836.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 12 23:47:24 2010 +0200 (2010-10-12)
branch1.8
changeset 2151 ee9ce2595560
parent 1948 d341be24dc68
permissions -rw-r--r--
cc/gcc: fix 4.4.4 patchset

Most patches contained two spurious first lines.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from ada9128c98b89569b54aefe9b7a4b0bd2bd20023)
     1 diff -durN gcc-4.4.4.orig/gcc/configure gcc-4.4.4/gcc/configure
     2 --- gcc-4.4.4.orig/gcc/configure	2010-05-16 19:11:00.000000000 +0200
     3 +++ gcc-4.4.4/gcc/configure	2010-05-16 19:14:31.000000000 +0200
     4 @@ -22241,7 +22241,7 @@
     5  	tls_first_minor=14
     6  	tls_as_opt="-m64 -Aesame --fatal-warnings"
     7  	;;
     8 -  sh-*-* | sh[34]-*-*)
     9 +  sh-*-* | sh[34]*-*-*)
    10      conftest_s='
    11  	.section ".tdata","awT",@progbits
    12  foo:	.long	25
    13 diff -durN gcc-4.4.4.orig/gcc/configure.ac gcc-4.4.4/gcc/configure.ac
    14 --- gcc-4.4.4.orig/gcc/configure.ac	2010-05-16 19:11:00.000000000 +0200
    15 +++ gcc-4.4.4/gcc/configure.ac	2010-05-16 19:14:31.000000000 +0200
    16 @@ -2684,7 +2684,7 @@
    17  	tls_first_minor=14
    18  	tls_as_opt="-m64 -Aesame --fatal-warnings"
    19  	;;
    20 -  sh-*-* | sh[34]-*-*)
    21 +  sh-*-* | sh[34]*-*-*)
    22      conftest_s='
    23  	.section ".tdata","awT",@progbits
    24  foo:	.long	25