mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-26 04:31:03 +00:00
8ed1e7d589
* configure.in: Compute sizeof-long-double. * configure: Regenerated. * config.make.in: Make sizeof-long-double available to sub-makes. In libc/soft-fp/: * soft-fp.h (_FP_ROUND_ZERO): Cast 0 to void before using it as a statement. * sysdeps/powerpc/Makefile (routines): New file. * sysdeps/powerpc/q_*: New files. 2000-03-03 Geoff Keating <geoffk@cygnus.com> * configure.in: Compute sizeof-long-double. * configure: Regenerated. * config.make.in: Make sizeof-long-double available to sub-makes.
9 lines
273 B
Plaintext
9 lines
273 B
Plaintext
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;
|
|
}
|