This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[gcjx] Patch: FYI: hack to make gcj build
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 03 Oct 2005 19:24:42 -0600
- Subject: [gcjx] Patch: FYI: hack to make gcj build
- Reply-to: tromey at redhat dot com
I'm checking this in on the gcjx branch.
The gcj front end stopped building for some reason.
This patch fixes it; what is weird is that it ever worked.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* glue.hh (hex_value): Undef.
Index: glue.hh
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/Attic/glue.hh,v
retrieving revision 1.1.2.14
diff -u -r1.1.2.14 glue.hh
--- glue.hh 12 Sep 2005 01:49:04 -0000 1.1.2.14
+++ glue.hh 4 Oct 2005 01:29:28 -0000
@@ -91,6 +91,9 @@
// define is just an optimization. But FIXME anyway.
#undef get_identifier
+// libiberty lameness.
+#undef hex_value
+
// Now include things from gcjx.
#include "typedefs.hh"
#include "aot/aotclass.hh"