forked from vitasdk/newlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2014-11-26 Matthew Fortune <[email protected]>
* mips/crt0.S: Remove .set noreorder throughout. (zerobss): Open code the bltu macro instruction so that the zero-loop does not have a NOP in the branch delay slot.
- Loading branch information
Showing
2 changed files
with
24 additions
and
35 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,9 @@ | ||
2014-11-26 Matthew Fortune <[email protected]> | ||
|
||
* mips/crt0.S: Remove .set noreorder throughout. | ||
(zerobss): Open code the bltu macro instruction so that the | ||
zero-loop does not have a NOP in the branch delay slot. | ||
|
||
2014-11-13 Nick Clifton <[email protected]> | ||
|
||
* msp430/Makefile.in (CRT_OBJS): Add crt_high_bss.o. | ||
|
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