summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-29 07:20:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-29 07:20:14 -0600
commitf3ffe248521f3f9ff93cb7d2084f250ae5f0f415 (patch)
treeea7663828ce26f3e9e7bcfd9d3f1a43d0d300b89 /apps/ChangeLog.txt
parent1280639f2eb423c3e6210441a36c96761cd07560 (diff)
downloadnuttx-f3ffe248521f3f9ff93cb7d2084f250ae5f0f415.tar.gz
nuttx-f3ffe248521f3f9ff93cb7d2084f250ae5f0f415.tar.bz2
nuttx-f3ffe248521f3f9ff93cb7d2084f250ae5f0f415.zip
Updte ChangeLog
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 292c6b631..b5a1fe92c 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1014,3 +1014,8 @@
* apps/system/free/free.c and install/install.c: STM32 FLASH fixes:
use size_t instead of uint16_t, make interface more generic. From
Freddie Chopin (2014-8-28).
+ * apps/examples/elf: The ELF test/example has been extended so the
+ individual ELF test programs can link against the SYSCALL library
+ (if it is available) or against the C library to eliminate or
+ minimize the need for symbol tables (2014-8-29).
+