Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/lib/libc/arch/alpha/sys Pull up revs. 1.7-1.8 (approved...
details: https://anonhg.NetBSD.org/src/rev/b558bd3a3617
branches: netbsd-1-5
changeset: 489148:b558bd3a3617
user: kleink <kleink%NetBSD.org@localhost>
date: Mon Aug 21 17:36:31 2000 +0000
description:
Pull up revs. 1.7-1.8 (approved by thorpej):
Add internal names for brk(), sbrk() and fork().
diffstat:
lib/libc/arch/alpha/sys/sbrk.S | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 3be95ae10ad2 -r b558bd3a3617 lib/libc/arch/alpha/sys/sbrk.S
--- a/lib/libc/arch/alpha/sys/sbrk.S Mon Aug 21 17:35:59 2000 +0000
+++ b/lib/libc/arch/alpha/sys/sbrk.S Mon Aug 21 17:36:31 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbrk.S,v 1.6 2000/06/14 06:49:03 cgd Exp $ */
+/* $NetBSD: sbrk.S,v 1.6.2.1 2000/08/21 17:36:31 kleink Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -31,12 +31,16 @@
.globl _end
+#ifdef WEAK_ALIAS
+WEAK_ALIAS(sbrk, _sbrk)
+#endif
+
.data
EXPORT(__curbrk)
.quad _end
.text
-LEAF(sbrk, 1)
+LEAF(_sbrk, 1)
br pv, L1 /* XXX profiling */
L1: LDGP(pv)
ldq a1, __curbrk
Home |
Main Index |
Thread Index |
Old Index