Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/libexec/ld.elf_so/arch/sparc64 Pull up revision 1.3 (re...
details: https://anonhg.NetBSD.org/src/rev/cd968984fe46
branches: netbsd-1-5
changeset: 491519:cd968984fe46
user: he <he%NetBSD.org@localhost>
date: Tue May 01 12:07:37 2001 +0000
description:
Pull up revision 1.3 (requested by kleink):
Rename ElfNN_RelA to ElfNN_Rela, which is what SVR4 ABIs and the
rest of the world uses. Fixes PR#12274.
diffstat:
libexec/ld.elf_so/arch/sparc64/rtld_start.S | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r d4aa910ede62 -r cd968984fe46 libexec/ld.elf_so/arch/sparc64/rtld_start.S
--- a/libexec/ld.elf_so/arch/sparc64/rtld_start.S Tue May 01 12:07:23 2001 +0000
+++ b/libexec/ld.elf_so/arch/sparc64/rtld_start.S Tue May 01 12:07:37 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rtld_start.S,v 1.2.2.2 2000/07/26 23:45:23 mycroft Exp $ */
+/* $NetBSD: rtld_start.S,v 1.2.2.3 2001/05/01 12:07:37 he Exp $ */
/*-
* Copyright (c) 2000 Eduardo Horvath.
@@ -117,7 +117,7 @@
ldx [%o1 + (10*4)], %l7
mov %o0, %l5
- sllx %l5, 1, %l6 /* Each element is an Elf_RelA which */
+ sllx %l5, 1, %l6 /* Each element is an Elf_Rela which */
add %l6, %l5, %l5 /* is 3 longwords or 24 bytes. */
sllx %l5, 3, %o1 /* So multiply by 24. */
@@ -145,7 +145,7 @@
add %l3, %l4, %l5 /* %l5 = (i/5120)*160 + (i%5120)/24; */
add %l5, %l6, %l5
- sllx %l5, 1, %l6 /* Each element is an Elf_RelA which */
+ sllx %l5, 1, %l6 /* Each element is an Elf_Rela which */
add %l6, %l5, %l5 /* is 3 longwords or 24 bytes. */
sllx %l5, 3, %l5 /* So multiply by 24. */
@@ -180,7 +180,7 @@
_rtld_bind_start_1: # (obj, reloff)
srax %o0, 15, %o2 /* %o0 is the index to our PLT slot */
- sllx %o2, 1, %o3 /* Each element is an Elf_RelA which */
+ sllx %o2, 1, %o3 /* Each element is an Elf_Rela which */
add %o3, %o2, %o2 /* is 3 longwords or 24 bytes. */
sllx %o2, 3, %o2 /* So multiply by 24. */
Home |
Main Index |
Thread Index |
Old Index