diff options
author | Richard Biener <rguenther@suse.de> | 2014-03-28 14:05:49 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2014-03-28 14:05:49 +0000 |
commit | 2486c24a8c2b1b603899e99c7424784de976f8d2 (patch) | |
tree | 38b79b8e6b3752931473310ae11ff056cd4f3917 /lto-plugin/ChangeLog | |
parent | 44d627891f0b723466894603f5bb0cfc1eeea5c9 (diff) | |
download | gcc-2486c24a8c2b1b603899e99c7424784de976f8d2.zip gcc-2486c24a8c2b1b603899e99c7424784de976f8d2.tar.gz gcc-2486c24a8c2b1b603899e99c7424784de976f8d2.tar.bz2 |
simple-object.c (simple_object_internal_read): Handle EINTR and short reads.
2014-03-28 Richard Biener <rguenther@suse.de>
libiberty/
* simple-object.c (simple_object_internal_read): Handle
EINTR and short reads.
lto-plugin/
* lto-plugin.c (process_symtab): Handle EINTR and short reads.
From-SVN: r208898
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r-- | lto-plugin/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 73688cd..8dcbc08 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,7 @@ +2014-03-28 Richard Biener <rguenther@suse.de> + + * lto-plugin.c (process_symtab): Handle EINTR and short reads. + 2014-03-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (ac_lto_plugin_ldflags): Set to -Wc,-static-libgcc |