Moved from soft-fp/sysdeps/sparc/sparc32/q_itoq.c

This commit is contained in:
Andreas Jaeger 2000-09-05 08:31:52 +00:00
parent 379ed35144
commit d3d726ab8f
42 changed files with 4 additions and 14 deletions

View File

@ -63,9 +63,9 @@ _IO_old_fgetpos64 (fp, posp)
}
#ifdef weak_alias
compat_symbol (libc, _IO_old_fgetpos64, _IO_fgetpos64, GLIBC_2_0);
compat_symbol (libc, _IO_old_fgetpos64, _IO_fgetpos64, GLIBC_2_1);
strong_alias (_IO_old_fgetpos64, __old_fgetpos64)
compat_symbol (libc, __old_fgetpos64, fgetpos64, GLIBC_2_0);
compat_symbol (libc, __old_fgetpos64, fgetpos64, GLIBC_2_1);
#endif
#endif

View File

@ -61,9 +61,9 @@ _IO_old_fsetpos64 (fp, posp)
}
#ifdef weak_alias
compat_symbol (libc, _IO_old_fsetpos64, _IO_fsetpos64, GLIBC_2_0);
compat_symbol (libc, _IO_old_fsetpos64, _IO_fsetpos64, GLIBC_2_1);
strong_alias (_IO_fsetpos64, __old_fsetpos64)
compat_symbol (libc, __old_fsetpos64, _IO_fsetpos64, GLIBC_2_0);
compat_symbol (libc, __old_fsetpos64, _IO_fsetpos64, GLIBC_2_1);
#endif
#endif

2
soft-fp/configure vendored
View File

@ -1,2 +0,0 @@
# This is only to keep the GNU C library configure mechanism happy.
exit 0

View File

@ -1,8 +0,0 @@
libc {
GLIBC_2.2 {
_q_add; _q_cmp; _q_cmpe; _q_div; _q_dtoq; _q_feq; _q_fge; _q_fgt;
_q_fle; _q_flt; _q_fne; _q_itoq; _q_mul; _q_neg; _q_qtod; _q_qtoi;
_q_qtos; _q_qtou; _q_sqrt; _q_stoq; _q_sub;
_q_utoq;
_q_lltoq; _q_qtoll; _q_qtoull; _q_ulltoq;
}