From 0074eca835cf80951deafd2f184dbb2b11a52fd6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 26 Oct 2012 02:42:39 +0000 Subject: [PATCH] Rename elf.h to elf32.h; Additional ELF loader changes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5263 42af7a65-404d-4744-a932-0658087f49c3 --- arch/arm/include/elf.h | 2 +- arch/sim/src/up_elf.c | 2 +- arch/x86/src/common/up_elf.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/include/elf.h b/arch/arm/include/elf.h index d8538538019..21b2c1c2c1e 100644 --- a/arch/arm/include/elf.h +++ b/arch/arm/include/elf.h @@ -50,7 +50,7 @@ * e_ident[EI_DATA] = ELFDATA2LSB (little endian) or ELFDATA2MSB (big endian) */ -#if 0 /* Defined in include/elf.h */ +#if 0 /* Defined in include/elf32.h */ #define EM_ARM 40 #endif diff --git a/arch/sim/src/up_elf.c b/arch/sim/src/up_elf.c index ca3b642dcde..26a8971a72f 100644 --- a/arch/sim/src/up_elf.c +++ b/arch/sim/src/up_elf.c @@ -40,7 +40,7 @@ #include #include -#include +#include #include #include diff --git a/arch/x86/src/common/up_elf.c b/arch/x86/src/common/up_elf.c index be166b480c9..da3f7b9935e 100644 --- a/arch/x86/src/common/up_elf.c +++ b/arch/x86/src/common/up_elf.c @@ -40,7 +40,7 @@ #include #include -#include +#include #include #include