From d92b98870aeeff2e938f0ee2140fcfa23c64185c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 13 Sep 2014 13:20:27 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9471efe4136..c1fe7d618ec 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8523,3 +8523,8 @@ sama5/sam_pgalloc.c, and include/nuttx/addrenv.h: Add a configuration option for dynamic stack management (stack management not yet implemented) (2014-9-13). + * arch/Kconfigm arm/src/armv7-a/addrenv.h, arm_addrenv.c, and + arm_addrenv_utils.c, a1x/Make.defs, and sama5/Make.defs, + include/nuttx/addrenv.h and arch.h: Move static helper routines from + arm_addrenv.c and may them global so that they can be shared by + forthcoming stack address environment logic (2014-9-13).