From: Maciej W. Rozycki Date: Tue, 21 Jun 2016 20:22:39 +0000 (+0100) Subject: MIPS/GAS: Handle resolved R6 PC-relative relocations (ChangeLog) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8cec2cfe27b40a2d61bae931d1dc17046d7e108d;p=binutils-gdb.git MIPS/GAS: Handle resolved R6 PC-relative relocations (ChangeLog) Add missing ChangeLog entry for commit 41947d9e38c4 ("MIPS/GAS: Handle resolved R6 PC-relative relocations"). --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 4725869c4de..ec4ad6869b7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -9,6 +9,25 @@ * config/tc-xtensa.c: Include elf/xtensa.h. +2016-06-21 Maciej W. Rozycki + + * config/tc-mips.c (calculate_reloc) + : New switch cases. + (md_apply_fix) : + Move switch cases along `BFD_RELOC_MIPS_JMP'. + + : Handle + the resolved case. + * testsuite/gas/mips/pcrel-reloc-4.d: New test. + * testsuite/gas/mips/pcrel-reloc-4-r6.d: New test. + * testsuite/gas/mips/pcrel-reloc-5.d: New test. + * testsuite/gas/mips/pcrel-reloc-5-r6.d: New test. + * testsuite/gas/mips/pcrel-reloc-6.d: New test. + * testsuite/gas/mips/pcrel-reloc-6.l: New list test. + * testsuite/gas/mips/pcrel-reloc-4.s: New test source. + * testsuite/gas/mips/pcrel-reloc-6.s: New test source. + * testsuite/gas/mips/mips.exp: Run the new tests. + 2016-06-21 Maciej W. Rozycki * config/tc-mips.c (md_apply_fix)