From: Jeff Law Date: Sat, 5 Aug 1995 06:07:33 +0000 (+0000) Subject: * som (som_get_reloc_upper_bound): Return -1 on error. Compute X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=08683c8ae76fc7bccc745047d9dfbfa72c6de8aa;p=binutils-gdb.git * som (som_get_reloc_upper_bound): Return -1 on error. Compute return value with sizeof (arelent *), not sizeof (arelent). Net bug and something I noticed while fixing it. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 311cfff39d0..993c78df685 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,27 @@ +Sat Aug 5 00:04:08 1995 Jeff Law (law@snake.cs.utah.edu) + + * som (som_get_reloc_upper_bound): Return -1 on error. Compute + return value with sizeof (arelent *), not sizeof (arelent). + +Wed Aug 2 12:32:21 1995 Ian Lance Taylor + + * elf.c (bfd_section_from_shdr): If the section pointed to by the + sh_link field of a reloc section is not a symbol table, and the + file contains a single symbol table, clobber the sh_link field of + the reloc section to point to the symbol table. + +Tue Aug 1 10:09:01 1995 Doug Evans + + * coff-arm.c (howto reloc ARM26): Change size from 3 to 2. + (howto reloc ARM26D): Likewise. + Mon Jul 24 14:17:50 1995 Ian Lance Taylor + * aoutx.h (NAME(aout,find_nearest_line)): Use the line just before + the offset, not the one just after. Break out of the loop after + finding a function past the offset, not merely when finding a + function with a line defined. + * 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