libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] [PATCH 4/8] Fix --enable-debug-frame build


From: Tommi Rantala
Subject: [Libunwind-devel] [PATCH 4/8] Fix --enable-debug-frame build
Date: Tue, 31 Jul 2012 23:06:30 +0300

dwarf/Gfind_unwind_table.c: In function '_Ux86_dwarf_find_unwind_table':
dwarf/Gfind_unwind_table.c:223:46: error: 'struct elf_dyn_info' has no member 
named 'edi'
---
 src/dwarf/Gfind_unwind_table.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dwarf/Gfind_unwind_table.c b/src/dwarf/Gfind_unwind_table.c
index ae70fc1..800531e 100644
--- a/src/dwarf/Gfind_unwind_table.c
+++ b/src/dwarf/Gfind_unwind_table.c
@@ -220,7 +220,7 @@ dwarf_find_unwind_table (struct elf_dyn_info *edi, 
unw_addr_space_t as,
 
 #ifdef CONFIG_DEBUG_FRAME
   /* Try .debug_frame. */
-  found = dwarf_find_debug_frame (found, &edi->edi.di_debug, ip, segbase, path,
+  found = dwarf_find_debug_frame (found, &edi->di_debug, ip, segbase, path,
                                  start_ip, end_ip);
 #endif
 
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]