diff options
author | obrien <obrien@FreeBSD.org> | 2001-03-19 19:46:16 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-03-19 19:46:16 +0000 |
commit | bc8a8f48cfcb338f87ffb41c0118266b64afac5e (patch) | |
tree | 1d10a707b70b41288bc2e01769c41f4d3baa7704 /contrib/gcc/ChangeLog | |
parent | c67d59390e4485092d22ef31e9279cd03761aae8 (diff) | |
download | FreeBSD-src-bc8a8f48cfcb338f87ffb41c0118266b64afac5e.zip FreeBSD-src-bc8a8f48cfcb338f87ffb41c0118266b64afac5e.tar.gz |
Virgin import of the GCC 2.95.3 compilers
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. |