OSDN Git Service

* dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
[pf3gnuchains/gcc-fork.git] / include / ChangeLog
index c40a1f3..69ebb83 100644 (file)
@@ -1,6 +1,45 @@
-2009-10-05   Rafael Espindola  <espindola@google.com>
+2009-12-29  Joel Brobecker  <brobecker@adacore.com>
 
-       * plugin-api.h: Sync with src.
+       * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
+
+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-09  Rafael Espindola  <espindola@google.com>
+
+       * plugin-api.h (ld_plugin_add_input_library): Change argument name to
+       libname.
+
+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>