OSDN Git Service

The FLAT structure is all built on 32bit types, so make sure the elf2flt
authordavidm <davidm>
Thu, 7 May 2009 06:15:31 +0000 (06:15 +0000)
committerdavidm <davidm>
Thu, 7 May 2009 06:15:31 +0000 (06:15 +0000)
commit5183d3268b78ba06bb7075c464691ea1c1df094e
treef97f5f5384cbbba1493007ce20cc508001f0540f
parent966aeeda75a9667df2a4821b3093f6d43810f980
The FLAT structure is all built on 32bit types, so make sure the elf2flt
code uses 32bit types rather than long's.  This way we get correct
behavior when the host sizeof(long) is not 32bit as is on all 64bit
systems nowadays.

Signed-off-by: Bernd Schmidt <bernds_cb1@t-online.de>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
elf2flt.c