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/sparc64 %ld -> %p



details:   https://anonhg.NetBSD.org/src/rev/a01ef7a9fa98
branches:  trunk
changeset: 536940:a01ef7a9fa98
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Tue Sep 24 13:59:31 2002 +0000

description:
%ld -> %p

diffstat:

 libexec/ld.elf_so/arch/sparc64/mdreloc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 9000f53ae2ae -r a01ef7a9fa98 libexec/ld.elf_so/arch/sparc64/mdreloc.c
--- a/libexec/ld.elf_so/arch/sparc64/mdreloc.c  Tue Sep 24 13:53:54 2002 +0000
+++ b/libexec/ld.elf_so/arch/sparc64/mdreloc.c  Tue Sep 24 13:59:31 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mdreloc.c,v 1.21 2002/09/12 22:56:31 mycroft Exp $     */
+/*     $NetBSD: mdreloc.c,v 1.22 2002/09/24 13:59:31 mycroft Exp $     */
 
 /*-
  * Copyright (c) 2000 Eduardo Horvath.
@@ -229,8 +229,8 @@
                return (-1);
 
        value = (Elf_Addr) (defobj->relocbase + def->st_value);
-       rdbg(("bind now/fixup in %s --> old=%lx new=%lx", 
-           defobj->strtab + def->st_name, (u_long)*where, (u_long)value));
+       rdbg(("bind now/fixup in %s --> old=%p new=%p", 
+           defobj->strtab + def->st_name, (void *)*where, (void *)value));
 
        /*
         * At the PLT entry pointed at by `where', we now construct



Home | Main Index | Thread Index | Old Index