diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-21 16:08:28 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-21 16:08:28 +0000 |
commit | a8b6351694e817433e38a4d4c2e0faf81f0cb6b8 (patch) | |
tree | 5865c2c4727bc11c4c47c72d3ff9d31b7f84fb89 /lto-plugin/ChangeLog | |
parent | 76dccead9cfef7ae2b6ef7d3c29b8490098b0ab4 (diff) | |
download | gcc-a8b6351694e817433e38a4d4c2e0faf81f0cb6b8.tar.gz |
2010-05-21 Richard Guenther <rguenther@suse.de>
* lto-plugin.c (write_resolution): Do not assert syms is non-NULL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159676 138bc75d-0d04-0410-961f-82ee72b054a4
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 df771284e67..82d76634130 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,7 @@ +2010-05-21 Richard Guenther <rguenther@suse.de> + + * lto-plugin.c (write_resolution): Do not assert syms is non-NULL. + 2010-05-07 Richard Guenther <rguenther@suse.de> * lto-plugin.c (free_2): Do not free resolution_file. |