NetBSD/sys/arch/next68k
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 PR port-next68k/52205 from Miod Vallat: cosmetic change to print the 2017-05-01 10:25:47 +00:00
include Cleanup and clarify the ELFSIZE mess: 2017-11-06 03:47:45 +00:00
next68k Remove extra 0x. This bug was added when replacing bitmask_snprintf(9) with 2017-03-31 08:38:13 +00:00
stand centralize vers.c building for standalone programs. 2017-04-08 19:53:19 +00:00
Makefile