mirror of git://gcc.gnu.org/git/gcc.git
gcc/
2012-10-15 Matthias Klose <doko@ubuntu.com>
* config.gcc: Match arm*-*-linux-* for ARM Linux/GNU.
* doc/install.texi: Use arm-*-*linux-* instead of arm-*-*linux-gnueabi.
gcc/testsuite/
2012-10-15 Matthias Klose <doko@ubuntu.com>
* lib/target-supports.exp (check_profiling_available): Match
arm*-*-linux-* for ARM Linux/GNU.
* g++.dg/torture/predcom-1.C: Match arm*-*-linux-* for ARM Linux/GNU.
* gfortran.dg/enum_10.f90: Likewise.
* gfortran.dg/enum_9.f90: Likewise.
* gcc.target/arm/synchronize.c: Likewise.
* g++.old-deja/g++.jason/enum6.C: Likewise.
* g++.old-deja/g++.other/enum4.C: Likewise.
* g++.old-deja/g++.law/enum9.C: Likewise.
gcc/ada/
2012-10-15 Matthias Klose <doko@ubuntu.com>
* gcc-interface/Makefile.in: Match arm*-*-linux-*eabi* for
ARM Linux/GNU.
libgcc/
2012-10-15 Matthias Klose <doko@ubuntu.com>
* config.host: Match arm*-*-linux-* for ARM Linux/GNU.
libstdc++-v3/
2012-10-15 Matthias Klose <doko@ubuntu.com>
* configure.host: Match arm*-*-linux-* for ARM Linux/GNU.
* testsuite/20_util/make_signed/requirements/typedefs-2.cc: Likewise.
* testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: Likewise.
libjava/
2012-10-15 Matthias Klose <doko@ubuntu.com>
* configure.ac: Match arm*-*-linux-* for ARM Linux/GNU.
* configure: Regenerate.
From-SVN: r192475
|
||
|---|---|---|
| .. | ||
| classpath | ||
| contrib | ||
| gcj | ||
| gnu | ||
| include | ||
| java | ||
| javax | ||
| libltdl | ||
| org | ||
| scripts | ||
| sun | ||
| sysdep | ||
| testsuite | ||
| COPYING | ||
| ChangeLog | ||
| ChangeLog-1998 | ||
| ChangeLog-1999 | ||
| ChangeLog-2000 | ||
| ChangeLog-2001 | ||
| ChangeLog-2002 | ||
| ChangeLog-2003 | ||
| ChangeLog-2004 | ||
| ChangeLog-2005 | ||
| ChangeLog-2006 | ||
| ChangeLog-2007 | ||
| ChangeLog-2008 | ||
| ChangeLog-2009 | ||
| ChangeLog-2010 | ||
| ChangeLog-2011 | ||
| HACKING | ||
| LIBGCJ_LICENSE | ||
| Makefile.am | ||
| Makefile.in | ||
| NEWS | ||
| README | ||
| THANKS | ||
| aclocal.m4 | ||
| boehm.cc | ||
| configure | ||
| configure.ac | ||
| configure.host | ||
| darwin.cc | ||
| defineclass.cc | ||
| ecjx.cc | ||
| exception.cc | ||
| gij.cc | ||
| headers.txt | ||
| interpret-run.cc | ||
| interpret.cc | ||
| jni-libjvm.cc | ||
| jni.cc | ||
| jvmti.cc | ||
| libgcj-noncore-dummy.def | ||
| libgcj-test.spec.in | ||
| libgcj.pc.in | ||
| libgcj.spec.in | ||
| libgcj.ver | ||
| libgcj_bc.c | ||
| libtool-version | ||
| link.cc | ||
| mauve-libgcj | ||
| mingwld.m4 | ||
| no-threads.cc | ||
| nogc.cc | ||
| pkg.m4 | ||
| posix-threads.cc | ||
| posix.cc | ||
| prims.cc | ||
| shlibpath.m4 | ||
| sources.am | ||
| stacktrace.cc | ||
| standard.omit.in | ||
| verify.cc | ||
| win32-threads.cc | ||
| win32.cc | ||
README
This is libgcj: the runtime library for gcj, the GNU Compiler for Java. libgcj provides a partial implementation of the Java Class Libraries. libgcj is free software. See the file LIBGCJ_LICENSE for copying permission. DOCUMENTATION ============= All documentation, including detailed installation and usage instructions, can be found on the gcj web pages at this URL: http://gcc.gnu.org/java/ BUGS ==== Please refer to http://gcc.gnu.org/bugs/ on when and how to submit a bug report.