re PR middle-end/46500 (target.h includes tm.h)
authorJoern Rennecke <joern.rennecke@embecosm.com>
Mon, 30 May 2011 12:11:03 +0000 (12:11 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Mon, 30 May 2011 12:11:03 +0000 (13:11 +0100)
PR middle-end/46500
gcc/java:
* expr.c: Include "tm.h" .

From-SVN: r174431

gcc/java/ChangeLog
gcc/java/expr.c

index 62add859dd71939dc83a7191fced7bc78a482928..1e50bc86e6c84affbe06aea31cb4ff17a4144918 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-30  Joern Rennecke  <joern.rennecke@embecosm.com>
+
+       PR middle-end/46500
+       * expr.c: Include "tm.h" .
+
 2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>
 
        * decl.c (poplevel): Don't access TREE_TYPE of BLOCKs.
index b9293e0ca4e98ec84c152e57ae7e7645161a6332..6f43b1949dd910399a99246ff9baa19198880790 100644 (file)
@@ -1,6 +1,6 @@
 /* Process expressions for the GNU compiler for the Java(TM) language.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
+   2005, 2006, 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -27,6 +27,12 @@ The Free Software Foundation is independent of Sun Microsystems, Inc.  */
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
+#include "tm.h"                        /* For INT_TYPE_SIZE,
+                                  TARGET_VTABLE_USES_DESCRIPTORS,
+                                  BITS_PER_UNIT,
+                                  MODIFY_JNI_METHOD_CALL and
+                                  PARM_BOUNDARY.  */
+                                  
 #include "tree.h"
 #include "flags.h"
 #include "java-tree.h"