diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-21 16:59:12 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-21 16:59:12 +0000 |
| commit | 67577e43ece0812b968fd949d8c890e880fc6668 (patch) | |
| tree | 8a0b15f8ae55ff04e4e9997580f5dcc5bbc78ec7 /libjava/ChangeLog | |
| parent | 6bfa2cc1b1757ca919c796642fcb4ee2d7fe7fa7 (diff) | |
| download | ppe42-gcc-67577e43ece0812b968fd949d8c890e880fc6668.tar.gz ppe42-gcc-67577e43ece0812b968fd949d8c890e880fc6668.zip | |
* include/jvm.h (_Jv_VTable): Handle function descriptors for ia64;
add get_method, set_method, vtable_elt_size, new_vtable.
(_Jv_ArrayVTable): Derive from _Jv_VTable.
* resolve.cc (_Jv_PrepareClass): Use new _Jv_VTable methods.
* interpret.cc (_Jv_InterpMethod::continue1): Likewise.
* java/lang/natClassLoader.cc (_Jv_NewArrayClass): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45734 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 55 |
1 files changed, 32 insertions, 23 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 8981ace8a8c..fe52c144b51 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,14 @@ 2001-09-21 Richard Henderson <rth@redhat.com> + * include/jvm.h (_Jv_VTable): Handle function descriptors for ia64; + add get_method, set_method, vtable_elt_size, new_vtable. + (_Jv_ArrayVTable): Derive from _Jv_VTable. + * resolve.cc (_Jv_PrepareClass): Use new _Jv_VTable methods. + * interpret.cc (_Jv_InterpMethod::continue1): Likewise. + * java/lang/natClassLoader.cc (_Jv_NewArrayClass): Likewise. + +2001-09-21 Richard Henderson <rth@redhat.com> + * no-threads.cc (_Jv_ThreadStart): Remove names of unused arguments. * java/lang/mprec.c (lo0bits): Fix paren typo. @@ -127,8 +136,8 @@ 2001-09-05 Bryce McKinlay <bryce@waitaki.otago.ac.nz> - * java/text/MessageFormat.java (setLocale): Don't catch ParseException - here, DecimalFormat.applyPattern() does not throw it. + * java/text/MessageFormat.java (setLocale): Don't catch ParseException + here, DecimalFormat.applyPattern() does not throw it. 2001-09-04 Tom Tromey <tromey@redhat.com> @@ -510,8 +519,8 @@ 2001-08-21 Anthony Green <green@redhat.com> - * java/lang/natClassLoader.cc (findClass): Search for - lib-gnu-pkg-quux.so, not gnu-pkg-quux.so. + * java/lang/natClassLoader.cc (findClass): Search for + lib-gnu-pkg-quux.so, not gnu-pkg-quux.so. 2001-08-21 Jeff Sturm <jsturm@one-point.com> @@ -1098,23 +1107,23 @@ 2001-05-29 Andrew Haley <aph@redhat.com> - * include/i386-signal.h (MAKE_THROW_FRAME): Don't fix up frame - pointer: the dwarf unwinder in libgcc will do everything that's - needed. - (HANDLE_DIVIDE_OVERFLOW): Tidy. Don't mess with stack frames any - more than we absolutely need to. - * configure.host (EXCEPTIONSPEC): Remove libgcj_sjlj on Alpha. - * configure.in (SIGNAL_HANDLER): Use include/dwarf2-signal.h on - Alpha. - (SIGNAL_HANDLER): Test "$enable_sjlj_exceptions", not - "$libgcj_sjlj". - * configure: Rebuilt. - * include/dwarf2-signal.h (MAKE_THROW_FRAME): Adjust PC - for Alpha. - (SIGNAL_HANDLER): Use siginfo style handler. - (INIT_SEGV): Likewise. - (INIT_FPE): Likewise. - * include/ppc-signal.h: Delete whole file. + * include/i386-signal.h (MAKE_THROW_FRAME): Don't fix up frame + pointer: the dwarf unwinder in libgcc will do everything that's + needed. + (HANDLE_DIVIDE_OVERFLOW): Tidy. Don't mess with stack frames any + more than we absolutely need to. + * configure.host (EXCEPTIONSPEC): Remove libgcj_sjlj on Alpha. + * configure.in (SIGNAL_HANDLER): Use include/dwarf2-signal.h on + Alpha. + (SIGNAL_HANDLER): Test "$enable_sjlj_exceptions", not + "$libgcj_sjlj". + * configure: Rebuilt. + * include/dwarf2-signal.h (MAKE_THROW_FRAME): Adjust PC + for Alpha. + (SIGNAL_HANDLER): Use siginfo style handler. + (INIT_SEGV): Likewise. + (INIT_FPE): Likewise. + * include/ppc-signal.h: Delete whole file. 2001-05-24 Tom Tromey <tromey@redhat.com> @@ -1286,7 +1295,7 @@ * include/dwarf2-signal.h: New file. * configure.in (SYSDEP_SOURCES): Add dwarf2-signal.h for PPC. * configure.host (EXCEPTIONSPEC): Don't use sjlj on PPC. - * configure: Rebuilt. + * configure: Rebuilt. 2001-05-21 Bryce McKinlay <bryce@waitaki.otago.ac.nz> @@ -1354,7 +1363,7 @@ 2001-05-11 Richard Henderson <rth@redhat.com> - * exception.cc: Include unwind-pe.h. Remove all pointer + * exception.cc: Include unwind-pe.h. Remove all pointer encoding logic. 2001-05-10 Tom Tromey <tromey@redhat.com> |

