diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-07-17 08:27:11 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-07-17 08:27:11 -0400 |
commit | bfe655f9bf20429242d77ac5ee223f11fc19d5ac (patch) | |
tree | 443968e95e0c75459d4050ddbdba4211daa8260a | |
parent | f3964bb8a3b4262473d1237707ca7388a17e3174 (diff) | |
download | gcc-bfe655f9bf20429242d77ac5ee223f11fc19d5ac.zip gcc-bfe655f9bf20429242d77ac5ee223f11fc19d5ac.tar.gz gcc-bfe655f9bf20429242d77ac5ee223f11fc19d5ac.tar.bz2 |
*** empty log message ***
From-SVN: r1617
-rw-r--r-- | gcc/Makefile.in | 2 | ||||
-rw-r--r-- | gcc/libgcc2.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index ac82d88..5d6fc76 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 8a136c6..ed0d600 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -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 |