Module Name: src
Committed By: skrll
Date: Thu Jan 14 12:14:49 UTC 2010
Modified Files:
src/libexec/ld.elf_so/arch/x86_64: mdreloc.c
Log Message:
Make DEBUG build compile.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/libexec/ld.elf_so/arch/x86_64/mdreloc.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/x86_64/mdreloc.c
diff -u src/libexec/ld.elf_so/arch/x86_64/mdreloc.c:1.36 src/libexec/ld.elf_so/arch/x86_64/mdreloc.c:1.37
--- src/libexec/ld.elf_so/arch/x86_64/mdreloc.c:1.36 Wed Jan 13 20:17:23 2010
+++ src/libexec/ld.elf_so/arch/x86_64/mdreloc.c Thu Jan 14 12:14:49 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: mdreloc.c,v 1.36 2010/01/13 20:17:23 christos Exp $ */
+/* $NetBSD: mdreloc.c,v 1.37 2010/01/14 12:14:49 skrll Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -68,7 +68,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: mdreloc.c,v 1.36 2010/01/13 20:17:23 christos Exp $");
+__RCSID("$NetBSD: mdreloc.c,v 1.37 2010/01/14 12:14:49 skrll Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -261,7 +261,7 @@
const Obj_Entry *defobj;
unsigned long info = rela->r_info;
- assert(ELF_R_TYPE(info) == R_TYPE(JMP_SLOT));
+ assert(ELF_R_TYPE(info) == R_TYPE(JUMP_SLOT));
def = _rtld_find_plt_symdef(ELF_R_SYM(info), obj, &defobj, tp != NULL);
if (__predict_false(def == NULL))