diff options
Diffstat (limited to 'contrib/gcc/ChangeLog')
-rw-r--r-- | contrib/gcc/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/contrib/gcc/ChangeLog b/contrib/gcc/ChangeLog index 2ba7967..be37364 100644 --- a/contrib/gcc/ChangeLog +++ b/contrib/gcc/ChangeLog @@ -1,3 +1,32 @@ +Fri Mar 16 12:46:19 GMT 2001 Bernd Schmidt (bernds@redhat.com) + + * gcc-2.95.3 Released. + +2001-03-12 Kazu Hirata <kazu@hxi.com> + + * config/h8300/h8300.md (movsi_h8300hs): Split the 2nd alternative + into two parts. + +2001-03-12 Bernd Schmidt <bernds@redhat.co.uk> + + * version.c: Bump. + + * final.c (alter_subreg): Use plus_constant_for_output to match + what offsettable_address_p does. + +2001-02-19 Bernd Schmidt <bernds@redhat.co.uk> + + * version.c: Bump. + + Back out sjlj eh fixes. + * varasm.c (force_const_mem): Revert previous change. + * except.c (receive_exception_label, start_dynamic_handler): + Likewise. + * expr.c (expand_builtin_setjmp, expand_builtin_setjmp_setup, + expand_builtin_setjmp_receiver, expand_builtin): Likewise. + * expr.h (expand_builtin_setjmp, expand_builtin_setjmp_receiver): + Likewise. + 2001-01-25 Bernd Schmidt <bernds@redhat.co.uk> * version.c: Bump. |