projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0170f33
)
Revert accidental checkin.
author
Jan Hubicka
<hubicka@gcc.gnu.org>
Thu, 29 Aug 2013 16:24:13 +0000
(16:24 +0000)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Thu, 29 Aug 2013 16:24:13 +0000
(16:24 +0000)
From-SVN: r202080
gcc/config/linux-android.c
patch
|
blob
|
history
diff --git
a/gcc/config/linux-android.c
b/gcc/config/linux-android.c
index bbe69e5490ac40f56bc4192aa448e5f4d27b0831..4a4b48d9882e6bd99f030b8822b2f164a376a0e6 100644
(file)
--- a/
gcc/config/linux-android.c
+++ b/
gcc/config/linux-android.c
@@
-37,7
+37,7
@@
linux_android_libc_has_function (enum function_class fn_class)
{
if (OPTION_GLIBC)
return true;
- /*if (OPTION_BIONIC)*/
+ if (OPTION_BIONIC)
if (fn_class == function_c94
|| fn_class == function_c99_misc
|| fn_class == function_sincos)