From: Ian Lance Taylor Date: Fri, 10 Sep 1993 17:00:49 +0000 (+0000) Subject: * coff-mips.c: Don't warn about overflow for MIPS_R_JMPADDR reloc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f9b59542fd7a674486c52ab7178fffb5cba74b8;p=binutils-gdb.git * coff-mips.c: Don't warn about overflow for MIPS_R_JMPADDR reloc. Correct overflow detection requires matching the upper four bits of the destination against the PC. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d37497d72c6..ea1a410df9c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 10 12:56:36 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * coff-mips.c: Don't warn about overflow for MIPS_R_JMPADDR reloc. + Correct overflow detection requires matching the upper four bits + of the destination against the PC. + Thu Sep 9 16:57:46 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) * configure.in: Make 64-bit stuff work with "--with-targets=all".