aboutsummaryrefslogtreecommitdiff
path: root/soft-fp/sysdeps/powerpc/Versions
diff options
context:
space:
mode:
authorGeoff Keating <geoffk@cygnus.com>2000-03-04 03:36:14 +0000
committerGeoff Keating <geoffk@cygnus.com>2000-03-04 03:36:14 +0000
commit8ed1e7d5894000c155acbd06ffd2ba07ea9f718b (patch)
treeb9555e693953f12cd6a0a4f533922db17513d8b0 /soft-fp/sysdeps/powerpc/Versions
parent706546ff10e0979cf49d002c03334810663b655f (diff)
downloadglibc-8ed1e7d5894000c155acbd06ffd2ba07ea9f718b.tar
glibc-8ed1e7d5894000c155acbd06ffd2ba07ea9f718b.tar.gz
glibc-8ed1e7d5894000c155acbd06ffd2ba07ea9f718b.tar.bz2
glibc-8ed1e7d5894000c155acbd06ffd2ba07ea9f718b.zip
In libc/:
* 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.
Diffstat (limited to 'soft-fp/sysdeps/powerpc/Versions')
-rw-r--r--soft-fp/sysdeps/powerpc/Versions8
1 files changed, 8 insertions, 0 deletions
diff --git a/soft-fp/sysdeps/powerpc/Versions b/soft-fp/sysdeps/powerpc/Versions
new file mode 100644
index 0000000000..242aaf99cd
--- /dev/null
+++ b/soft-fp/sysdeps/powerpc/Versions
@@ -0,0 +1,8 @@
+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;
+}