]> git.wh0rd.org Git - elf2flt.git/commit
The FLAT structure is all built on 32bit types, so make sure the elf2flt
authorDavid McCullough <davidm@snapgear.com>
Thu, 7 May 2009 06:15:31 +0000 (06:15 +0000)
committerDavid McCullough <davidm@snapgear.com>
Thu, 7 May 2009 06:15:31 +0000 (06:15 +0000)
commit223a4dab0fefcddfe1b5b2d28c4a6710fc149e4d
treef97f5f5384cbbba1493007ce20cc508001f0540f
parent4cf2544bde406fc1c7e3be6f92c972de02d6fef4
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