rename Locore.c -> locore_c.c so that we can compile on case insensitive
filesystems. (from John Gordon)
This commit is contained in:
parent
601a2c4d48
commit
6ec2f52f71
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.powerpc,v 1.48 2003/03/17 16:53:52 matt Exp $
|
||||
# $NetBSD: files.powerpc,v 1.49 2003/05/08 12:38:36 christos Exp $
|
||||
|
||||
defflag opt_altivec.h ALTIVEC K_ALTIVEC
|
||||
defflag opt_openpic.h OPENPIC OPENPIC_SERIAL_MODE
|
||||
@ -6,7 +6,7 @@ defparam opt_ppcparam.h L2CR_CONFIG L3CR_CONFIG INTSTK SPILLSTK CLOCKBASE
|
||||
defflag opt_ppcarch.h PPC_OEA PPC_MPC8XX PPC_IBM4XX PPC_IBM403
|
||||
defflag opt_pmap.h PMAPDEBUG PMAPCHECK PMAPCOUNTERS
|
||||
|
||||
file arch/powerpc/powerpc/Locore.c
|
||||
file arch/powerpc/powerpc/locore_c.c
|
||||
file arch/powerpc/powerpc/copystr.c
|
||||
file arch/powerpc/powerpc/fubyte.c
|
||||
file arch/powerpc/powerpc/fuswintr.c
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: Locore.c,v 1.5 2003/01/18 06:23:32 thorpej Exp $ */
|
||||
/* $NetBSD: locore_c.c,v 1.1 2003/05/08 12:38:37 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.sh3,v 1.28 2002/05/10 15:25:13 uch Exp $
|
||||
# $NetBSD: files.sh3,v 1.29 2003/05/08 12:37:36 christos Exp $
|
||||
#
|
||||
|
||||
defflag opt_cputype.h SH3 SH4
|
||||
@ -15,7 +15,7 @@ file netinet/in4_cksum.c inet
|
||||
file arch/sh3/sh3/kgdb_machdep.c kgdb
|
||||
file arch/sh3/sh3/exception.c
|
||||
file arch/sh3/sh3/exception_vector.S
|
||||
file arch/sh3/sh3/Locore.c
|
||||
file arch/sh3/sh3/locore_c.c
|
||||
file arch/sh3/sh3/locore_subr.S
|
||||
file arch/sh3/sh3/mem.c
|
||||
file netns/ns_cksum.c ns
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: Locore.c,v 1.17 2003/04/02 02:56:40 thorpej Exp $ */
|
||||
/* $NetBSD: locore_c.c,v 1.1 2003/05/08 12:37:37 christos Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1997, 2002 The NetBSD Foundation, Inc.
|
Loading…
Reference in New Issue
Block a user