Date: Mon, 14 Sep 1998 13:30:13 -0700 (PDT) From: John Polstra <jdp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/include elf.h src/sys/i386/include elf.h src/sys/sys elf32.h elf64.h elf_common.h elf_generic.h Message-ID: <199809142030.NAA07368@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 1998/09/14 13:30:13 PDT Modified files: sys/alpha/include elf.h sys/i386/include elf.h sys/sys elf32.h elf64.h elf_common.h elf_generic.h Log: Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These give the relevant characteristics of the native machine, for building and checking Elf_Ehdr structures. Add structures to represent ELF "note" headers. Add defines for the note types used in ELF core files. Revision Changes Path 1.5 +3 -1 src/sys/alpha/include/elf.h 1.4 +3 -1 src/sys/i386/include/elf.h 1.5 +16 -1 src/sys/sys/elf32.h 1.7 +16 -1 src/sys/sys/elf64.h 1.3 +6 -1 src/sys/sys/elf_common.h 1.2 +12 -1 src/sys/sys/elf_generic.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809142030.NAA07368>