X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ChangeLog;h=9c1119a7d4b0d9716c1576b31e3d57f5a8db0c4f;hb=6eee24ce30f8e95335c2ad8586f9a64398eb2cd4;hp=9fe7427b834719235d907c88249d44eefb5daa1f;hpb=80ca5f98b86c9b209f392cb52dde8b8471856c5a;p=deliverable%2Fbinutils-gdb.git diff --git a/ChangeLog b/ChangeLog index 9fe7427b83..9c1119a7d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +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".