This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

[gcjx] Patch: FYI: hack to make gcj build


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"


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