From 553ada109d228881d72e94aedfd0571bdb0689d0 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 9 May 2003 19:16:54 +0000 Subject: [PATCH] Makefile.in: Rebuilt. * 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. From-SVN: r66640 --- libjava/ChangeLog | 10 +++++++ libjava/Makefile.am | 5 ---- libjava/Makefile.in | 28 +++++------------ libjava/gnu/java/nio/natDoubleBufferImpl.cc | 33 --------------------- libjava/gnu/java/nio/natFloatBufferImpl.cc | 33 --------------------- libjava/gnu/java/nio/natIntBufferImpl.cc | 33 --------------------- libjava/gnu/java/nio/natLongBufferImpl.cc | 33 --------------------- libjava/gnu/java/nio/natShortBufferImpl.cc | 33 --------------------- 8 files changed, 18 insertions(+), 190 deletions(-) delete mode 100644 libjava/gnu/java/nio/natDoubleBufferImpl.cc delete mode 100644 libjava/gnu/java/nio/natFloatBufferImpl.cc delete mode 100644 libjava/gnu/java/nio/natIntBufferImpl.cc delete mode 100644 libjava/gnu/java/nio/natLongBufferImpl.cc delete mode 100644 libjava/gnu/java/nio/natShortBufferImpl.cc diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 7458c91d83e..e957aebe016 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,13 @@ +2003-05-09 Tom Tromey + + * 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. + 2003-05-09 Michael Koch * gnu/java/nio/ByteBufferImpl.java diff --git a/libjava/Makefile.am b/libjava/Makefile.am index 9d0b8a527db..71858819c54 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -2557,14 +2557,9 @@ gnu/gcj/runtime/natStringBuffer.cc \ 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 \ diff --git a/libjava/Makefile.in b/libjava/Makefile.in index 8b91e15e44f..cbe0cc02d47 100644 --- a/libjava/Makefile.in +++ b/libjava/Makefile.in @@ -2318,14 +2318,9 @@ gnu/gcj/runtime/natStringBuffer.cc \ 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 \ @@ -2498,17 +2493,15 @@ gnu/gcj/runtime/natFinalizerThread.lo gnu/gcj/runtime/natFirstThread.lo \ gnu/gcj/runtime/natNameFinder.lo gnu/gcj/runtime/natSharedLibLoader.lo \ gnu/gcj/runtime/natStackTrace.lo gnu/gcj/runtime/natStringBuffer.lo \ gnu/gcj/runtime/natVMClassLoader.lo gnu/java/nio/natByteBufferImpl.lo \ -gnu/java/nio/natCharBufferImpl.lo gnu/java/nio/natDoubleBufferImpl.lo \ -gnu/java/nio/natFileChannelImpl.lo gnu/java/nio/natFloatBufferImpl.lo \ -gnu/java/nio/natIntBufferImpl.lo gnu/java/nio/natLongBufferImpl.lo \ +gnu/java/nio/natCharBufferImpl.lo gnu/java/nio/natFileChannelImpl.lo \ gnu/java/nio/natMappedByteFileBuffer.lo gnu/java/nio/natSelectorImpl.lo \ -gnu/java/nio/natShortBufferImpl.lo gnu/java/nio/natSocketChannelImpl.lo \ -java/io/natFile.lo java/io/natFileDescriptor.lo \ -java/io/natObjectInputStream.lo java/io/natVMObjectStreamClass.lo \ -java/lang/natCharacter.lo java/lang/natClass.lo \ -java/lang/natClassLoader.lo java/lang/natConcreteProcess.lo \ -java/lang/natDouble.lo java/lang/natFloat.lo java/lang/natMath.lo \ -java/lang/natObject.lo java/lang/natRuntime.lo java/lang/natString.lo \ +gnu/java/nio/natSocketChannelImpl.lo java/io/natFile.lo \ +java/io/natFileDescriptor.lo java/io/natObjectInputStream.lo \ +java/io/natVMObjectStreamClass.lo java/lang/natCharacter.lo \ +java/lang/natClass.lo java/lang/natClassLoader.lo \ +java/lang/natConcreteProcess.lo java/lang/natDouble.lo \ +java/lang/natFloat.lo java/lang/natMath.lo java/lang/natObject.lo \ +java/lang/natRuntime.lo java/lang/natString.lo \ java/lang/natStringBuffer.lo java/lang/natSystem.lo \ java/lang/natThread.lo java/lang/natVMSecurityManager.lo \ java/lang/ref/natReference.lo java/lang/reflect/natArray.lo \ @@ -2987,14 +2980,9 @@ DEP_FILES = .deps/$(srcdir)/$(CONVERT_DIR)/gen-from-JIS.P \ .deps/gnu/java/nio/charset/UTF_8.P \ .deps/gnu/java/nio/natByteBufferImpl.P \ .deps/gnu/java/nio/natCharBufferImpl.P \ -.deps/gnu/java/nio/natDoubleBufferImpl.P \ .deps/gnu/java/nio/natFileChannelImpl.P \ -.deps/gnu/java/nio/natFloatBufferImpl.P \ -.deps/gnu/java/nio/natIntBufferImpl.P \ -.deps/gnu/java/nio/natLongBufferImpl.P \ .deps/gnu/java/nio/natMappedByteFileBuffer.P \ .deps/gnu/java/nio/natSelectorImpl.P \ -.deps/gnu/java/nio/natShortBufferImpl.P \ .deps/gnu/java/nio/natSocketChannelImpl.P \ .deps/gnu/java/rmi/RMIMarshalledObjectInputStream.P \ .deps/gnu/java/rmi/RMIMarshalledObjectOutputStream.P \ diff --git a/libjava/gnu/java/nio/natDoubleBufferImpl.cc b/libjava/gnu/java/nio/natDoubleBufferImpl.cc deleted file mode 100644 index 6c66a337417..00000000000 --- a/libjava/gnu/java/nio/natDoubleBufferImpl.cc +++ /dev/null @@ -1,33 +0,0 @@ -// natDoubleBufferImpl.cc - -/* Copyright (C) 2002, 2003 Free Software Foundation - - This file is part of libgcj. - -This software is copyrighted work licensed under the terms of the -Libgcj License. Please consult the file "LIBGCJ_LICENSE" for -details. */ - -#include - -#include -#include - -#include - -JArray* -gnu::java::nio::DoubleBufferImpl::nio_cast(JArray*) -{ - return NULL; -} - -void -gnu::java::nio::DoubleBufferImpl::nio_put_Byte(gnu::java::nio::DoubleBufferImpl*, jint, jint, jbyte) -{ -} - -jbyte -gnu::java::nio::DoubleBufferImpl::nio_get_Byte(gnu::java::nio::DoubleBufferImpl*, jint, jint) -{ - return 0; -} diff --git a/libjava/gnu/java/nio/natFloatBufferImpl.cc b/libjava/gnu/java/nio/natFloatBufferImpl.cc deleted file mode 100644 index 9785454634c..00000000000 --- a/libjava/gnu/java/nio/natFloatBufferImpl.cc +++ /dev/null @@ -1,33 +0,0 @@ -// natFloatBufferImpl.cc - -/* Copyright (C) 2002, 2003 Free Software Foundation - - This file is part of libgcj. - -This software is copyrighted work licensed under the terms of the -Libgcj License. Please consult the file "LIBGCJ_LICENSE" for -details. */ - -#include - -#include -#include - -#include - -JArray* -gnu::java::nio::FloatBufferImpl::nio_cast(JArray*) -{ - return NULL; -} - -void -gnu::java::nio::FloatBufferImpl::nio_put_Byte(gnu::java::nio::FloatBufferImpl*, jint, jint, jbyte) -{ -} - -jbyte -gnu::java::nio::FloatBufferImpl::nio_get_Byte(gnu::java::nio::FloatBufferImpl*, jint, jint) -{ - return 0; -} diff --git a/libjava/gnu/java/nio/natIntBufferImpl.cc b/libjava/gnu/java/nio/natIntBufferImpl.cc deleted file mode 100644 index eff70f838bb..00000000000 --- a/libjava/gnu/java/nio/natIntBufferImpl.cc +++ /dev/null @@ -1,33 +0,0 @@ -// natIntBufferImpl.cc - -/* Copyright (C) 2002, 2003 Free Software Foundation - - This file is part of libgcj. - -This software is copyrighted work licensed under the terms of the -Libgcj License. Please consult the file "LIBGCJ_LICENSE" for -details. */ - -#include - -#include -#include - -#include - -JArray* -gnu::java::nio::IntBufferImpl::nio_cast(JArray*) -{ - return NULL; -} - -void -gnu::java::nio::IntBufferImpl::nio_put_Byte(gnu::java::nio::IntBufferImpl*, jint, jint, jbyte) -{ -} - -jbyte -gnu::java::nio::IntBufferImpl::nio_get_Byte(gnu::java::nio::IntBufferImpl*, jint, jint) -{ - return 0; -} diff --git a/libjava/gnu/java/nio/natLongBufferImpl.cc b/libjava/gnu/java/nio/natLongBufferImpl.cc deleted file mode 100644 index a84248136e5..00000000000 --- a/libjava/gnu/java/nio/natLongBufferImpl.cc +++ /dev/null @@ -1,33 +0,0 @@ -// natLongBufferImpl.cc - -/* Copyright (C) 2002, 2003 Free Software Foundation - - This file is part of libgcj. - -This software is copyrighted work licensed under the terms of the -Libgcj License. Please consult the file "LIBGCJ_LICENSE" for -details. */ - -#include - -#include -#include - -#include - -JArray* -gnu::java::nio::LongBufferImpl::nio_cast(JArray*) -{ - return NULL; -} - -void -gnu::java::nio::LongBufferImpl::nio_put_Byte(gnu::java::nio::LongBufferImpl*, jint, jint, jbyte) -{ -} - -jbyte -gnu::java::nio::LongBufferImpl::nio_get_Byte(gnu::java::nio::LongBufferImpl*, jint, jint) -{ - return 0; -} diff --git a/libjava/gnu/java/nio/natShortBufferImpl.cc b/libjava/gnu/java/nio/natShortBufferImpl.cc deleted file mode 100644 index 188bff9575e..00000000000 --- a/libjava/gnu/java/nio/natShortBufferImpl.cc +++ /dev/null @@ -1,33 +0,0 @@ -// natShortBufferImpl.cc - -/* Copyright (C) 2002, 2003 Free Software Foundation - - This file is part of libgcj. - -This software is copyrighted work licensed under the terms of the -Libgcj License. Please consult the file "LIBGCJ_LICENSE" for -details. */ - -#include - -#include -#include - -#include - -JArray* -gnu::java::nio::ShortBufferImpl::nio_cast(JArray*) -{ - return NULL; -} - -void -gnu::java::nio::ShortBufferImpl::nio_put_Byte(gnu::java::nio::ShortBufferImpl*, jint, jint, jbyte) -{ -} - -jbyte -gnu::java::nio::ShortBufferImpl::nio_get_Byte(gnu::java::nio::ShortBufferImpl*, jint, jint) -{ - return 0; -} -- 2.30.2