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/sparc Remove a meaningless bit from a...



details:   https://anonhg.NetBSD.org/src/rev/bbe7b556c85c
branches:  trunk
changeset: 537046:bbe7b556c85c
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Sep 26 02:51:27 2002 +0000

description:
Remove a meaningless bit from a rdbg().

diffstat:

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

diffs (20 lines):

diff -r 81d2c4dbb4dd -r bbe7b556c85c libexec/ld.elf_so/arch/sparc/mdreloc.c
--- a/libexec/ld.elf_so/arch/sparc/mdreloc.c    Thu Sep 26 02:25:57 2002 +0000
+++ b/libexec/ld.elf_so/arch/sparc/mdreloc.c    Thu Sep 26 02:51:27 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mdreloc.c,v 1.30 2002/09/26 02:05:41 mycroft Exp $     */
+/*     $NetBSD: mdreloc.c,v 1.31 2002/09/26 02:51:27 mycroft Exp $     */
 
 /*-
  * Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
@@ -350,8 +350,8 @@
                _rtld_die();
 
        value = (Elf_Addr)(defobj->relocbase + def->st_value);
-       rdbg(("bind now/fixup in %s --> old=%p new=%p", 
-           defobj->strtab + def->st_name, (void *)*where, (void *)value));
+       rdbg(("bind now/fixup in %s --> new=%p", 
+           defobj->strtab + def->st_name, (void *)value));
 
        /*
         * At the PLT entry pointed at by `where', we now construct



Home | Main Index | Thread Index | Old Index