Date: Fri, 7 May 1999 15:09:21 -0700 (PDT) From: Doug Rabson <dfr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys elf32.h elf64.h elf_common.h elf_generic.h Message-ID: <199905072209.PAA97062@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 1999/05/07 15:09:21 PDT Modified files: sys/sys elf32.h elf64.h elf_common.h elf_generic.h Log: The structure Elf_Note does not have 32 and 64 bit variants but always has 32bit fields. This change allows FreeBSD/alpha to generate well-formed ELF corefiles. Reviewed by: John Polstra <jdp@polstra.com> Revision Changes Path 1.6 +1 -16 src/sys/sys/elf32.h 1.8 +1 -16 src/sys/sys/elf64.h 1.4 +16 -1 src/sys/sys/elf_common.h 1.3 +1 -2 src/sys/sys/elf_generic.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905072209.PAA97062>