OSDN Git Service

*** empty log message ***
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Jul 1992 12:27:11 +0000 (12:27 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Jul 1992 12:27:11 +0000 (12:27 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1617 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in
gcc/libgcc2.c

index ac82d88..5d6fc76 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 8a136c6..ed0d600 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