optc-save-gen.awk: Output cl_target_option_eq...
authorJan Hubicka <hubicka@ucw.cz>
Fri, 14 Nov 2014 15:47:53 +0000 (16:47 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 14 Nov 2014 15:47:53 +0000 (15:47 +0000)
commit54e774c010842d336124426aec671a96712cc1d7
treeb9b240b3b0e9c9a5fc0a8dd259d3fa2ad0e27aa0
parent7f201a67fbf807634ed09a0b8cb8b44d0ed31227
optc-save-gen.awk: Output cl_target_option_eq...

* optc-save-gen.awk: Output cl_target_option_eq,
cl_target_option_hash, cl_target_option_stream_out,
cl_target_option_stream_in functions.
* opth-gen.awk: Output prototypes for
cl_target_option_eq and cl_target_option_hash.
* lto-streamer.h (cl_target_option_stream_out,
cl_target_option_stream_in): Declare.
* tree.c (cl_option_hash_hash): Use cl_target_option_hash.
(cl_option_hash_eq): Use cl_target_option_eq.
* tree-streamer-in.c (unpack_value_fields): Stream in
TREE_TARGET_OPTION.
* lto-streamer-out.c (DFS::DFS_write_tree_body): Follow
DECL_FUNCTION_SPECIFIC_TARGET.
(hash_tree): Hash TREE_TARGET_OPTION; visit
DECL_FUNCTION_SPECIFIC_TARGET.
* tree-streamer-out.c (streamer_pack_tree_bitfields): Skip
TS_TARGET_OPTION.
(streamer_write_tree_body): Output TS_TARGET_OPTION.

* lto.c (compare_tree_sccs_1): Compare cl_target_option_eq.

From-SVN: r217571
gcc/ChangeLog
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/optc-save-gen.awk
gcc/opth-gen.awk
gcc/tree-streamer-in.c
gcc/tree-streamer-out.c
gcc/tree.c