summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).
+