46 lines
1.2 KiB
Diff
46 lines
1.2 KiB
Diff
From edc9acb181810f234b6b9f7d2820b0e4f6a1eeaf Mon Sep 17 00:00:00 2001
|
|
From: Khem Raj <raj.khem@gmail.com>
|
|
Date: Fri, 29 Mar 2013 08:54:48 +0400
|
|
Subject: [PATCH 14/35] sh-pr24836
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
Upstream-Status: Pending
|
|
|
|
http://sourceforge.net/mailarchive/forum.php?thread_id=8959304&forum_id=5348
|
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24836
|
|
---
|
|
gcc/configure | 2 +-
|
|
gcc/configure.ac | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/gcc/configure b/gcc/configure
|
|
index e12a180..135bbf5 100755
|
|
--- a/gcc/configure
|
|
+++ b/gcc/configure
|
|
@@ -23378,7 +23378,7 @@ foo: .long 25
|
|
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
|
|
diff --git a/gcc/configure.ac b/gcc/configure.ac
|
|
index eba3577..6363a21 100644
|
|
--- a/gcc/configure.ac
|
|
+++ b/gcc/configure.ac
|
|
@@ -3141,7 +3141,7 @@ foo: .long 25
|
|
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
|
|
--
|
|
1.7.10.4
|
|
|