From 84b2a020daa17d8ee5c9ec979c3d56f95e69573b Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 27 Nov 2014 00:28:09 +0000 Subject: 2014-11-26 Matthew Fortune * 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. --- libgloss/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libgloss/ChangeLog') 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 + + * 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 * msp430/Makefile.in (CRT_OBJS): Add crt_high_bss.o. -- cgit v1.2.3