mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
f5bc1778c3
* libdecnumber: New directory, imported from GCC.
17 lines
518 B
C
17 lines
518 B
C
#if !defined(DECIMAL64SYMBOLS)
|
|
#define DECIMAL64SYMBOLS
|
|
|
|
#ifdef IN_LIBGCC2
|
|
#define decDigitsFromDPD __decDigitsFromDPD
|
|
#define decDigitsToDPD __decDigitsToDPD
|
|
#define decimal64Canonical __decimal64Canonical
|
|
#define decimal64FromNumber __decimal64FromNumber
|
|
#define decimal64FromString __decimal64FromString
|
|
#define decimal64IsCanonical __decimal64IsCanonical
|
|
#define decimal64ToEngString __decimal64ToEngString
|
|
#define decimal64ToNumber __decimal64ToNumber
|
|
#define decimal64ToString __decimal64ToString
|
|
#endif
|
|
|
|
#endif
|