]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - include/ChangeLog
Plugin API to get the list of wrap symbols.
[thirdparty/gcc.git] / include / ChangeLog
index 2e927cbd5a1a56e17fad15a0c7383d1e720c6238..f29ce63cfc99e818ac345e723a4eff3ba82d9412 100644 (file)
@@ -1,3 +1,92 @@
+2018-05-01  Sriraman Tallam  <tmsriram@google.com>
+
+       * plugin-api.h: Add plugin API to get the list of wrap
+       symbols.
+
+2018-02-09  Alexandre Oliva <aoliva@redhat.com>
+
+       * dwarf2.def (DW_AT_GNU_entry_view): New.
+
+       * dwarf2.def (DW_AT_GNU_locviews): New.
+       * dwarf2.h (enum dwarf_location_list_entry_type): Add
+       DW_LLE_GNU_view_pair.
+       (DW_LLE_view_pair): Define.
+
+2018-01-03  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
+2017-11-20  Kito Cheng  <kito.cheng@gmail.com>
+
+       * longlong.h [__riscv] (__umulsidi3): Define.
+       [__riscv] (umul_ppmm): Likewise.
+       [__riscv] (__muluw3): Likewise.
+
+2017-11-10  Stephen Crane <sjc@immunant.com>
+
+       * plugin-api.h: Add plugin API for processing plugin-added
+       input files.
+
+2017-10-23  David Malcolm  <dmalcolm@redhat.com>
+
+       * unique-ptr.h: Make include of <memory> conditional on C++11 or
+       later.
+
+2017-10-16  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
+           David Malcolm  <dmalcolm@redhat.com>
+
+       * unique-ptr.h: New file.
+
+2017-09-15  Yao Qi  <yao.qi@linaro.org>
+           Pedro Alves  <palves@redhat.com>
+
+       * ansidecl.h (DISABLE_COPY_AND_ASSIGN): New macro.
+
+2017-09-12  Jiong Wang  <jiong.wang@arm.com>
+
+       * dwarf2.def (DW_CFA_AARCH64_negate_ra_state): New DW_CFA_DUP.
+       * dwarf2.h (DW_CFA_DUP): New define.
+
+2017-08-21  Richard Biener  <rguenther@suse.de>
+
+       * simple-object.h (simple_object_copy_lto_debug_sections): New
+       function.
+
+2017-07-31  Nick Clifton  <nickc@redhat.com>
+
+       Binutils PR 21850
+       * ansidecl.h (OVERRIDE): Protect check of __cplusplus value with
+       #idef __cplusplus.
+
+2017-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * dwarf2.def (DW_IDX_compile_unit, DW_IDX_type_unit, DW_IDX_die_offset)
+       (DW_IDX_parent, DW_IDX_type_hash, DW_IDX_lo_user, DW_IDX_hi_user)
+       (DW_IDX_GNU_internal, DW_IDX_GNU_external): New.
+       * dwarf2.h (DW_IDX, DW_IDX_DUP, DW_FIRST_IDX, DW_END_IDX): New.
+       (enum dwarf_name_index_attribute): Remove.
+       (get_DW_IDX_name): New declaration.
+
+2017-05-27  Maya Rashish  <coypu@sdf.org>
+
+       * longlong.h: Remove ns32k support.
+
+2017-05-24  Nathan Sidwell  <nathan@acm.org>
+
+       * libiberty.h (ASTRDUP): Adjust cast to avoid warning.
+
+2017-05-19  Eli Zaretskii <eliz@gnu.org>
+
+       * environ.h: Add #ifndef guard.
+
+2017-05-18  Martin Liska  <mliska@suse.cz>
+
+       * ansidecl.h: Define CONSTEXPR macro.
+
+2017-04-04  Jonathan Wakely  <jwakely@redhat.com>
+
+       * ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.
+
 2017-02-25  Jakub Jelinek  <jakub@redhat.com>
 
        PR debug/77589