This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r192475 - in /trunk: gcc/ChangeLog gcc/ada/Chan...


Author: doko
Date: Mon Oct 15 21:12:23 2012
New Revision: 192475

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192475
Log:
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.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/configure.host
    trunk/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-2.cc
    trunk/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc

Changes in other areas also in this revision:
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/gcc-interface/Makefile.in
    trunk/gcc/config.gcc
    trunk/gcc/doc/install.texi
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/torture/predcom-1.C
    trunk/gcc/testsuite/g++.old-deja/g++.jason/enum6.C
    trunk/gcc/testsuite/g++.old-deja/g++.law/enum9.C
    trunk/gcc/testsuite/g++.old-deja/g++.other/enum4.C
    trunk/gcc/testsuite/gcc.target/arm/synchronize.c
    trunk/gcc/testsuite/gfortran.dg/enum_10.f90
    trunk/gcc/testsuite/gfortran.dg/enum_9.f90
    trunk/gcc/testsuite/lib/target-supports.exp
    trunk/libgcc/ChangeLog
    trunk/libgcc/config.host
    trunk/libjava/ChangeLog
    trunk/libjava/configure
    trunk/libjava/configure.ac


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]