This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: DWARF2-win32 and gcc/gcc/unwind-pe.h?
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Adam Megacz <gcc at lists dot megacz dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 14 Jan 2002 18:29:48 +0100
- Subject: Re: DWARF2-win32 and gcc/gcc/unwind-pe.h?
- References: <86hepodf90.fsf@megacz.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Mon, Jan 14, 2002 at 09:16:59AM -0800, Adam Megacz wrote:
>
> I've heard that DWARF2 is not supported on Win32/PE. Just today I
> noticed a header file, gcc/gcc/unwind-pe.h, which seems to contain
> headers for DWARF2 info in PE (win32) binaries.
unwind-pe.h is in no way related to win32.
PE here stands for Pointer Encoding.
Jakub