]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - include/ChangeLog
filenames.h: #include "hashtab.h".
[thirdparty/gcc.git] / include / ChangeLog
index a09c287a612619e39cc09f32a3202d5aca6d0d7a..57f812de6c3d06add9be2d5de0e38826e4786a62 100644 (file)
@@ -1,5 +1,106 @@
+2012-07-13  Doug Evans  <dje@google.com>
+
+       * filenames.h: #include "hashtab.h".
+       (filename_hash, filename_eq): Declare.
+
+2012-06-18  Doug Evans  <dje@google.com>
+
+       * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
+
+2012-06-12  Rafael Ávila de Espíndola <respindola@mozilla.com>
+
+       * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
+
+2012-06-08  Jakub Jelinek  <jakub@redhat.com>
+
+       * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
+       forms.
+       * dwarf2.h (enum dwarf_macro_record_type): Add
+       DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
+       and DW_MACRO_GNU_transparent_include_alt.
+
+2012-05-23  Doug Evans  <dje@google.com>
+
+       * leb128.h: #include stdint.h, inttypes.h.
+       (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
+       Change to take a uint64_t * argument instead of unsigned long long.
+       (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
+       Change to take an int64_t * argument instead of long long.
+
+2012-05-22  Doug Evans  <dje@google.com>
+
+       * leb128.h: New file.
+
+2012-05-19  Gary Funck  <gary@intrepid.com>
+
+       * dwarf2.def: Update comment re: UPC extensions to reference
+       DWARF4 specification.
+
+2012-05-02  Cary Coutant  <ccoutant@google.com>
+
+       * dwarf2.def: Remove DW_FORM_GNU_ref_index,
+       replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
+
+2012-04-28  Doug Evans  <dje@google.com>
+
+       * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
+
+2012-04-27  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2.h: Wrap function declarations in extern "C".
+
+2012-04-27  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
+       (enum dwarf_location_atom, enum dwarf_type, enum
+       dwarf_call_frame_info): Remove.
+       (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
+       (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
+       Include dwarf2.def.
+       (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
+       (get_DW_OP_name, get_DW_ATE_name): Declare.
+       * dwarf2.def: New file, from dwarf2.h.
+
+2012-04-10  Tristan Gingold  <gingold@adacore.com>
+
+       * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
+       (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
+
+2012-01-26  Cary Coutant  <ccoutant@google.com>
+
+       * dwarf2.h (enum dwarf_form): Add Fission extensions.
+       (enum dwarf_attribute): Likewise.
+
+2012-01-06  Jason Merrill  <jason@redhat.com>
+
+       PR c++/6057
+       PR c++/48051
+       PR c++/50855
+       PR c++/51322
+       * demangle.h (enum demangle_component_type): Add
+       DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
+
+2011-11-07  Richard Henderson  <rth@redhat.com>
+
+       Merged from transactional-memory.
+
+       * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group.
+       (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group.
+       (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New.
+       (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New.
+
+2011-10-21  Ulrich Drepper  <drepper@gmail.com>
+
+       * obstack.h [!GNUC] (obstack_free): Avoid cast to int.
+
+2011-10-21  Marc Glisse  <marc.glisse@inria.fr>
+
+       * ansidecl.h (ENUM_BITFIELD): Always use enum in C++
+
 2011-09-28  Doug Evans  <dje@google.com>
 
+       * timeval-utils.h: New file.
+
        * libiberty.h (countargv): Declare.
 
 2011-09-26  Cary Coutant  <ccoutant@google.com>