From 96a01ef908c3f073b86d9d30b71474f0dcf6c20d Mon Sep 17 00:00:00 2001 From: John Reiser Date: Mon, 22 Nov 2010 19:41:44 -0800 Subject: [PATCH] --- yaml --- r: 223445 b: refs/heads/master c: e63233f75a1a6bfa97ffb52a20cc6801a4c63fb2 h: refs/heads/master i: 223443: 63acfc8ad43b3d6c88268e4e7c47f1d6b17d7027 v: v3 --- [refs] | 2 +- trunk/scripts/recordmcount.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8de311b32c4c..f69d905076be 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 15664125f7cadcb6d725cb2d9b90f9715397848d +refs/heads/master: e63233f75a1a6bfa97ffb52a20cc6801a4c63fb2 diff --git a/trunk/scripts/recordmcount.h b/trunk/scripts/recordmcount.h index 58e933a20544..39667174971d 100644 --- a/trunk/scripts/recordmcount.h +++ b/trunk/scripts/recordmcount.h @@ -119,7 +119,7 @@ static uint_t (*Elf_r_sym)(Elf_Rel const *rp) = fn_ELF_R_SYM; static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) { - rp->r_info = ELF_R_INFO(sym, type); + rp->r_info = _w(ELF_R_INFO(sym, type)); } static void (*Elf_r_info)(Elf_Rel *const rp, unsigned sym, unsigned type) = fn_ELF_R_INFO;