Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2006 09:27:08 GMT
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 102267 for review
Message-ID:  <200607240927.k6O9R8ip054278@repoman.freebsd.org>

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

Change 102267 by kevlo@kevlo_monet on 2006/07/24 09:26:16

	My bad, back this up. I should commit this into my tree, not into p4.

Affected files ...

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

Differences ...

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

@@ -272,6 +272,22 @@
  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



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