diff options
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c30426d..4803ec3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2015-02-14 Alan Modra <amodra@gmail.com> + + PR ld/17973 + * ldlang.h (struct lang_input_statement_flags): Add lto_output. + * ldlang.c (lang_process): Don't set loading_lto_outputs. + * ldfile.c (ldfile_try_open_bfd): Transfer entry flags.lto_output + to bfd. + * plugin.c (add_input_file, add_input_library): Set flags.lto_output. + 2015-02-13 H.J. Lu <hongjiu.lu@intel.com> * NEWS: Mention support for LLVM plugin. |