* coff-mips.c: Don't warn about overflow for MIPS_R_JMPADDR reloc.
authorIan Lance Taylor <ian@airs.com>
Fri, 10 Sep 1993 17:00:49 +0000 (17:00 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 10 Sep 1993 17:00:49 +0000 (17:00 +0000)
Correct overflow detection requires matching the upper four bits
of the destination against the PC.

bfd/ChangeLog

index d37497d72c645b8de3dadbd6586ffc35c9104832..ea1a410df9c572c97c0442186ade9fc1a93918d1 100644 (file)
@@ -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".