summaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>2015-07-15 19:50:23 +0000
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>2015-07-15 19:50:23 +0000
commite51764ad68e804d62247ccae42d046af58cefe47 (patch)
tree1913cdbdd39a4acb37f3c7f164d6e2ede684023c /gcc/java
parenta68026c8caad66299633eb2c79917738af62ccf0 (diff)
downloadgcc-e51764ad68e804d62247ccae42d046af58cefe47.tar.gz
2015-07-15 Andrew MacLeod <amacleod@redhat.com>
* opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't include input.h. * opts.c: Remove multiline #include comment. 2015-07-15 Andrew MacLeod <amacleod@redhat.com> * java/expr.c: Remove multiline #include comment. 2015-07-15 Andrew MacLeod <amacleod@redhat.com> * fortran/trans-types.c: Remove multiline #include comment. 2015-07-15 Andrew MacLeod <amacleod@redhat.com> * c-family/c-opts.c: Remove multiline #include comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225846 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/expr.c7
2 files changed, 5 insertions, 6 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index c64d3c9e97b..1414c479359 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-15 Andrew MacLeod <amacleod@redhat.com>
+
+ * expr.c: Remove multiline #include comment.
+
2015-07-12 Aldy Hernandez <aldyh@redhat.com>
* class.c: Fix double word typos.
diff --git a/gcc/java/expr.c b/gcc/java/expr.c
index 0af90680fc7..37a705c855f 100644
--- a/gcc/java/expr.c
+++ b/gcc/java/expr.c
@@ -26,12 +26,7 @@ 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 "tm.h"
#include "alias.h"
#include "tree.h"
#include "fold-const.h"