diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-09-10 00:16:28 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-09-10 00:16:28 +0000 |
commit | 80f86e78ac0b8a54e2ad208782a583d53f397aa3 (patch) | |
tree | f59397e0ee3e36b956beacac024692b9dc752132 /lto-plugin/ChangeLog | |
parent | 81de459ec7ccf46c3e5a776b0c13f01e989d9593 (diff) | |
download | gcc-80f86e78ac0b8a54e2ad208782a583d53f397aa3.zip gcc-80f86e78ac0b8a54e2ad208782a583d53f397aa3.tar.gz gcc-80f86e78ac0b8a54e2ad208782a583d53f397aa3.tar.bz2 |
Daily bump.
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r-- | lto-plugin/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 73abebd..f2568a9 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,10 @@ +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 |