svn commit: r195898 - projects/ppc64/usr.bin/xlint/arch/powerpc64

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sun Jul 26 20:47:14 UTC 2009


Author: nwhitehorn
Date: Sun Jul 26 20:47:14 2009
New Revision: 195898
URL: http://svn.freebsd.org/changeset/base/195898

Log:
  Add powerpc64 bits for xlint. This allows make kernel-toolchain to complete.

Added:
  projects/ppc64/usr.bin/xlint/arch/powerpc64/
     - copied from r195651, projects/ppc64/usr.bin/xlint/arch/powerpc/
Modified:
  projects/ppc64/usr.bin/xlint/arch/powerpc64/targparam.h

Modified: projects/ppc64/usr.bin/xlint/arch/powerpc64/targparam.h
==============================================================================
--- projects/ppc64/usr.bin/xlint/arch/powerpc/targparam.h	Mon Jul 13 01:37:48 2009	(r195651)
+++ projects/ppc64/usr.bin/xlint/arch/powerpc64/targparam.h	Sun Jul 26 20:47:14 2009	(r195898)
@@ -35,7 +35,7 @@
  * Machine-dependent target parameters for lint1.
  */
 
-#include "ilp32.h"
+#include "lp64.h"
 
 /*    
  * Should be set to 1 if the difference of two pointers is of type long
@@ -43,8 +43,8 @@
  * kept in sync with the compiler!
  */     
 
-#define	PTRDIFF_IS_LONG		0
-#define	SIZEOF_IS_ULONG		0
+#define	PTRDIFF_IS_LONG		1
+#define	SIZEOF_IS_ULONG		1
 
 #define	FLOAT_SIZE		(4 * CHAR_BIT)
 #define	DOUBLE_SIZE		(8 * CHAR_BIT)


More information about the svn-src-projects mailing list