Home | History | Annotate | Download | only in include
History log of /src/sys/arch/or1k/include/elf_machdep.h
RevisionDateAuthorComments
 1.2  06-Nov-2017  christos branches: 1.2.2;
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.
 1.1  03-Sep-2014  matt New files for OR1K support
 1.2.2.2  03-Dec-2017  jdolecek update from HEAD
 1.2.2.1  06-Nov-2017  jdolecek file elf_machdep.h was added on branch tls-maxphys on 2017-12-03 11:36:34 +0000

RSS XML Feed