Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/lib/libc/arch/arm/sys Pull up revision 1.3 (requested b...
details: https://anonhg.NetBSD.org/src/rev/16db776b1d97
branches: netbsd-1-6
changeset: 529049:16db776b1d97
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Aug 27 23:35:14 2002 +0000
description:
Pull up revision 1.3 (requested by mycroft in ticket #737):
Do the appropriate PIC magic for the jump to _exit().
diffstat:
lib/libc/arch/arm/sys/__clone.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 52b3555b5f8f -r 16db776b1d97 lib/libc/arch/arm/sys/__clone.S
--- a/lib/libc/arch/arm/sys/__clone.S Tue Aug 27 23:30:36 2002 +0000
+++ b/lib/libc/arch/arm/sys/__clone.S Tue Aug 27 23:35:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: __clone.S,v 1.1 2001/07/22 18:56:34 chris Exp $ */
+/* $NetBSD: __clone.S,v 1.1.4.1 2002/08/27 23:35:14 lukem Exp $ */
/*
* Copyright (c) 2001 Christopher Gilbert
@@ -83,7 +83,7 @@
Lreturnhere:
/* call _exit with the returned value */
- b _C_LABEL(_exit)
+ b PIC_SYM(_C_LABEL(_exit), PLT)
/* NOTREACHED */
Home |
Main Index |
Thread Index |
Old Index