]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/Makefile.in
Split all the structures, enums, typedefs and some fundamental
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Sep 2013 14:25:40 +0000 (14:25 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Sep 2013 14:25:40 +0000 (14:25 +0000)
commit9642345375980b84a6f8737073b446eda17b805c
treefeb689d5e1c96eaae4403f83eb30baf282acee3a
parent0c763224f6ba1bf11a5909457f39d5f20877fbfa
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202172 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/builtins.c
gcc/tree-core.h [new file with mode: 0644]
gcc/tree.h