diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-20 15:10:49 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-20 15:10:49 +0000 |
| commit | f5fd351e820e52279292c06431fb503d5886374a (patch) | |
| tree | 5fe7164c297cc6a841a25c673434a465963b9818 /libjava/ChangeLog | |
| parent | a48d03e267d460209759aef711cf1f42b5422230 (diff) | |
| download | gcc-f5fd351e820e52279292c06431fb503d5886374a.tar.gz | |
For PR libgcj/7073:
* resolve.cc (_Jv_PrepareClass): Only resolve superclass if it
exists.
* defineclass.cc (handleClassBegin): Superclass for interface is
`null'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54835 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index d23fa85d258..7db99ce160f 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,11 @@ +2002-06-20 Tom Tromey <tromey@redhat.com> + + For PR libgcj/7073: + * resolve.cc (_Jv_PrepareClass): Only resolve superclass if it + exists. + * defineclass.cc (handleClassBegin): Superclass for interface is + `null'. + 2002-06-18 Tom Tromey <tromey@redhat.com> * gcj/javaprims.h: Updated class declaration list. |
