From: Nick Clifton Date: Mon, 12 Oct 1998 21:25:25 +0000 (+0000) Subject: Fix fise of R_M32R_18_PCREL relocation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a148e678b2caab6bfec834034b3db41551781a0b;p=binutils-gdb.git Fix fise of R_M32R_18_PCREL relocation. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0ac7736e010..99199a164a6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ Mon Oct 12 14:18:40 1998 Nick Clifton + * bfd-in2.h (struct reloc_howto_struct): Improve comment to make + cleat that the 'bitsize' field is the size of the bitfield AFTER + relocation not before. + + * elf32-m32r.c (R_M32R_18_PCREL): Fix size of bitfield. + * coff-mips.c (mips_relocate_hi): Cope with missing refhi or reflo relocs.