]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/ChangeLog
Replace 8 spaces with a tabular in ChangeLog files.
[thirdparty/gcc.git] / libiberty / ChangeLog
index 2b834372c9a74a3f2fd61bce9f6159a8bce6accf..294bcb6b2617754041fbb525b7e7aee1af8f948b 100644 (file)
@@ -1,3 +1,69 @@
+2018-08-23  Nathan Sidwell  <nathan@acm.org>
+           Martin Liska  <mliska@suse.cz>
+
+       PR driver/87056
+       * pex-unix.c (pex_unix_exec_child): Duplicate bad_fn into local
+       scopes to avoid potential clobber.
+
+2018-08-20  Nathan Sidwell  <nathan@acm.org>
+
+       * pex-unix.c (pex_child_error): Delete.
+       (pex_unix_exec_child): Commonize error paths to single message &
+       exit.
+
+2018-07-30  Tom Tromey  <tom@tromey.com>
+
+       * cplus-dem.c (remember_Btype): Don't call memcpy with LEN==0.
+
+2018-07-26  Martin Liska  <mliska@suse.cz>
+
+       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.
+       (make_temp_file_with_prefix): Support also prefix.
+
+2018-07-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * simple-object-elf.c (ENOTSUP): If not defined by errno.h, redirect
+       to ENOSYS.
+
+2018-05-30  Jan Hubicka  <hubicka@ucw.cz>
+
+       * simple-object.c (handle_lto_debug_sections): Add rename parameter.
+       (handle_lto_debug_sections_rename): New function.
+       (handle_lto_debug_sections_norename): New function.
+       (simple_object_copy_lto_debug_sections): Add rename parameter.
+
+2018-05-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       * splay-tree.c (splay_tree_compare_strings,
+       splay_tree_delete_pointers): New utility functions.
+
+2018-05-10  Martin Liska  <mliska@suse.cz>
+
+       PR bootstrap/64914
+       * md5.c: Use strict alignment with UBSAN_BOOTSTRAP.
+
+2018-04-30  Daniel van Gerpen  <daniel@vangerpen.de>
+
+       * argv.c (expandargv): Fix memory leak for copied argv.
+
+2018-04-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR lto/81968
+       * simple-object.c (handle_lto_debug_sections): Keep .comment
+       section.
+
+2018-03-02  David Malcolm  <dmalcolm@redhat.com>
+
+       * cp-demangle.c: Update URL for g++ V3 ABI.
+
+2018-01-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * simple-object-xcoff.c (simple_object_xcoff_find_sections): Use
+       ulong_type to avoid warning about 32-bit shift.
+
 2018-01-11  Richard Biener  <rguenther@suse.de>
        Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * 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.