Re: [PATCH] Handle short writes / EINTR in simple_object_internal_write

2014-03-31 Thread Ian Lance Taylor
On Mon, Mar 31, 2014 at 3:14 AM, Richard Biener wrote: > > 2014-03-31 Richard Biener > > libiberty/ > * simple-object.c (simple_object_internal_write): Handle > EINTR and short writes. This is OK. Thanks. Ian

[PATCH] Handle short writes / EINTR in simple_object_internal_write

2014-03-31 Thread Richard Biener
As promised here is the followup to handle the same kind of "errors" in simple_object_internal_write as in simple_object_internal_read. Bootstrapped on x86_64-unknown-linux-gnu, LTO bootstrapped and tested on x86_64-unknown-linux-gnu. Ok for trunk? Thanks, Richard. 2014-03-31 Richard Biener