Home | History | Annotate | Download | only in include
History log of /src/sys/arch/m68k/include/elf_machdep.h
RevisionDateAuthorComments
 1.9  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.8  30-May-2009  skrll branches: 1.8.22;
Add TLS relocation definitions.
 1.7  28-Jan-2002  thorpej branches: 1.7.122;
Define EF_CPU32 and EF_M68000.
 1.6  09-Dec-2001  thorpej Add support for dumping ELF-cormat core files.
 1.5  02-Apr-2000  minoura branches: 1.5.8; 1.5.12;
Move dl* function definitions to libc on ELF.
Based on the patch supplied by Takuya Shiozaki <tshiozak@astec.co.jp>.
See http://mail-index.netbsd.org/tech-userlevel/2000/02/23/0000.html.
 1.4  30-Oct-1999  frueauf fix typo: s/EM_68k/EM_68K/
 1.3  25-Oct-1999  kleink Update to match new SVR4-style definition names in <sys/exec_elf.h>.
 1.2  12-Jul-1998  thorpej branches: 1.2.14; 1.2.16; 1.2.18;
Add m68k relocation types.
 1.1  12-Jul-1998  thorpej Basic elf_machdep.h for m68k; doesn't include relocations, yet.
 1.2.18.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.2.16.1  15-Nov-1999  fvdl Sync with -current
 1.2.14.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.5.12.2  28-Feb-2002  nathanw Catch up to -current.
 1.5.12.1  08-Jan-2002  nathanw Catch up to -current.
 1.5.8.2  11-Feb-2002  jdolecek Sync w/ -current.
 1.5.8.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.7.122.1  20-Jun-2009  yamt sync with head
 1.8.22.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed