diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2019-01-07 18:05:36 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2019-01-07 18:06:35 -0500 |
commit | 4ae80ffc55cd44fe9a5527403f07fee70307b2d7 (patch) | |
tree | 9dba1ab3b1a201fb9def27373de916455325709a /libiberty/ChangeLog | |
parent | 053af8c9034f92d6e36a1180655ba22a65c56437 (diff) | |
download | gdb-4ae80ffc55cd44fe9a5527403f07fee70307b2d7.zip gdb-4ae80ffc55cd44fe9a5527403f07fee70307b2d7.tar.gz gdb-4ae80ffc55cd44fe9a5527403f07fee70307b2d7.tar.bz2 |
Revert "Sync libiberty sources with master version in gcc repository. Updated stabs demangling and cxxfilt tests to match."
The previous commit breaks the GDB build, which is still using functions
cplus_demangle_opname & co. Since removing these usages is not an
obvious fix, let's revert this patch until we get rid of them.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 40 |
1 files changed, 18 insertions, 22 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 436fb96..6859027 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,17 +1,3 @@ -2019-01-01 Jakub Jelinek <jakub@redhat.com> - - Update copyright years. - -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. - 2018-12-07 Nick Clifton <nickc@redhat.com> PR 87681 @@ -77,18 +63,28 @@ * cplus-dem.c (remember_Btype): Don't call memcpy with LEN==0. -2018-07-26 Martin Liska <mliska@suse.cz> +2018-08-01 Richard Earnshaw <rearnsha@arm.com> + + Copy over from GCC + 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-19 Eli Zaretskii <eliz@gnu.org> +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. - * simple-object-elf.c (ENOTSUP): If not defined by errno.h, redirect - to ENOSYS. +2018-06-19 Simon Marchi <simon.marchi@ericsson.com> + + * configure.ac: Remove AC_PREREQ. + * configure: Re-generate. + * config.in: Re-generate. 2018-05-30 Jan Hubicka <hubicka@ucw.cz> @@ -991,8 +987,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. |