Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/csu/arch/riscv Update comment (copied from or1k)
details: https://anonhg.NetBSD.org/src/rev/28e7bde25e25
branches: trunk
changeset: 996849:28e7bde25e25
user: maya <maya%NetBSD.org@localhost>
date: Sun Feb 10 07:28:06 2019 +0000
description:
Update comment (copied from or1k)
diffstat:
lib/csu/arch/riscv/crti.S | 6 +++---
lib/csu/arch/riscv/crtn.S | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (32 lines):
diff -r 2c137a8b060c -r 28e7bde25e25 lib/csu/arch/riscv/crti.S
--- a/lib/csu/arch/riscv/crti.S Sun Feb 10 05:01:59 2019 +0000
+++ b/lib/csu/arch/riscv/crti.S Sun Feb 10 07:28:06 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crti.S,v 1.1 2014/09/19 17:36:25 matt Exp $ */
+/* $NetBSD: crti.S,v 1.2 2019/02/10 07:28:06 maya Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -31,11 +31,11 @@
#include <machine/asm.h>
-RCSID("$NetBSD: crti.S,v 1.1 2014/09/19 17:36:25 matt Exp $")
+RCSID("$NetBSD: crti.S,v 1.2 2019/02/10 07:28:06 maya Exp $")
#include "sysident.S"
/*
- * Since OR1K for NetBSD uses .init_array/.fini_array,
+ * Since RISC-V for NetBSD uses .init_array/.fini_array,
* there is no need for .init/.fini
*/
diff -r 2c137a8b060c -r 28e7bde25e25 lib/csu/arch/riscv/crtn.S
--- a/lib/csu/arch/riscv/crtn.S Sun Feb 10 05:01:59 2019 +0000
+++ b/lib/csu/arch/riscv/crtn.S Sun Feb 10 07:28:06 2019 +0000
@@ -1,3 +1,3 @@
-/* $NetBSD: crtn.S,v 1.1 2014/09/19 17:36:25 matt Exp $ */
+/* $NetBSD: crtn.S,v 1.2 2019/02/10 07:28:06 maya Exp $ */
-/* no need for anything here since OR1K for NetBSD uses .init_array/.fini_array */
+/* no need for anything here since RISC-V for NetBSD uses .init_array/.fini_array */
Home |
Main Index |
Thread Index |
Old Index