diff options
author | David MacKenzie <djm@cygnus> | 1994-01-21 23:48:55 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1994-01-21 23:48:55 +0000 |
commit | 74788cf036586596297305f167949c40ba5598df (patch) | |
tree | 13e1b1ee6069b61c9a29cd50e471e6313b4eb97e /bfd | |
parent | 1b3f3940aaa73710ddf694786870c12dc259c5da (diff) | |
download | gdb-74788cf036586596297305f167949c40ba5598df.zip gdb-74788cf036586596297305f167949c40ba5598df.tar.gz gdb-74788cf036586596297305f167949c40ba5598df.tar.bz2 |
* bfd.c: Remove error strings for errors removed below.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 1 | ||||
-rw-r--r-- | bfd/bfd.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0d33b38..d02a4f2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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) + * bfd.c: Remove error strings for errors removed below. * 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. @@ -212,10 +212,8 @@ CONST char *CONST bfd_errmsgs[] = { "Invalid operation", "Memory exhausted", "No symbols", - "No relocation info", "No more archived files", "Malformed archive", - "Symbol not found", "File format not recognized", "File format is ambiguous", "Section has no contents", |