aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1995-08-05 06:07:33 +0000
committerJeff Law <law@redhat.com>1995-08-05 06:07:33 +0000
commit08683c8ae76fc7bccc745047d9dfbfa72c6de8aa (patch)
treef3c7602461f90b50e5492f532e414f3b17c0b027 /bfd
parentef8e137ced71ff324c125fad845372a6961c75c4 (diff)
downloadgdb-08683c8ae76fc7bccc745047d9dfbfa72c6de8aa.zip
gdb-08683c8ae76fc7bccc745047d9dfbfa72c6de8aa.tar.gz
gdb-08683c8ae76fc7bccc745047d9dfbfa72c6de8aa.tar.bz2
* 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.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 311cfff..993c78d 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 <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