Drop SUN4_PGSHIFT and SUN4CM_PGSHIFT. They are already known to .S
files from sys/param.h. The problem is that lint stubs are generated with -C (keep comments) and gcc complains about macro redefinition, since "assym.h" doesn't have the comments that "sys/param.h" has.
This commit is contained in:
parent
c4e1385f55
commit
2baa6f8e86
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: genassym.cf,v 1.33 2001/12/11 03:43:22 uwe Exp $
|
# $NetBSD: genassym.cf,v 1.34 2002/05/07 02:38:44 uwe Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 1998 The NetBSD Foundation, Inc.
|
# Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||||
|
@ -113,8 +113,6 @@ include <sparc/dev/fdvar.h>
|
||||||
|
|
||||||
# general constants
|
# general constants
|
||||||
define BSD BSD
|
define BSD BSD
|
||||||
define SUN4_PGSHIFT SUN4_PGSHIFT
|
|
||||||
define SUN4CM_PGSHIFT SUN4CM_PGSHIFT
|
|
||||||
define USRSTACK USRSTACK
|
define USRSTACK USRSTACK
|
||||||
|
|
||||||
# proc fields and values
|
# proc fields and values
|
||||||
|
|
Loading…
Reference in New Issue