]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - libdecnumber/decDPDSymbols.h
[binutils, ARM, 4/16] BF insns infrastructure with array of relocs in struct arm_it
[thirdparty/binutils-gdb.git] / libdecnumber / decDPDSymbols.h
1 #if !defined(DECDPDSYMBOLS)
2 #define DECDPDSYMBOLS
3
4 #ifdef IN_LIBGCC2
5 #define BCD2DPD __decBCD2DPD
6 #define BIN2BCD8 __decBIN2BCD8
7 #define BIN2CHAR __decBIN2CHAR
8 #define BIN2DPD __decBIN2DPD
9 #define DPD2BCD8 __decDPD2BCD8
10 #define DPD2BIN __decDPD2BIN
11 #define DPD2BINK __decDPD2BINK
12 #define DPD2BINM __decDPD2BINM
13 #endif
14
15 #endif