This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH][TUPLES] java bootstrap fix
- From: "=?big5?b?RG91ZyBLd2FuICjD9q62vHcp?=" <dougkwan at google dot com>
- To: "Diego Novillo" <dnovillo at google dot com>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 4 May 2008 20:29:57 -0700
- Subject: [PATCH][TUPLES] java bootstrap fix
Hi Diego,
I would like to check in the following patch to make libjava in
tuples branch to be identical to that of trunk. Do I just check that
in after your approval? We do not keep seperate ChangeLog.tuples in
libjava and I don't think we want to add one as well as libjava is
supposed to be identical in tuples as it is in trunk.
I have tested this patch with i686-unknown-linux-gnu and it
bootstrapped without error. I also use diff to make sure that all
files in tuples are the same as the one in trunk (rev 134941).
-Doug
2008-05-04 Doug Kwan <dougkwan@google.com>
libjava
* libjava/java/lang/natPosixProcess.cc: Synchronize with trunk.
libjava/classpath
* lib/java/io/ObjectInputStream$2.class: Synchronize with trunk.
* lib/java/io/ObjectInputStream$1.class: Likewise.
* lib/java/io/ObjectInputStream$ValidatorAndPriority.class: Likewise.
* lib/java/io/ObjectInputStream.class: Likewise.
* lib/java/io/ObjectOutputStream.class: Likewise.
* lib/java/io/ObjectInputStream$GetField.class: Likewise.
* lib/gnu/java/awt/peer/gtk/ComponentGraphics.class: Likewise.
* lib/gnu/classpath/jdwp/VMVirtualMachine.class: Likewise.
Index: gcc/libjava/classpath/lib/java/io/ObjectInputStream$2.class
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: gcc/libjava/classpath/lib/java/io/ObjectInputStream$1.class
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: gcc/libjava/classpath/lib/java/io/ObjectInputStream$ValidatorAndPriority.class
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: gcc/libjava/classpath/lib/java/io/ObjectInputStream.class
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: gcc/libjava/classpath/lib/java/io/ObjectOutputStream.class
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: gcc/libjava/classpath/lib/java/io/ObjectInputStream$GetField.class
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: gcc/libjava/classpath/lib/gnu/java/awt/peer/gtk/ComponentGraphics.class
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: gcc/libjava/classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: gcc/libjava/java/lang/natPosixProcess.cc
===================================================================
--- gcc/libjava/java/lang/natPosixProcess.cc (revision 134941)
+++ gcc/libjava/java/lang/natPosixProcess.cc (working copy)
@@ -34,8 +34,6 @@ details. */
#include <posix.h>
#include <posix-threads.h>
#include <jvm.h>
-#include <posix.h>
-#include <posix-threads.h>
#include <java/lang/PosixProcess$ProcessManager.h>
#include <java/lang/PosixProcess.h>