patches/gcc/4.3.0/290-sh-pr24836.patch
changeset 1779 708c0b301c7b
parent 1778 9d1c1b6af205
child 1780 9c03c1a508d8
     1.1 --- a/patches/gcc/4.3.0/290-sh-pr24836.patch	Sun Jan 31 12:22:54 2010 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,28 +0,0 @@
     1.4 -Original patch from gentoo: gentoo/src/patchsets/gcc/4.3.0/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.0.orig/gcc/configure gcc-4.3.0/gcc/configure
     1.9 ---- gcc-4.3.0.orig/gcc/configure	2008-06-10 14:44:21.000000000 +0200
    1.10 -+++ gcc-4.3.0/gcc/configure	2008-06-10 14:45:24.000000000 +0200
    1.11 -@@ -14700,7 +14700,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.0.orig/gcc/configure.ac gcc-4.3.0/gcc/configure.ac
    1.21 ---- gcc-4.3.0.orig/gcc/configure.ac	2008-06-10 14:44:21.000000000 +0200
    1.22 -+++ gcc-4.3.0/gcc/configure.ac	2008-06-10 14:45:24.000000000 +0200
    1.23 -@@ -2533,7 +2533,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