From 0189702cee8cb9d93155d54b382d11fedbf64dae Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 22 May 2000 19:17:04 +0000 Subject: minor fix now that i've defined the plt0 entry. --- libexec/ld.elf_so/arch/vax/rtld_start.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec') diff --git a/libexec/ld.elf_so/arch/vax/rtld_start.S b/libexec/ld.elf_so/arch/vax/rtld_start.S index 0b575d0629d..c963ec2c04b 100644 --- a/libexec/ld.elf_so/arch/vax/rtld_start.S +++ b/libexec/ld.elf_so/arch/vax/rtld_start.S @@ -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 @@ -54,7 +54,7 @@ ENTRY(_rtld_bind_start): 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 */ -- cgit