PERFORCE change 100743 for review

Wojciech A. Koszek wkoszek at FreeBSD.org
Thu Jul 6 13:15:17 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100743

Change 100743 by wkoszek at wkoszek_laptop on 2006/07/06 13:14:20

	Define __ELF_WORD_SIZE as 32, instead of 64.
	
	With help from:	cognet@

Affected files ...

.. //depot/projects/mips2/src/sys/mips/include/elf.h#2 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/include/elf.h#2 (text+ko) ====

@@ -30,12 +30,11 @@
 #define	_MACHINE_ELF_H_ 1
 
 /*
- * ELF definitions for the AMD64 architecture.
+ * ELF definitions for the MIPS architecture.
  */
 
-
 #ifndef __ELF_WORD_SIZE
-#define	__ELF_WORD_SIZE	64	/* Used by <sys/elf_generic.h> */
+#define	__ELF_WORD_SIZE	32	/* Used by <sys/elf_generic.h> */
 #endif
 #include <sys/elf32.h>	/* Definitions common to all 32 bit architectures. */
 #include <sys/elf64.h>	/* Definitions common to all 64 bit architectures. */


More information about the p4-projects mailing list