diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-09-10 17:00:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-09-10 17:00:49 +0000 |
commit | 5f9b59542fd7a674486c52ab7178fffb5cba74b8 (patch) | |
tree | 09998f1044a088149869dd225bc0ded359108f69 | |
parent | 67d96949332e54ea147a073a1207de125e6f05f4 (diff) | |
download | gdb-5f9b59542fd7a674486c52ab7178fffb5cba74b8.zip gdb-5f9b59542fd7a674486c52ab7178fffb5cba74b8.tar.gz gdb-5f9b59542fd7a674486c52ab7178fffb5cba74b8.tar.bz2 |
* 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.
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d37497d7..ea1a410 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". |