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]
Other format: [Raw text]

Re: [patch] Include dependencies in expr.h, Take 2


+ALIAS_H = alias.h
+EMIT_H = emit.h
+EXPR_H = expr.h insn-config.h function.h $(RTL_H) flags.h $(TREE_H) $(MACHMODE_H) $(EXPR_H)

Typo in EXPR_H


--- oldgcc/emit.h	2004-05-25 17:46:15.000000000 -0400
+++ gcc/emit.h	2004-05-25 15:48:27.000000000 -0400
@@ -0,0 +1,48 @@
+/* Exported functions from emit-rtl.c

I'd prefer emit-rtl.h, especially now that tree functionalities are richer, though the final judgement call is to the one who approves the patch.


Paolo


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