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 566cf0795c
commit 14dae62821
14 changed files with 59 additions and 117 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
#include <elf.h>
#include <elf32.h>
#include <assert.h>
#include <errno.h>
#include <debug.h>