diff options
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/Makefile.in | 22 | ||||
-rw-r--r-- | gcc/config.h | 24 | ||||
-rwxr-xr-x | gcc/config/i386/xm-i386.h | 34 |
3 files changed, 24 insertions, 56 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index d64f33d..24812fb 100755 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1455,77 +1455,77 @@ genconfig : genconfig.o $(HOST_RTL) $(HOST_PRINT) $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \ genconfig.o $(HOST_RTL) $(HOST_PRINT) -genconfig.o : genconfig.c $(RTL_H) $(build_xm_file) system.h +genconfig.o : genconfig.c $(RTL_H) config.h system.h $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genconfig.c genflags : genflags.o $(HOST_RTL) $(HOST_PRINT) $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \ genflags.o $(HOST_RTL) $(HOST_PRINT) -genflags.o : genflags.c $(RTL_H) $(build_xm_file) system.h +genflags.o : genflags.c $(RTL_H) config.h system.h $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genflags.c gencodes : gencodes.o $(HOST_RTL) $(HOST_PRINT) $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \ gencodes.o $(HOST_RTL) $(HOST_PRINT) -gencodes.o : gencodes.c $(RTL_H) $(build_xm_file) system.h +gencodes.o : gencodes.c $(RTL_H) config.h system.h $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/gencodes.c genemit : genemit.o $(HOST_RTL) $(HOST_PRINT) $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \ genemit.o $(HOST_RTL) $(HOST_PRINT) -genemit.o : genemit.c $(RTL_H) $(build_xm_file) system.h +genemit.o : genemit.c $(RTL_H) config.h system.h $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genemit.c genopinit : genopinit.o $(HOST_RTL) $(HOST_PRINT) $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \ genopinit.o $(HOST_RTL) $(HOST_PRINT) -genopinit.o : genopinit.c $(RTL_H) $(build_xm_file) system.h +genopinit.o : genopinit.c $(RTL_H) config.h system.h $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genopinit.c genrecog : genrecog.o $(HOST_RTL) $(HOST_PRINT) $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \ genrecog.o $(HOST_RTL) $(HOST_PRINT) -genrecog.o : genrecog.c $(RTL_H) $(build_xm_file) system.h +genrecog.o : genrecog.c $(RTL_H) config.h system.h $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genrecog.c genextract : genextract.o $(HOST_RTL) $(HOST_PRINT) $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \ genextract.o $(HOST_RTL) $(HOST_PRINT) -genextract.o : genextract.c $(RTL_H) $(build_xm_file) system.h insn-config.h +genextract.o : genextract.c $(RTL_H) config.h system.h insn-config.h $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genextract.c genpeep : genpeep.o $(HOST_RTL) $(HOST_PRINT) $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \ genpeep.o $(HOST_RTL) $(HOST_PRINT) -genpeep.o : genpeep.c $(RTL_H) $(build_xm_file) system.h +genpeep.o : genpeep.c $(RTL_H) config.h system.h $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genpeep.c genattr : genattr.o $(HOST_RTL) $(HOST_PRINT) $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \ genattr.o $(HOST_RTL) $(HOST_PRINT) -genattr.o : genattr.c $(RTL_H) $(build_xm_file) system.h +genattr.o : genattr.c $(RTL_H) config.h system.h $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genattr.c genattrtab : genattrtab.o $(HOST_RTL) $(HOST_PRINT) $(HOST_RTLANAL) $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \ genattrtab.o $(HOST_RTL) $(HOST_PRINT) $(HOST_RTLANAL) -genattrtab.o : genattrtab.c $(RTL_H) $(build_xm_file) system.h insn-config.h +genattrtab.o : genattrtab.c $(RTL_H) config.h system.h insn-config.h $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genattrtab.c genoutput : genoutput.o $(HOST_RTL) $(HOST_PRINT) $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \ genoutput.o $(HOST_RTL) $(HOST_PRINT) -genoutput.o : genoutput.c $(RTL_H) $(build_xm_file) system.h +genoutput.o : genoutput.c $(RTL_H) config.h system.h $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genoutput.c gengenrtl : gengenrtl.o diff --git a/gcc/config.h b/gcc/config.h index eb43651..f2a8a06 100644 --- a/gcc/config.h +++ b/gcc/config.h @@ -1,12 +1,14 @@ #include "gansidecl.h" -#include "i386/xm-i386.h" -#include "arm/telf.h" -#ifndef HAVE_ATEXIT -#define HAVE_ATEXIT -#endif -#ifndef POSIX -#define POSIX -#endif -#ifndef BSTRING -#define BSTRING -#endif + +/* #defines that need visibility everywhere. */ +#define FALSE 0 +#define TRUE 1 + +/* This describes the machine the compiler is hosted on. */ +#define HOST_BITS_PER_CHAR 8 +#define HOST_BITS_PER_SHORT 16 +#define HOST_BITS_PER_INT 32 +#define HOST_BITS_PER_LONG 32 +#define HOST_BITS_PER_LONGLONG 64 + +#include "arm/telf.h"
\ No newline at end of file diff --git a/gcc/config/i386/xm-i386.h b/gcc/config/i386/xm-i386.h deleted file mode 100755 index 591d5ac..0000000 --- a/gcc/config/i386/xm-i386.h +++ /dev/null @@ -1,34 +0,0 @@ -/* Configuration for GNU C-compiler for Intel 80386. - Copyright (C) 1988, 1993 Free Software Foundation, Inc. - -This file is part of GNU CC. - -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. - -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ - -#ifndef i386 -#define i386 -#endif - -/* #defines that need visibility everywhere. */ -#define FALSE 0 -#define TRUE 1 - -/* This describes the machine the compiler is hosted on. */ -#define HOST_BITS_PER_CHAR 8 -#define HOST_BITS_PER_SHORT 16 -#define HOST_BITS_PER_INT 32 -#define HOST_BITS_PER_LONG 32 -#define HOST_BITS_PER_LONGLONG 64 |