History log of /netbsd-src/sys/arch/atari/include/db_machdep.h (Results 1 – 3 of 3)
Revision Date Author Comments
# dc2ac295 06-Nov-2017 christos <christos@NetBSD.org>

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

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.

show more ...


# 1c35b740 24-Sep-2001 leo <leo@NetBSD.org>

Enable ELF symbols in ddb.


# 8b0113cf 26-Mar-1995 leo <leo@NetBSD.org>

NetBSD/Atari, port by Leo Weppelman.