Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/sparc64/string Removed unused PIC setup code.
details: https://anonhg.NetBSD.org/src/rev/f70efe7d7d39
branches: trunk
changeset: 509819:f70efe7d7d39
user: eeh <eeh%NetBSD.org@localhost>
date: Sun May 13 20:02:13 2001 +0000
description:
Removed unused PIC setup code.
diffstat:
lib/libc/arch/sparc64/string/ffs.S | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r efa12706f0ae -r f70efe7d7d39 lib/libc/arch/sparc64/string/ffs.S
--- a/lib/libc/arch/sparc64/string/ffs.S Sun May 13 19:41:17 2001 +0000
+++ b/lib/libc/arch/sparc64/string/ffs.S Sun May 13 20:02:13 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ffs.S,v 1.4 2000/07/18 22:39:25 eeh Exp $ */
+/* $NetBSD: ffs.S,v 1.5 2001/05/13 20:02:13 eeh 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.4 2000/07/18 22:39:25 eeh Exp $")
+ RCSID("$NetBSD: ffs.S,v 1.5 2001/05/13 20:02:13 eeh Exp $")
#endif
#endif /* LIBC_SCCS and not lint */
@@ -86,7 +86,6 @@
*/
ENTRY(ffs)
#ifdef PIC
- PIC_PROLOGUE(%o1, %o2)
PICCY_SET(_C_LABEL(__ffstab), %o2, %o3)
#else
set _C_LABEL(__ffstab), %o2
Home |
Main Index |
Thread Index |
Old Index