public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Patch: FYI: PR 31890
@ 2008-08-05  7:59 Tom Tromey
  2008-08-05 13:52 ` Matthias Klose
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Tromey @ 2008-08-05  7:59 UTC (permalink / raw)
  To: GCJ-patches

PR 31890 points out that we need to update javaprims.h.

I only did this for the trunk, not any release branch.

Built & tested on compile farm.

Tom

libjava/ChangeLog:
2008-08-04  Tom Tromey  <tromey@redhat.com>

	PR libgcj/31890:
	* gcj/javaprims.h: Regenerate class list.

Index: libjava/gcj/javaprims.h
===================================================================
--- libjava/gcj/javaprims.h	(revision 138647)
+++ libjava/gcj/javaprims.h	(working copy)
@@ -1,7 +1,7 @@
 // javaprims.h - Main external header file for libgcj.  -*- c++ -*-
 
 
-/* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+/* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation
 
    This file is part of libgcj.
@@ -440,6 +440,7 @@
       class EnumMap$7;
       class EnumSet;
       class EnumSet$1;
+      class EnumSet$2;
       class Enumeration;
       class EventListener;
       class EventListenerProxy;
@@ -614,6 +615,11 @@
         class ConcurrentSkipListMap$Values;
         class ConcurrentSkipListSet;
         class CopyOnWriteArrayList;
+        class CopyOnWriteArrayList$1;
+        class CopyOnWriteArrayList$2;
+        class CopyOnWriteArrayList$3;
+        class CopyOnWriteArrayList$RandomAccessSubList;
+        class CopyOnWriteArrayList$SubList;
         class CopyOnWriteArraySet;
         class CountDownLatch;
         class CountDownLatch$Sync;

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Patch: FYI: PR 31890
  2008-08-05  7:59 Patch: FYI: PR 31890 Tom Tromey
@ 2008-08-05 13:52 ` Matthias Klose
  2008-08-17 21:45   ` Tom Tromey
  0 siblings, 1 reply; 3+ messages in thread
From: Matthias Klose @ 2008-08-05 13:52 UTC (permalink / raw)
  To: Tom Tromey; +Cc: GCJ-patches

[-- Attachment #1: Type: text/plain, Size: 268 bytes --]

Tom Tromey schrieb:
> PR 31890 points out that we need to update javaprims.h.
> 
> I only did this for the trunk, not any release branch.

here is the corresponding patch for the 4.3 branch; ok to check in? Ok to check
in the HACKING changes on the trunk?

  Matthias

[-- Attachment #2: javaprims.diff --]
[-- Type: text/plain, Size: 1079 bytes --]

2008-08-05  Matthias Klose  <doko@ubuntu.com>

	PR libgcj/31890
	* gcj/javaprims.h: Regenerate class list.
	* HACKING: Update instructions how to build gcj/javaprims.h.
 
Index: HACKING
===================================================================
--- HACKING	(revision 138665)
+++ HACKING	(working copy)
@@ -184,6 +184,6 @@
   entire contents of the namespace)
 
 * Then insert the output of `perl scripts/classes.pl' into the file
-  at that point.  This must be run from the build tree, in
-  <build>/classpath/lib; it uses the .class file name to determine
+  at that point.  This must be run from the source tree, in
+  libjava/classpath/lib; it uses the .class file name to determine
   what to print.
Index: gcj/javaprims.h
===================================================================
--- gcj/javaprims.h	(revision 138665)
+++ gcj/javaprims.h	(working copy)
@@ -440,6 +440,7 @@
       class EnumMap$7;
       class EnumSet;
       class EnumSet$1;
+      class EnumSet$2;
       class Enumeration;
       class EventListener;
       class EventListenerProxy;

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Patch: FYI: PR 31890
  2008-08-05 13:52 ` Matthias Klose
@ 2008-08-17 21:45   ` Tom Tromey
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Tromey @ 2008-08-17 21:45 UTC (permalink / raw)
  To: Matthias Klose; +Cc: GCJ-patches

>>>>> "Matthias" == Matthias Klose <doko@ubuntu.com> writes:

Matthias> here is the corresponding patch for the 4.3 branch; ok to
Matthias> check in?

Yes.

Matthias> Ok to check
Matthias> in the HACKING changes on the trunk?

Yes.  Thanks for doing this.

Tom

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-08-05 13:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-05  7:59 Patch: FYI: PR 31890 Tom Tromey
2008-08-05 13:52 ` Matthias Klose
2008-08-17 21:45   ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).