Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2002 22:10:08 -0800
From:      "David O'Brien" <obrien@freebsd.org>
To:        sparc64@freebsd.org
Subject:   need to change the macro names in asmacros.h
Message-ID:  <20020209221008.A44308@dragon.nuxi.com>

next in thread | raw e-mail | index | archive | help
"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




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