From: Jan Hubicka Date: Thu, 29 Aug 2013 16:24:13 +0000 (+0000) Subject: Revert accidental checkin. X-Git-Tag: releases/gcc-4.9.0~4380 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=125b62f62b176ad0d4b9e641b20f202c58cd6b66;p=thirdparty%2Fgcc.git Revert accidental checkin. From-SVN: r202080 --- diff --git a/gcc/config/linux-android.c b/gcc/config/linux-android.c index bbe69e5490ac..4a4b48d9882e 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)