natVMPipeEcos.cc: Renamed from gnu/java/nio/natPipeImplEcos.cc.

2007-01-18  Gary Benson  <gbenson@redhat.com>

	* gnu/java/nio/natVMPipeEcos.cc:
	Renamed from gnu/java/nio/natPipeImplEcos.cc.
	* gnu/java/nio/natVMPipePosix.cc:
	Renamed from gnu/java/nio/natPipeImplPosix.cc.
	* gnu/java/nio/natVMPipeWin32.cc:
	Renamed from gnu/java/nio/natPipeImplWin32.cc.
	* gnu/java/nio/natVMSelectorEcos.cc:
	Renamed from gnu/java/nio/natSelectorImplEcos.cc.
	* gnu/java/nio/natVMSelectorPosix.cc:
	Renamed from gnu/java/nio/natSelectorImplPosix.cc.
	* gnu/java/nio/natVMSelectorWin32.cc:
	Renamed from gnu/java/nio/natSelectorImplWin32.cc.
	* java/io/natVMObjectInputStream.cc:
	Renamed from java/io/natObjectInputStream.cc.
	* java/lang/natVMDouble.cc:
	Renamed from java/lang/natDouble.cc.
	* java/lang/natVMFloat.cc:
	Renamed from java/lang/natFloat.cc.	
	* Makefile.am, configure.ac: Reflect the above.
	* Makefile.in, configure: Rebuilt.

From-SVN: r120895
This commit is contained in:
Gary Benson
2007-01-18 11:32:40 +00:00
committed by Gary Benson
parent 3253eafbda
commit 463c03f1bc
14 changed files with 93 additions and 64 deletions

View File

@@ -1,8 +1,9 @@
// natObjectInputStream.cc - Native part of VMObjectInputStream class.
// natVMObjectInputStream.cc - Native part of VMObjectInputStream class.
/* Copyright (C) 1998, 1999, 2000, 2001, 2005, 2006 Free Software Foundation
/* Copyright (C) 1998, 1999, 2000, 2001, 2005, 2006, 2007
Free Software Foundation
This ObjectInputStream is part of libgcj.
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
Libgcj License. Please consult the ObjectInputStream "LIBGCJ_LICENSE" for

View File

@@ -1,6 +1,7 @@
// natDouble.cc - Implementation of java.lang.VMDouble native methods.
// natVMDouble.cc - Implementation of java.lang.VMDouble native methods.
/* Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005, 2006, 2007 Free Software Foundation
/* Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005, 2006, 2007
Free Software Foundation
This file is part of libgcj.

View File

@@ -1,6 +1,6 @@
// natFloat.cc - Implementation of java.lang.VMFloat native methods.
// natVMFloat.cc - Implementation of java.lang.VMFloat native methods.
/* Copyright (C) 1998, 1999, 2001, 2006 Free Software Foundation
/* Copyright (C) 1998, 1999, 2001, 2006, 2007 Free Software Foundation
This file is part of libgcj.