libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD if not defined.

* libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
	if not defined.

From-SVN: r32763
This commit is contained in:
Jakub Jelinek 2000-03-27 13:43:01 +02:00 committed by Jakub Jelinek
parent aa63d24463
commit 32b32c8f62
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-03-27 Jakub Jelinek <jakub@redhat.com>
* libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
if not defined.
Mon Mar 27 06:04:22 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.

View File

@ -74,6 +74,10 @@ extern short int __get_eh_table_version (struct exception_descriptor *);
#define LIBGCC2_LONG_DOUBLE_TYPE_SIZE LONG_DOUBLE_TYPE_SIZE
#endif
#ifndef MIN_UNITS_PER_WORD
#define MIN_UNITS_PER_WORD UNITS_PER_WORD
#endif
/* In the first part of this file, we are interfacing to calls generated
by the compiler itself. These calls pass values into these routines
which have very specific modes (rather than very specific types), and