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
This commit is contained in:
patacongo 2012-10-26 02:42:39 +00:00
parent cce736ef83
commit 0074eca835
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -40,7 +40,7 @@
#include <nuttx/config.h>
#include <stdlib.h>
#include <elf.h>
#include <elf32.h>
#include <errno.h>
#include <debug.h>

View File

@ -40,7 +40,7 @@
#include <nuttx/config.h>
#include <stdlib.h>
#include <elf.h>
#include <elf32.h>
#include <errno.h>
#include <debug.h>