[PATCH] Export _Unwind_Find_FDE from glibc (GCC 3.0.1 vs GLIBC 2.2.4 solution part)
H . J . Lu
hjl@lucon.org
Sun Jul 22 11:33:00 GMT 2001
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.
More information about the Libc-alpha
mailing list