aboutsummaryrefslogtreecommitdiff
path: root/include/plugin-api.h
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/plugin-api.h
parentd9fb0d71365e3c7e2c0de2ecd9cb9de0c2bf1880 (diff)
downloadgdb-e3b1fa32c2814772e8c8c4d2788e1d342c7493d0.zip
gdb-e3b1fa32c2814772e8c8c4d2788e1d342c7493d0.tar.gz
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/plugin-api.h')
-rw-r--r--include/plugin-api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plugin-api.h b/include/plugin-api.h
index f0f9667..673f136 100644
--- a/include/plugin-api.h
+++ b/include/plugin-api.h
@@ -141,7 +141,7 @@ enum ld_plugin_symbol_type
{
LDST_UNKNOWN,
LDST_FUNCTION,
- LDST_VARIABLE,
+ LDST_VARIABLE
};
enum ld_plugin_symbol_section_kind