Module Name:    src
Committed By:   macallan
Date:           Fri Feb 19 22:09:09 UTC 2016

Modified Files:
        src/libexec/ld.elf_so/arch/mips: mips_reloc.c

Log Message:
make debug code compile again
from christos


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/libexec/ld.elf_so/arch/mips/mips_reloc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ld.elf_so/arch/mips/mips_reloc.c
diff -u src/libexec/ld.elf_so/arch/mips/mips_reloc.c:1.63 src/libexec/ld.elf_so/arch/mips/mips_reloc.c:1.64
--- src/libexec/ld.elf_so/arch/mips/mips_reloc.c:1.63	Mon Aug 25 20:40:52 2014
+++ src/libexec/ld.elf_so/arch/mips/mips_reloc.c	Fri Feb 19 22:09:09 2016
@@ -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 <mhi...@montana.edu>
@@ -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 @@ _rtld_relocate_nonplt_objects(Obj_Entry 
 
 			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;
 		}
 

Reply via email to