aboutsummaryrefslogtreecommitdiff
path: root/include/lto-symtab.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/lto-symtab.h
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/lto-symtab.h')
-rw-r--r--include/lto-symtab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lto-symtab.h b/include/lto-symtab.h
index ef2e35f..81a288f 100644
--- a/include/lto-symtab.h
+++ b/include/lto-symtab.h
@@ -42,7 +42,7 @@ enum gcc_plugin_symbol_type
{
GCCST_UNKNOWN,
GCCST_FUNCTION,
- GCCST_VARIABLE,
+ GCCST_VARIABLE
};
enum gcc_plugin_symbol_section_kind