diff options
| author | kgallowa <kgallowa@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-08-15 21:04:05 +0000 |
|---|---|---|
| committer | kgallowa <kgallowa@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-08-15 21:04:05 +0000 |
| commit | b3d9c2ad3ba4a4b5cf6853daca894d8a126c023b (patch) | |
| tree | f4ee167f88180595dc4f3163312eade1922b8fc5 /libjava/ChangeLog | |
| parent | 6a0b579325680d39549f42b00410780c4c43c848 (diff) | |
| download | ppe42-gcc-b3d9c2ad3ba4a4b5cf6853daca894d8a126c023b.tar.gz ppe42-gcc-b3d9c2ad3ba4a4b5cf6853daca894d8a126c023b.zip | |
Forgot to commit changelog with last patch.
2006-08-15 Kyle Galloway <kgallowa@redhat.com>
* ChangeLog: Added entry for previous patch
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116168 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index fe6746d9267..aaaf60f9b21 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,20 @@ +2006-07-28 Kyle Galloway <kgallowa@redhat.com> + + * include/java-interp.h (_Jv_InterpMethod::run_debug): New method. + * interpret.cc: Added placeholder for debug variable type info to STORE* + macros. + (_Jv_InterpMethod::run_debug): New method. + (_Jv_InterpMethod::run_sync_object_debug): New method. + (_Jv_InterpMethod::run_sync_class_debug): New method. + (_Jv_InterpMethod::run_normal_debug): New method. + (_Jv_InterpMethod::run_class_debug): New method. + (_Jv_InterpMethod::ncode ()): Changed to select either debug or normal + versions of these functions. + * interpret-run.cc: New file, holds contents of old + _Jv_InterpMethod::run method. + * stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Changed to select + appropriate function for debug or normal mode. + 2006-08-14 Mark Wielaard <mark@klomp.org> Imported GNU Classpath 0.92 |

