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] | |
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.
Jakub
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |