Re: [lto] Minor cleanups, export some functions (issue4272068)

2011-03-24 Thread Richard Guenther
On Wed, Mar 23, 2011 at 10:24 PM, Diego Novillo wrote: > > This patch has a few cleanups and exports 5 functions from the LTO streamer > that we are using from PPH. > > - When calling output_string_with_length, every caller would first >  write a 0 to indicate that the string is not NULL before wr

[lto] Minor cleanups, export some functions (issue4272068)

2011-03-23 Thread Diego Novillo
This patch has a few cleanups and exports 5 functions from the LTO streamer that we are using from PPH. - When calling output_string_with_length, every caller would first write a 0 to indicate that the string is not NULL before writing the actual string. I moved that into output_string_with_