NetBSD/sys/arch/evbcf
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 Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
conf Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
evbcf Use .S instead of .s 2014-08-27 00:18:25 +00:00
include Cleanup and clarify the ELFSIZE mess: 2017-11-06 03:47:45 +00:00
stand Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
Makefile Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00