Re: [PATCH 04/16] [DbgHelp]: made the ELF mapping code easier to use
Eric Pouech <eric.pouech(a)orange.fr> writes:
- now exporting the file mapping facility to the debug info loader which need it - allow to mark a section as to be kept (after debug info loading has been done)
This breaks the non-ELF builds. -- Alexandre Julliard julliard(a)winehq.org
Alexandre Julliard a écrit :
Eric Pouech <eric.pouech(a)orange.fr> writes:
- now exporting the file mapping facility to the debug info loader which need it - allow to mark a section as to be kept (after debug info loading has been done)
This breaks the non-ELF builds.
where does it break ? about image_no_map not being defined, or something else ? A+ -- Eric Pouech "The problem with designing something completely foolproof is to underestimate the ingenuity of a complete idiot." (Douglas Adams)
Eric Pouech <eric.pouech(a)orange.fr> writes:
This breaks the non-ELF builds.
where does it break ? about image_no_map not being defined, or something else ?
For that patch it's IMAGE_NO_MAP, but it looked like there were other breakages in subsequent patches. I'd recommend setting up a MingW cross-compile to test it. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Eric Pouech