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] Symbol Separation - Take 2


Devang Patel <dpatel@apple.com> writes:

>   2003-07-14  Devang Patel  <dpatel@apple.com>
>
>          * cppss.c : New file.
...

> #include "config.h"
> #include "system.h"
> #include "coretypes.h"
> #include "tm.h"
> #include "cpplib.h"
> #include "cpphash.h"

New files which are part of cpplib may not include coretypes.h nor
tm.h anymore.  This is a very recent requirement so it's not your
fault - you did this development earlier - but you must still find
a way to avoid including those headers before the patch can go in.

I have not looked at the rest of the patch.

zw


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