patches/gcc/4.1.1/740-sh-pr24836.patch
changeset 1 eeea35fbf182
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/gcc/4.1.1/740-sh-pr24836.patch	Sat Feb 24 11:00:05 2007 +0000
     1.3 @@ -0,0 +1,25 @@
     1.4 +http://sourceforge.net/mailarchive/forum.php?thread_id=8959304&forum_id=5348
     1.5 +http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24836
     1.6 +
     1.7 +--- gcc/gcc/configure.ac	(revision 106699)
     1.8 ++++ gcc/gcc/configure.ac	(working copy)
     1.9 +@@ -2446,7 +2446,7 @@
    1.10 + 	tls_first_minor=14
    1.11 + 	tls_as_opt="-m64 -Aesame --fatal-warnings"
    1.12 + 	;;
    1.13 +-  sh-*-* | sh[34]-*-*)
    1.14 ++  sh-*-* | sh[34]*-*-*)
    1.15 +     conftest_s='
    1.16 + 	.section ".tdata","awT",@progbits
    1.17 + foo:	.long	25
    1.18 +--- gcc/gcc/configure
    1.19 ++++ gcc/gcc/configure
    1.20 +@@ -14846,7 +14846,7 @@
    1.21 + 	tls_first_minor=14
    1.22 + 	tls_as_opt="-m64 -Aesame --fatal-warnings"
    1.23 + 	;;
    1.24 +-  sh-*-* | sh[34]-*-*)
    1.25 ++  sh-*-* | sh[34]*-*-*)
    1.26 +     conftest_s='
    1.27 + 	.section ".tdata","awT",@progbits
    1.28 + foo:	.long	25