summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-09 17:33:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-09 17:33:46 -0600
commita3ec62e37a48ec38f536a7f497dbcabfcbb0de26 (patch)
treed7edd6d373da7c569a786b2e9c2af8d33b0b13a6 /nuttx/ChangeLog
parentff2590120d50e6d2cb741e4f9b226706a33363a1 (diff)
downloadnuttx-a3ec62e37a48ec38f536a7f497dbcabfcbb0de26.tar.gz
nuttx-a3ec62e37a48ec38f536a7f497dbcabfcbb0de26.tar.bz2
nuttx-a3ec62e37a48ec38f536a7f497dbcabfcbb0de26.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 5a4b536a7..dac42dc9a 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8450,3 +8450,6 @@
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).
+ * binfmt/binfmt_execmodule.c: When allocating a stack for a new process
+ using the user-sapce allocator, need to select the address environment
+ first (2014-9-9).