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: [RFC] [PATCH] Move cpplib out of the gcc directory


I see no strong reaons to put it in libiberty -- it always looked to
me that its place was with CPP and the fact that some front-end like C
or C++ had some fuzzy knowledge about it was unfortunate.

It's not fuzzy knowledge. It is used as a fast string hash table by stringpool.c, so libcpp.a will now be linked in all backends.


Though, Fortran will only include the hashtable.c bits and Java will only include hashtable.c+mkdeps.c.

Paolo


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