NetBSD/sys/arch/hpcarm
christos dc2ac29584 Cleanup and clarify the ELFSIZE mess:
We now have 2 variables automatically set in elf_machdep.h:

    ARCH_ELFSIZE: the size for userland binaries
    KERN_ELFSIZE: the size for the kernel binaries

DB_ELFSIZE has been deleted and KERN_ELFSIZE should have always the
same values DB_ELFSIZE used to have.

In sys/exec_elf.h, if ELFSIZE is not set, it is set to KERN_ELFSIZE
for the kernel and ARCH_ELFSIZE for userland. These defaults should
eliminate the need for most manual ELFSIZE setting.
2017-11-06 03:47:45 +00:00
..
compile
conf clean up COMPAT_* options for native netbsd code: 2017-09-14 07:58:38 +00:00
dev Merge nick-nhusb 2016-04-23 10:15:27 +00:00
hpcarm Cleanup and clarify the ELFSIZE mess: 2017-11-06 03:47:45 +00:00
include Cleanup and clarify the ELFSIZE mess: 2017-11-06 03:47:45 +00:00
stand
Makefile