MIPS/GAS: Remove erroneous ELF relocation references
authorMaciej W. Rozycki <macro@imgtec.com>
Wed, 20 Jul 2016 11:11:52 +0000 (12:11 +0100)
committerMaciej W. Rozycki <macro@imgtec.com>
Wed, 20 Jul 2016 11:53:18 +0000 (12:53 +0100)
commit5caa2b07ebd1b4ab07c6f3ace0810d8e107a30d0
tree45453d066211bfd1ce3b120421adef89c4174324
parentf2629855d950f42c6d6ed7132cf94dd70e308985
MIPS/GAS: Remove erroneous ELF relocation references

Remove R_MIPS_PC26_S2 and R_MIPS_PC21_S2 relocation references that went
into `mips_force_relocation' with commit 9d862524f6ae ("MIPS: Verify the
ISA mode and alignment of branch and jump targets") by mistake.  Their
BFD_RELOC_MIPS_26_PCREL_S2 and BFD_RELOC_MIPS_21_PCREL_S2 equivalents
are already handled there.

gas/
* config/tc-mips.c (mips_force_relocation): Remove
R_MIPS_PC26_S2 and R_MIPS_PC21_S2.
gas/ChangeLog
gas/config/tc-mips.c
This page took 0.025601 seconds and 4 git commands to generate.