aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-03-04 23:42:12 +0000
committerIan Lance Taylor <ian@airs.com>1996-03-04 23:42:12 +0000
commitea2504d592c16e8c00683270210f02de0e63cc14 (patch)
treefae302f373e0624678699f570e9a408d1c4cb299 /bfd
parent11be829fa134e93be9c6f1f41afead451b9c06d6 (diff)
downloadgdb-ea2504d592c16e8c00683270210f02de0e63cc14.zip
gdb-ea2504d592c16e8c00683270210f02de0e63cc14.tar.gz
gdb-ea2504d592c16e8c00683270210f02de0e63cc14.tar.bz2
* coffgen.c (coff_find_nearest_line): Don't look at the line
numbers for the section if section->lineno is NULL.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 8b3543b..c1efc8e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,8 @@
Mon Mar 4 12:49:16 1996 Ian Lance Taylor <ian@cygnus.com>
+ * 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 <ian@cygnus.com>
* 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.