summaryrefslogtreecommitdiff
path: root/gas/bignum.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/bignum.h')
-rw-r--r--gas/bignum.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/gas/bignum.h b/gas/bignum.h
index 31c48c30395..fea604c78d1 100644
--- a/gas/bignum.h
+++ b/gas/bignum.h
@@ -1,5 +1,5 @@
/* bignum.h-arbitrary precision integers
- Copyright 1987, 1992, 2003 Free Software Foundation, Inc.
+ Copyright 1987, 1992, 2003, 2005 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -39,14 +39,3 @@
#endif
typedef unsigned short LITTLENUM_TYPE;
-
-/* JF truncated this to get around a problem with GCC */
-#define LOG_TO_BASE_2_OF_10 (3.3219280948873623478703194294893901758651)
-/* WARNING: I haven't checked that the trailing digits are correct! */
-
-/* lengths are in sizeof(littlenum)s */
-
-int bignum_copy (LITTLENUM_TYPE * in, int in_length,
- LITTLENUM_TYPE * out, int out_length);
-
-/* end of bignum.h */