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/arm26/sys Pull up revs. 1.2-1.3 (approved...
details: https://anonhg.NetBSD.org/src/rev/8af0216ace4e
branches: netbsd-1-5
changeset: 489151:8af0216ace4e
user: kleink <kleink%NetBSD.org@localhost>
date: Mon Aug 21 17:38:25 2000 +0000
description:
Pull up revs. 1.2-1.3 (approved by thorpej):
Add internal names for brk(), sbrk() and fork().
diffstat:
lib/libc/arch/arm26/sys/sbrk.S | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r 408ab3dc7bb6 -r 8af0216ace4e lib/libc/arch/arm26/sys/sbrk.S
--- a/lib/libc/arch/arm26/sys/sbrk.S Mon Aug 21 17:37:48 2000 +0000
+++ b/lib/libc/arch/arm26/sys/sbrk.S Mon Aug 21 17:38:25 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbrk.S,v 1.1 2000/05/09 21:55:51 bjh21 Exp $ */
+/* $NetBSD: sbrk.S,v 1.1.4.1 2000/08/21 17:38:25 kleink Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -39,6 +39,10 @@
.globl _C_LABEL(end)
+#ifdef WEAK_ALIAS
+WEAK_ALIAS(sbrk, _sbrk)
+#endif
+
.data
.align 0
.globl curbrk
@@ -49,7 +53,7 @@
/*
* Change the data segment size
*/
-ENTRY(sbrk)
+ENTRY(_sbrk)
#ifdef PIC
/* Setup the GOT */
ldr r3, Lgot
Home |
Main Index |
Thread Index |
Old Index