diff options
author | Nick Clifton <nickc@redhat.com> | 2019-01-10 09:44:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-01-10 09:44:13 +0000 |
commit | 1910070b298052d7ca8e4024891465824588c1e9 (patch) | |
tree | 0ae052cbeef0f08143625488e06ba16634c2f2f7 /libiberty/ChangeLog | |
parent | b22a7c6ab6173fe4fa1352e14d00a234bbf50346 (diff) | |
download | gdb-1910070b298052d7ca8e4024891465824588c1e9.zip gdb-1910070b298052d7ca8e4024891465824588c1e9.tar.gz gdb-1910070b298052d7ca8e4024891465824588c1e9.tar.bz2 |
Sync libiberty sources with gcc master versions.
. * libiberty: Sync with gcc. Bring in:
2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
PR other/16615
* cp-demangle.c: Mechanically replace "can not" with "cannot".
* floatformat.c: Likewise.
* strerror.c: Likewise.
2018-12-22 Jason Merrill <jason@redhat.com>
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.
include * Merge from GCC:
2018-12-22 Jason Merrill <jason@redhat.com>
* demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
ARM, HP, and EDG demangling styles.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 43 |
1 files changed, 19 insertions, 24 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 2ada84e..436fb96 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,11 +1,16 @@ -2019-01-09 Sandra Loosemore <sandra@codesourcery.com> +2019-01-01 Jakub Jelinek <jakub@redhat.com> - Merge from GCC: - PR other/16615 + Update copyright years. + +2018-12-22 Jason Merrill <jason@redhat.com> - * cp-demangle.c: Mechanically replace "can not" with "cannot". - * floatformat.c: Likewise. - * strerror.c: Likewise. + 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. 2018-12-07 Nick Clifton <nickc@redhat.com> @@ -72,28 +77,18 @@ * cplus-dem.c (remember_Btype): Don't call memcpy with LEN==0. -2018-08-01 Richard Earnshaw <rearnsha@arm.com> - - Copy over from GCC - 2018-07-26 Martin Liska <mliska@suse.cz> +2018-07-26 Martin Liska <mliska@suse.cz> - PR lto/86548 + PR lto/86548 * make-temp-file.c (TEMP_FILE): Remove leading 'cc'. (make_temp_file): Call make_temp_file_with_prefix with - first argument set to NULL. + first argument set to NULL. (make_temp_file_with_prefix): Support also prefix. -2018-07-18 Eli Zaretskii <eliz@gnu.org> - - PR gdb/23434 - * libiberty/simple-object-elf.c (ENOTSUP): If not defined by - errno.h, redirect ENOTSUP to ENOSYS. - -2018-06-19 Simon Marchi <simon.marchi@ericsson.com> +2018-07-19 Eli Zaretskii <eliz@gnu.org> - * configure.ac: Remove AC_PREREQ. - * configure: Re-generate. - * config.in: Re-generate. + * simple-object-elf.c (ENOTSUP): If not defined by errno.h, redirect + to ENOSYS. 2018-05-30 Jan Hubicka <hubicka@ucw.cz> @@ -996,8 +991,8 @@ * functions.texi: Regenerate. 2014-12-11 Uros Bizjak <ubizjak@gmail.com> - Ben Elliston <bje@au.ibm.com> - Manuel Lopez-Ibanez <manu@gcc.gnu.org> + Ben Elliston <bje@au.ibm.com> + Manuel Lopez-Ibanez <manu@gcc.gnu.org> * xvasprintf.c: New file. * vprintf-support.h: Likewise. |