[PATCH] PPC libgcc compatibility

Franz Sirl Franz.Sirl-kernel@lauterbach.com
Wed May 15 05:51:00 GMT 2002


At 14:44 15.05.2002, Jakub Jelinek wrote:
>On Wed, May 15, 2002 at 02:41:59PM +0200, Franz Sirl wrote:
> > extern int64_t __fixdfdi (double);
> >
> > int64_t INTUSE (__fixdfdi) (double d)
> > {
> >    return __fixdfdi (d);
> > }
> > symbol_version (INTUSE (__fixdfdi), __fixdfdi, GLIBC_2.0);
>
>The linker won't let you do that I'm afraid.

Really? I just tried it and glibc linked fine (binutils-2.12.90.0.7). Which 
linker error would you expect?

Franz.



More information about the Libc-alpha mailing list