]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/ChangeLog
analyzer: avoid printing '<unknown>' for SSA names [PR99771]
[thirdparty/gcc.git] / libiberty / ChangeLog
index e47255335b2d3af75ff04219a7febe379f9de8b7..99bb5851f6fca14b033949a79c00a213961d34e4 100644 (file)
@@ -1,3 +1,22 @@
+2021-03-16  Nick Clifton  <nickc@redhat.com>
+
+       * sha1.c (sha1_process_bytes): Use memmove in place of memcpy.
+
+2021-02-20  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (ACLOCAL, ACLOCAL_AMFLAGS, $(srcdir)/aclocal.m4): Define.
+       (configure_deps): Rename to ...
+       (aclocal_deps): ... this.  Replace aclocal.m4 with acinclude.m4.
+       ($(srcdir)/configure): Replace $(configure_deps) with
+       $(srcdir)/aclocal.m4.
+       * aclocal.m4: Move libiberty macros to acinclude.m4, then regenerate.
+       * acinclude.m4: New file.
+       * configure: Regenerate.
+
+2021-02-19  Ayush Mittal  <ayush.m@samsung.com>
+
+       * argv.c (expandargv): free allocated buffer if read fails.
+
 2021-02-01  Martin Sebor  <msebor@redhat.com>
 
        * dyn-string.c (dyn_string_insert_cstr): Use memcpy instead of strncpy