From 6dcb17c553e77711e0730b52f4434d085a2f3645 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Tue, 3 May 2005 09:13:17 +0000 Subject: [PATCH] (UNW_X86_ECX): ecx apparently is a scratch-register (at least under Linux). 2004/11/17 02:43:39-08:00 mostang.com!davidm (unw_tdep_proc_info_t): Remove dwarf_info member. (Logical change 1.290) --- include/libunwind-x86.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libunwind-x86.h b/include/libunwind-x86.h index 8dba0273..0e1cc618 100644 --- a/include/libunwind-x86.h +++ b/include/libunwind-x86.h @@ -68,7 +68,7 @@ typedef enum wouldn't be with the DWARF numbering. */ UNW_X86_EAX, /* scratch (exception argument 1) */ UNW_X86_EDX, /* scratch (exception argument 2) */ - UNW_X86_ECX, /* preserved */ + UNW_X86_ECX, /* scratch */ UNW_X86_EBX, /* preserved */ UNW_X86_ESI, /* preserved */ UNW_X86_EDI, /* preserved */ @@ -159,7 +159,7 @@ typedef ucontext_t unw_tdep_context_t; typedef struct { - unw_dyn_dwarf_fde_info_t dwarf_info; + /* no x86-specific auxiliary proc-info */ } unw_tdep_proc_info_t;