Date: Tue, 25 Mar 2003 12:05:30 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 27373 for review Message-ID: <200303252005.h2PK5UHx094070@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=27373 Change 27373 by jmallett@jmallett_dalek on 2003/03/25 12:05:24 Match SPARC64, in use of Elf64 + Elf32. Affected files ... .. //depot/projects/mips/sys/mips/include/elf.h#5 edit Differences ... ==== //depot/projects/mips/sys/mips/include/elf.h#5 (text+ko) ==== @@ -33,13 +33,12 @@ /* * EABI ELF definitions for the MIPS architecture. - * - * For now, this is 32-bit. */ #include <sys/elf32.h> /* Definitions common to all 32 bit architectures. */ +#include <sys/elf64.h> /* Definitions common to all 32 bit architectures. */ -#define __ELF_WORD_SIZE 32 /* Used by <sys/elf_generic.h> */ +#define __ELF_WORD_SIZE 64 /* Used by <sys/elf_generic.h> */ #include <sys/elf_generic.h> /* ELF_ARCH */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the messagehelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303252005.h2PK5UHx094070>
