]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libdecnumber/decCommonSymbols.h
Imported gcc-4.4.3
[msp430-gcc.git] / libdecnumber / decCommonSymbols.h
diff --git a/libdecnumber/decCommonSymbols.h b/libdecnumber/decCommonSymbols.h
new file mode 100644 (file)
index 0000000..ee01652
--- /dev/null
@@ -0,0 +1,9 @@
+#if !defined(DECCOMMONSYMBOLS)
+#define DECCOMMONSYMBOLS
+
+#ifdef IN_LIBGCC2
+#define DECCOMBFROM __decCOMBFROM
+#define DECCOMBMSD __decCOMBMSD
+#endif
+
+#endif