mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
* bfd.c: Remove error strings for errors removed below.
This commit is contained in:
@ -11,6 +11,7 @@ Fri Jan 21 14:11:16 1994 Sean Fagan (sef@cygnus.com)
|
|||||||
|
|
||||||
Fri Jan 21 09:29:01 1994 David J. Mackenzie (djm@thepub.cygnus.com)
|
Fri Jan 21 09:29:01 1994 David J. Mackenzie (djm@thepub.cygnus.com)
|
||||||
|
|
||||||
|
* bfd.c: Remove error strings for errors removed below.
|
||||||
* aoutx.h (translate_to_native_sym_flags), bfd-in.h (bfd_ec),
|
* aoutx.h (translate_to_native_sym_flags), bfd-in.h (bfd_ec),
|
||||||
oasys.c (oasys_write_sections): Rename
|
oasys.c (oasys_write_sections): Rename
|
||||||
bfd_error_nonrepresentable_section to nonrepresentable_section.
|
bfd_error_nonrepresentable_section to nonrepresentable_section.
|
||||||
|
@ -212,10 +212,8 @@ CONST char *CONST bfd_errmsgs[] = {
|
|||||||
"Invalid operation",
|
"Invalid operation",
|
||||||
"Memory exhausted",
|
"Memory exhausted",
|
||||||
"No symbols",
|
"No symbols",
|
||||||
"No relocation info",
|
|
||||||
"No more archived files",
|
"No more archived files",
|
||||||
"Malformed archive",
|
"Malformed archive",
|
||||||
"Symbol not found",
|
|
||||||
"File format not recognized",
|
"File format not recognized",
|
||||||
"File format is ambiguous",
|
"File format is ambiguous",
|
||||||
"Section has no contents",
|
"Section has no contents",
|
||||||
|
Reference in New Issue
Block a user