From: Ian Lance Taylor Date: Fri, 20 May 1994 20:17:50 +0000 (+0000) Subject: * coff-mips.c (mips_relocate_section): Add MIPS_R_JMPADDR overflow X-Git-Tag: gdb-4_18~14472 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8588f2f7429cacbccef62780967d90c74fa2afe;p=external%2Fbinutils.git * coff-mips.c (mips_relocate_section): Add MIPS_R_JMPADDR overflow checking. --- 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.