* som (som_get_reloc_upper_bound): Return -1 on error. Compute
authorJeff Law <law@redhat.com>
Sat, 5 Aug 1995 06:07:33 +0000 (06:07 +0000)
committerJeff Law <law@redhat.com>
Sat, 5 Aug 1995 06:07:33 +0000 (06:07 +0000)
return value with sizeof (arelent *), not sizeof (arelent).

Net bug and something I noticed while fixing it.

bfd/ChangeLog

index 311cfff39d02e65559ff736f736fe2f3d2c5c221..993c78df6852e9843bb76d8fceaed58739694d0c 100644 (file)
@@ -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  <ian@cygnus.com>
+
+       * 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  <dje@canuck.cygnus.com>
+
+       * 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  <ian@cygnus.com>
 
+       * 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