Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
10fbe77a
Commit
10fbe77a
authored
Jun 11, 2008
by
Bernhard Reutner-Fischer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tls.m4: Fix typos.
config: * tls.m4: Fix typos. libgcc: * configure: Regenerate. From-SVN: r136658
parent
fd73537b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
4 deletions
+12
-4
config/ChangeLog
+5
-1
config/tls.m4
+1
-1
libgcc/ChangeLog
+4
-0
libgcc/configure
+2
-2
No files found.
config/ChangeLog
View file @
10fbe77a
2008-06-11 Bernhard Fischer <aldot@gcc.gnu.org>
* tls.m4: Fix typos.
2008-06-08 Joseph Myers <joseph@codesourcery.com>
2008-06-08 Joseph Myers <joseph@codesourcery.com>
PR tree-optimization/36218
PR tree-optimization/36218
*
config/
mh-mingw (LDFLAGS): Define.
* mh-mingw (LDFLAGS): Define.
2008-06-05 Danny Smith <dannysmith@users.sourceforge.net>
2008-06-05 Danny Smith <dannysmith@users.sourceforge.net>
...
...
config/tls.m4
View file @
10fbe77a
...
@@ -77,7 +77,7 @@ AC_DEFUN([GCC_CHECK_TLS], [
...
@@ -77,7 +77,7 @@ AC_DEFUN([GCC_CHECK_TLS], [
dnl Check whether the target assembler supports TLS.
dnl Check whether the target assembler supports TLS.
AC_DEFUN([GCC_CHECK_CC_TLS], [
AC_DEFUN([GCC_CHECK_CC_TLS], [
GCC_ENABLE(tls, yes, [], [Use thread-local storage])
GCC_ENABLE(tls, yes, [], [Use thread-local storage])
AC_CACHE_CHECK([whether the target ass
sembler
upports thread-local storage],
AC_CACHE_CHECK([whether the target ass
embler s
upports thread-local storage],
gcc_cv_have_cc_tls, [
gcc_cv_have_cc_tls, [
AC_COMPILE_IFELSE([__thread int a; int b; int main() { return a = b; }],
AC_COMPILE_IFELSE([__thread int a; int b; int main() { return a = b; }],
[gcc_cv_have_cc_tls=yes], [gcc_cv_have_cc_tls=no])]
[gcc_cv_have_cc_tls=yes], [gcc_cv_have_cc_tls=no])]
...
...
libgcc/ChangeLog
View file @
10fbe77a
2008-06-11 Bernhard Fischer <aldot@gcc.gnu.org>
* configure: Regenerate.
2008-06-10 Joseph Myers <joseph@codesourcery.com>
2008-06-10 Joseph Myers <joseph@codesourcery.com>
* Makefile.in (DECNUMINC): Remove
* Makefile.in (DECNUMINC): Remove
...
...
libgcc/configure
View file @
10fbe77a
...
@@ -3431,8 +3431,8 @@ else
...
@@ -3431,8 +3431,8 @@ else
enable_tls
=
yes
enable_tls
=
yes
fi
;
fi
;
echo
"
$as_me
:
$LINENO
: checking whether the target ass
sembler
upports thread-local storage"
>
&5
echo
"
$as_me
:
$LINENO
: checking whether the target ass
embler s
upports thread-local storage"
>
&5
echo
$ECHO_N
"checking whether the target ass
sembler
upports thread-local storage...
$ECHO_C
"
>
&6
echo
$ECHO_N
"checking whether the target ass
embler s
upports thread-local storage...
$ECHO_C
"
>
&6
if
test
"
${
gcc_cv_have_cc_tls
+set
}
"
=
set
;
then
if
test
"
${
gcc_cv_have_cc_tls
+set
}
"
=
set
;
then
echo
$ECHO_N
"(cached)
$ECHO_C
"
>
&6
echo
$ECHO_N
"(cached)
$ECHO_C
"
>
&6
else
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment