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

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).

2
arch

@ -1 +1 @@
Subproject commit 9068b5bf82084407894c61ed835a5c56d81e1cf6
Subproject commit e076ee09c276733d56014afa87c19c077b8f9385