OSDN Git Service

The header logic for pulling in ELF defines mixes common ELF headers and
authorDavid McCullough <davidm@snapgear.com>
Sun, 17 May 2009 23:14:54 +0000 (23:14 +0000)
committerDavid McCullough <davidm@snapgear.com>
Sun, 17 May 2009 23:14:54 +0000 (23:14 +0000)
commite1144a7f555d2b64522e1df9db6353d9fedd922d
treed68337d5a2d9f62f2005551fe478513a2f295127
parente89584662974c926fe5fc43f64c60513ffc25be2
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