15 changed files with 89 additions and 16 deletions
@ -0,0 +1,9 @@ |
|||
#if !defined(DECCOMMONSYMBOLS) |
|||
#define DECCOMMONSYMBOLS |
|||
|
|||
#ifdef IN_LIBGCC2 |
|||
#define DECCOMBFROM __decCOMBFROM |
|||
#define DECCOMBMSD __decCOMBMSD |
|||
#endif |
|||
|
|||
#endif |
|||
@ -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 |
|||
Loading…
Reference in new issue