forked from iains/gcc-14-branch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split all the structures, enums, typedefs and some fundamental declar…
…ations 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
- Loading branch information
Showing
5 changed files
with
1,710 additions
and
1,705 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,18 @@ | |
* config/darwin.h (LINK_COMMAND_SPEC_A): Revise sanitizer specs to | ||
include sanitize(undefined). | ||
|
||
2013-08-31 Diego Novillo <[email protected]> | ||
|
||
* 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. | ||
|
||
2013-08-31 Jan Hubicka <[email protected]> | ||
|
||
* bulitins.c (expand_builtin): Do not early exit for gcov | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.