tree-optimization/97780 - fix ICE in fini_pre
[gcc.git] / lto-plugin / ChangeLog
index 73abebde502dab7133f2f6714e48f07446eb4672..4f285ce0c3e385f67832fe314b83fdb65e29fac8 100644 (file)
@@ -1,3 +1,15 @@
+2020-09-10  Jonathan Yong  <10walls@gmail.com>
+
+       * Makefile.am: drop versioning from libtool completely.
+       * Makefile.in: regenerate.
+
+2020-09-09  Nick Clifton  <nickc@redhat.com>
+
+       * lto-plugin.c (struct plugin_symtab): Add last_sym field.
+       (parse_symtab_extension): Only read as many entries as are
+       available in the buffer.  Store the data read into the symbol
+       table indexed from last_sym.  Increment last_sym.
+
 2020-07-30  H.J. Lu  <hjl.tools@gmail.com>
 
        PR bootstrap/96202