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


Gerald,

Thanks for your feedback.

On Thursday, July 17, 2003, at 4:35 AM, Gerald Pfeifer wrote:

+ @item -fsave-repository=@var{location}
+ @opindex fsave-repository
+ Creates a separate symbol repository at @var{location} for given input
+ header file.


Again, _how_ is that input header file given?

I included one example command line below about how to create symbol repository.


Note that this sentence
states that there is just a single such file.

Yes. In one compiler invocation you can make only one symbol repository.
However in one compiler invocation you can use more than one symbol repository.


I don't think this will show up properly in info or DVI formats.

Yes, Joseph asked me to use @enumerate.


I'll propose another patch with your inputs. I'll also include Joseph's suggestions
and fix other formatting lapses. But cpplib is changing everyday and it makes my
patch outdated very fast. I need to spend more and more time to keep it up-to
date.


So, I would like to hear comments about core-parts of implementation before
I make another patch. It is OK if core-part's approval comes with a condition to
get OK from you and Joseph about documentation before final commit.


Thank you,
-Devang


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