aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2003-10-29 15:40:57 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2003-10-29 15:40:57 +0000
commitf2225d74aa785e72bf706dc836e5010f70ca0542 (patch)
tree8853cf02d64c132fbc0d3b7507e4ca0ddf61b93c
parent69494148175d2ec7bc700b9939645a0df40b8cc1 (diff)
downloadgcc-f2225d74aa785e72bf706dc836e5010f70ca0542.zip
gcc-f2225d74aa785e72bf706dc836e5010f70ca0542.tar.gz
gcc-f2225d74aa785e72bf706dc836e5010f70ca0542.tar.bz2
Added a missing word.
From-SVN: r73045
-rw-r--r--gcc/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a4a32b1..9456954 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -7,8 +7,8 @@
in the comment.
(function_arg_advance) [TARGET_ARCH64]: Don't special-case complex
modes.
- (sparc_va_arg) [TARGET_ARCH64]: Handle any types whose is greater
- than 16 bytes by reference.
+ (sparc_va_arg) [TARGET_ARCH64]: Handle any types whose size is
+ greater than 16 bytes by reference.
2003-10-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>