decCommonSymbols.h: Commit.

* decCommonSymbols.h: Commit.
        * decDPDSybmols.h: Commit.

From-SVN: r131831
This commit is contained in:
Janis Johnson 2008-01-25 18:47:12 +00:00 committed by Janis Johnson
parent 346b24c0a5
commit 7fa4b30a16
3 changed files with 27 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2008-01-25 Janis Johnson <janis187@us.ibm.com>
* decCommonSymbols.h: Commit.
* decDPDSybmols.h: Commit.
* Makefile.in (libdecnumber_a_SOURCES): List Symbols headers.
* decCommonSymbols.h: New file.
* decCommon.c: Include it.

View File

@ -0,0 +1,9 @@
#if !defined(DECCOMMONSYMBOLS)
#define DECCOMMONSYMBOLS
#ifdef IN_LIBGCC2
#define DECCOMBFROM __decCOMBFROM
#define DECCOMBMSD __decCOMBMSD
#endif
#endif

View File

@ -0,0 +1,15 @@
#if !defined(DECDPDSYMBOLS)
#define DECDPDSYMBOLS
#ifdef IN_LIBGCC2
#define BCD2DPD __decBCD2DPD
#define BIN2BCD8 __decBIN2BCD8
#define BIN2CHAR __decBIN2CHAR
#define BIN2DPD __decBIN2DPD
#define DPD2BCD8 __decDPD2BCD8
#define DPD2BIN __decDPD2BIN
#define DPD2BINK __decDPD2BINK
#define DPD2BINM __decDPD2BINM
#endif
#endif