c++: Distinguish alignof and __alignof__ in cp_tree_equal [PR97273]
[gcc.git] / lto-plugin / ChangeLog
index 632c116163cf67687f31cb6325e460587275e6f4..4f285ce0c3e385f67832fe314b83fdb65e29fac8 100644 (file)
@@ -1,3 +1,276 @@
+2020-09-10  Jonathan Yong  <10walls@gmail.com>
+
+       * Makefile.am: drop versioning from libtool completely.
+       * Makefile.in: regenerate.
+
+2020-09-09  Nick Clifton  <nickc@redhat.com>
+
+       * lto-plugin.c (struct plugin_symtab): Add last_sym field.
+       (parse_symtab_extension): Only read as many entries as are
+       available in the buffer.  Store the data read into the symbol
+       table indexed from last_sym.  Increment last_sym.
+
+2020-07-30  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR bootstrap/96202
+       * configure: Regenerated.
+
+2020-05-29  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR bootstrap/95413
+       * configure: Regenerated.
+
+2020-05-26  Alexandre Oliva  <oliva@adacore.com>
+
+       * lto-plugin.c (skip_in_suffix): New.
+       (exec_lto_wrapper): Use skip_in_suffix and concat to build
+       non-temporary output names.
+       (onload): Look for -dumpdir in COLLECT_GCC_OPTIONS, and
+       override link_output_name with it.
+
+2020-05-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR bootstrap/94998
+       * configure: Regenerated.
+
+2020-05-05  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * lto-plugin.c: Document -linker-output-auto-notlo-rel option.
+       (linker_output_set): Change type to bool.
+       (linker_output_known): Likewise.
+       (linker_output_auto_nolto_rel): New variable.
+       (all_symbols_read_handler): Take it into account.
+       <LDPO_REL>: Do not issue the warning if it is set.
+       (process_option): Process -linker-output-auto-notlo-rel.
+       (cleanup_handler): Remove unused variable.
+       (onload) <LDPT_LINKER_OUTPUT>: Adjust to above type change.
+
+2020-04-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR bootstrap/94739
+       * configure: Regenerated.
+
+2020-04-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR bootstrap/94739
+       * Makefile.am (AM_CFLAGS): Add $(CET_HOST_FLAGS).
+       * configure.ac: Add GCC_CET_HOST_FLAGS(CET_HOST_FLAGS) and
+       AC_SUBST(CET_HOST_FLAGS).
+       * Makefile.in: Regenerated.
+       * aclocal.m4: Likewise.
+       * configure: Likewise.
+
+2020-03-19  Martin Liska  <mliska@suse.cz>
+
+       * lto-plugin.c (LTO_SECTION_PREFIX): Rename to ...
+       (LTO_SYMTAB_PREFIX): ... this.
+       (LTO_SECTION_PREFIX_LEN): Rename to ...
+       (LTO_SYMTAB_PREFIX_LEN): ... this.
+       (LTO_SYMTAB_EXT_PREFIX): New.
+       (LTO_SYMTAB_EXT_PREFIX_LEN): New.
+       (LTO_LTO_PREFIX): New.
+       (LTO_LTO_PREFIX_LEN): New.
+       (parse_table_entry): Fill up unused to zero.
+       (parse_table_entry_extension): New.
+       (parse_symtab_extension): New.
+       (finish_conflict_resolution): Change type
+       for resolution.
+       (process_symtab): Use new macro name.
+       (process_symtab_extension): New.
+       (claim_file_handler): Parse also process_symtab_extension.
+       (onload): Call new add_symbols_v2.
+
+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
+       * lto-plugin.c (struct plugin_offload_file): New.
+       (offload_files): Change type.
+       (offload_files_last, offload_files_last_obj): New.
+       (offload_files_last_lto): New.
+       (free_2): Adjust accordingly.
+       (all_symbols_read_handler): Don't add offload files to lto_arg_ptr.
+       Don't call free_1 for offload_files.  Write names of object files with
+       offloading to the temporary file.  Add new option to lto_arg_ptr.
+       (claim_file_handler): Don't claim file if it contains offload sections
+       without LTO sections.  If it contains offload sections, add to the list.
+
+2016-01-15  Martin Liska  <mliska@suse.cz>
+
+       * lto-plugin.c (all_symbols_read_handler): Assign default
+       value to a string variable.
+
+2015-11-25  Jan Hubicka  <jh@suse.cz>
+
+       PR lto/67548
+       * lto-plugin.c (linker_output, linker_output_set): New statics.
+       (all_symbols_read_handler): Add -flinker-output option.
+       (onload): Record linker_output info.
+
+2015-07-02  Uros Bizjak  <ubizjak@gmail.com>
+
+       * configure.ac: Add AC_USE_SYSTEM_EXTENSIONS.
+       * configure: Regenerate.
+       * config.h.in: Ditto.
+
+2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
+
+       * Makefile.am: Drop 'by automake version' from top-level comment.
+       * Makefile.in: Regenerated with automake-1.11.6.
+       * aclocal.m4: Likewise.
+       * configure: Likewise.
+
+2015-02-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * lto-plugin.c (release_input_file): Removed.
+       (claim_file_handler): Don't call release_input_file.
+       (onload): Don't set release_input_file.
+
+2015-02-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * lto-plugin.c (claim_file_handler): Pass handle to
+       release_input_file.
+
+2015-02-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * lto-plugin.c (claim_file_handler): Call release_input_file only
+       if file is claimed.
+
+2015-01-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * lto-plugin.c (claim_file_handler): Call release_input_file only
+       if it is not NULL.
+
+2015-01-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR lto/64837
+       * lto-plugin.c (release_input_file): New.
+       (claim_file_handler): Call release_input_file.
+       (onload): Set release_input_file.
+
+2014-12-09  Ilya Verbin  <ilya.verbin@intel.com>
+
+       * lto-plugin.c (offload_files, num_offload_files): New static variables.
+       (free_1): Use arguments instead of global variables.
+       (free_2): Free offload_files.
+       (all_symbols_read_handler): Add names from offload_files to lto-wrapper
+       arguments.
+       (claim_file_handler): Do not add file to claimed_files if it contains
+       offload sections without LTO sections.  Add it to offload_files instead.
+
+2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR bootstrap/63784
+       * configure: Regenerated.
+
+2014-11-13  Ilya Verbin  <ilya.verbin@intel.com>
+           Bernd Schmidt  <bernds@codesourcery.com>
+           Andrey Turetskiy  <andrey.turetskiy@intel.com>
+           Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
+
+       * lto-plugin.c (OFFLOAD_SECTION, OFFLOAD_SECTION_LEN): Define.
+       (struct plugin_objfile): Add new field "offload".
+       (process_offload_section): New static function.
+       (claim_file_handler): Claim file if it contains offload sections.
+
+2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
+           Thomas Schwinge  <thomas@codesourcery.com>
+           Ilya Verbin  <ilya.verbin@intel.com>
+           Andrey Turetskiy  <andrey.turetskiy@intel.com>
+
+       * Makefile.am (libexecsubdir): Tweak for the possibility of being
+       configured for offload compiler.
+       (accel_dir_suffix, real_target_noncanonical): New variables substituted
+       by configure.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * configure.ac (accel_dir_suffix, real_target_noncanonical): Compute new
+       variables.
+
+2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR target/63610
+       * configure: Regenerate.
+
 2014-08-26  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR bootstrap/62260
        (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>