diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2015-01-05 13:05:46 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2015-01-05 13:05:46 +0100 |
commit | b67cd4e331c3cd02ace226dd539b826f817a390d (patch) | |
tree | a0e2a795dad1f0d77112540fc928652f2bc24e6f /libjava | |
parent | 5bd012f83bcedad0e80280ffccaa0b5297d9bf98 (diff) | |
download | gcc-b67cd4e331c3cd02ace226dd539b826f817a390d.tar.gz |
gcc.c (process_command): Update copyright notice dates.
gcc/
* gcc.c (process_command): Update copyright notice dates.
* gcov-dump.c: Ditto.
* gcov.c: Ditto.
* doc/cpp.texi: Bump @copying's copyright year.
* doc/cppinternals.texi: Ditto.
* doc/gcc.texi: Ditto.
* doc/gccint.texi: Ditto.
* doc/gcov.texi: Ditto.
* doc/install.texi: Ditto.
* doc/invoke.texi: Ditto.
gcc/fortran/
* gfortranspec.c (lang_specific_driver): Update copyright notice
dates.
* gfc-internals.texi: Bump @copying's copyright year.
* gfortran.texi: Ditto.
* intrinsic.texi: Ditto.
* invoke.texi: Ditto.
gcc/go/
* gccgo.texi: Bump @copyrights-go year.
gcc/java/
* jcf-dump.c (version): Update copyright notice dates.
libgomp/
* libgomp.texi: Bump @copying's copyright year.
libquadmath/
* libquadmath.texi: Bump @copying's copyright year.
libitm/
* libitm.texi: Bump @copying's copyright year.
gcc/ada/
* gnat_ugn.texi: Bump @copying's copyright year.
libjava/
* classpath/gnu/java/rmi/registry/RegistryImpl.java (version): Update
copyright notice dates.
* classpath/tools/gnu/classpath/tools/orbd/Main.java (run): Ditto.
* gnu/gcj/convert/Convert.java (version): Update copyright notice
dates.
* gnu/gcj/tools/gcj_dbtool/Main.java (main): Ditto.
From-SVN: r219187
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/ChangeLog | 125 | ||||
-rw-r--r-- | libjava/ChangeLog-2014 | 66 | ||||
-rw-r--r-- | libjava/classpath/gnu/java/rmi/registry/RegistryImpl.java | 4 | ||||
-rw-r--r-- | libjava/classpath/tools/gnu/classpath/tools/orbd/Main.java | 4 | ||||
-rw-r--r-- | libjava/gnu/gcj/convert/Convert.java | 4 | ||||
-rw-r--r-- | libjava/gnu/gcj/tools/gcj_dbtool/Main.java | 4 |
6 files changed, 79 insertions, 128 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index ddef0311724..f77de2a4e3c 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,128 +1,13 @@ -2014-11-21 H.J. Lu <hongjiu.lu@intel.com> - - PR bootstrap/63784 - * configure: Regenerated. - -2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> - - PR target/63610 - * configure: Regenerate. - -2014-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de> - - * testsuite/lib/libjava.exp (load_gcc_lib): Register loaded libs. - -2014-05-13 Bernd Edlinger <bernd.edlinger@hotmail.de> - - Fix current cygwin-64 build problems. - * configure.host: Added handling for x86_64-*-cygwin/mingw. - * boehm.cc (_Jv_GCAttachThread, _Jv_GCDetachThread): Don't compile if - GC_WIN32_THREADS is defined. - * java/lang/natClass.cc (_Jv_InterfaceAssignableFrom): Rename interface - to source_interface. - -2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> - - * configure.ac (THREADLIBS, THREADSPEC): Remove *-*-solaris2.9 - handling. - * configure: Regenerate. - -2014-03-12 Uros Bizjak <ubizjak@gmail.com> - - * include/dwarf2-signal.h: Update copyright year. - (SIGNAL_HANDLER): Remove _sip argument. Mark _p argument with - __attribute__ ((__unused__)). - (class java::lang::Throwable): Remove declaration. - (MAKE_THROW_FRAME) [!__ia64__]: Define as empty definition. - -2014-03-11 Uros Bizjak <ubizjak@gmail.com> - - * java/lang/natObject.cc (_Jv_MonitorEnter): Add missing parenthesis - around comparison with (address | LOCKED) in JvAssert. - -2014-02-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> - - PR libgcj/55637 - * testsuite/libjava.lang/sourcelocation.xfail: New file. - -2014-02-18 Richard Biener <rguenther@suse.de> - - PR libjava/60261 - * configure.ac (dbexecdir): Remove redundant multilib addition. - * Makefile.am (gcc_version): Export. - * configure: Regenerate. - * Makefile.in: Likewise. - -2014-01-02 Tobias Burnus <burnus@net-b.de> +2015-01-05 Jakub Jelinek <jakub@redhat.com> + * classpath/gnu/java/rmi/registry/RegistryImpl.java (version): Update + copyright notice dates. + * classpath/tools/gnu/classpath/tools/orbd/Main.java (run): Ditto. * gnu/gcj/convert/Convert.java (version): Update copyright notice dates. * gnu/gcj/tools/gcj_dbtool/Main.java (main): Ditto. - -2013-12-09 Andreas Schwab <schwab@suse.de> - - * Makefile.am (toolexeclib_LTLIBRARIES) [USE_LIBGCJ_BC]: Use - install/libgcj_bc.la instead of libgcj_bc.la. - (noinst_LTLIBRARIES) [USE_LIBGCJ_BC]: Define. - (install_libgcj_bc_la_SOURCES): Define. - (install/libgcj_bc.la): New rule. - * Makefile.in: Regenerate. - -2013-09-20 Alan Modra <amodra@gmail.com> - - * configure: Regenerate. - -2013-06-20 Roland Lutz <rlutz@hedmen.org> - - * contrib/aot-compile.in: Fix typo in option list. - -2013-06-20 Matthias Klose <doko@ubuntu.com> - - * pkg.m4 (PKG_CHECK_MODULES): Use AC_PATH_TOOL to check for pkg-config. - * classpath/m4/pkg.m4 (PKG_CHECK_MODULES): Likewise. - * configure: Regenerate. - * classpath/configure: Regenerate. - -2013-06-20 Matthias Klose <doko@ubuntu.com> - - * libtool-version: Bump soversion. - -2013-05-22 Mark Mitchell <mark@codesourcery.com> - Sandra Loosemore <sandra@codesourcery.com> - - * configure.ac (dbexecdir): Base on $(toolexeclibdir), not - $(libdir). - * Makefile.am (pkgconfigdir): Likewise. - * configure: Regenerated. - * Makefile.in: Regenerated. - * gcj/Makefile.in: Regenerated. - * include/Makefile.in: Regenerated. - * testsuite/Makefile.in: Regenerated. - -2013-04-16 Andreas Schwab <schwab@suse.de> - - * configure.host: Add support for aarch64. - * sysdep/aarch64/locks.h: New file. - -2013-03-12 Andrew John Hughes <gnu.andrew@redhat.com> - - * include/posix-threads.h: - (_Jv_MutexCheckMonitor(_Jv_Mutex_t)): Use - pthread_equal rather than !=. - -2013-01-07 H.J. Lu <hongjiu.lu@intel.com> - - * Makefile.am (lib_gnu_awt_xlib_la_LDFLAGS): Replace - LIBSTDCXX_RAW_CXX_LDLAGS with LIBSTDCXX_RAW_CXX_LDFLAGS. - * Makefile.in: Regenerated. - -2013-01-03 Jakub Jelinek <jakub@redhat.com> - - * gnu/gcj/convert/Convert.java (version): Update copyright notice - dates. - * gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise. -Copyright (C) 2014 Free Software Foundation, Inc. +Copyright (C) 2015 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/libjava/ChangeLog-2014 b/libjava/ChangeLog-2014 new file mode 100644 index 00000000000..2b54ef3fc75 --- /dev/null +++ b/libjava/ChangeLog-2014 @@ -0,0 +1,66 @@ +2014-11-21 H.J. Lu <hongjiu.lu@intel.com> + + PR bootstrap/63784 + * configure: Regenerated. + +2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + + PR target/63610 + * configure: Regenerate. + +2014-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de> + + * testsuite/lib/libjava.exp (load_gcc_lib): Register loaded libs. + +2014-05-13 Bernd Edlinger <bernd.edlinger@hotmail.de> + + Fix current cygwin-64 build problems. + * configure.host: Added handling for x86_64-*-cygwin/mingw. + * boehm.cc (_Jv_GCAttachThread, _Jv_GCDetachThread): Don't compile if + GC_WIN32_THREADS is defined. + * java/lang/natClass.cc (_Jv_InterfaceAssignableFrom): Rename interface + to source_interface. + +2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * configure.ac (THREADLIBS, THREADSPEC): Remove *-*-solaris2.9 + handling. + * configure: Regenerate. + +2014-03-12 Uros Bizjak <ubizjak@gmail.com> + + * include/dwarf2-signal.h: Update copyright year. + (SIGNAL_HANDLER): Remove _sip argument. Mark _p argument with + __attribute__ ((__unused__)). + (class java::lang::Throwable): Remove declaration. + (MAKE_THROW_FRAME) [!__ia64__]: Define as empty definition. + +2014-03-11 Uros Bizjak <ubizjak@gmail.com> + + * java/lang/natObject.cc (_Jv_MonitorEnter): Add missing parenthesis + around comparison with (address | LOCKED) in JvAssert. + +2014-02-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + PR libgcj/55637 + * testsuite/libjava.lang/sourcelocation.xfail: New file. + +2014-02-18 Richard Biener <rguenther@suse.de> + + PR libjava/60261 + * configure.ac (dbexecdir): Remove redundant multilib addition. + * Makefile.am (gcc_version): Export. + * configure: Regenerate. + * Makefile.in: Likewise. + +2014-01-02 Tobias Burnus <burnus@net-b.de> + + * gnu/gcj/convert/Convert.java (version): Update copyright notice + dates. + * gnu/gcj/tools/gcj_dbtool/Main.java (main): Ditto. + +Copyright (C) 2014 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/libjava/classpath/gnu/java/rmi/registry/RegistryImpl.java b/libjava/classpath/gnu/java/rmi/registry/RegistryImpl.java index f89371d90c6..d6bc98b5e8c 100644 --- a/libjava/classpath/gnu/java/rmi/registry/RegistryImpl.java +++ b/libjava/classpath/gnu/java/rmi/registry/RegistryImpl.java @@ -1,5 +1,5 @@ /* RegistryImpl.java -- - Copyright (c) 1996-2014 Free Software Foundation, Inc. + Copyright (c) 1996-2015 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -110,7 +110,7 @@ public static void version() { + System.getProperty("java.vm.name") + ") " + System.getProperty("java.vm.version")); - System.out.println("Copyright 2014 Free Software Foundation, Inc."); + System.out.println("Copyright 2015 Free Software Foundation, Inc."); System.out.println("This is free software; see the source for copying conditions. There is NO"); System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."); System.exit(0); diff --git a/libjava/classpath/tools/gnu/classpath/tools/orbd/Main.java b/libjava/classpath/tools/gnu/classpath/tools/orbd/Main.java index b1ab0c9e940..14ebc08778a 100644 --- a/libjava/classpath/tools/gnu/classpath/tools/orbd/Main.java +++ b/libjava/classpath/tools/gnu/classpath/tools/orbd/Main.java @@ -1,5 +1,5 @@ /* NamingServicePersistent.java -- The persistent naming service. - Copyright (C) 2006-2014 Free Software Foundation, Inc. + Copyright (C) 2006-2015 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -179,7 +179,7 @@ public class Main System.out.println("GNU Classpath persistent naming service " + "started at " + iorr.Internet.host + ":" + iorr.Internet.port + " key 'NameService'.\n\n" - + "Copyright (C) 2014 Free Software Foundation\n" + + "Copyright (C) 2015 Free Software Foundation\n" + "This tool comes with ABSOLUTELY NO WARRANTY. " + "This is free software, and you are\nwelcome to " + "redistribute it under conditions, defined in " diff --git a/libjava/gnu/gcj/convert/Convert.java b/libjava/gnu/gcj/convert/Convert.java index d2677cb85b2..9243e088ff6 100644 --- a/libjava/gnu/gcj/convert/Convert.java +++ b/libjava/gnu/gcj/convert/Convert.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2014 Free Software Foundation +/* Copyright (C) 1999-2015 Free Software Foundation This file is part of libgcj. @@ -45,7 +45,7 @@ public class Convert + ") " + System.getProperty("java.vm.version")); System.out.println(); - System.out.println("Copyright (C) 2014 Free Software Foundation, Inc."); + System.out.println("Copyright (C) 2015 Free Software Foundation, Inc."); System.out.println("This is free software; see the source for copying conditions. There is NO"); System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."); System.exit(0); diff --git a/libjava/gnu/gcj/tools/gcj_dbtool/Main.java b/libjava/gnu/gcj/tools/gcj_dbtool/Main.java index 5e26b19ccda..e9d4aca2efe 100644 --- a/libjava/gnu/gcj/tools/gcj_dbtool/Main.java +++ b/libjava/gnu/gcj/tools/gcj_dbtool/Main.java @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2014 Free Software Foundation +/* Copyright (C) 2004-2015 Free Software Foundation This file is part of libgcj. @@ -46,7 +46,7 @@ public class Main + ") " + System.getProperty("java.vm.version")); System.out.println(); - System.out.println("Copyright 2014 Free Software Foundation, Inc."); + System.out.println("Copyright 2015 Free Software Foundation, Inc."); System.out.println("This is free software; see the source for copying conditions. There is NO"); System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."); return; |