]> git.wh0rd.org Git - elf2flt.git/commit
elf2flt: clean up elf headers dependencies
authorMike Frysinger <vapier@gentoo.org>
Wed, 1 Mar 2017 06:56:29 +0000 (23:56 -0700)
committerMike Frysinger <vapier@gentoo.org>
Wed, 1 Mar 2017 06:56:29 +0000 (23:56 -0700)
commita8bc69b882a55b1f1e437b50e33d3db8414eb68e
tree6997781e8b93e4e6f0cc069c5f3c51033e1a7e73
parenta24492bfb357db436ed6a0b187d8dd8a80bbe2dc
elf2flt: clean up elf headers dependencies

The only reason we included cygwin-elf.h & elf.h was for the various
target reloc defines.  However, since these are all provided by the
bfd library which we already include, we can switch to using that for
every target.

Now we don't have any dep on the host's ELF headers (either existing,
or being up-to-date).
cygwin-elf.h [deleted file]
elf2flt.c