NetBSD/sys/arch/amiga
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
..
amiga spl leak, found by mootja 2017-08-20 11:03:04 +00:00
clockport Changes to ACA500 support: 2013-12-22 23:02:38 +00:00
compile
conf clean up COMPAT_* options for native netbsd code: 2017-09-14 07:58:38 +00:00
dev Use C99 initializer for filterops 2017-10-25 08:12:37 +00:00
include Cleanup and clarify the ELFSIZE mess: 2017-11-06 03:47:45 +00:00
pci Include genfb.h for NGENFB. 2015-10-30 12:14:32 +00:00
stand make this work again. 2017-04-09 14:51:52 +00:00
Makefile