This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Unwind fde-glibc


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]