OSDN Git Service

Fix long lines
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Mar 2010 12:13:00 +0000 (12:13 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 00:33:07 +0000 (09:33 +0900)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157664 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 0e2b748..656f9c8 100644 (file)
@@ -6,8 +6,8 @@
 
 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * config/i386/i386.c (ix86_target_string): Fix a typo in
-       comments.  Add -mfma.
+       * config/i386/i386.c (ix86_target_string): Fix a typo in comments.
+       Add -mfma.
 
 2010-03-22  Mike Stump  <mikestump@comcast.net>
 
 
 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
 
-       PR C/43211
-       * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was an error.
+       PR c/43211
+       * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was an
+       error.
 
 2010-03-19  Bernd Schmidt  <bernd.schmidt@codesourcery.com>