diff options
author | Andrew Haley <aph@gcc.gnu.org> | 2003-10-03 10:04:40 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2003-10-03 10:04:40 +0000 |
commit | ec00bfc03c55a7eccf39aa701b00d690e5402ceb (patch) | |
tree | ae559cba8556d328d082d0840a67a54ad98e9a98 /gcc | |
parent | 17a35133d47a6d31510940b143f3eb4f0f8f8f58 (diff) | |
download | gcc-ec00bfc03c55a7eccf39aa701b00d690e5402ceb.zip gcc-ec00bfc03c55a7eccf39aa701b00d690e5402ceb.tar.gz gcc-ec00bfc03c55a7eccf39aa701b00d690e5402ceb.tar.bz2 |
Added a missing ChangeLog Entry:
2003-08-20 Andrew Haley <aph@redhat.com>
* except.c (prepare_eh_table_type): Use new encoding for exception
handlers when using -fno-assume-compiled.
From-SVN: r72068
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/java/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index ee3a016..32ca4b3 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -179,6 +179,11 @@ (libgcj Runtime Properties): Document gnu.gcj.runtime.VMClassLoader.library_control. +2003-08-20 Andrew Haley <aph@redhat.com> + + * except.c (prepare_eh_table_type): Use new encoding for exception + handlers when using -fno-assume-compiled. + 2003-08-13 Tom Tromey <tromey@redhat.com> * gcj.texi (Invoking gij): Document -X and -?. |