PERFORCE change 102264 for review

Kevin Lo kevlo at FreeBSD.org
Mon Jul 24 09:02:37 UTC 2006


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

Change 102264 by kevlo at kevlo_monet on 2006/07/24 09:02:32

	Apply cleanly on current src tree.

Affected files ...

.. //depot/projects/arm/gnu-arm.diff#15 edit

Differences ...

==== //depot/projects/arm/gnu-arm.diff#15 (text+ko) ====

@@ -272,22 +272,6 @@
  TARGET_INC+=	${GCC_CPU}/freebsd.h
  .if ${TARGET_ARCH} == "amd64"
  TARGET_INC+=	${GCC_CPU}/x86-64.h
-Index: gnu/usr.bin/cc/cc_tools/auto-host.h
-===================================================================
-RCS file: /cognet/ncvs/src/gnu/usr.bin/cc/cc_tools/auto-host.h,v
-retrieving revision 1.18
-diff -u -p -r1.18 auto-host.h
---- gnu/usr.bin/cc/cc_tools/auto-host.h	28 Jul 2004 05:27:20 -0000	1.18
-+++ gnu/usr.bin/cc/cc_tools/auto-host.h	6 Jul 2006 23:54:06 -0000
-@@ -523,7 +523,7 @@
- /* The number of bytes in type int */
- #define SIZEOF_INT 4
- 
--#if defined(__i386__) || defined(__powerpc__) || defined(__strongarm__)
-+#if defined(__i386__) || defined(__powerpc__) || defined(__arm__)
- /* The number of bytes in type long */
- # define SIZEOF_LONG SIZEOF_INT
- #elif defined(__alpha__) || defined(__sparc64__) || defined(__ia64__) || defined(__amd64__)
 Index: gnu/usr.bin/gdb/arch/arm/Makefile
 ===================================================================
 RCS file: gnu/usr.bin/gdb/arch/arm/Makefile


More information about the p4-projects mailing list