From: Ian Lance Taylor Date: Mon, 4 Mar 1996 23:42:12 +0000 (+0000) Subject: * coffgen.c (coff_find_nearest_line): Don't look at the line X-Git-Tag: gdb-4_18-branchpoint~9154 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea2504d592c16e8c00683270210f02de0e63cc14;p=thirdparty%2Fbinutils-gdb.git * coffgen.c (coff_find_nearest_line): Don't look at the line numbers for the section if section->lineno is NULL. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8b3543b97c5..c1efc8e6e60 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Mon Mar 4 12:49:16 1996 Ian Lance Taylor + * coffgen.c (coff_find_nearest_line): Don't look at the line + numbers for the section if section->lineno is NULL. + * elf.c (_bfd_elf_symbol_from_bfd_symbol): Print a useful error message rather than calling BFD_ASSERT. * elfcode.h (write_relocs): Check return value of @@ -665,7 +668,7 @@ Thu Jan 25 12:14:16 1996 Ian Lance Taylor * xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't set entry_section from hentry. (xcoff_link_input_bfd): If a defined symbol has XCOFF_ENTRY set, - set snentyr. + set snenty. (xcoff_link_input_bfd): Set sntoc, not toc_section. (xcoff_write_global_symbol): Get toc_section from sntoc, rather than using toc_section directly.