summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-11-01 23:36:33 +0000
committerIan Lance Taylor <ian@airs.com>1993-11-01 23:36:33 +0000
commitf2e945df056230b8cd1354e28f415d4aea08a918 (patch)
treeb86a7bf14b5bbc77337f1f8c0ec1543d36e2dccf
parent7386c3b7f6c118c9752163c66c585ac4414cc343 (diff)
downloadbinutils-gdb-f2e945df056230b8cd1354e28f415d4aea08a918.tar.gz
* elfcode.h (elf_slurp_reloca_table, elf_slurp_reloc_table):
Handle symbol number of zero.
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d4f7c0cbe93..09879a3d909 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,8 @@
Mon Nov 1 14:30:09 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+ * elfcode.h (elf_slurp_reloca_table, elf_slurp_reloc_table):
+ Handle symbol number of zero.
+
* reloc.c (enum bfd_reloc_code_real): Added
BFD_RELOC_MIPS_LITERAL, BFD_RELOC_MIPS_GOT16,
BFD_RELOC_MIPS_CALL16, BFD_RELOC_MIPS_GPREL32.