This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Unwind fde-glibc
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Bo Thorsen <bo at sonofthor dot dk>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 26 Mar 2002 11:37:18 +0100
- Subject: Re: Unwind fde-glibc
- References: <20020326094049.9133B10F032@pluto.sonofthor.dk>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Tue, Mar 26, 2002 at 10:40:49AM +0100, Bo Thorsen wrote:
> In unwind-dw2-fde-glibc.c, there is almost the exact same code as in
> config/ia64/fde-glibc.c.
It is different, config/ia64/fde-glibc.c works with PT_IA64_UNWIND stuff
while unwind-dw2-fde-glibc.c with PT_GNU_EH_FRAME (the segments
differ quite a bit).
> It's also ia64 specific, even though it's placed in the gcc dir.
It is not ia64 specific, gcc/unwind-dw2-fde-glibc.c is for all non-IA-64
targets where gcc is configured under recent binutils and recent glibc.
Jakub