-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a linker branch optimization for the MSP430.
PR 21824 * elf32-msp430.c (msp430_elf_relax_section): Allow conversion of 16-bit absolute branches into 10-bit pc-relative branches on the MSP430 as well as the MSP430X.
- Loading branch information
1 parent
ec06425
commit cfe7b9b
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2017-07-25 Benjamin Green <[email protected]> | ||
|
||
PR 21824 | ||
* elf32-msp430.c (msp430_elf_relax_section): Allow conversion of | ||
16-bit absolute branches into 10-bit pc-relative branches on the | ||
MSP430 as well as the MSP430X. | ||
|
||
2017-07-25 Alan Modra <[email protected]> | ||
|
||
* elf64-ppc.c (struct map_stub): Add tls_get_addr_opt_bctrl. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters