From 0b867460075c9f02cb305abc91a0e12b90017583 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Thu, 30 May 2013 14:37:38 +0200 Subject: Unwinder for x86*. Signed-off-by: Jan Kratochvil Signed-off-by: Mark Wielaard --- backends/x86_64_init.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'backends/x86_64_init.c') diff --git a/backends/x86_64_init.c b/backends/x86_64_init.c index 67a58804..b885558b 100644 --- a/backends/x86_64_init.c +++ b/backends/x86_64_init.c @@ -1,5 +1,5 @@ /* Initialization of x86-64 specific backend library. - Copyright (C) 2002-2009 Red Hat, Inc. + Copyright (C) 2002-2009, 2013 Red Hat, Inc. This file is part of elfutils. Written by Ulrich Drepper , 2002. @@ -60,6 +60,9 @@ x86_64_init (elf, machine, eh, ehlen) HOOK (eh, auxv_info); HOOK (eh, disasm); HOOK (eh, abi_cfi); + /* gcc/config/ #define DWARF_FRAME_REGISTERS. */ + eh->frame_nregs = 17; + HOOK (eh, set_initial_registers_tid); return MODVERSION; } -- cgit v1.2.1