From 20923f21a715fd526e9337d60ede9ebcaccd51d0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 29 Aug 2014 07:50:08 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9e09d2e690..f1ebef3ae1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8287,3 +8287,6 @@ handled in a special way if there are external modules (2014-8-28). * include/sys/syscall.h: System definitions should depend on CONFIG_LIB_SYSCALL not CONFIG_NUTTX_KERNEL (2014-8-28). + * arch/arm/src/armv7-a: Rename syscall.h to svcall.h to work around + some include path name collisions; fix some compilation errors in + SYSCALL logic when debug is enabled (2014-8-29).