This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: misc patch function.h
Richard Henderson wrote:
>
> On Sun, Dec 30, 2001 at 06:33:15AM +0000, Graham Stott wrote:
> > I've got some more patches for other cruff in other files if these
> > are acceptable for 3.1
>
> Yes they are. Removing these is preapproved.
>
> r~
Thanks.
One thing I noticed while looking at replacing all uses of "struct rtx_def *"
with "rtx" and "union tree_node *" with "tree" is in order to also do this in
the backend headers files the typedefs for "tree, rtx, rtvec" need to be moved
from system.h to the "config.h, hconfig.h and tconfig.h" files because these
backend files get included before system.h
Would a patch to mkconfig.sh to output these forward defs for these be acceptable?
Grahan