From owner-freebsd-sparc Sat Feb 9 22:10:11 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 1357B37B416 for ; Sat, 9 Feb 2002 22:10:10 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id g1A6A9n44323 for sparc64@freebsd.org; Sat, 9 Feb 2002 22:10:09 -0800 (PST) (envelope-from obrien) Date: Sat, 9 Feb 2002 22:10:08 -0800 From: "David O'Brien" To: sparc64@freebsd.org Subject: need to change the macro names in asmacros.h Message-ID: <20020209221008.A44308@dragon.nuxi.com> Reply-To: obrien@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "DATA" etc al. is too easy to clash with other macros, and in fact already does with existing kernel code. Can we change these macros to _DATA, _ENTRY, etc.; or maybe ASMDATA, ASMENTRY, etc.? In file included from ../../../dev/sym/sym_hipd.c:150: ../../../dev/sym/sym_defs.h:869:1: warning: "DATA" redefined In file included from machine/pcpu.h:35, from ../../../sys/pcpu.h:38, from ../../../sys/proc.h:56, from ../../../dev/sym/sym_hipd.c:96: machine/asmacros.h:123:1: warning: this is the location of the previous definition To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message