X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=libdecnumber%2Fdpd%2Fdecimal128Symbols.h;h=b30687c2b4b87380423b8d1c8caf6760984deff3;hb=a0776b131d7a154125fdc4d22b1dda967c790ae9;hp=da9d76beaf6ae5c66986032d0427735cba875991;hpb=f5bc1778c3150f6e9364a1af81f3ba2658f9e68c;p=deliverable%2Fbinutils-gdb.git diff --git a/libdecnumber/dpd/decimal128Symbols.h b/libdecnumber/dpd/decimal128Symbols.h index da9d76beaf..b30687c2b4 100644 --- a/libdecnumber/dpd/decimal128Symbols.h +++ b/libdecnumber/dpd/decimal128Symbols.h @@ -11,6 +11,16 @@ #define decimal128ToEngString __decimal128ToEngString #define decimal128ToNumber __decimal128ToNumber #define decimal128ToString __decimal128ToString +#define COMBEXP __decnnCOMBEXP +#define COMBMSD __decnnCOMBMSD + +/* DPD2BIN and BIN2DPD are used in support for decimal32/decimal64/decimal128 + and also in support for decSingle/decDouble/decQuad. Rename them in case + both types of support are used in the same executable. */ +#undef DPD2BIN +#define DPD2BIN __decnnDPD2BIN +#undef BIN2DPD +#define BIN2DPD __decnnBIN2DPD #endif #endif