This adds the glibc elf.h to allow compilation on non-glibc platforms.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@652 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Stefan Reinauer 2008-04-04 13:10:05 +00:00
commit 47854e08ca
2 changed files with 2638 additions and 1 deletions

2637
util/lar/elf.h Normal file

File diff suppressed because it is too large Load diff

View file

@ -32,8 +32,8 @@
#include <sys/mman.h>
#include <netinet/in.h>
#include <libgen.h>
#include <elf.h>
#include "elf.h"
#include "lar.h"
#include "lib.h"