patches/gcc/4.3.5/250-sh-pr24836.patch
changeset 2124 5dd0b83ae528
parent 1461 35b30f8fb307
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/gcc/4.3.5/250-sh-pr24836.patch	Sun Sep 19 18:37:18 2010 +0200
     1.3 @@ -0,0 +1,33 @@
     1.4 +Original patch from: ../4.3.2/250-sh-pr24836.patch
     1.5 +
     1.6 +-= BEGIN original header =-
     1.7 +Original patch from gentoo: gentoo/src/patchsets/gcc/4.3.1/gentoo/74_all_sh-pr24836.patch
     1.8 +http://sourceforge.net/mailarchive/forum.php?thread_id=8959304&forum_id=5348
     1.9 +http://gcc.gnu.org/PR24836
    1.10 +
    1.11 +-= END original header =-
    1.12 +
    1.13 +diff -durN gcc-4.3.3.orig/gcc/configure gcc-4.3.3/gcc/configure
    1.14 +--- gcc-4.3.3.orig/gcc/configure	2009-01-27 22:19:18.000000000 +0100
    1.15 ++++ gcc-4.3.3/gcc/configure	2009-01-27 22:25:33.000000000 +0100
    1.16 +@@ -20689,7 +20689,7 @@
    1.17 + 	tls_first_minor=14
    1.18 + 	tls_as_opt="-m64 -Aesame --fatal-warnings"
    1.19 + 	;;
    1.20 +-  sh-*-* | sh[34]-*-*)
    1.21 ++  sh-*-* | sh[34]*-*-*)
    1.22 +     conftest_s='
    1.23 + 	.section ".tdata","awT",@progbits
    1.24 + foo:	.long	25
    1.25 +diff -durN gcc-4.3.3.orig/gcc/configure.ac gcc-4.3.3/gcc/configure.ac
    1.26 +--- gcc-4.3.3.orig/gcc/configure.ac	2009-01-27 22:19:18.000000000 +0100
    1.27 ++++ gcc-4.3.3/gcc/configure.ac	2009-01-27 22:25:33.000000000 +0100
    1.28 +@@ -2552,7 +2552,7 @@
    1.29 + 	tls_first_minor=14
    1.30 + 	tls_as_opt="-m64 -Aesame --fatal-warnings"
    1.31 + 	;;
    1.32 +-  sh-*-* | sh[34]-*-*)
    1.33 ++  sh-*-* | sh[34]*-*-*)
    1.34 +     conftest_s='
    1.35 + 	.section ".tdata","awT",@progbits
    1.36 + foo:	.long	25