Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm26/arm26 Move RCSID to the end of locore so it d...
details: https://anonhg.NetBSD.org/src/rev/f68b9c7f733c
branches: trunk
changeset: 500632:f68b9c7f733c
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Thu Dec 14 20:30:03 2000 +0000
description:
Move RCSID to the end of locore so it doesn't end up in zero page if we
compile with an asm.h which doesn't know about section .ident.
diffstat:
sys/arch/arm26/arm26/locore.S | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 92f6714cfd9c -r f68b9c7f733c sys/arch/arm26/arm26/locore.S
--- a/sys/arch/arm26/arm26/locore.S Thu Dec 14 20:26:42 2000 +0000
+++ b/sys/arch/arm26/arm26/locore.S Thu Dec 14 20:30:03 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.6 2000/12/14 19:22:39 bjh21 Exp $ */
+/* $NetBSD: locore.S,v 1.7 2000/12/14 20:30:03 bjh21 Exp $ */
/*
* Copyright (c) 1998, 1999, 2000 Ben Harris
* Copyright (C) 1994-1997 Mark Brinicombe
@@ -38,7 +38,7 @@
#include <machine/asm.h>
-RCSID("$NetBSD: locore.S,v 1.6 2000/12/14 19:22:39 bjh21 Exp $")
+/* RCSID is at the end of the file in case it gets put in the text segment. */
#include <sys/syscall.h>
#include <machine/armreg.h>
@@ -459,3 +459,5 @@
.align 0
.global _C_LABEL(esigcode)
_C_LABEL(esigcode):
+
+RCSID("$NetBSD: locore.S,v 1.7 2000/12/14 20:30:03 bjh21 Exp $")
Home |
Main Index |
Thread Index |
Old Index