This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] Remove reload.h from genconditions
- From: Jerry Quinn <jlquinn at optonline dot net>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 14 Jun 2004 00:04:09 -0400
- Subject: [patch] Remove reload.h from genconditions
This follows up on
http://gcc.gnu.org/ml/gcc-patches/2004-06/msg00230.html after having
build cc1 for the different architectures. Here are the target
configs I successfully built cc1 for:
alpha-pc-linux-gnu
arc-x-elf
arm-x-elf
avr
c4x-x-elf
cris
fr30-x-elf
frv-x-elf
h8300
i386-pc-linux-gnu
i860-x-sysv4
ia64-x-linux
ip2k-x-elf
iq2000-x-elf
m32r-x-elf
m68hc11
m68k-x-rtems
mcore
mips-x-elf
mmix
mn10300
ns32k-x-netbsd
hppa2.0-x-hpux11
pdp11
powerpc-x-darwin
s390
sh
sparc
stormy16
v850
vax-x-bsd
xtensa-x-elf
2004-06-13 Jerry Quinn <jlquinn@optonline.net>
* genconditions.c: Remove reload.h.
--- genconditions.c.~1.10.~ 2004-06-11 01:28:04.000000000 -0400
+++ genconditions.c 2004-06-13 14:42:34.000000000 -0400
@@ -107,7 +107,6 @@
#include \"hard-reg-set.h\"\n\
#include \"resource.h\"\n\
#include \"toplev.h\"\n\
-#include \"reload.h\"\n\
#include \"gensupport.h\"\n");
if (saw_eh_return)