diff options
| author | matt <matt@NetBSD.org> | 2000-05-22 19:17:04 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2000-05-22 19:17:04 +0000 |
| commit | 0189702cee8cb9d93155d54b382d11fedbf64dae (patch) | |
| tree | d443a6fd0f31524253a3b71c17083d748f57d47b /libexec/ld.elf_so | |
| parent | 62d33e59ff8e61281f731414abbbe7462ee0a5d6 (diff) | |
minor fix now that i've defined the plt0 entry.
Diffstat (limited to 'libexec/ld.elf_so')
| -rw-r--r-- | libexec/ld.elf_so/arch/vax/rtld_start.S | 4 |
1 files changed, 2 insertions, 2 deletions
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 <matt@3am-software.com> @@ -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 */ |
