aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-04-18 09:40:41 -0700
committerAndrew Hsieh <andrewhsieh@google.com>2014-04-22 16:17:33 -0700
commit256fd727f69b343ab30054fc3f7d3f96debd0068 (patch)
tree16dfbb9b5a8f5a51a5b32a5d4325f8796ac23ea8 /gcc-4.9
parent4f17e6ae9da765339cbdc3c857496bcb5e98866a (diff)
downloadtoolchain_gcc-256fd727f69b343ab30054fc3f7d3f96debd0068.tar.gz
toolchain_gcc-256fd727f69b343ab30054fc3f7d3f96debd0068.tar.bz2
toolchain_gcc-256fd727f69b343ab30054fc3f7d3f96debd0068.zip
[4.9] Disable sincos
Change-Id: Ic0fc6346e446f7e69706570a8ae0b4fe11b24f2c
Diffstat (limited to 'gcc-4.9')
-rw-r--r--gcc-4.9/gcc/config/linux.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc-4.9/gcc/config/linux.c b/gcc-4.9/gcc/config/linux.c
index 6242e1100..6162675d8 100644
--- a/gcc-4.9/gcc/config/linux.c
+++ b/gcc-4.9/gcc/config/linux.c
@@ -38,8 +38,7 @@ linux_libc_has_function (enum function_class fn_class)
return true;
if (OPTION_BIONIC)
if (fn_class == function_c94
- || fn_class == function_c99_misc
- || fn_class == function_sincos)
+ || fn_class == function_c99_misc)
return true;
return false;