lto-streamer-out.c (write_symbol): Use proper 64-bit host type.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 13 Dec 2011 21:59:39 +0000 (21:59 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 13 Dec 2011 21:59:39 +0000 (21:59 +0000)
commit4ad9a9de2ddabf6186f32895e0b7a182ba8f2abb
tree94f0149b723a3c60aa550ad41671de4d896fe032
parent03eee7f75c04f8c88666deca3f3c801532997ce3
lto-streamer-out.c (write_symbol): Use proper 64-bit host type.

* lto-streamer-out.c (write_symbol): Use proper 64-bit host type.
* lto-cgraph.c (input_cgraph_opt_section): Use 'int' for offsets.
* lto-streamer-in.c (lto_read_body): Likewise.
(lto_input_toplevel_asms): Likewise.
* lto-section-in.c (lto_create_simple_input_block): Likewise.
* ipa-inline-analysis.c (inline_read_section): Likewise.
* ipa-prop.c (ipa_prop_read_section): Likewise.

* df.h (DF_NOTE): Fix typo in comment.
lto/
* lto.h (lto_parse_hex): Delete.
* lto.c (lto_read_decls): Use 'int' for offsets.
(lto_parse_hex): Make static and return proper 64-bit host type.
(lto_resolution_read): Use proper 64-bit host type.

From-SVN: r182310
gcc/ChangeLog
gcc/df.h
gcc/ipa-inline-analysis.c
gcc/ipa-prop.c
gcc/lto-cgraph.c
gcc/lto-section-in.c
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/lto/lto.h