diff options
Diffstat (limited to 'sys/i386/include/elf.h')
-rw-r--r-- | sys/i386/include/elf.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/i386/include/elf.h b/sys/i386/include/elf.h index c9ec741..4bf341d 100644 --- a/sys/i386/include/elf.h +++ b/sys/i386/include/elf.h @@ -131,16 +131,4 @@ __ElfType(Auxinfo); #define ELF_TARG_MACH EM_386 #define ELF_TARG_VER 1 -#ifdef _KERNEL - -/* - * On the i386 we load the dynamic linker where a userland call - * to mmap(0, ...) would put it. The rationale behind this - * calculation is that it leaves room for the heap to grow to - * its maximum allowed size. - */ -#define ELF_RTLD_ADDR(vmspace) \ - (round_page((vm_offset_t)(vmspace)->vm_daddr + maxdsiz)) - -#endif /* _KERNEL */ #endif /* !_MACHINE_ELF_H_ */ |