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: breaking cris-elf build with "Re: [RTL] move rtl diagnostics out of toplev.h"


On Wed, Jun 30, 2010 at 4:17 PM, Manuel LÃpez-IbÃÃez
<lopezibanez@gmail.com> wrote:
> BTW, is there a rule against targets including the headers that they
> need. Can .md files include headers?

rs6000 uses exact_log2 in its constraints.md.  This works because
genpreds.c creates a source file which includes toplev.h.  See
genpreds.c:1340.  I think someone should go through those includes
also.

Thanks,
Andrew Pinski


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