From 981f4441448ba3ce9fca593aeec9b8c06ec14849 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 24 Jul 1995 21:42:41 +0000 Subject: [PATCH] * 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. --- bfd/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 864bc8e85c2..311cfff39d0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ Mon Jul 24 14:17:50 1995 Ian Lance Taylor + * 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 -- 2.30.2