diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3ff6a9bf254409fe981396f39332611ba4145ccb..dcb9d934b4179eb8ae3ebc0fdfc634af09c9d23b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -171,6 +171,9 @@
 	(*fmai_fnmadd_<mode>, *fmai_fnmsub_<mode>): Likewise.  Negate
 	operand 2 instead of operand 1, but put it as first argument
 	of fma.
+	* config/i386/fmaintrin.h (_mm_fnmadd_sd, _mm_fnmadd_ss,
+	_mm_fnmsub_sd, _mm_fnmsub_ss): Negate the second argument instead
+	of the first.
 
 2012-09-14  Richard Guenther  <rguenther@suse.de>
 
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 4b68ef8d9e97b508e71469665dcb850c672c263c..0a63f46d29933cb971ab200ca97e4fb372308660 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -111,13 +111,6 @@
 
 	* gcc.dg/pr44194-1.c: Check that there are no memory accesses left.
 
-2012-09-14  Jakub Jelinek  <jakub@redhat.com>
-
-	PR target/54564
-	* config/i386/fmaintrin.h (_mm_fnmadd_sd, _mm_fnmadd_ss,
-	_mm_fnmsub_sd, _mm_fnmsub_ss): Negate the second argument instead
-	of the first.
-
 2012-09-14  Richard Guenther  <rguenther@suse.de>
 
 	PR tree-optimization/54565