aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-opts.c
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2015-07-15 19:50:23 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2015-07-15 19:50:23 +0000
commit903f5c23c82a305a253b65883c338ea77160e2bc (patch)
tree1913cdbdd39a4acb37f3c7f164d6e2ede684023c /gcc/c-family/c-opts.c
parent852b55f9afbc31fac5d593fa2943af98e9c18533 (diff)
downloadgcc-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/c-family/c-opts.c')
-rw-r--r--gcc/c-family/c-opts.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/c-family/c-opts.c b/gcc/c-family/c-opts.c
index 33087ba..4dbb109 100644
--- a/gcc/c-family/c-opts.c
+++ b/gcc/c-family/c-opts.c
@@ -21,7 +21,7 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "options.h"
+#include "tm.h"
#include "alias.h"
#include "tree.h"
#include "c-common.h"
@@ -39,11 +39,6 @@ along with GCC; see the file COPYING3. If not see
#include "plugin.h" /* For PLUGIN_INCLUDE_FILE event. */
#include "mkdeps.h"
#include "c-target.h"
-#include "tm.h" /* For BYTES_BIG_ENDIAN,
- DOLLARS_IN_IDENTIFIERS,
- STDC_0_IN_SYSTEM_HEADERS,
- TARGET_FLT_EVAL_METHOD_NON_DEFAULT and
- TARGET_OPTF. */
#include "tm_p.h" /* For C_COMMON_OVERRIDE_OPTIONS. */
#include "dumpfile.h"