Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2014-11-27 03:28:09 +0300
committerJeff Johnston <jjohnstn@redhat.com>2014-11-27 03:28:09 +0300
commit84b2a020daa17d8ee5c9ec979c3d56f95e69573b (patch)
treea1942976ff8e93cd2105712a7021c104e3fa5716 /libgloss/ChangeLog
parent93d15b36efe67e26e89bcd4def82c4d73c7a6dcb (diff)
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 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.