]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ChangeLog: Fix ChangeLog entry.
authorUros Bizjak <uros@gcc.gnu.org>
Mon, 9 Dec 2013 17:41:40 +0000 (18:41 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 9 Dec 2013 17:41:40 +0000 (18:41 +0100)
* libatomic/ChangeLog: Fix ChangeLog entry.
* libgcc/ChangeLog: Ditto.

From-SVN: r205812

libatomic/ChangeLog
libgcc/ChangeLog

index 58626a7004742c186d06af5e1f0ec89f9aea8c4c..f5533a48bc862c2f72656c644cee5f34e6480dc1 100644 (file)
@@ -1,7 +1,7 @@
 2013-12-09  Uros Bizjak  <ubizjak@gmail.com>
 
        * 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  <joseph@codesourcery.com>
 
index f83bc889a2824ca5a1e2a74a742e3f7ef58e682a..7768e27614272e2dd8d699d4f99edb1415869e10 100644 (file)
@@ -1,7 +1,7 @@
 2013-12-09  Uros Bizjak  <ubizjak@gmail.com>
 
        * 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  <ralf.corsepius@rtems.org>