Statistics
| Branch: | Revision:

root / linux-user / target_flat.h @ a4c075f1

History | View | Annotate | Download (625 Bytes)

1
/* If your arch needs to do custom stuff, create your own target_flat.h
2
 * header file in linux-user/<your arch>/
3
 */
4
#define flat_argvp_envp_on_stack()                           1
5
#define flat_reloc_valid(reloc, size)                        ((reloc) <= (size))
6
#define flat_old_ram_flag(flag)                              (flag)
7
#define flat_get_relocate_addr(relval)                       (relval)
8
#define flat_get_addr_from_rp(rp, relval, flags, persistent) (rp)
9
#define flat_set_persistent(relval, persistent)              (*persistent)
10
#define flat_put_addr_at_rp(rp, addr, relval)                put_user_ual(addr, rp)