* coff-mips.c (mips_relocate_section): Add MIPS_R_JMPADDR overflow

checking.
This commit is contained in:
Ian Lance Taylor 1994-05-20 20:17:50 +00:00
parent 88bbe402bb
commit c8588f2f74
1 changed files with 3 additions and 0 deletions

View File

@ -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.