82a19768cb
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
120 lines
4.1 KiB
Plaintext
120 lines
4.1 KiB
Plaintext
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
|
||
* include/bits/regex.h (match_results<>::swap): Use std::swap
|
||
instead of swap.
|
||
* include/bits/regex_compiler.tcc (_Compiler<>::_M_quantifier):
|
||
Likewise.
|
||
* testsuite/28_regex/match_results/swap.cc: New testcase.
|
||
|
||
2015-01-08 Jonathan Wakely <jwakely@redhat.com>
|
||
|
||
PR libstdc++/60132
|
||
* include/std/type_traits (has_trivial_default_constructor,
|
||
has_trivial_copy_constructor, has_trivial_copy_assign): Add deprecated
|
||
attribute.
|
||
* testsuite/20_util/has_trivial_copy_assign/requirements/
|
||
explicit_instantiation.cc: Use -Wno-deprecated.
|
||
* testsuite/20_util/has_trivial_copy_assign/requirements/typedefs.cc:
|
||
Likewise.
|
||
* testsuite/20_util/has_trivial_copy_assign/value.cc: Likewise.
|
||
* testsuite/20_util/has_trivial_copy_constructor/requirements/
|
||
explicit_instantiation.cc: Likewise.
|
||
* testsuite/20_util/has_trivial_copy_constructor/requirements/
|
||
typedefs.cc: Likewise.
|
||
* testsuite/20_util/has_trivial_copy_constructor/value.cc: Likewise.
|
||
* testsuite/20_util/has_trivial_default_constructor/requirements/
|
||
explicit_instantiation.c: Likewise.
|
||
* testsuite/20_util/has_trivial_default_constructor/requirements/
|
||
typedefs.cc: Likewise.
|
||
* testsuite/20_util/has_trivial_default_constructor/value.cc:
|
||
Likewise.
|
||
* testsuite/20_util/pair/requirements/dr801.cc: Replace deprecated
|
||
trait.
|
||
* testsuite/20_util/tuple/requirements/dr801.cc: Likewise.
|
||
* testsuite/util/testsuite_common_types.h: Likewise.
|
||
|
||
2015-01-08 Jonathan Wakely <jwakely@redhat.com>
|
||
|
||
* include/bits/hashtable_policy.h: Use __bool_constant.
|
||
|
||
2015-01-07 Jonathan Wakely <jwakely@redhat.com>
|
||
|
||
* libsupc++/Makefile.am: Compile del_ops.cc as C++14.
|
||
* libsupc++/Makefile.in: Regenerate.
|
||
|
||
2015-01-06 Jonathan Wakely <jwakely@redhat.com>
|
||
|
||
* config/abi/pre/gnu.ver: Fix version conflict for std::locale::name().
|
||
|
||
2015-01-05 Jakub Jelinek <jakub@redhat.com>
|
||
|
||
Update copyright years.
|
||
|
||
2015-01-04 Jonathan Wakely <jwakely@redhat.com>
|
||
|
||
PR libstdc++/64483
|
||
* testsuite/18_support/exception_ptr/64241.cc: Use
|
||
dg-require-atomic-builtins.
|
||
|
||
2015-01-02 Jonathan Wakely <jwakely@redhat.com>
|
||
|
||
* testsuite/21_strings/basic_string/modifiers/64422.cc: Fix copyright
|
||
date.
|
||
|
||
2015-01-02 Tim Shen <timshen@google.com>
|
||
|
||
PR libstdc++/64475
|
||
* include/bits/regex_executor.tcc (_Executor<>::_M_dfs): Copy the
|
||
iterator, since the original one shouldn't be mutated.
|
||
|
||
2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
|
||
|
||
PR libstdc++/64422
|
||
* src/c++98/misc-inst.cc (string::erase): Add missing overloads.
|
||
(string::insert): Likewise.
|
||
(string::replace): Likewise.
|
||
(wstring::erase): Likewise.
|
||
(wstring::insert): Likewise.
|
||
(wstring::replace): Likewise.
|
||
* testsuite/21_strings/basic_string/modifiers/64422.cc: New testcase.
|
||
|
||
2015-01-02 Jonathan Wakely <jwakely@redhat.com>
|
||
|
||
PR libstdc++/64468
|
||
* doc/doxygen/user.cfg.in: Set correct TAB_SIZE.
|
||
|
||
2015-01-02 Jonathan Wakely <jwakely@redhat.com>
|
||
|
||
PR libstdc++/64438
|
||
* testsuite/21_strings/basic_string/numeric_conversions/char/dr1261.cc:
|
||
Revert removal of dg-require-string-conversions.
|
||
* testsuite/21_strings/basic_string/numeric_conversions/char/stod.cc:
|
||
Likewise.
|
||
* testsuite/21_strings/basic_string/numeric_conversions/char/stof.cc:
|
||
Likewise.
|
||
* testsuite/21_strings/basic_string/numeric_conversions/char/stoi.cc:
|
||
Likewise.
|
||
* testsuite/21_strings/basic_string/numeric_conversions/char/stol.cc:
|
||
Likewise.
|
||
* testsuite/21_strings/basic_string/numeric_conversions/char/stold.cc:
|
||
Likewise.
|
||
* testsuite/21_strings/basic_string/numeric_conversions/char/stoll.cc:
|
||
Likewise.
|
||
* testsuite/21_strings/basic_string/numeric_conversions/char/stoul.cc:
|
||
Likewise.
|
||
* testsuite/21_strings/basic_string/numeric_conversions/char/
|
||
stoull.cc: Likewise.
|
||
* testsuite/21_strings/basic_string/numeric_conversions/char/
|
||
to_string.cc: Likewise.
|
||
|
||
Copyright (C) 2015 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.
|