aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/linux-android.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2013-08-29 18:23:40 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2013-08-29 16:23:40 +0000
commit0170f33ca07c5029df38c8e95477d6040fda280e (patch)
tree1df39b88ca7b48b23bb85cc3489bbbadade48d83 /gcc/config/linux-android.c
parent103ff0d65e9033a2fdf05b4f4c9b7686d95e78c0 (diff)
downloadgcc-0170f33ca07c5029df38c8e95477d6040fda280e.zip
gcc-0170f33ca07c5029df38c8e95477d6040fda280e.tar.gz
gcc-0170f33ca07c5029df38c8e95477d6040fda280e.tar.bz2
lto.c (compare_tree_sccs_1): Compare DECL_FINAL_P...
* lto.c (compare_tree_sccs_1): Compare DECL_FINAL_P, DECL_CXX_CONSTRUCTOR_P, DECL_CXX_DESTRUCTOR_P and TYPE_FINAL_P. * lto-streamer-out.c (hash_tree): Stream DECL_FINAL_P. DECL_CXX_CONSTRUCTOR_P. DECL_CXX_DESTRUCTOR_P. TYPE_FINAL_P. * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): DECL_FINAL_P. DECL_CXX_CONSTRUCTOR_P and DECL_CXX_DESTRUCTOR_P. (unpack_ts_type_common_value_fields): Stream TYPE_FINAL_P. * tree-streamer-out.c (pack_ts_decl_with_vis_value_fields): Add DECL_FINAL_P, DECL_CXX_CONSTRUCTOR_P, DECL_CXX_DESTRUCTOR_P (pack_ts_type_common_value_fields): Add TYPE_FINAL_P. From-SVN: r202079
Diffstat (limited to 'gcc/config/linux-android.c')
-rw-r--r--gcc/config/linux-android.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/linux-android.c b/gcc/config/linux-android.c
index 4a4b48d..bbe69e5 100644
--- 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)