Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * config/dfp-bit.h (LIBGCC2_WORDS_BIG_ENDIAN): Define. | Ben Elliston | 2006-03-06 | 1 | -0/+4 |
| | | | | From-SVN: r111753 | ||||
* | * config/dfp-bit.h (CMPtype): Typedef to a word mode integer. | Ben Elliston | 2006-03-06 | 1 | -4/+2 |
| | | | | From-SVN: r111750 | ||||
* | Makefile.in (D32PBIT_FUNCS): New. | Ben Elliston | 2006-01-18 | 1 | -0/+511 |
* Makefile.in (D32PBIT_FUNCS): New. (D64PBIT_FUNCS, D128PBIT_FUNCS): Likewise. (libgcc.mk): Set D32PBIT, D64PBIT, D128PBIT, D32PBIT_FUNCS, D64PBIT_FUNCS and D128PBIT_FUNCS. (LIBGCC_DEPS): Include $(D32PBIT), $(D64PBIT), $(D128PBIT). * mklibgcc.in Bring in the DFP support code if D32PBIT, D64PBIT or D128PBIT are set. (decnumber_dep): Define. * doc/libgcc.texi (Decimal float library routines): New node. * config/dfp-bit.h, config/dfp-bit.c: New files. From-SVN: r109856 |