This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Update a use of register_include_chains in fix-header.c
- From: Kaz Kojima <kkojima at rr dot iij4u dot or dot jp>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 24 Jan 2006 09:01:34 +0900 (JST)
- Subject: Re: Update a use of register_include_chains in fix-header.c
- References: <20060124.084810.35795037.kkojima@rr.iij4u.or.jp>
> An extra parameter is added to c-incpath.c:register_include_chains
> at revision 110037 but fix-header.c:read_scan_file calls it without
> this new parameter. It causes a build failure on sh-elf:
[snip]
> The attached patch is to fix it. Bootstrapped and regtested
> with the toplevel "make -k check" on i686-pc-linux-gnu and
> sh4-unknown-linux-gnu.
> Ok for the trunk?
Argh. I've just found that Adam Nemet had proposed a fix for
this problem and Mark approves it. Sorry for adding noise to
the list.
Regards,
kaz