diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-24 21:42:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-24 21:42:41 +0000 |
commit | 981f4441448ba3ce9fca593aeec9b8c06ec14849 (patch) | |
tree | ca2293199a9d603c2e2b7d4caa297c86366d9e2d /bfd | |
parent | 0f5e0993ecce5e529126d83ccdaa2c2e84a1bf24 (diff) | |
download | gdb-981f4441448ba3ce9fca593aeec9b8c06ec14849.zip gdb-981f4441448ba3ce9fca593aeec9b8c06ec14849.tar.gz gdb-981f4441448ba3ce9fca593aeec9b8c06ec14849.tar.bz2 |
* ecofflink.c (_bfd_ecoff_locate_line): When handling stabs:
correct setting of sym_ptr_end to consider symbols skipped when
setting sym_ptr; don't leave loop early unless an N_FUN is found
with a larger value.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 864bc8e..311cfff 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ Mon Jul 24 14:17:50 1995 Ian Lance Taylor <ian@cygnus.com> + * ecofflink.c (_bfd_ecoff_locate_line): When handling stabs: + correct setting of sym_ptr_end to consider symbols skipped when + setting sym_ptr; don't leave loop early unless an N_FUN is found + with a larger value. + * coff-sh.c (sh_coff_howtos): Mark R_SH_PCDISP8BY2 and R_SH_PCDISP as PC relative. Describe R_SH_IMM16. Add entries for R_SH_SWITCH16, R_SH_SWITCH32, R_SH_USES, R_SH_COUNT, and |