aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/libjava/ChangeLog
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2011-12-19 16:56:54 -0800
committerJing Yu <jingyu@google.com>2011-12-19 16:56:54 -0800
commit40d7cd0fd78fe2004e2a53c4618c148339b02733 (patch)
tree5874557a6c86a1f564a03e5f28b266e31bc3759c /gcc-4.6/libjava/ChangeLog
parentfe2afdf3f3701489c05d2a7509752d6f0c7616f7 (diff)
downloadtoolchain_gcc-40d7cd0fd78fe2004e2a53c4618c148339b02733.tar.gz
toolchain_gcc-40d7cd0fd78fe2004e2a53c4618c148339b02733.tar.bz2
toolchain_gcc-40d7cd0fd78fe2004e2a53c4618c148339b02733.zip
Add gcc-4.6. Synced to @180989
Change-Id: Ie3676586e1d8e3c8cd9f07d022f450d05fa08439 svn://gcc.gnu.org/svn/gcc/branches/google/gcc-4_6-mobile
Diffstat (limited to 'gcc-4.6/libjava/ChangeLog')
-rw-r--r--gcc-4.6/libjava/ChangeLog82
1 files changed, 82 insertions, 0 deletions
diff --git a/gcc-4.6/libjava/ChangeLog b/gcc-4.6/libjava/ChangeLog
new file mode 100644
index 000000000..89d12daa7
--- /dev/null
+++ b/gcc-4.6/libjava/ChangeLog
@@ -0,0 +1,82 @@
+2011-06-27 Release Manager
+
+ * GCC 4.6.1 released.
+
+2011-06-19 Jack Howarth <howarth@bromo.med.uc.edu>
+
+ PR target/49461
+ * libjava/configure.ac (SYSTEMSPEC): Pass -no_pie for darwin11.
+ * libjava/configure: Regenerate.
+
+2011-04-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation):
+ Add $libiconv to cxxflags for alpha*-dec-osf*.
+
+2011-03-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ Backport from mainline:
+ 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ PR bootstrap/48135
+ * configure.ac (libjava_cv_anon_version_script): Handle
+ --disable-symvers.
+ * configure: Regenerate.
+
+2011-03-25 Release Manager
+
+ * GCC 4.6.0 released.
+
+2011-02-14 Gary Benson <gbenson@redhat.com>
+
+ * libjava/contrib/aot-compile.in: Add our module directory
+ to the start of the search path rather than the end.
+ * libjava/contrib/aot-compile-rpm.in: Likewise.
+
+2011-02-14 Gary Benson <gbenson@redhat.com>
+
+ PR libjava/47484
+ * configure.ac (python_mod_dir, python_mod_dir_expanded):
+ Install Python modules into versioned directory.
+ * configure: Regenerate.
+
+2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * configure: Regenerate.
+ * shlibpath.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Remove handling
+ of freebsd1* which soon would incorrectly match FreeBSD 10.0.
+
+2011-02-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ PR java/21206
+ * configure.ac (LDLIBICONV): New substituted variable, with
+ instances of '-Wl,' removed from LIBICONV.
+ * configure: Regenerate.
+ * libgcj.spec.in: Use @LDLIBICONV@ not @LIBICONV@.
+ * Makefile.in: Regenerate.
+ * gcj/Makefile.in: Likewise.
+ * include/Makefile.in: Likewise.
+ * testsuite/Makefile.in: Likewise.
+
+2011-02-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * configure.ac: Don't use libdl on mips-sgi-irix6*.
+ * configure: Regenerate.
+
+2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation):
+ Add -shared-libgcc to cxxflags for *-*-solaris*.
+ Remove -lsocket.
+
+2011-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) 2011 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.