diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d98dc5fa555..478714cdace 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-08-21 Rainer Orth + + * config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Don't nest + comment. + 2013-08-21 Jeff Law * tree-vrp.c (simplify_stmt_for_jump_threading): Try to diff --git a/gcc/config/sol2-10.h b/gcc/config/sol2-10.h index 262040ba588..9df5548e4c1 100644 --- a/gcc/config/sol2-10.h +++ b/gcc/config/sol2-10.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see . */ -/* /* Solaris 10 has the float and long double forms of math functions. +/* Solaris 10 has the float and long double forms of math functions. We redefine this hook so the version from elfos.h header won't be used. */ #undef TARGET_LIBC_HAS_FUNCTION #define TARGET_LIBC_HAS_FUNCTION default_libc_has_function