Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ld.elf_so/arch/vax minor fix now that i've defined t...
details: https://anonhg.NetBSD.org/src/rev/aef014183c8c
branches: trunk
changeset: 486464:aef014183c8c
user: matt <matt%NetBSD.org@localhost>
date: Mon May 22 19:17:04 2000 +0000
description:
minor fix now that i've defined the plt0 entry.
diffstat:
libexec/ld.elf_so/arch/vax/rtld_start.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 31692bf085ec -r aef014183c8c libexec/ld.elf_so/arch/vax/rtld_start.S
--- a/libexec/ld.elf_so/arch/vax/rtld_start.S Mon May 22 19:15:33 2000 +0000
+++ b/libexec/ld.elf_so/arch/vax/rtld_start.S Mon May 22 19:17:04 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rtld_start.S,v 1.1 1999/08/21 19:26:19 matt Exp $ */
+/* $NetBSD: rtld_start.S,v 1.2 2000/05/22 19:17:04 matt Exp $ */
/*
* Copyright 1996 Matt Thomas <matt%3am-software.com@localhost>
@@ -54,7 +54,7 @@
pushr $0x3f /* save R0-R5 */
movq 24(sp),r0 /* get addresses of plt.got & reloc index */
pushl (r1) /* push relocation index */
- pushl 4(r0) /* push address of obj entry */
+ pushl r0 /* push address of obj entry */
calls $2,_rtld_bind
movpsl -(sp) /* flush the instruction cache */
pushab 1f /* by issuing an */
Home |
Main Index |
Thread Index |
Old Index