diff options
author | Alan Modra <amodra@gmail.com> | 2019-04-07 20:41:49 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-04-07 20:49:49 +0930 |
commit | 07ffcfecac22d21774a110db0f65f0387c8f1102 (patch) | |
tree | 120cc0b18f95144c1b03367a36ba6753db81e777 /libiberty/ChangeLog | |
parent | 5f60cccf9db8b5f4aa4303f8e4ccc246f723fbe5 (diff) | |
download | binutils-gdb-07ffcfecac22d21774a110db0f65f0387c8f1102.tar.gz |
Merge libiberty from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index c9ff317b6fd..031be3a974a 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,13 +1,45 @@ +2019-04-07 Alan Modra <amodra@gmail.com> + + * functions.texi: Regenerate. + +2019-03-14 Jason Merrill <jason@redhat.com> + Jakub Jelinek <jakub@redhat.com> + + * hashtab.c (htab_remove_elt_with_hash): Return if slot is NULL rather + than if *slot is HTAB_EMPTY_ENTRY. + 2019-02-11 Philippe Waroquiers <philippe.waroquiers@skynet.be> * splay-tree.c (splay_tree_insert): Also release old KEY in case of insertion of a key equal to an already present key. (splay_tree_new_typed_alloc): Update comment. +2019-01-22 Nidal Faour <nidal.faour@wdc.com> + + PR lto/88422 + * simple-object.c (O_BINARY): Define if not already defined. + (simple_object_copy_lto_debug_sections): Create file in binary + mode. + 2019-01-21 Tom Tromey <tom@tromey.com> * splay-tree.c (splay_tree_remove): Delete the key if necessary. +2019-01-14 Tom Honermann <tom@honermann.net> + + * cp-demangle.c (cplus_demangle_builtin_types) + (cplus_demangle_type): Add name demangling for char8_t (Du). + * cp-demangle.h: Increase D_BUILTIN_TYPE_COUNT to accommodate the + new char8_t type. + +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. + 2019-01-01 Jakub Jelinek <jakub@redhat.com> Update copyright years. |