aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/x86
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-26 02:42:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-26 02:42:39 +0000
commit7f2512627e20e6b07ee2cd1f08e8ba9f07f3cb42 (patch)
tree0ffd14523bd45197f366cb232d8f05f3d91f5c35 /nuttx/arch/x86
parent247e94d02aaac98b5e8007f8d47f68072cadc69d (diff)
downloadpx4-firmware-7f2512627e20e6b07ee2cd1f08e8ba9f07f3cb42.tar.gz
px4-firmware-7f2512627e20e6b07ee2cd1f08e8ba9f07f3cb42.tar.bz2
px4-firmware-7f2512627e20e6b07ee2cd1f08e8ba9f07f3cb42.zip
Rename elf.h to elf32.h; Additional ELF loader changes
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5263 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/x86')
-rw-r--r--nuttx/arch/x86/src/common/up_elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/x86/src/common/up_elf.c b/nuttx/arch/x86/src/common/up_elf.c
index be166b480..da3f7b993 100644
--- a/nuttx/arch/x86/src/common/up_elf.c
+++ b/nuttx/arch/x86/src/common/up_elf.c
@@ -40,7 +40,7 @@
#include <nuttx/config.h>
#include <stdlib.h>
-#include <elf.h>
+#include <elf32.h>
#include <errno.h>
#include <debug.h>