patches/gcc/4.1.2/190-sh-pr24836.patch
changeset 747 d3e603e7c17c
parent 13 068dce39f687
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/gcc/4.1.2/190-sh-pr24836.patch	Mon Jul 28 21:32:33 2008 +0000
     1.3 @@ -0,0 +1,22 @@
     1.4 +--- gcc-4.1.2.orig/gcc/configure.ac	2006-11-13 23:09:55.000000000 +0100
     1.5 ++++ gcc-4.1.2/gcc/configure.ac	2007-03-04 23:34:53.000000000 +0100
     1.6 +@@ -2435,7 +2435,7 @@
     1.7 + 	tls_first_minor=14
     1.8 + 	tls_as_opt="-m64 -Aesame --fatal-warnings"
     1.9 + 	;;
    1.10 +-  sh-*-* | sh[34]-*-*)
    1.11 ++  sh-*-* | sh[34]*-*-*)
    1.12 +     conftest_s='
    1.13 + 	.section ".tdata","awT",@progbits
    1.14 + foo:	.long	25
    1.15 +--- gcc-4.1.2.orig/gcc/configure	2006-11-13 23:09:55.000000000 +0100
    1.16 ++++ gcc-4.1.2/gcc/configure	2007-03-04 23:34:53.000000000 +0100
    1.17 +@@ -14762,7 +14762,7 @@
    1.18 + 	tls_first_minor=14
    1.19 + 	tls_as_opt="-m64 -Aesame --fatal-warnings"
    1.20 + 	;;
    1.21 +-  sh-*-* | sh[34]-*-*)
    1.22 ++  sh-*-* | sh[34]*-*-*)
    1.23 +     conftest_s='
    1.24 + 	.section ".tdata","awT",@progbits
    1.25 + foo:	.long	25