diff options
Diffstat (limited to 'exec/exec.c')
-rw-r--r-- | exec/exec.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/exec/exec.c b/exec/exec.c index b03c7fdb..cf90a08a 100644 --- a/exec/exec.c +++ b/exec/exec.c @@ -81,6 +81,11 @@ load_section (void *section, struct execdata *u) addr += u->info.elf.loadbase; else #if 0 + /* XXX: gnumach currently does not support high bits set in mask to prevent + * loading at high addresses. + * Instead, in rtld we prevent mappings there through a huge mapping done by + * fmh(). + */ switch (elf_machine) { case EM_386: |