]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/streamer-hooks.h
streamer-hooks.h (struct streamer_hooks): Add hooks input_location and output_location.
authorGabriel Charette <gchare@google.com>
Thu, 13 Oct 2011 15:40:29 +0000 (15:40 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Thu, 13 Oct 2011 15:40:29 +0000 (11:40 -0400)
commita22286c349fb54b55562312c1a5fa0f6e00720e0
tree85421770432a8e88feb71769de2ba639ea6ac0c5
parentd8228b30349a52da10b35dfaf6fae311bc29c3a5
streamer-hooks.h (struct streamer_hooks): Add hooks input_location and output_location.

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.

Co-Authored-By: Diego Novillo <dnovillo@google.com>
From-SVN: r179927
gcc/ChangeLog
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c
gcc/streamer-hooks.h