From: Jim Kingdon Date: Mon, 17 Oct 1994 21:44:25 +0000 (+0000) Subject: Fix typo in my recent ChangeLog entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ace354ea053a07b568b81645ee7560a4532feacc;p=binutils-gdb.git Fix typo in my recent ChangeLog entry. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6b860b767d3..11cf1383865 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -14,7 +14,7 @@ Mon Oct 17 10:29:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * coffread.c (cs_to_section, find_targ_sec): New functions. (process_coff_symbol): Set SYMBOL_SECTION to result from cs_to_section. - (coff_symtab_read): Call cs_to_section and deal appropriate + (coff_symtab_read): Call cs_to_section and deal with result rather than assuming sections are in a certain order. Deal with BSS. * coffread.c: Remove text_bfd_scnum variable.