Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/arm32 Provide __PROG32 to assembly code.



details:   https://anonhg.NetBSD.org/src/rev/5418f62299a5
branches:  trunk
changeset: 518027:5418f62299a5
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Nov 23 16:50:48 2001 +0000

description:
Provide __PROG32 to assembly code.

diffstat:

 sys/arch/arm/arm32/genassym.cf |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3da32823c8a9 -r 5418f62299a5 sys/arch/arm/arm32/genassym.cf
--- a/sys/arch/arm/arm32/genassym.cf    Fri Nov 23 16:32:20 2001 +0000
+++ b/sys/arch/arm/arm32/genassym.cf    Fri Nov 23 16:50:48 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.5 2001/09/09 10:33:43 toshii Exp $
+#      $NetBSD: genassym.cf,v 1.6 2001/11/23 16:50:48 thorpej Exp $
 
 # Copyright (c) 1982, 1990 The Regents of the University of California.
 # All rights reserved.
@@ -49,6 +49,8 @@
 include <machine/vmparam.h>
 include <machine/intr.h>
 
+define __PROG32                1
+
 define VM_MIN_ADDRESS          VM_MIN_ADDRESS
 define VM_MAXUSER_ADDRESS      VM_MAXUSER_ADDRESS
 define VM_MAXKERN_ADDRESS      VM_MAXKERN_ADDRESS



Home | Main Index | Thread Index | Old Index