OSDN Git Service

Due to shell portability issues (which is to say shell scripts are not
authorDavid McCullough <davidm@snapgear.com>
Sun, 12 Jul 2009 23:28:58 +0000 (23:28 +0000)
committerDavid McCullough <davidm@snapgear.com>
Sun, 12 Jul 2009 23:28:58 +0000 (23:28 +0000)
commit7b81badd89d828ac4d2ffa235367fa10c40652df
tree73893f5cad493b1684eb88d4ba312788886e2211
parent03455cbd00e308a60021b57487087af32d8b6c4b
Due to shell portability issues (which is to say shell scripts are not
portable -- think Windows), convert elf2flt to C code.

I've updated this code base to the latest elf2flt tree and actually done
some basic tests -- building the three Blackfin tuples (ELF, FLAT, FDPIC)
and running programs on my Blackfin boards.  This process found errors in
the original implementation as well as some of the cleanups I did.

Signed-off-by: Nathan Sidwell <nathan@codesourcery.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Makefile.in
configure
configure.in
ld-elf2flt.c [new file with mode: 0644]
ld-elf2flt.in
stubs.c
stubs.h