summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-09 16:55:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-09 16:55:14 -0600
commit32965a36ee1aa53bc738b37027dcf36fdb712216 (patch)
tree24a5868217fb41ca90a4142e096532e24dfa244f /nuttx/ChangeLog
parent0c26b439a6aac1c6e846ca7760226e33811474af (diff)
downloadnuttx-32965a36ee1aa53bc738b37027dcf36fdb712216.tar.gz
nuttx-32965a36ee1aa53bc738b37027dcf36fdb712216.tar.bz2
nuttx-32965a36ee1aa53bc738b37027dcf36fdb712216.zip
Updata ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index eb3d01ba3..5a4b536a7 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8429,7 +8429,7 @@
addresses to physical addresses, and vice versa (2104-9-7).
* SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK
definitions to board.h header file. From Fabien Comte (2014-9-8).
- * Several pthread interfaces: A ddconst storage class to to phthread
+ * Several pthread interfaces: Add const storage class to to phthread
parameters. From Freddie Chopin (2014-9-8).
* libc/math: Corrected atan2 implementations from Denis Arnst (2014-9-8).
* sama5d4-ek/knsh: Rename the kernel configuration to knsh to better
@@ -8446,3 +8446,7 @@
permit us to build user libraries with different CFLAGS than kernel
code. This is needed because we need the -fno-common option when
building ELF code to prevent SHN_COMMON relocations (2014-9-8).
+ * binfmt/libelf/libelf_symbols.c, libelf_bind.c, and all implementations
+ of up_relocate(): ELF relocations. Some relocation types do not have
+ a named symbol associated with them. The design did not account for
+ that case (2014-9-9).