This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: java.nio build patch
- From: Tom Tromey <tromey at redhat dot com>
- To: GCC libjava patches <java-patches at gcc dot gnu dot org>
- Date: 09 May 2003 13:08:16 -0600
- Subject: Patch: FYI: java.nio build patch
- Reply-to: tromey at redhat dot com
I'm checking this in on the trunk.
This makes libgcj compile again, by removing some now-unused files.
FWIW while I'm fairly sensitive about breaking the build. In the past
libgcj has gotten a fair amount of criticism (sometimes undeserved) on
this score. I prefer our sub-project keep a low profile in this
regard... so please be careful.
Tom
Index: libjava/ChangeLog
from Tom Tromey <tromey@redhat.com>
* Makefile.in: Rebuilt.
* Makefile.am (nat_source_files): Removed old files.
* gnu/java/nio/natDoubleBufferImpl.cc: Removed.
* gnu/java/nio/natFloatBufferImpl.cc: Removed.
* gnu/java/nio/natIntBufferImpl.cc: Removed.
* gnu/java/nio/natLongBufferImpl.cc: Removed.
* gnu/java/nio/natShortBufferImpl.cc: Removed.
Index: libjava/Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libjava/Makefile.am,v
retrieving revision 1.292
diff -u -r1.292 Makefile.am
--- libjava/Makefile.am 30 Apr 2003 07:23:38 -0000 1.292
+++ libjava/Makefile.am 9 May 2003 19:05:37 -0000
@@ -2557,14 +2557,9 @@
gnu/gcj/runtime/natVMClassLoader.cc \
gnu/java/nio/natByteBufferImpl.cc \
gnu/java/nio/natCharBufferImpl.cc \
-gnu/java/nio/natDoubleBufferImpl.cc \
gnu/java/nio/natFileChannelImpl.cc \
-gnu/java/nio/natFloatBufferImpl.cc \
-gnu/java/nio/natIntBufferImpl.cc \
-gnu/java/nio/natLongBufferImpl.cc \
gnu/java/nio/natMappedByteFileBuffer.cc \
gnu/java/nio/natSelectorImpl.cc \
-gnu/java/nio/natShortBufferImpl.cc \
gnu/java/nio/natSocketChannelImpl.cc \
java/io/natFile.cc \
java/io/natFileDescriptor.cc \