aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@gcc.gnu.org>2001-11-02 21:41:49 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2001-11-02 21:41:49 +0000
commit720ea9b169cada73072e99439211678c49804836 (patch)
tree688de7902eb6794cd9294a675f1eeb1136669a93
parent9016e54390cedd1b765ea6887538d8bfb9d2f8d6 (diff)
downloadgcc-720ea9b169cada73072e99439211678c49804836.zip
gcc-720ea9b169cada73072e99439211678c49804836.tar.gz
gcc-720ea9b169cada73072e99439211678c49804836.tar.bz2
forgot changelog
From-SVN: r46719
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 45b5f19..95ea422 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2001-11-02 Aldy Hernandez <aldyh@redhat.com>
+
+ * builtins.c (apply_args_size): Handle vector arguments.
+ (apply_result_size): Same.
+
+ * machmode.def: Set WIDER mode field for all vector entries.
+
2001-11-02 Graham Stott <grahams@redhat.com>
* recog.c (decode_asm_operands): Check that the SRC is ASM_OPERANDS.