mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
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:
@@ -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
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user