summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/ChangeLog.txt3
-rwxr-xr-xnuttx/ChangeLog1
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 199d7beed..0ca388ea7 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1051,3 +1051,6 @@
in the kernel build because they depend on interfaces that are not
available outside of the kernel: dd, df, losetup, mkfatfs, mkdr, and
ps (2014-9-7).
+ * apps/import/Make.defs: ELF build reuires -fno-common in CFLAGS
+ (2014-9-8).
+
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0324ab783..1239e57e0 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8431,3 +8431,4 @@
definitions to board.h header file. From Fabien Comte (2014-9-8).
* Several pthread interfaces: A ddconst storage class to to phthread
parameters. From Freddie Chopin (2014-9-8).
+ * libc/math: Corrected atan2 implementations from Denis Arnst (2014-9-8).