From owner-cvs-all Sun Sep 22 21:32:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DAC737B401; Sun, 22 Sep 2002 21:32:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFAC543E6E; Sun, 22 Sep 2002 21:32:17 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N4WHCo009027; Sun, 22 Sep 2002 21:32:17 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N4WHqF009026; Sun, 22 Sep 2002 21:32:17 -0700 (PDT) Message-Id: <200209230432.g8N4WHqF009026@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 22 Sep 2002 21:32:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include endian.h src/sys/i386/include endian.h src/sys/ia64/include endian.h src/sys/powerpc/include endian.h src/sys/sparc64/include endian.h src/sys/x86_64/include endian.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/09/22 21:32:17 PDT Modified files: sys/alpha/include endian.h sys/i386/include endian.h sys/ia64/include endian.h sys/powerpc/include endian.h sys/sparc64/include endian.h sys/x86_64/include endian.h Log: Be careful not to define GCC-specific optimizations in the non-GCC case. Revision Changes Path 1.13 +11 -2 src/sys/alpha/include/endian.h 1.35 +11 -2 src/sys/i386/include/endian.h 1.11 +11 -2 src/sys/ia64/include/endian.h 1.11 +11 -2 src/sys/powerpc/include/endian.h 1.12 +11 -2 src/sys/sparc64/include/endian.h 1.3 +11 -2 src/sys/x86_64/include/endian.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message