This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: Include platform.h in gnu/gcj/runtime/natStackTrace.cc
>>>>> "Ranjit" == Ranjit Mathew <rmathew@hotmail.com> writes:
Ranjit> I agree totally with what you say and the configure.in thingy is what
Ranjit> I had done on my first attempt. However, you must realise that we also
Ranjit> need the prototype for backtrace( ) which doesn't belong to config.h
Ranjit> AFAICT.
We can do both: move the definition of HAVE_BACKTRACE into
configure.in, and also include platform.h in natStackTrace.cc. I know
the former isn't really touched by your original patch, but it would
be helpful if you could do it anyway.
Tom