*** empty log message ***
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 17 Jul 1992 12:27:11 +0000 (08:27 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 17 Jul 1992 12:27:11 +0000 (08:27 -0400)
From-SVN: r1617

gcc/Makefile.in
gcc/libgcc2.c

index ac82d88862123b78a435080d72bd8fc3532b3f3f..5d6fc767e17d459a70d448b287d247527c2fe250 100644 (file)
@@ -588,7 +588,7 @@ libgcc2.ready: $(GCC_PASSES) $(CROSS_TOOLS)
        fi
 
 libgcc2.a: libgcc2.c libgcc2.ready $(CONFIG_H) $(LIB2FUNCS_EXTRA) \
-   longlong.h gbl-ctors.h config.status
+   machmode.h longlong.h gbl-ctors.h config.status
 # Actually build it in tmplibgcc2.a, then rename at end,
 # so that libgcc2.a itself remains nonexistent if compilation is aborted.
        -rm -f tmplibgcc2.a
index 8a136c696f426aeebb63708522a94a6a6627f69b..ed0d600c43d58414dd52f4a6ed3730895d418112 100644 (file)
@@ -29,6 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    do not apply.  */
 
 #include "tconfig.h"
+#include "machmode.h"
 #ifndef L_trampoline
 #include "gstddef.h"
 #endif