Home | History | Annotate | Download | only in include
History log of /src/sys/arch/vax/include/elf_machdep.h
RevisionDateAuthorComments
 1.6  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.5  09-Dec-2001  thorpej branches: 1.5.166;
Add support for dumping ELF-cormat core files.
 1.4  13-Jul-2000  matt branches: 1.4.4; 1.4.8;
Reflect the new reality.
 1.3  02-Apr-2000  minoura 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.2  25-Oct-1999  kleink Update to match new SVR4-style definition names in <sys/exec_elf.h>.
 1.1  21-Aug-1999  matt branches: 1.1.2; 1.1.4; 1.1.6;
Initial VAX ELF32 support (mostly untested). It's checked primarily for
testing and archival for now. I don't expect anyone to work with it
since the binutils and gas changes are still pending. But you got to
crawl before you walk.
 1.1.6.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.1.4.1  15-Nov-1999  fvdl Sync with -current
 1.1.2.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.4.8.1  08-Jan-2002  nathanw Catch up to -current.
 1.4.4.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.5.166.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed