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.
This commit is contained in:
parent
d9fb0d7136
commit
e3b1fa32c2
3 changed files with 8 additions and 2 deletions
|
@ -141,7 +141,7 @@ enum ld_plugin_symbol_type
|
|||
{
|
||||
LDST_UNKNOWN,
|
||||
LDST_FUNCTION,
|
||||
LDST_VARIABLE,
|
||||
LDST_VARIABLE
|
||||
};
|
||||
|
||||
enum ld_plugin_symbol_section_kind
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue