Home | History | Annotate | Download | only in include
History log of /src/sys/arch/hppa/include/elf_machdep.h
RevisionDateAuthorComments
 1.4  06-Nov-2017  christos 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.3  30-May-2009  skrll branches: 1.3.22;
Add TLS relocation definitions.
 1.2  19-May-2009  skrll Whitespace.
 1.1  05-Jun-2002  fredette branches: 1.1.2; 1.1.4; 1.1.116;
Added files to support generic HP PA-RISC based machines. hp700-specific
files to follow.
 1.1.116.1  20-Jun-2009  yamt sync with head
 1.1.4.2  14-Jul-2002  gehenna catch up with -current.
 1.1.4.1  05-Jun-2002  gehenna file elf_machdep.h was added on branch gehenna-devsw on 2002-07-14 17:47:21 +0000
 1.1.2.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.2.1  05-Jun-2002  jdolecek file elf_machdep.h was added on branch kqueue on 2002-06-23 17:37:08 +0000
 1.3.22.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed