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: remove temporary #define


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"


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