OSDN Git Service

merge from gcc
[pf3gnuchains/pf3gnuchains3x.git] / include / ChangeLog
index dfe9fce..7e242a2 100644 (file)
@@ -1,3 +1,226 @@
+2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR bootstrap/41771
+       * ansidecl.h: Fix inline test for C99 and Sun Studio cc.
+
+2009-12-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
+
+2009-12-14  Doug Kwan  <dougkwan@google.com>
+
+       * bfdlink.h (struct bfd_link_callbacks): Rename function parameters
+       to avoid shadowed variable warnings.
+       * dis-asm.h (struct disassemble_info): Ditto.
+       (disassemble_init_for_target): Ditto.
+       (init_disassemble_info): Ditto.
+
+2009-12-03  David Daney  <ddaney@caviumnetworks.com>
+           Adam Nemet  <adambnemet@gmail.com>
+
+       * elf/mips.h (E_MIPS_MACH_OCTEON2): New machine flag.
+
+2009-11-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * alloca-conf.h: Clarify comment.
+
+2009-11-06  Jonas Maebe  <jonas.maebe@elis.ugent.be>
+
+       Add DWARF attribute value for the "Borland fastcall" calling
+       convention.
+       * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
+
+2009-10-23  Kai Tietz  <kai.tietz@onevision.com>
+
+       * splay-tree.h (libi_uhostptr_t): Add gcc specific
+       __extension__ for long long type case to silent cX9.
+       (libi_shostptr_t): Likewise.
+
+2009-10-19  Rafael Avila de Espindola  <espindola@google.com>
+
+       PR40790
+       * plugin-api.h: Don't include stdint.h unconditionally.
+
+2009-10-15  Jakub Jelinek  <jakub@redhat.com>
+
+       * include/dwarf2.h (DW_LANG_Python): Add comment that it is
+       a DWARF 4 addition.
+
+2009-10-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * bfdlink.h (enum bfd_link_common_skip_ar_symbols): Rename from
+       bfd_link_common_skip_ar_aymbols.
+       (struct bfd_link_info): Here too.
+
+2009-10-09  Rafael Espindola  <espindola@google.com>
+
+       * plugin-api.h (ld_plugin_add_input_library): Change argument name to
+       libname.
+
+2008-10-03  Rafael Espindola  <espindola@google.com>
+
+       * plugin-api.h: New.
+       * lto-symtab.h: New.
+
+2009-10-05   Rafael Espindola  <espindola@google.com>
+
+       * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
+       (ld_plugin_get_input_file): New.
+       (ld_plugin_release_input_file): New.
+       (ld_plugin_add_input_library): New.
+       (ld_plugin_message): Mark format const.
+       (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
+       LDPT_ADD_INPUT_LIBRARY.
+       (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
+       tv_add_input_library.
+
+2009-10-04  Jerry Quinn  <jlquinn@optonline.net>
+
+       * plugin-api.h: Fix compile.
+
+2009-09-29  Jason Merrill  <jason@redhat.com>
+
+       * demangle.h (enum demangle_component_type): Add
+       DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG,
+       DEMANGLE_COMPONENT_UNNAMED_TYPE.
+       (struct demangle_component): Add s_unary_num.
+
+2009-09-29  DJ Delorie  <dj@redhat.com>
+
+       * dis-asm.h: Add prototype for print_insn_rx.
+
+2009-09-25  Dodji Seketeli  <dodji@redhat.com>
+
+       * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
+       DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
+       and DW_TAG_formal_parameter_pack until DWARF 5 is out.
+
+2009-09-25  Cary Coutant  <ccoutant@google.com>
+
+       Add rest of new values from DWARF Version 4.
+       * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
+       New tags.
+       (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
+       (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
+       DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
+       DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
+       DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
+       DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
+       attributes.
+       (DW_LANG_Python): New language.
+
+2009-09-24  Cary Coutant  <ccoutant@google.com>
+
+       * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
+       New tags.
+       (DW_FORM_ref_sig8): New name for DW_FORM_sig8.
+       (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
+       DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
+       DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
+       DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
+       DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
+       attributes.
+       (DW_LANG_Python): New language.
+
+2009-09-22  Dodji Seketeli  <dodji@redhat.com>
+
+       * dwarf2.h (enum dwarf_tag): Add
+       DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
+
+2009-09-09  Martin Thuresson  <martin@mtme.org>
+
+       * bfdlink.h (struct bfd_link_hash_common_entry): Move to top
+       level.
+
+2009-09-04  Jie Zhang  <jie.zhang@analog.com>
+
+       * opcode/bfin.h (PseudoDbg_Assert): Add bits_grp and mask_grp.
+       (PseudoDbg_Assert_grp_bits, PseudoDbg_Assert_grp_mask): Define.
+       (PseudoDbg_Assert_dbgop_bits, PseudoDbg_Assert_dbgop_mask,
+       PseudoDbg_Assert_dontcare_bits, PseudoDbg_Assert_dontcare_mask):
+       Adjust accordingly.
+       (init_PseudoDbg_Assert): Add PseudoDbg_Assert_grp_bits and
+       PseudoDbg_Assert_grp_mask.
+
+2009-08-06  Michael Eager <eager@eagercon.com>
+
+       * dis-asm.h: Decl print_insn_microblaze().
+
+2009-07-24  Ian Lance Taylor  <iant@google.com>
+
+       * libiberty.h (crc32): Declare.
+
+2009-07-20  Cary Coutant  <ccoutant@google.com>
+           Doug Evans  <dje@google.com>
+
+       Add some dwarf4 values.
+       * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
+       (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
+       DW_FORM_flag_present, DW_FORM_sig8.
+       (enum dwarf_attribute): Add DW_AT_signature.
+
+2009-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * demangle.h
+       (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
+       (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
+       New.
+
+2009-07-10  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2.h: New file, moved from elf/.
+
+2009-07-09  Jakub Jelinek  <jakub@redhat.com>
+
+       * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
+       and DW_OP_stack_value.
+
+2009-07-09  Tom Tromey  <tromey@redhat.com>
+
+       * elf/dwarf2.h: Remove, renaming to...
+       * dwarf2.h: ... this.
+
+2009-06-29  Tom Tromey  <tromey@redhat.com>
+
+       * elf/dwarf2.h: New file.  Merged with gdb.
+
+2009-06-18  Nick Clifton  <nickc@redhat.com>
+
+       * dis-asm.h (USER_SPECIFIED_MACHINE_TYPE): New value for the flags
+       field of struct disassemble_info.
+
+2009-06-09  Ian Lance Taylor  <ian@airs.com>
+
+       * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
+
+2009-06-15  Nick Clifton  <nickc@redhat.com>
+
+       * dis-asm.h (DISASSEMBLE_DATA): New value for the flags field of
+       struct disassemble_info.
+
+2009-06-02  Ian Lance Taylor  <iant@google.com>
+
+       * ansidecl.h (EXPORTED_CONST): Define.
+
+2009-05-31  Ian Lance Taylor  <iant@google.com>
+
+       * ansidecl.h: Add extern "C" when compiling with C++.  Treat C++
+       the way we treat an ISO C compiler.  Don't define inline as a
+       macdro when compiling with C++.
+       * dyn-string.h: Add header guard DYN_STRING_H.  Add extern "C"
+       when compiling with C++.
+       * fibheap.h: Add extern "C" when compiling with C++.
+
+2009-05-25  Tristan Gingold  <gingold@adacore.com>
+
+       * fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB,
+       FOPEN_AUB): Use "rfm=udf,rat=none" attribute.
+
+2009-04-22  Taras Glek <tglek@mozilla.com>
+
+       * hashtab.h: Update GTY annotations to new syntax.
+       * splay-tree.h: Likewise.
+
 2009-04-08  H.J. Lu  <hongjiu.lu@intel.com>
 
        * bfdlink.h (bfd_link_info): Add warn_alternate_em.
        * demangle.h (enum demangle_component_type): Add
        DEMANGLE_COMPONENT_FUNCTION_PARAM.
 
-2009-03-14  Dave Korn  <dave.korn.cygwin@gmail.com>
-
-       * coff/internal.h (struct internal_extra_pe_aouthdr):  Correct type
-       of DllCharacteristics flags field to unsigned.
-       * coff/pe.h (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
-       IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
-       IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
-       IMAGE_DLLCHARACTERISTICS_NO_ISOLATION,
-       IMAGE_DLLCHARACTERISTICS_NO_SEH,
-       IMAGE_DLLCHARACTERISTICS_NO_BIND,
-       IMAGE_DLLCHARACTERISTICS_WDM_DRIVER,
-       IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE):  New macros to
-       define flag bit values for DllCharacteristics field of PEAOUTHDR,
-       PEPAOUTHDR.
-
 2008-12-01  Cary Coutant  <ccoutant@google.com>
 
        * plugin-api.h (LDPS_BAD_HANDLE): New constant.