X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ChangeLog;h=0a4cc5f9c8ed30e3d41dad268cc57339061de340;hb=45d5293f6e098ff7e85a30554fcdc8c7f00db675;hp=8718a84ab4abbdb406cebfd61754611a5650b94d;hpb=269965964e8a6586a07912a60e08eeb0053bfb2a;p=deliverable%2Fbinutils-gdb.git diff --git a/ChangeLog b/ChangeLog index 8718a84ab4..0a4cc5f9c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,78 @@ +2019-05-23 Jose E. Marchesi + + * config.guess: Synchronize with config project master sources. + * config.sub: Likewise. + * readline/support/config.guess: Likewise. + * readline/support/config.sub: Likewise. + +2019-04-10 Nick Clifton + + * libiberty: Sync with gcc. Bring in: + 2019-04-10 Nick Clifton + + PR 89394 + * cp-demangle.c (cplus_demangle_fill_name): Reject negative + lengths. + (d_count_templates_scopes): Replace num_templates and num_scopes + parameters with a struct d_print_info pointer parameter. Adjust + body of the function accordingly. Add recursion counter and check + that the recursion limit is not reached. + (d_print_init): Pass dpi parameter to d_count_templates_scopes. + Reset recursion counter afterwards, unless the recursion limit was + reached. + +2018-06-24 Nick Clifton + + 2.32 branch created. + +2019-01-14 Rainer Orth + + Merge from GCC: + PR target/88535 + * config.guess: Import upstream version 2019-01-03. + * config.sub: Import upstream version 2019-01-01. + +2019-01-10 Nick Clifton + + * libiberty: Sync with gcc. Bring in: + 2019-01-09 Sandra Loosemore + + PR other/16615 + + * cp-demangle.c: Mechanically replace "can not" with "cannot". + * floatformat.c: Likewise. + * strerror.c: Likewise. + + 2018-12-22 Jason Merrill + + Remove support for demangling GCC 2.x era mangling schemes. + * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname, + internal_cplus_demangle, and all subroutines. + (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0), + Lucid, ARM, HP, and EDG demangling styles. + (cplus_demangle): Remove 'work' variable. Don't call + internal_cplus_demangle. + +2019-01-03 Дилян Палаузов + + * configure.ac: Don't configure readline if --with-system-readline is + used. + * configure: Re-generate. + +2018-10-31 Joseph Myers + + Merge from GCC: + PR bootstrap/82856 + * multilib.am: New file. From automake. + +2018-09-12 Sergio Durigan Junior + + * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib". + +2018-07-16 Nick Clifton + + * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib. + 2018-07-06 Sebastian Huber * config.sub: Sync with upstream version 2018-07-03.