summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--stdlib/fpioconst.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 76ee52a0af..de03e79f70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
1999-05-06 Thorsten Kukuk <kukuk@suse.de>
+ * stdlib/fpioconst.c (__tens): Export also for 64bit platforms.
* stdlib/fpioconst.c: Move #endif before end of struct.
1999-05-05 Ulrich Drepper <drepper@cygnus.com>
diff --git a/stdlib/fpioconst.c b/stdlib/fpioconst.c
index 67c42ede02..50d4537e02 100644
--- a/stdlib/fpioconst.c
+++ b/stdlib/fpioconst.c
@@ -231,7 +231,7 @@ const mp_limb_t __tens[] =
/* Table with constants of 10^(2^i), i=0..12 for 64-bit limbs. */
-static const mp_limb_t __tens[] =
+const mp_limb_t __tens[] =
{
#define TENS_P0_IDX 0
#define TENS_P0_SIZE 2