r179927 - in /trunk/gcc: ChangeLog lto-streamer...

dnovillo@gcc.gnu.org dnovillo@gcc.gnu.org
Thu Oct 13 15:40:00 GMT 2011


Author: dnovillo
Date: Thu Oct 13 15:40:29 2011
New Revision: 179927

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179927
Log:
2011-10-12  Gabriel Charette  <gchare@google.com>
	    Diego Novillo  <dnovillo@google.com>

	* streamer-hooks.h (struct streamer_hooks): Add hooks
	input_location and output_location.
	* lto-streamer-in.c (lto_input_location): Use
	streamer_hooks.input_location, if set.
	* lto-streamer-out.c (lto_output_location): Use
	streamer_hooks.output_location, if set.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lto-streamer-in.c
    trunk/gcc/lto-streamer-out.c
    trunk/gcc/streamer-hooks.h



More information about the Gcc-cvs mailing list