]> gcc.gnu.org Git - gcc.git/commitdiff
alias.h: Do not include coretypes.h in header files.
authorSteven Bosscher <steven@gcc.gnu.org>
Sun, 8 Jul 2012 09:57:36 +0000 (09:57 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Sun, 8 Jul 2012 09:57:36 +0000 (09:57 +0000)
gcc/
* alias.h: Do not include coretypes.h in header files.
* cppbuiltin.h: Likewise.
* double-int.h: Likewise.
* gimple-fold.h: Likewise.
* flags.h: Likewise.
* tree-ssa-alias.h: Likewise.
* gengtype.h (obstack_chunk_alloc, obstack_chunk_free,
OBSTACK_CHUNK_SIZE): Define here to avoid dependency on coretypes.h.
* Makefile.in (RTL_BASE_H): Depend on coretypes.h.
(TREE_H): Likewise.
(ALIAS_H): Do not depend on coretypes.h.
(FLAGS_H): Likewise.
(realmpfr.o): Depend on coretypes.h.

java/
* verify.h: Do not include system.h and coretypes.h here.
* verify-impl.c: Include them here instead.

From-SVN: r189358

12 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/alias.h
gcc/cppbuiltin.h
gcc/double-int.h
gcc/flags.h
gcc/gengtype.h
gcc/gimple-fold.h
gcc/java/ChangeLog
gcc/java/verify-impl.c
gcc/java/verify.h
gcc/tree-ssa-alias.h

index 7341375c32d8c8cecacc4e8faf4bd3485946db38..e6bbdc3353cadf73aed514fbd626ef00ec60a4dd 100644 (file)
@@ -1,3 +1,19 @@
+2012-07-08  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * alias.h: Do not include coretypes.h in header files.
+       * cppbuiltin.h: Likewise.
+       * double-int.h: Likewise.
+       * gimple-fold.h: Likewise.
+       * flags.h: Likewise.
+       * tree-ssa-alias.h: Likewise.
+       * gengtype.h (obstack_chunk_alloc, obstack_chunk_free,
+       OBSTACK_CHUNK_SIZE): Define here to avoid dependency on coretypes.h.
+       * Makefile.in (RTL_BASE_H): Depend on coretypes.h.
+       (TREE_H): Likewise.
+       (ALIAS_H): Do not depend on coretypes.h.
+       (FLAGS_H): Likewise.
+       (realmpfr.o): Depend on coretypes.h.
+
 2012-07-08  Steven Bosscher  <steven@gcc.gnu.org>
 
        * Makefile.in (gengtype-lex.o, gengtype-parse.o, gengtype-state.o,
index 237f88d5e3de6639e7ec2ad17e71443fbaf2b152..deb76282fc7fb5bad236f2c09e572162610ef906 100644 (file)
@@ -855,9 +855,9 @@ C_TARGET_DEF_H = c-family/c-target-def.h c-family/c-target-hooks-def.h \
   $(TREE_H) $(C_COMMON_H) $(HOOKS_H) common/common-targhooks.h
 COMMON_TARGET_DEF_H = common/common-target-def.h \
   common/common-target-hooks-def.h $(HOOKS_H)
-RTL_BASE_H = rtl.h rtl.def $(MACHMODE_H) reg-notes.def insn-notes.def \
-  $(INPUT_H) $(REAL_H) statistics.h $(VEC_H) $(FIXED_VALUE_H) alias.h \
-  $(HASHTAB_H)
+RTL_BASE_H = coretypes.h rtl.h rtl.def $(MACHMODE_H) reg-notes.def \
+  insn-notes.def $(INPUT_H) $(REAL_H) statistics.h $(VEC_H) \
+  $(FIXED_VALUE_H) alias.h $(HASHTAB_H)
 FIXED_VALUE_H = fixed-value.h $(MACHMODE_H) double-int.h
 RTL_H = $(RTL_BASE_H) genrtl.h vecir.h
 RTL_ERROR_H = rtl-error.h $(RTL_H) $(DIAGNOSTIC_CORE_H)
@@ -867,7 +867,7 @@ BUILTINS_DEF = builtins.def sync-builtins.def omp-builtins.def \
        gtm-builtins.def
 INTERNAL_FN_DEF = internal-fn.def
 INTERNAL_FN_H = internal-fn.h $(INTERNAL_FN_DEF)
-TREE_H = tree.h all-tree.def tree.def c-family/c-common.def \
+TREE_H = coretypes.h tree.h all-tree.def tree.def c-family/c-common.def \
        $(lang_tree_files) $(MACHMODE_H) tree-check.h $(BUILTINS_DEF) \
        $(INPUT_H) statistics.h $(VEC_H) treestruct.def $(HASHTAB_H) \
        double-int.h alias.h $(SYMTAB_H) $(FLAGS_H) vecir.h \
@@ -882,9 +882,9 @@ GCOV_IO_H = gcov-io.h gcov-iov.h auto-host.h
 COVERAGE_H = coverage.h $(GCOV_IO_H)
 DEMANGLE_H = $(srcdir)/../include/demangle.h
 RECOG_H = recog.h
-ALIAS_H = alias.h coretypes.h
+ALIAS_H = alias.h
 EMIT_RTL_H = emit-rtl.h
-FLAGS_H = flags.h coretypes.h flag-types.h $(OPTIONS_H)
+FLAGS_H = flags.h flag-types.h $(OPTIONS_H)
 OPTIONS_H = options.h flag-types.h $(OPTIONS_H_EXTRA)
 FUNCTION_H = function.h $(TREE_H) $(HASHTAB_H) vecprim.h $(TM_H) hard-reg-set.h
 EXPR_H = expr.h insn-config.h $(FUNCTION_H) $(RTL_H) $(FLAGS_H) $(TREE_H) $(MACHMODE_H) $(EMIT_RTL_H)
@@ -2822,7 +2822,7 @@ emit-rtl.o : emit-rtl.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
    $(DF_H) $(PARAMS_H) $(TARGET_H)
 real.o : real.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \
    $(DIAGNOSTIC_CORE_H) $(TM_P_H) $(REAL_H) dfp.h realmpfr.h
-realmpfr.o : realmpfr.c realmpfr.h $(CONFIG_H) $(SYSTEM_H) $(REAL_H) $(TREE_H)
+realmpfr.o : realmpfr.c realmpfr.h $(CONFIG_H) $(SYSTEM_H) coretypes.h $(REAL_H) $(TREE_H)
 dfp.o : dfp.c dfp.h $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H)        $(TREE_H) \
    $(TM_P_H) $(REAL_H) $(DECNUM_H)
 fixed-value.o: fixed-value.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
index 9e0d1872658d506a78d02d0602ce3f2cb77aab0d..026dbe603cd8c132a954f53dc840c7610cb7539d 100644 (file)
@@ -21,8 +21,6 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_ALIAS_H
 #define GCC_ALIAS_H
 
-#include "coretypes.h"
-
 /* The type of an alias set.  Code currently assumes that variables of
    this type can take the values 0 (the alias set which aliases
    everything) and -1 (sometimes indicating that the alias set is
index f88451294922a9b75f67097b97885ada10d3f3ef..8e0e5883625609dfc59dd3c8433cf6407438b595 100644 (file)
@@ -21,9 +21,6 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_CPPBUILTIN_H
 #define GCC_CPPBUILTIN_H
 
-#include "coretypes.h"
-
-
 /* Parse a BASEVER version string of the format "major.minor.patchlevel"
    or "major.minor" to extract its components.  */
 extern void parse_basever (int *, int *, int *);
index ef9a8a9a1b790cb82643e0ba4380bc5069618039..50a9bda5d6ac3c7cff367e104d03b17a97ec7e6a 100644 (file)
@@ -23,7 +23,6 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GENERATOR_FILE
 #include <gmp.h>
 #endif
-#include "coretypes.h"
 
 /* A large integer is currently represented as a pair of HOST_WIDE_INTs.
    It therefore represents a number with precision of
index 48c20e51bd8af95ddbfc363f7379a30643a8ccd7..b996c03dd5dcb46ce2adde6ca176d4f2137b4734 100644 (file)
@@ -22,7 +22,6 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_FLAGS_H
 #define GCC_FLAGS_H
 
-#include "coretypes.h"
 #include "flag-types.h"
 #include "options.h"
 
index 964cc31191725755799f2a552ec429e8cb1a4cf9..560f7f3de1b460c2ec4d2dded5604bc3a56c8a13 100644 (file)
 #ifndef GCC_GENGTYPE_H
 #define GCC_GENGTYPE_H
 
+#define obstack_chunk_alloc    ((void *(*) (long)) xmalloc)
+#define obstack_chunk_free     ((void (*) (void *)) free)
+#define OBSTACK_CHUNK_SIZE     0
+
 /* Sets of accepted source languages like C, C++, Ada... are
    represented by a bitmap.  */
 typedef unsigned lang_bitmap;
index 793d68a8538b2e794f5c3404409e5efe19c679a8..e6821a9bd45a4bdcf889221016c893563562140d 100644 (file)
@@ -22,8 +22,6 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_GIMPLE_FOLD_H
 #define GCC_GIMPLE_FOLD_H
 
-#include "coretypes.h"
-
 tree fold_const_aggregate_ref_1 (tree, tree (*) (tree));
 tree fold_const_aggregate_ref (tree);
 
index 94edcdfb3f6921eb8ae06a69499e3da1cde4f42a..5da41f69254cb4e278b824c5fd61e8b2c7650139 100644 (file)
@@ -1,3 +1,8 @@
+2012-07-08  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * verify.h: Do not include system.h and coretypes.h here.
+       * verify-impl.c: Include them here instead.
+
 2012-07-05  Uros Bizjak  <ubizjak@gmail.com>
 
        * jcf-io.c (read_zip_member): Initialize d_stream.
index 1ca2d9fd66b5b0787d012138fe7932a3049ae3e0..8841da1e3c7d113eb35f6a031471d99d9689a595 100644 (file)
@@ -13,6 +13,8 @@ details.  */
 /* #define VERIFY_DEBUG */
 
 #include "config.h"
+#include "system.h"
+#include "coretypes.h"
 
 #include "verify.h"
 
index 8c3184447ebb64afaabf485be91b3fbdea438b58..d7e01ee2916a246abefb2df1288d6523df8deaf4 100644 (file)
@@ -27,8 +27,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc.  */
 #ifndef GCC_VERIFY_H
 #define GCC_VERIFY_H
 
-#include "system.h"
-#include "coretypes.h"
 #include "jcf.h"
 #include "tree.h"
 #include "java-tree.h"
index 88f6d86f7e2776cfe4ec295c4d198858f8c8ae1e..f3505432793d549eb92be179223a22ff6b2e4021 100644 (file)
@@ -21,9 +21,6 @@
 #ifndef TREE_SSA_ALIAS_H
 #define TREE_SSA_ALIAS_H
 
-#include "coretypes.h"
-
-
 /* The points-to solution.
 
    The points-to solution is a union of pt_vars and the abstract
This page took 0.09207 seconds and 5 git commands to generate.