forked from Imagelibrary/binutils-gdb
* aoutx.h (translate_to_native_sym_flags), bfd-in.h (bfd_ec),
oasys.c (oasys_write_sections): Rename bfd_error_nonrepresentable_section to nonrepresentable_section. None of the other bfd error names start with "bfd_error". Remove errors symbol_not_found and no_relocation_info, which seem to be unused. * bfd-in2.h: Regenerated.
This commit is contained in:
@@ -307,14 +307,12 @@ typedef enum bfd_error
|
||||
invalid_operation,
|
||||
no_memory,
|
||||
no_symbols,
|
||||
no_relocation_info,
|
||||
no_more_archived_files,
|
||||
malformed_archive,
|
||||
symbol_not_found,
|
||||
file_not_recognized,
|
||||
file_ambiguously_recognized,
|
||||
no_contents,
|
||||
bfd_error_nonrepresentable_section,
|
||||
nonrepresentable_section,
|
||||
no_debug_section,
|
||||
bad_value,
|
||||
file_truncated,
|
||||
|
||||
Reference in New Issue
Block a user