This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[gcjx] Patch: FYI: remove temporary #define
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 12 Jan 2005 20:53:30 -0700
- Subject: [gcjx] Patch: FYI: remove temporary #define
- Reply-to: tromey at redhat dot com
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"