elf32: use local elf.h.

This commit is contained in:
Daniel Beer 2011-07-27 10:35:46 +12:00
parent 99c38aba9f
commit eee0bc0352
2 changed files with 2746 additions and 5 deletions

View File

@ -19,12 +19,8 @@
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#if defined(__APPLE__) || defined(__OpenBSD__)
#include <libelf.h>
#else
#include <elf.h>
#endif
#include "elf32.h"
#include "elf_format.h"
#include "output.h"
#ifndef EM_MSP430

2745
elf_format.h Normal file

File diff suppressed because it is too large Load Diff