From: Uros Bizjak Date: Mon, 9 Dec 2013 17:41:40 +0000 (+0100) Subject: ChangeLog: Fix ChangeLog entry. X-Git-Tag: releases/gcc-4.9.0~2193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f71a3c34d0909bd678aad967d4d853fc4c6d585;p=thirdparty%2Fgcc.git ChangeLog: Fix ChangeLog entry. * libatomic/ChangeLog: Fix ChangeLog entry. * libgcc/ChangeLog: Ditto. From-SVN: r205812 --- diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog index 58626a700474..f5533a48bc86 100644 --- a/libatomic/ChangeLog +++ b/libatomic/ChangeLog @@ -1,7 +1,7 @@ 2013-12-09 Uros Bizjak * config/x86/fenv.c (__atomic_feraiseexcept): Emit SSE - instructions when __TARGET_SSE__ is defined. + instructions when __SSE_MATH__ is defined. 2013-11-18 Joseph Myers diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index f83bc889a282..7768e2761427 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,7 +1,7 @@ 2013-12-09 Uros Bizjak * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE - instructions when __TARGET_SSE__ is defined. + instructions when __SSE_MATH__ is defined. 2013-12-06 Ralf Corsépius