Adds code to the MSP430 linker to transform a 4-byte BR instruction into
authorNick Clifton <nickc@redhat.com>
Thu, 8 Jan 2015 16:23:16 +0000 (16:23 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 8 Jan 2015 16:23:16 +0000 (16:23 +0000)
commit23d4663e222cbb2b9776150677683516bb7135b7
tree252ae9c68ed8ed8a67fb907c39b18768ba441eda
parent063bb0250defafcc55544474a2961ecbc153882e
Adds code to the MSP430 linker to transform a 4-byte BR instruction into
a 2-byte JMP instruction, when this can be done safely.

* elf32-msp430.c (msp430_elf_relax_section): Add relaxation of
16-bit absolute BR instructions to 10-bit pc-relative JMP
instructions.
bfd/ChangeLog
bfd/elf32-msp430.c
This page took 0.024178 seconds and 4 git commands to generate.