patches/gcc/4.4.3/270-sh-pr24836.patch
changeset 1752 2a0656d9c905
parent 1611 e2516bba8fe5
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/gcc/4.4.3/270-sh-pr24836.patch	Sun Jan 24 22:53:51 2010 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +diff -durN gcc-4.4.0.orig/gcc/configure gcc-4.4.0/gcc/configure
     1.5 +--- gcc-4.4.0.orig/gcc/configure	2009-05-27 21:38:08.000000000 +0200
     1.6 ++++ gcc-4.4.0/gcc/configure	2009-05-27 21:38:42.000000000 +0200
     1.7 +@@ -22205,7 +22205,7 @@
     1.8 + 	tls_first_minor=14
     1.9 + 	tls_as_opt="-m64 -Aesame --fatal-warnings"
    1.10 + 	;;
    1.11 +-  sh-*-* | sh[34]-*-*)
    1.12 ++  sh-*-* | sh[34]*-*-*)
    1.13 +     conftest_s='
    1.14 + 	.section ".tdata","awT",@progbits
    1.15 + foo:	.long	25
    1.16 +diff -durN gcc-4.4.0.orig/gcc/configure.ac gcc-4.4.0/gcc/configure.ac
    1.17 +--- gcc-4.4.0.orig/gcc/configure.ac	2009-05-27 21:38:08.000000000 +0200
    1.18 ++++ gcc-4.4.0/gcc/configure.ac	2009-05-27 21:38:42.000000000 +0200
    1.19 +@@ -2673,7 +2673,7 @@
    1.20 + 	tls_first_minor=14
    1.21 + 	tls_as_opt="-m64 -Aesame --fatal-warnings"
    1.22 + 	;;
    1.23 +-  sh-*-* | sh[34]-*-*)
    1.24 ++  sh-*-* | sh[34]*-*-*)
    1.25 +     conftest_s='
    1.26 + 	.section ".tdata","awT",@progbits
    1.27 + foo:	.long	25