This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Generate md_constants in insn-config.h, not insn-codes.h


On Nov 22, 2000, Alexandre Oliva <aoliva@redhat.com> wrote:

> 	* alias.c, calls.c, resource.c, rtlanal.c: Include insn-config.h.

Oops, I had missed a similar entry for varasm.c, that I had failed to
copy to the patch file I posted:

	* varasm.c: Likewise.
Index: gcc/varasm.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/varasm.c,v
retrieving revision 1.145
diff -u -p -r1.145 varasm.c
--- gcc/varasm.c 2000/11/22 01:52:14 1.145
+++ gcc/varasm.c 2000/11/22 21:05:37
@@ -48,6 +48,7 @@ Boston, MA 02111-1307, USA.  */
 #include "c-pragma.h"
 #include "ggc.h"
 #include "tm_p.h"
+#include "insn-config.h"
 
 #ifdef XCOFF_DEBUGGING_INFO
 #include "xcoffout.h"


-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]