summaryrefslogtreecommitdiff
path: root/patches/gcc/4.1.2/190-sh-pr24836.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-28 21:32:33 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-28 21:32:33 (GMT)
commit6317df47791e1e35b78dc69a636445dbc22d5c21 (patch)
tree5134392c237e9aed62c1b6f7d5620340db781262 /patches/gcc/4.1.2/190-sh-pr24836.patch
parent3bf3f54ed10aec366066d796186eea63c4169ad2 (diff)
Fourth step at renaming patches: renumber all patches with a 10-step.
Diffstat (limited to 'patches/gcc/4.1.2/190-sh-pr24836.patch')
-rw-r--r--patches/gcc/4.1.2/190-sh-pr24836.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/patches/gcc/4.1.2/190-sh-pr24836.patch b/patches/gcc/4.1.2/190-sh-pr24836.patch
new file mode 100644
index 0000000..39328a5
--- /dev/null
+++ b/patches/gcc/4.1.2/190-sh-pr24836.patch
@@ -0,0 +1,22 @@
+--- gcc-4.1.2.orig/gcc/configure.ac 2006-11-13 23:09:55.000000000 +0100
++++ gcc-4.1.2/gcc/configure.ac 2007-03-04 23:34:53.000000000 +0100
+@@ -2435,7 +2435,7 @@
+ tls_first_minor=14
+ tls_as_opt="-m64 -Aesame --fatal-warnings"
+ ;;
+- sh-*-* | sh[34]-*-*)
++ sh-*-* | sh[34]*-*-*)
+ conftest_s='
+ .section ".tdata","awT",@progbits
+ foo: .long 25
+--- gcc-4.1.2.orig/gcc/configure 2006-11-13 23:09:55.000000000 +0100
++++ gcc-4.1.2/gcc/configure 2007-03-04 23:34:53.000000000 +0100
+@@ -14762,7 +14762,7 @@
+ tls_first_minor=14
+ tls_as_opt="-m64 -Aesame --fatal-warnings"
+ ;;
+- sh-*-* | sh[34]-*-*)
++ sh-*-* | sh[34]*-*-*)
+ conftest_s='
+ .section ".tdata","awT",@progbits
+ foo: .long 25