>>>>> "Volker" == Volker Reichelt <[EMAIL PROTECTED]> writes:

Volker> your patch http://gcc.gnu.org/ml/java-patches/2006-q3/msg00264.html
Volker> broke bootstrap (at least on x86_64-unknown-linux-gnu):

I'm very sorry about this.  I know it must not seem like it, but I
really did build with this patch.  I don't know what went wrong, but I
assume it is some mistake of mine.

I'm checking the appended subset of Mark's patch.
The other part, I believe, I have already taken care of.

Tom

Index: ChangeLog
from  Mark Wielaard  <[EMAIL PROTECTED]>

        * jvmti.cc: Include gcj/method.h.

Index: jvmti.cc
===================================================================
--- jvmti.cc    (revision 115942)
+++ jvmti.cc    (working copy)
@@ -16,6 +16,8 @@
 #include <java-gc.h>
 #include <jvmti.h>
 
+#include <gcj/method.h>
+
 #include <gnu/classpath/SystemProperties.h>
 #include <gnu/gcj/runtime/BootClassLoader.h>
 #include <java/lang/Class.h>

Reply via email to