Authors: Robert Shearman <rob@codeweavers.com>, Eric Pouech <pouech-eric@wanadoo.fr>
commit65c37657398119d4b777e3e1f97481edf907a949
authorAlexandre Julliard <julliard@winehq.org>
Mon, 30 Aug 2004 19:31:13 +0000 (30 19:31 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 30 Aug 2004 19:31:13 +0000 (30 19:31 +0000)
treef8ac23d83b71c354cd0cb394b00c93094c2af45b
parentb1bb7220887ac3e2737639413f0a0fe749e89de2
Authors: 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).
dlls/dbghelp/dbghelp.c
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/elf_module.c
dlls/dbghelp/module.c
dlls/dbghelp/msc.c
dlls/dbghelp/pe_module.c
dlls/dbghelp/stabs.c
dlls/dbghelp/symbol.c