aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-19 17:54:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-19 17:54:26 +0000
commit56a650461894d8ab541277010e93fd5ca75f9f0d (patch)
tree1587afb37a0e1b5a87f007f452e147ff3c2dcc04 /nuttx/ChangeLog
parent8ae8d43ae254c55a8eaa9c48d38ca8dfa63987be (diff)
downloadpx4-firmware-56a650461894d8ab541277010e93fd5ca75f9f0d.tar.gz
px4-firmware-56a650461894d8ab541277010e93fd5ca75f9f0d.tar.bz2
px4-firmware-56a650461894d8ab541277010e93fd5ca75f9f0d.zip
Incorporate address environment interfaces in binfmt/ logic
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5443 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c932a1f2d..1296076b6 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3792,3 +3792,10 @@
logic on initial check-in
* binfmt/binfmt_loadmodule.c: load_module() will now traverse the PATH
variable to locate files from their relative path.
+ * include/nuttx/arch.h and arch/z80/src/z180/z180_mmu.c: Restructure the
+ address environment interfaces so that they will better integrate with
+ binfmt/.
+ * binfmt/libelf/*, binfmt/libnxflat/* and other files: Integrate the
+ address environment interfaces. If CONFIG_ADDRENV=y, then binfmt/
+ will now create an address environment for new tasks (instead of
+ just malloc'ing the task memory).