Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-06-10 12:19:52 +0400
committerTristan Gingold <gingold@adacore.com>2010-06-10 12:19:52 +0400
commitdd77718ab92c911a245880c5fc74390ab42a5f4f (patch)
treebd662b897929914cd51200ec833fb80bfd80a041 /include/ChangeLog
parent492efa069bc0c2a5a1e79e45b738fc80017cb726 (diff)
2010-06-10 Tristan Gingold <gingold@adacore.com>
* dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and DW_TAG_HP_Bliss_field_set. (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue, DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size, DW_AT_HP_definition_points, DW_AT_HP_default_location and DW_AT_HP_is_result_param. (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d, DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited, DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed, DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d. (enum dwarf_line_number_x_ops): Add DW_LNE_HP_source_file_correlation. (enum dwarf_source_language): Add DW_LANG_HP_Bliss, DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro, DW_LANG_HP_Assembler.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index f6d896f08..bfe4f3c6f 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,21 @@
+2010-06-10 Tristan Gingold <gingold@adacore.com>
+
+ * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and
+ DW_TAG_HP_Bliss_field_set.
+ (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue,
+ DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size,
+ DW_AT_HP_definition_points, DW_AT_HP_default_location and
+ DW_AT_HP_is_result_param.
+ (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d,
+ DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited,
+ DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed,
+ DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d.
+ (enum dwarf_line_number_x_ops): Add
+ DW_LNE_HP_source_file_correlation.
+ (enum dwarf_source_language): Add DW_LANG_HP_Bliss,
+ DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro,
+ DW_LANG_HP_Assembler.
+
2010-06-01 Rafael Espindola <espindola@google.com>
* plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.