76713fa86f
KASSERT() that we don't. When calculating the load address for the interpreter (e.g. ld.elf_so), we need to take into account wether the exec'd process will run with topdown memory or bottom up. We can not use the current vmspace's flags to test for that, as this happens too early. Luckily the execpack already knows what the new state will be later, so instead of testing the current vmspace, pass the info as additional argument to struct emul e_vm_default_addr. Fix all such functions and adopt all callers. |
||
---|---|---|
.. | ||
compile | ||
conf | ||
dev | ||
doc | ||
include | ||
sparc64 | ||
stand | ||
Makefile |