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: eliminate warnings from c-opts.c


On Sun, Jul 22, 2007 at 07:27:18AM +1000, Ben Elliston wrote:
> While I was at it, I found the internals manual contained a FIXME
> comment about the tm_p.h header that doesn't seem right to me:
> 
>   FIXME: why is such a separate header necessary?
> 
> Unless I'm mistaken, it is done this way so that GCC sources can include
> an independently named "tm_p.h" without needing to know the name of the
> <machine>-protos.h header.  However, this seems too obvious, so I
> suspect I'm wrong.  :-)

I think the question is relative to tm.h (and it has something to do
with which files include one and not the other).

-- 
Daniel Jacobowitz
CodeSourcery


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