aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-05-20 20:17:50 +0000
committerIan Lance Taylor <ian@airs.com>1994-05-20 20:17:50 +0000
commitc8588f2f7429cacbccef62780967d90c74fa2afe (patch)
tree6d0ca7e86dec4435f323978cafec5b2366fd34d1 /bfd
parent88bbe402bb45d04a5f1edf5559501b2f4e4f9a4a (diff)
downloadgdb-c8588f2f7429cacbccef62780967d90c74fa2afe.zip
gdb-c8588f2f7429cacbccef62780967d90c74fa2afe.tar.gz
gdb-c8588f2f7429cacbccef62780967d90c74fa2afe.tar.bz2
* coff-mips.c (mips_relocate_section): Add MIPS_R_JMPADDR overflow
checking.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 627e43c..aa8eace 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -5,6 +5,9 @@ Fri May 20 13:38:23 1994 Jeff Law (law@snake.cs.utah.edu)
Fri May 20 11:57:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+ * coff-mips.c (mips_relocate_section): Add MIPS_R_JMPADDR overflow
+ checking.
+
* elf32-i386.c (elf_i386_size_dynamic_sections): Add DT_DEBUG to
the dynamic linking information for the benefit of the debugger.
From Peter Schauer.