Statistics
| Branch: | Revision:

root / hw / mips_addr.c @ 8ec68b06

History | View | Annotate | Download (1.3 kB)

# Date Author Comment
409dbce5 03/16/2010 09:38 am Aurelien Jarno

load_elf: replace the address addend by a translation function

A few machines need to translate the ELF header addresses into physical
addresses. Currently the only possibility is to add a value to the
addresses.

This patch replaces the addend argument by and a translation function...