Update ChangeLog/sub-module version

This commit is contained in:
Gregory Nutt
2015-08-31 08:41:17 -06:00
parent 915792cca1
commit 409262a8ef
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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).
+1 -1
Submodule arch updated: 9068b5bf82...e076ee09c2