summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-25 06:12:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-25 06:12:32 -0600
commit763f9f04e2b7d7088ba8a1efc9b7c524bb309ca2 (patch)
tree6a5dabd62dbf9a8fea0cb0ddf36aabe30c91237d /nuttx/ChangeLog
parent1e99dad5062b59b68ab9d1750ba538e59c53c775 (diff)
downloadnuttx-763f9f04e2b7d7088ba8a1efc9b7c524bb309ca2.tar.gz
nuttx-763f9f04e2b7d7088ba8a1efc9b7c524bb309ca2.tar.bz2
nuttx-763f9f04e2b7d7088ba8a1efc9b7c524bb309ca2.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 26cd98f2e..65394e085 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8244,3 +8244,7 @@
(read/execute vs read/write). And, as a consequence, up_addrenv_vaddr()
needs to be split into up_addrenv_vtext() and up_addrenv_vdata().
Affects several files (2014-8-24).
+ * configs/sim: Add build support for ELF modules. Useless at the moment
+ because there is no x86 relocation logic support (2014-8-25).
+ * configs/sim: Update some sim/ defconfig files. This now automatically
+ switches them to x86_64 builds (2014-8-25).