Don't write to inferior_ptid in target.c
[deliverable/binutils-gdb.git] / libdecnumber / dpd / decimal128Symbols.h
index da9d76beaf6ae5c66986032d0427735cba875991..b30687c2b4b87380423b8d1c8caf6760984deff3 100644 (file)
 #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
This page took 0.032534 seconds and 4 git commands to generate.