diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2014-11-27 00:28:09 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2014-11-27 00:28:09 +0000 |
commit | 84b2a020daa17d8ee5c9ec979c3d56f95e69573b (patch) | |
tree | a1942976ff8e93cd2105712a7021c104e3fa5716 /libgloss/ChangeLog | |
parent | 93d15b36efe67e26e89bcd4def82c4d73c7a6dcb (diff) | |
download | cygnal-84b2a020daa17d8ee5c9ec979c3d56f95e69573b.tar.gz cygnal-84b2a020daa17d8ee5c9ec979c3d56f95e69573b.tar.bz2 cygnal-84b2a020daa17d8ee5c9ec979c3d56f95e69573b.zip |
2014-11-26 Matthew Fortune <Matthew.Fortune@imgtec.com>
* 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.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 0caaa2d73..f4d5fd486 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,9 @@ +2014-11-26 Matthew Fortune <Matthew.Fortune@imgtec.com> + + * 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 <nickc@redhat.com> * msp430/Makefile.in (CRT_OBJS): Add crt_high_bss.o. |