This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: [PATCH] Export _Unwind_Find_FDE from glibc (GCC 3.0.1 vs GLIBC 2.2.4 solution part)


On Sat, Jul 21, 2001 at 10:31:27PM +0200, Mark Kettenis wrote:
> 
>    I've tried this patch with current gcc-3.0.1cvs but glibc compiilation on 
>    powerpc bombs out like this:
> 
> What's causing the extraction of unwind-dw2.o from libgcc.a?  That's
> exactly the bit of code that we want to keep out of libc.

# nm unwind-dw2-fde.o  | grep " U "
                 U _GLOBAL_OFFSET_TABLE_
                 U _Unwind_GetDataRelBase
                 U _Unwind_GetRegionStart
                 U _Unwind_GetTextRelBase
                 U abort
                 U free
                 U malloc
                 U strlen
# nm unwind-dw2.o  | grep "_Unwind_GetDataRelBase"
00000000000002c0 T _Unwind_GetDataRelBase


H.J.


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