diff options
author | Andreas Tobler <andreast@gcc.gnu.org> | 2015-01-09 15:06:02 +0100 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2015-01-09 15:06:02 +0100 |
commit | 82a19768cb55aa06dc6aac858012cf40125a3d9f (patch) | |
tree | b3576f34396e29e95fbfc0175227cf0b88999832 /libstdc++-v3/ChangeLog | |
parent | 887974fda22e2040ad8956488aa738b0bb9ad728 (diff) | |
download | gcc-82a19768cb55aa06dc6aac858012cf40125a3d9f.zip gcc-82a19768cb55aa06dc6aac858012cf40125a3d9f.tar.gz gcc-82a19768cb55aa06dc6aac858012cf40125a3d9f.tar.bz2 |
configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
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.
From-SVN: r219388
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 50c74af..c6184fd 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2015-01-09 Andreas Tobler <andreast@gcc.gnu.org> + + * configure.host: Add arm*-*-freebsd* port_specific_symbol_files. + 2015-01-09 Tim Shen <timshen@google.com> PR libstdc++/64239 |