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/mips make debug code compile again



details:   https://anonhg.NetBSD.org/src/rev/d6dbd5d758b0
branches:  trunk
changeset: 343667:d6dbd5d758b0
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri Feb 19 22:09:09 2016 +0000

description:
make debug code compile again
from christos

diffstat:

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

diffs (27 lines):

diff -r 6c289991233d -r d6dbd5d758b0 libexec/ld.elf_so/arch/mips/mips_reloc.c
--- a/libexec/ld.elf_so/arch/mips/mips_reloc.c  Fri Feb 19 21:41:59 2016 +0000
+++ b/libexec/ld.elf_so/arch/mips/mips_reloc.c  Fri Feb 19 22:09:09 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips_reloc.c,v 1.63 2014/08/25 20:40:52 joerg Exp $    */
+/*     $NetBSD: mips_reloc.c,v 1.64 2016/02/19 22:09:09 macallan Exp $ */
 
 /*
  * Copyright 1997 Michael L. Hitch <mhitch%montana.edu@localhost>
@@ -30,7 +30,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: mips_reloc.c,v 1.63 2014/08/25 20:40:52 joerg Exp $");
+__RCSID("$NetBSD: mips_reloc.c,v 1.64 2016/02/19 22:09:09 macallan Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -445,7 +445,7 @@
 
                        rdbg(("TPREL %s in %s --> %p in %s",
                            obj->strtab + obj->symtab[r_symndx].st_name,
-                           obj->path, (void *)*where, defobj->path));
+                           obj->path, (void *)where, defobj->path));
                        break;
                }
 



Home | Main Index | Thread Index | Old Index