* 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.
This commit is contained in:
Ian Lance Taylor 1993-09-10 17:00:49 +00:00
parent 67d9694933
commit 5f9b59542f
1 changed files with 6 additions and 0 deletions

View 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".