patches/gcc/4.3.1/250-sh-pr24836.patch
changeset 747 d3e603e7c17c
parent 552 4edbcdb17e3d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/gcc/4.3.1/250-sh-pr24836.patch	Mon Jul 28 21:32:33 2008 +0000
     1.3 @@ -0,0 +1,28 @@
     1.4 +Original patch from gentoo: gentoo/src/patchsets/gcc/4.3.1/gentoo/74_all_sh-pr24836.patch
     1.5 +http://sourceforge.net/mailarchive/forum.php?thread_id=8959304&forum_id=5348
     1.6 +http://gcc.gnu.org/PR24836
     1.7 +
     1.8 +diff -durN gcc-4.3.1.orig/gcc/configure gcc-4.3.1/gcc/configure
     1.9 +--- gcc-4.3.1.orig/gcc/configure	2008-06-10 14:57:48.000000000 +0200
    1.10 ++++ gcc-4.3.1/gcc/configure	2008-06-10 14:58:32.000000000 +0200
    1.11 +@@ -14709,7 +14709,7 @@
    1.12 + 	tls_first_minor=14
    1.13 + 	tls_as_opt="-m64 -Aesame --fatal-warnings"
    1.14 + 	;;
    1.15 +-  sh-*-* | sh[34]-*-*)
    1.16 ++  sh-*-* | sh[34]*-*-*)
    1.17 +     conftest_s='
    1.18 + 	.section ".tdata","awT",@progbits
    1.19 + foo:	.long	25
    1.20 +diff -durN gcc-4.3.1.orig/gcc/configure.ac gcc-4.3.1/gcc/configure.ac
    1.21 +--- gcc-4.3.1.orig/gcc/configure.ac	2008-06-10 14:57:48.000000000 +0200
    1.22 ++++ gcc-4.3.1/gcc/configure.ac	2008-06-10 14:58:32.000000000 +0200
    1.23 +@@ -2537,7 +2537,7 @@
    1.24 + 	tls_first_minor=14
    1.25 + 	tls_as_opt="-m64 -Aesame --fatal-warnings"
    1.26 + 	;;
    1.27 +-  sh-*-* | sh[34]-*-*)
    1.28 ++  sh-*-* | sh[34]*-*-*)
    1.29 +     conftest_s='
    1.30 + 	.section ".tdata","awT",@progbits
    1.31 + foo:	.long	25