diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2010-03-23 12:13:00 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2010-03-23 12:13:00 +0000 |
commit | 6644642ef7b7b58c39b6fc1184d6c873badbc285 (patch) | |
tree | aee10a3001feec29362a0bc8c3f963d67c7add1b /gcc | |
parent | c3ef5633d9c6fdf54bdfacfe3d7073474643cf03 (diff) | |
download | gcc-6644642ef7b7b58c39b6fc1184d6c873badbc285.zip gcc-6644642ef7b7b58c39b6fc1184d6c873badbc285.tar.gz gcc-6644642ef7b7b58c39b6fc1184d6c873badbc285.tar.bz2 |
Fix long lines
From-SVN: r157664
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0e2b748..656f9c8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> @@ -120,8 +120,9 @@ 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> |