Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-09-07 12:13:17 -06:00
parent 91140ef594
commit 7c9b5f7529

View File

@ -8417,3 +8417,8 @@
include/nuttx/pthread.h: Fix some conditional compilation in kernel
build mode. And, while we are touching this logic, make
g_default_pthread_attr const (2014-9-7).
* arch/arm/src/armv7-a/arm_addrenv.c: Correct size comparison (pages vs.
sections) (2014-9-7).
* configs/sama5d4-ek/src/sam_bringup.c and sama5d4-ek.h: Need to call
elf_initialize() on bring-up before attempting to load ELF modules
(2014-9-7).