aboutsummaryrefslogtreecommitdiff
path: root/gcc/mips-tfile.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1999-09-21 22:31:29 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-09-21 22:31:29 +0000
commit1eb14644246b11955d31f602ffd4551cfd9af2dd (patch)
treee96a43060e00e41ba881f4ab0fb88b8029be87bf /gcc/mips-tfile.c
parentf5db61ef0b054bbdb86d1d0feceb066821288f19 (diff)
downloadgcc-1eb14644246b11955d31f602ffd4551cfd9af2dd.zip
gcc-1eb14644246b11955d31f602ffd4551cfd9af2dd.tar.gz
gcc-1eb14644246b11955d31f602ffd4551cfd9af2dd.tar.bz2
machmode.h (HOST_PTR_PRINTF): Move from here ...
* machmode.h (HOST_PTR_PRINTF): Move from here ... * system.h (HOST_PTR_PRINTF): ... to here. * mips-tfile.c: Don't include machmode.h. * Makefile.in (MACHMODE_H): New variable. Update to use it. (mips-tfile.o): Don't depend on machmode.h. From-SVN: r29568
Diffstat (limited to 'gcc/mips-tfile.c')
-rw-r--r--gcc/mips-tfile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c
index 649d11f..cbe7349 100644
--- a/gcc/mips-tfile.c
+++ b/gcc/mips-tfile.c
@@ -678,8 +678,6 @@ main ()
#include <stab.h> /* On BSD, use the system's stab.h. */
#endif /* not USG */
-#include "machmode.h"
-
#ifdef __GNU_STAB__
#define STAB_CODE_TYPE enum __stab_debug_code
#else