From 409262a8ef5458cec33c0169da3ac54987f52757 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 31 Aug 2015 08:41:17 -0600 Subject: [PATCH] Update ChangeLog/sub-module version --- ChangeLog | 6 ++++++ arch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 16ea59458f..f48482e5a6 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10908,3 +10908,9 @@ * fs/romfs: One allocation was not being freed if there was a subsequent failure to allocation I/O buffers resulting in a memory leak on certain error conditions. From Bruno Herrera (2015-08-30). + * arch/arm/src/up_iternal.h and several ARM Make.defs files: In the + original implementation, !defined(CONFIG_ARMV7M_CMNVECTOR) was a + sufficient test to determine if lazy floating point register saving + was being used. But recents changes added common lazy register as + well so now that test must be (!defined(CONFIG_ARMV7M_CMNVECTOR) || + defined(CONFIG_ARMV7M_LAZYFPU)) (2015-08-31). diff --git a/arch b/arch index 9068b5bf82..e076ee09c2 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit 9068b5bf82084407894c61ed835a5c56d81e1cf6 +Subproject commit e076ee09c276733d56014afa87c19c077b8f9385