Correctly reference PR java/26638 in ChangeLogs

From-SVN: r112094
This commit is contained in:
Tom Tromey 2006-03-15 18:45:02 +00:00
parent 88200a8dd1
commit 492edb3ac5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
2006-03-15 Tom Tromey <tromey@redhat.com>
PR java/26390:
PR java/26638:
* class.c (get_interface_method_index): Don't put <clinit> into
interface table.

View File

@ -1,6 +1,6 @@
2006-03-15 Tom Tromey <tromey@redhat.com>
PR java/26390:
PR java/26638:
* link.cc (get_interfaces): Skip <clinit>.
(append_partial_itable): Likewise.