libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD if not defined.
authorJakub Jelinek <jakub@redhat.com>
Mon, 27 Mar 2000 11:43:01 +0000 (13:43 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 27 Mar 2000 11:43:01 +0000 (13:43 +0200)
* libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
if not defined.

From-SVN: r32763

gcc/ChangeLog
gcc/libgcc2.h

index d5d905b86f73f13b5cb34159c0d834386c2216b6..f5cef120822b3951c88e5891d98a14a7f39a36ef 100644 (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.
index a404d168280bf58685d84b5c73e92be5e3867b3c..652427f311b7573a5e109e33a2a46d0d31b97894 100644 (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