This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r182312 - in /branches/gcc-4_5-branch/gcc: Chan...


Author: ebotcazou
Date: Tue Dec 13 22:05:56 2011
New Revision: 182312

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182312
Log:
	* lto-streamer-out.c (write_symbol): Use proper 64-bit host type.
	* lto-streamer-in.c (lto_read_body): Use 'int' for offsets.
	(lto_input_toplevel_asms): Likewise.
	* lto-section-in.c (lto_create_simple_input_block): Likewise.
	* lto-opts.c (lto_read_file_options): 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.

Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/df.h
    branches/gcc-4_5-branch/gcc/ipa-prop.c
    branches/gcc-4_5-branch/gcc/lto-opts.c
    branches/gcc-4_5-branch/gcc/lto-section-in.c
    branches/gcc-4_5-branch/gcc/lto-streamer-in.c
    branches/gcc-4_5-branch/gcc/lto-streamer-out.c
    branches/gcc-4_5-branch/gcc/lto/ChangeLog
    branches/gcc-4_5-branch/gcc/lto/lto.c
    branches/gcc-4_5-branch/gcc/lto/lto.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]