ChangeSet ID: 13551 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/08/30 14:31:14
Modified files: dlls/dbghelp : symbol.c stabs.c pe_module.c msc.c module.c elf_module.c dbghelp_private.h dbghelp.c
Log message: Robert Shearman rob@codeweavers.com Eric Pouech pouech-eric@wanadoo.fr - Fix debug info look-up (bug in translating the RVA of the debug directory). - Fix code for adding PE export table as debug info (crash with NULL passed to RtlImageDirectoryEntryToData). - Fix computation of non-relocatable ELF shared objects size. - Fix loading (while parsing the link map) of new non-relocatable ELF shared objects (no longer take account load-address of link-map). - Finished the AUTO_PUBLIC, NO_PUBLICS and PUBLICS_ONLY support for PE and ELF. - Cleaned up public symbol management (which should now properly work).
Patch: http://cvs.winehq.org/patch.py?id=13551
Old revision New revision Changes Path 1.8 1.9 +3 -6 wine/dlls/dbghelp/symbol.c 1.8 1.9 +6 -5 wine/dlls/dbghelp/stabs.c 1.4 1.5 +64 -65 wine/dlls/dbghelp/pe_module.c 1.5 1.6 +29 -28 wine/dlls/dbghelp/msc.c 1.4 1.5 +9 -11 wine/dlls/dbghelp/module.c 1.8 1.9 +106 -109 wine/dlls/dbghelp/elf_module.c 1.6 1.7 +4 -4 wine/dlls/dbghelp/dbghelp_private.h 1.5 1.6 +8 -3 wine/dlls/dbghelp/dbghelp.c