diff options
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r-- | gcc/lto/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 65d5160..994189f 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,11 @@ +2015-02-26 Jakub Jelinek <jakub@redhat.com> + + * lto.c (lto_mode_identity_table): New variable. + (lto_read_decls): Add mode_table argument to the lto_input_block + constructor. + (lto_file_finalize): Initialize mode_table. + (lto_init): Initialize lto_mode_identity_table. + 2015-02-24 Thomas Schwinge <thomas@codesourcery.com> PR libgomp/64625 |