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]
Other format: [Raw text]

Re: [PATCH] PPC libgcc compatibility


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.


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