History log of /netbsd-src/sys/arch/amiga/include/db_machdep.h (Results 1 – 6 of 6)
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 ...


# e6118cd2 15-Aug-2001 mhitch <mhitch@NetBSD.org>

ELF symbol support for DDB.


# ec77f0b3 26-Oct-1994 cgd <cgd@NetBSD.org>

new RCS ID format.


# 172b2ced 10-Apr-1994 chopps <chopps@NetBSD.org>

also conform to standard style


# c1a4ced6 10-Apr-1994 chopps <chopps@NetBSD.org>

protect against multiple inclusion (and be consitent)


# 28b8a390 26-Jan-1994 mw <mw@NetBSD.org>

Updated headers from current amiga branch.