From 1945c3d12311d0ca2422fd961575ee674f479f69 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 29 Aug 2014 07:20:14 -0600 Subject: [PATCH] Updte ChangeLog --- ChangeLog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 292c6b631..b5a1fe92c 100644 --- a/ChangeLog.txt +++ b/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). +