summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9e09d2e69..f1ebef3ae 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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).