* libatomic/ChangeLog: Fix ChangeLog entry.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Dec 2013 17:41:40 +0000 (17:41 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Dec 2013 17:41:40 +0000 (17:41 +0000)
* libgcc/ChangeLog: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205812 138bc75d-0d04-0410-961f-82ee72b054a4

libatomic/ChangeLog
libgcc/ChangeLog

index 58626a7..f5533a4 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 f83bc88..7768e27 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>