diff options
| author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-03-28 14:05:49 +0000 |
|---|---|---|
| committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-03-28 14:05:49 +0000 |
| commit | fa1d2c56e14dd22799ab4750552bfb9f0f7e2a19 (patch) | |
| tree | 38b79b8e6b3752931473310ae11ff056cd4f3917 /libiberty/ChangeLog | |
| parent | b07fec47c8737e771b348087664b60e6d21ba19a (diff) | |
| download | ppe42-gcc-fa1d2c56e14dd22799ab4750552bfb9f0f7e2a19.tar.gz ppe42-gcc-fa1d2c56e14dd22799ab4750552bfb9f0f7e2a19.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208898 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
| -rw-r--r-- | libiberty/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 9dab384ccf2..f20fac0aabb 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2014-03-28 Richard Biener <rguenther@suse.de> + + * simple-object.c (simple_object_internal_read): Handle + EINTR and short reads. + 2014-03-13 Uros Bizjak <ubizjak@gmail.com> * regex.c (bzero) [!_LIBC]: Define without coma expression. |

