X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=0a4cc5f9c8ed30e3d41dad268cc57339061de340;hb=5663e321848545857a690f30a780187e3366bd2d;hp=f3066c08e184c872dbe58a67f911718e9b53ad40;hpb=053af8c9034f92d6e36a1180655ba22a65c56437;p=external%2Fbinutils.git diff --git a/ChangeLog b/ChangeLog index f3066c0..0a4cc5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,57 @@ -2019-01-07 Nick Clifton +2019-05-23 Jose E. Marchesi - * libiberty: Merge from gcc. + * 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 Дилян Палаузов