Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2006 13:15:16 GMT
From:      "Wojciech A. Koszek" <wkoszek@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 100743 for review
Message-ID:  <200607061315.k66DFG7g083092@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100743

Change 100743 by wkoszek@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. */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607061315.k66DFG7g083092>