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 08:45:11PM +0200, Franz Sirl wrote:
> /usr/lib/gcc-lib/ppc-linux/3.0.1/libgcc.a(unwind-dw2.o): In function 
> `__frame_state_for':
> /cvsx/rawhide/BUILD/gcc-3.0.1/gcc/unwind-dw2.c(.text+0x12ac): multiple 
> definition of `__frame_state_for'
> /cvsx/rawhide/BUILD/glibc-2.2.3/build-ppc-linux/libc_pic.os:/cvsx/rawhide/BUILD/glibc-2.2.3/elf/../sysdeps/generic/framestate.c:28: 
> first defined here
> /usr/bin/ld: Warning: size of symbol `__frame_state_for' changed from 160 to 
> 292 in unwind-dw2.o
> collect2: ld returned 1 exit status
> make[1]: *** [/cvsx/rawhide/BUILD/glibc-2.2.3/build-ppc-linux/libc.so] Error 1
> 
> Any ideas?

unwind-dw2.o should not make it into libc.so, but apparently something (most
probably unwind-dw2-fde.o) drags it in.
Will check this out tomorrow and attempt to fix it.

	Jakub


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