[PATCH 19/22] [DbgHelp]: dwarf & alpha status

Eric Pouech eric.pouech at wanadoo.fr
Fri Nov 24 15:18:39 CST 2006


- removed the alpha status for the dwarf code
- downgrade the FIXME into a TRACE

A+
---

 dlls/dbghelp/elf_module.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/dbghelp/elf_module.c b/dlls/dbghelp/elf_module.c
index c7d7e4e..fc61909 100644
--- a/dlls/dbghelp/elf_module.c
+++ b/dlls/dbghelp/elf_module.c
@@ -908,7 +908,7 @@ static BOOL elf_load_debug_info_from_map
             const BYTE* dw2_debug_line;
             const BYTE* dw2_debug_loclist;
 
-            FIXME("Alpha-support for Dwarf2 information for %s\n", module->module.ModuleName);
+            TRACE("Loading Dwarf2 information for %s\n", module->module.ModuleName);
 
             dw2_debug = (const BYTE*) elf_map_section(fmap, debug_sect);
             dw2_debug_abbrev = (const BYTE*) elf_map_section(fmap, debug_abbrev_sect);
@@ -934,7 +934,7 @@ static BOOL elf_load_debug_info_from_map
             elf_unmap_section(fmap, debug_str_sect);
             elf_unmap_section(fmap, debug_line_sect);
             elf_unmap_section(fmap, debug_loclist_sect);
-            FIXME("Done\n");
+            TRACE("Done\n");
         }
         if (debuglink_sect != -1)
         {



More information about the wine-patches mailing list