OSDN Git Service

The header logic for pulling in ELF defines mixes common ELF headers and
authordavidm <davidm>
Sun, 17 May 2009 23:14:54 +0000 (23:14 +0000)
committerdavidm <davidm>
Sun, 17 May 2009 23:14:54 +0000 (23:14 +0000)
commit6124e7382b6cb8503bdb221b984d5807ee32acac
treed68337d5a2d9f62f2005551fe478513a2f295127
parent4a6dc5ff7f16bd75ea79732935ec9881a1c67a5b
The header logic for pulling in ELF defines mixes common ELF headers and
target specific headers.  In the Blackfin case, we always want to pull in
the bfin.h since most of the time, the common ELF headers do not have our
relocation defines.  This fixes building for mingw targets.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
elf2flt.c