r219388 - in /trunk: ChangeLog configure config...

andreast@gcc.gnu.org andreast@gcc.gnu.org
Fri Jan 9 14:06:00 GMT 2015


Author: andreast
Date: Fri Jan  9 14:06:02 2015
New Revision: 219388

URL: https://gcc.gnu.org/viewcvs?rev=219388&root=gcc&view=rev
Log:
toplevel:

    * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
    * configure: Regenerate.
gcc:
    * config.gcc (arm*-*-freebsd*): New configuration.
    * config/arm/freebsd.h: New file.
    * config.host: Add extra components for arm*-*-freebsd*.
    * config/arm/arm.h: Introduce MAX_SYNC_LIBFUNC_SIZE.
    * config/arm/arm.c (arm_init_libfuncs): Use MAX_SYNC_LIBFUNC_SIZE.

libgcc:

    * config.host (arm*-*-freebsd*): Add new configuration for
    arm*-*-freebsd*.
    * config/arm/freebsd-atomic.c: New file.
    * config/arm/t-freebsd: Likewise.
    * config/arm/unwind-arm.h: Add __FreeBSD__ to the list of
    'PC-relative indirect' OS's.

libatomic:

    * configure.tgt: Exclude arm*-*-freebsd* from try_ifunc.

libstdc++-v3:

    * configure.host: Add arm*-*-freebsd* port_specific_symbol_files.


Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/configure.host
    trunk/libstdc++-v3/libsupc++/unwind-cxx.h

Changes in other areas also in this revision:
Added:
    trunk/gcc/config/arm/freebsd.h
    trunk/libgcc/config/arm/freebsd-atomic.c
    trunk/libgcc/config/arm/t-freebsd
Modified:
    trunk/ChangeLog
    trunk/configure
    trunk/configure.ac
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc
    trunk/gcc/config.host
    trunk/gcc/config/arm/arm.c
    trunk/gcc/config/arm/arm.h
    trunk/gcc/ginclude/unwind-arm-common.h
    trunk/libatomic/ChangeLog
    trunk/libatomic/configure.tgt
    trunk/libgcc/ChangeLog
    trunk/libgcc/config.host
    trunk/libgcc/config/arm/unwind-arm.h



More information about the Libstdc++-cvs mailing list