NetBSD/sys/arch/alpha
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
..
alpha Handle absolute relocations coming from the kernel: preserve SHN_ABS in 2017-11-03 09:59:07 +00:00
common
compile
conf clean up COMPAT_* options for native netbsd code: 2017-09-14 07:58:38 +00:00
eisa
include Cleanup and clarify the ELFSIZE mess: 2017-11-06 03:47:45 +00:00
isa
jensenio
mcbus
pci
sableio
stand centralize vers.c building for standalone programs. 2017-04-08 19:53:19 +00:00
tc spelling (DEC called it "TURBOchannel") 2017-06-22 16:46:52 +00:00
tlsb
Makefile
STYLE