Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-03-27 | libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD if not defined. | Jakub Jelinek | 1 | -0/+4 | |
* libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD if not defined. From-SVN: r32763 | |||||
2000-03-27 | * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD. | Richard Kenner | 1 | -4/+4 | |
From-SVN: r32762 | |||||
2000-03-16 | libgcc2.h: Move prototypes above macros with the same name. | Kaveh R. Ghazi | 1 | -51/+54 | |
* libgcc2.h: Move prototypes above macros with the same name. Wrap some function prototypes in the conditional which indicates whether they are supported, i.e. "BITS_PER_UNIT == 8". From-SVN: r32594 | |||||
2000-03-09 | libgcc2.h: New file. | Kaveh R. Ghazi | 1 | -0/+292 | |
* libgcc2.h: New file. * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h. From-SVN: r32440 |