[gcjx] Patch: FYI: remove temporary #define
Tom Tromey
tromey@redhat.com
Thu Jan 13 03:58:00 GMT 2005
I'm checking this in on the gcjx branch.
This removes a temporary define from the glue header. It is no longer
needed now that we can get the real gcc configure information.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* glue.hh (TARGET_VTABLE_USES_DESCRIPTORS): Removed.
Index: glue.hh
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/Attic/glue.hh,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 glue.hh
--- glue.hh 13 Jan 2005 03:40:26 -0000 1.1.2.1
+++ glue.hh 13 Jan 2005 03:57:15 -0000
@@ -74,11 +74,6 @@
#undef get_identifier
-
-// FIXME: temporary
-#define TARGET_VTABLE_USES_DESCRIPTORS 0
-
-
// Now include things from gcjx.
#include "typedefs.hh"
#include "tree/builtins.hh"
More information about the Java-patches
mailing list