From: Ian Lance Taylor Date: Wed, 18 Oct 1995 17:29:38 +0000 (+0000) Subject: * ecoff.c (_bfd_ecoff_find_nearest_line): The offset argument is X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0f6c885ef01e701e381be3e4b4d8489a44ab635e;p=binutils-gdb.git * ecoff.c (_bfd_ecoff_find_nearest_line): The offset argument is now relative to the section, not absolute. * ecofflink.c (_bfd_ecoff_locate_line): Use the right symbol to get the file name when there is a N_SO directory name. When handling stabs, remember that section->vma was added to the offset. PR 8223. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e66e3114f65..157f23fbd83 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Wed Oct 18 13:25:17 1995 Ian Lance Taylor + + * ecoff.c (_bfd_ecoff_find_nearest_line): The offset argument is + now relative to the section, not absolute. + * ecofflink.c (_bfd_ecoff_locate_line): Use the right symbol to + get the file name when there is a N_SO directory name. When + handling stabs, remember that section->vma was added to the + offset. + Tue Oct 17 18:24:54 1995 Ian Lance Taylor * sunos.c (struct sunos_link_hash_table): Add needed field.