linux-user/FLAT: allow targets to override FLAT processing
authorMike Frysinger <vapier@gentoo.org>
Mon, 7 Feb 2011 06:05:54 +0000 (01:05 -0500)
committerRiku Voipio <riku.voipio@nokia.com>
Wed, 9 Feb 2011 08:33:54 +0000 (10:33 +0200)
commitc31218b644ee8717d7013d8665755713f199dace
tree4db0c8aca79cdc61feac4d4953644f216fdfce0c
parentce8387460bec677cf69003311c637136abac62e2
linux-user/FLAT: allow targets to override FLAT processing

This brings flatload.c more in line with the current Linux FLAT loader
which allows targets to handle various FLAT aspects in their own way.
For the common behavior, the new functions get stubbed out.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Riku Voipio <riku.voipio@nokia.com>
Makefile.target
linux-user/flatload.c
linux-user/target_flat.h [new file with mode: 0644]