This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: RFC: Nuke xref code in GCJ
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
Ranjit> Thanks. Both Per and Tom also seemed to
Ranjit> favour removing the xref code:
Ranjit> http://gcc.gnu.org/ml/java-patches/2004-q4/msg00683.html
Ranjit> If they still do not have any objections,
Ranjit> I'll prepare a patch to get rid of this code.
It is fine with me. AFAIK nobody has used this code in years.
As I recall it was written to support Source Navigator.
If it is important I would suggest someone write a gcjx back end to
generate this info. That would be simple and, most likely, more
robust.
Tom