diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ba3e1fb..76c84a4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2005-01-30 Richard Henderson <rth@redhat.com> + * rtl.c (rtx_equal_p): No early exit for CONST_VECTOR. + * varasm.c (const_rtx_hash_1): Handle CONST_VECTOR. + +2005-01-30 Richard Henderson <rth@redhat.com> + PR target/19700 * config/i386/i386.c (ix86_expand_copysign): New. (ix86_split_copysign_const): New. |