]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - lto-plugin/ChangeLog
Update copyright years.
[thirdparty/gcc.git] / lto-plugin / ChangeLog
index d2cd98675bc7f929945bd9dc56cb9e87f938ee21..9b3f8fbe5a6a3e84c6b9b39770dc35cab8845d03 100644 (file)
@@ -1,3 +1,83 @@
+2020-01-01  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
+2019-09-27  Maciej W. Rozycki  <macro@wdc.com>
+
+       * configure: Regenerate.
+
+2019-05-15  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * lto-plugin.c (cleanup_handler): Remove unused var.
+
+2019-05-15  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * lto-plugin.c (exec_lto_wrapper): Make the wrapper
+       arguments filename more user-friendly.
+       (file_exists, maybe_unlink): New.
+       (cleanup_handler): Use maybe unlink to handle the
+       case when temps should be saved.
+       (process_option): Look for -v, —-version, -save-temps.
+       (onload): Record the linker output file name.
+       Check for -v, —-version, -save-temps in the GCC collect
+       options environment.
+
+2019-02-26  Martin Liska  <mliska@suse.cz>
+
+       * lto-symtab.c: Remove.
+
+2019-01-01  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
+2018-10-31  Joseph Myers  <joseph@codesourcery.com>
+
+       PR bootstrap/82856
+       * configure.ac: Remove AC_PREREQ.  Use AC_LANG_SOURCE.
+       * Makefile.in, aclocal.m4, config.h.in, configure: Regenerate.
+
+2018-05-30  Jan Hubicka  <jh@suse.cz>
+
+       * lto-plugin.c: (non_claimed_files): New static var.
+       (linker_ouput_known): New static var.
+       (all_symbols_read_handler): When user specifies linker output do not
+       imply it; output warning when nonlto-rel mode is forced.
+       (claim_file_header): Record number of nonclaimed files.
+       (process_option): Remember if linker output is known
+
+2018-04-18  David Malcolm  <dmalcolm@redhat.com>
+
+       PR jit/85384
+       * configure: Regenerate.
+
+2018-01-03  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
+2017-07-21  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR lto/81487
+       * lto-plugin.c (claim_file_handler): Use xasprintf instead of
+       asprintf.
+       [hi!=0]: Swap hi and lo arguments supplied to xasprintf.
+
+2017-01-17  Jakub Jelinek  <jakub@redhat.com>
+
+       PR other/79046
+       * configure.ac: Add GCC_BASE_VER.
+       * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
+       get version from BASE-VER file.
+       * configure: Regenerated.
+       * Makefile.in: Regenerated.
+
+2017-01-04  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
+2016-11-15  Matthias Klose  <doko@ubuntu.com>
+
+       * configure: Regenerate.
+
 2016-02-25  Ilya Verbin  <ilya.verbin@intel.com>
 
        PR driver/68463
        (onload): Don't create the temporary directory.
 
 2009-11-04  Richard Guenther  <rguenther@suse.de>
-            Rafael Avila de Espindola  <espindola@google.com>
+           Rafael Avila de Espindola  <espindola@google.com>
 
        * lto-plugin.c (plugin_file_info): Remove temp field.
        (cleanup_handler): Don't delete temporary objects.
 
 2009-10-19  Rafael Avila de Espindola  <espindola@google.com>
     
-        PR40790
-        * configure: Regenerate.
-        * configure.ac: Add AC_TYPE_UINT64_T.
+       PR40790
+       * configure: Regenerate.
+       * configure.ac: Add AC_TYPE_UINT64_T.
 
 2009-10-16  Rafael Avila de Espindola  <espindola@google.com>
 
 
 2008-09-23  Rafael Espindola  <espindola@google.com>
 
-        * plugin-api.h: Moved to include.
+       * plugin-api.h: Moved to include.
 
 2008-09-23 Rafael Espindola  <espindola@google.com>