wine/dlls/dbghelp stabs.c pe_module.c module.c ...

Alexandre Julliard julliard at winehq.org
Mon Nov 8 14:26:22 CST 2004


ChangeSet ID:	14427
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/11/08 14:26:22

Modified files:
	dlls/dbghelp   : stabs.c pe_module.c module.c memory.c 
	                 elf_module.c dbghelp_private.h 

Log message:
	Eric Pouech <pouech-eric at wanadoo.fr>
	- fixed loading stabs from PE modules compiled with MingW
	- enhance some loading logic between ELF/PE DLL pairs
	- removed unused indirect memory access function
	- get rid of some GCC generated symbols

Patch: http://cvs.winehq.org/patch.py?id=14427

Old revision  New revision  Changes     Path
 1.11          1.12          +16 -11     wine/dlls/dbghelp/stabs.c
 1.7           1.8           +12 -5      wine/dlls/dbghelp/pe_module.c
 1.7           1.8           +9 -9       wine/dlls/dbghelp/module.c
 1.2           1.3           +0 -15      wine/dlls/dbghelp/memory.c
 1.11          1.12          +20 -12     wine/dlls/dbghelp/elf_module.c
 1.11          1.12          +3 -14      wine/dlls/dbghelp/dbghelp_private.h




More information about the wine-cvs mailing list