Module: wine Branch: master Commit: 0dd7c44669cc706fd0d3158669a1a45e977aeb21 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0dd7c44669cc706fd0d3158669...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Fri Nov 24 22:18:39 2006 +0100
dbghelp: Removed the alpha status FIXME for the dwarf code.
---
dlls/dbghelp/elf_module.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/dbghelp/elf_module.c b/dlls/dbghelp/elf_module.c index 8ba2287..ae0de5f 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);