summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-25 16:37:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-25 16:37:31 +0000
commit573c3911fcc480294700bdd82b8509499babb2d2 (patch)
tree04f548a6bed515b310ec2bf6ccc1b6569377f427 /nuttx/ChangeLog
parent5da217b108089f9ea14ce8ebd1412908bb86f0a0 (diff)
downloadnuttx-573c3911fcc480294700bdd82b8509499babb2d2.tar.gz
nuttx-573c3911fcc480294700bdd82b8509499babb2d2.tar.bz2
nuttx-573c3911fcc480294700bdd82b8509499babb2d2.zip
Add x86 ELF support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5258 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c2c9a1413..2006fcc21 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3513,4 +3513,6 @@
in is non-functional and is simply the framework for ELF support.
* include/nuttx/binfmt.h, nxflat.h, elf.h, and symtab.h: Moved to
include/nuttx/binfmt/.
+ * arch/sim/src/up_elf.c and arch/x86/src/common/up_elf.c: Add
+ for ELF modules.