]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ChangeLog
Split all the structures, enums, typedefs and some fundamental declarations from...
authorDiego Novillo <dnovillo@google.com>
Mon, 2 Sep 2013 14:25:40 +0000 (10:25 -0400)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Mon, 2 Sep 2013 14:25:40 +0000 (10:25 -0400)
commit5e351e96076332aa8c42848701b59923468eae98
treefeb689d5e1c96eaae4403f83eb30baf282acee3a
parent63fdb7bee70641e7d9a9704d51c8b70a62d31c24
Split all the structures, enums, typedefs and some fundamental declarations from tree.h into tree-core.h.

Split all the structures, enums, typedefs and some fundamental
declarations from tree.h into tree-core.h.  Everything else stays in
tree.h for now.

As we convert gimple files, we'll move declarations out of tree.h into
other headers and rewrite missing functions in the new gimple API.

* Makefile.in (TREE_CORE_H): Define.
(TREE_H): Use.
(GTFILES): Add tree-core.h.
* builtins.c (built_in_class_names): Use BUILT_IN_LAST to
size the array.
* tree-core.h: New file.
Move all data structures, enum, typedefs, global
declarations and constants from ...
* tree.h: ... here.

From-SVN: r202172
gcc/ChangeLog
gcc/Makefile.in
gcc/builtins.c
gcc/tree-core.h [new file with mode: 0644]
gcc/tree.h