aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorStan Shebs <shebs@gcc.gnu.org>2004-11-22 07:49:48 +0000
committerStan Shebs <shebs@gcc.gnu.org>2004-11-22 07:49:48 +0000
commit8968965d597d567473c14789ec194391220b7cdd (patch)
tree44aa0405763fc98f263ae6dd77d6ad0450b62187 /gcc
parent8ff40a74460169e5018406ca3f69293c279dd818 (diff)
downloadgcc-8968965d597d567473c14789ec194391220b7cdd.zip
gcc-8968965d597d567473c14789ec194391220b7cdd.tar.gz
gcc-8968965d597d567473c14789ec194391220b7cdd.tar.bz2
better line breaks
From-SVN: r91004
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d33f468..159b82c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,8 +1,9 @@
2004-11-21 Stan Shebs <shebs@apple.com>
- * config/rs6000/rs6000.c: (rs6000_darwin64_function_arg): Add UNION_TYPE case.
- (function_arg): Move darwin test up, sniff mode first for efficiency, test
- for union type.
+ * config/rs6000/rs6000.c: (rs6000_darwin64_function_arg): Add
+ UNION_TYPE case.
+ (function_arg): Move darwin test up, sniff mode first for
+ efficiency, test for union type.
2004-11-21 Dale Johannesen <dalej@apple.com>