mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
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:
@ -141,7 +141,7 @@ enum ld_plugin_symbol_type
|
||||
{
|
||||
LDST_UNKNOWN,
|
||||
LDST_FUNCTION,
|
||||
LDST_VARIABLE,
|
||||
LDST_VARIABLE
|
||||
};
|
||||
|
||||
enum ld_plugin_symbol_section_kind
|
||||
|
Reference in New Issue
Block a user