aboutsummaryrefslogtreecommitdiff
path: root/libgloss/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2014-11-27 00:28:09 +0000
committerJeff Johnston <jjohnstn@redhat.com>2014-11-27 00:28:09 +0000
commit84b2a020daa17d8ee5c9ec979c3d56f95e69573b (patch)
treea1942976ff8e93cd2105712a7021c104e3fa5716 /libgloss/ChangeLog
parent93d15b36efe67e26e89bcd4def82c4d73c7a6dcb (diff)
downloadnewlib-84b2a020daa17d8ee5c9ec979c3d56f95e69573b.zip
newlib-84b2a020daa17d8ee5c9ec979c3d56f95e69573b.tar.gz
newlib-84b2a020daa17d8ee5c9ec979c3d56f95e69573b.tar.bz2
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/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 0caaa2d..f4d5fd4 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.