]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorAndrew Haley <aph@redhat.com>
Wed, 20 Aug 2003 17:27:56 +0000 (17:27 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Wed, 20 Aug 2003 17:27:56 +0000 (17:27 +0000)
commitf2f3f409f6b69750caf647923bfc8c622f4dd991
tree8cc9800fc859447329cd4c9ba42a32a51f71de0f
parent3e6d83ec9c6d81c8b060ca7ec9307825d4e76360
[multiple changes]

2003-01-31  Andrew Haley  <aph@redhat.com>

* except.c (prepare_eh_table_type): Use new encoding for exception
handlers when using -fno-assume-compiled.

2003-08-20  Andrew Haley  <aph@redhat.com>

* gnu/gcj/runtime/StackTrace.java (getClass): New method.
* gnu/gcj/runtime/natStackTrace.cc (getClass): New method.
(classAt): Break out class lookup function into getClass().
* exception.cc (PERSONALITY_FUNCTION): Use new encoding for exception
handlers when using -fno-assume-compiled.

From-SVN: r70605
gcc/java/except.c
libjava/ChangeLog
libjava/exception.cc
libjava/gnu/gcj/runtime/StackTrace.java
libjava/gnu/gcj/runtime/natStackTrace.cc