aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2020-03-21 08:09:02 +0100
committerH.J. Lu <hjl.tools@gmail.com>2020-03-21 03:39:18 -0700
commite3b1fa32c2814772e8c8c4d2788e1d342c7493d0 (patch)
tree69502fc02aee4c2b42954046beeafa211182c52f /include/ChangeLog
parentd9fb0d71365e3c7e2c0de2ecd9cb9de0c2bf1880 (diff)
downloadfsf-binutils-gdb-e3b1fa32c2814772e8c8c4d2788e1d342c7493d0.zip
fsf-binutils-gdb-e3b1fa32c2814772e8c8c4d2788e1d342c7493d0.tar.gz
fsf-binutils-gdb-e3b1fa32c2814772e8c8c4d2788e1d342c7493d0.tar.bz2
include: Sync lto-symtab.h and plugin-api.h with GCC
Fix comma at end of enumerator list seen with -std=c++98. * plugin-api.h (enum ld_plugin_symbol_type): Remove comma after last value of an enum. * lto-symtab.h (enum gcc_plugin_symbol_type): Likewise.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 16521ea..3571247 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,9 @@
+2020-03-21 Martin Liska <mliska@suse.cz>
+
+ * plugin-api.h (enum ld_plugin_symbol_type): Remove
+ comma after last value of an enum.
+ * lto-symtab.h (enum gcc_plugin_symbol_type): Likewise.
+
2020-03-19 Martin Liska <mliska@suse.cz>
* lto-symtab.h (enum gcc_plugin_symbol_type): New.