Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libkern/arch/sparc sync with libc:
details: https://anonhg.NetBSD.org/src/rev/56574790b95f
branches: trunk
changeset: 476109:56574790b95f
user: chs <chs%NetBSD.org@localhost>
date: Mon Sep 06 19:01:04 1999 +0000
description:
sync with libc:
use RODATA() instead of ENTRY() for __ffstab so that it works when profiling.
diffstat:
sys/lib/libkern/arch/sparc/ffs.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0ca03e634c71 -r 56574790b95f sys/lib/libkern/arch/sparc/ffs.S
--- a/sys/lib/libkern/arch/sparc/ffs.S Mon Sep 06 19:00:24 1999 +0000
+++ b/sys/lib/libkern/arch/sparc/ffs.S Mon Sep 06 19:01:04 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ffs.S,v 1.9 1999/03/05 09:18:32 pk Exp $ */
+/* $NetBSD: ffs.S,v 1.10 1999/09/06 19:01:04 chs Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -44,7 +44,7 @@
#if 0
.asciz "@(#)ffs.s 8.1 (Berkeley) 6/4/93"
#else
- RCSID("$NetBSD: ffs.S,v 1.9 1999/03/05 09:18:32 pk Exp $")
+ RCSID("$NetBSD: ffs.S,v 1.10 1999/09/06 19:01:04 chs Exp $")
#endif
#endif /* LIBC_SCCS and not lint */
@@ -99,7 +99,7 @@
retl
add %o0, 24, %o0
-ENTRY(__ffstab)
+RODATA(__ffstab)
.byte -24,1,2,1,3,1,2,1,4,1,2,1,3,1,2,1 /* 00-0f */
.byte 5,1,2,1,3,1,2,1,4,1,2,1,3,1,2,1 /* 10-1f */
.byte 6,1,2,1,3,1,2,1,4,1,2,1,3,1,2,1 /* 20-2f */
Home |
Main Index |
Thread Index |
Old Index