diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2015-07-15 19:50:23 +0000 |
---|---|---|
committer | Andrew Macleod <amacleod@gcc.gnu.org> | 2015-07-15 19:50:23 +0000 |
commit | 903f5c23c82a305a253b65883c338ea77160e2bc (patch) | |
tree | 1913cdbdd39a4acb37f3c7f164d6e2ede684023c /gcc/ChangeLog | |
parent | 852b55f9afbc31fac5d593fa2943af98e9c18533 (diff) | |
download | gcc-903f5c23c82a305a253b65883c338ea77160e2bc.zip gcc-903f5c23c82a305a253b65883c338ea77160e2bc.tar.gz gcc-903f5c23c82a305a253b65883c338ea77160e2bc.tar.bz2 |
opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't include input.h.
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.
From-SVN: r225846
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f05f82e..6186f5b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +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 Nathan Sidwell <nathan@codesourcery.com> * config/nvptx/mkoffload.c (process): Add C++ protection to |