summaryrefslogtreecommitdiff
path: root/elfcpp/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2012-05-01 22:46:36 +0000
committerCary Coutant <ccoutant@google.com>2012-05-01 22:46:36 +0000
commit828753505be8dc848dc8d057ece9839bf4218e87 (patch)
tree20fc6c5c90fc2e5dcb19559b501292613aaef89f /elfcpp/ChangeLog
parent8cdeb6f6e6f01857c6afde2979dc5fceda5b576f (diff)
downloadbinutils-redhat-828753505be8dc848dc8d057ece9839bf4218e87.tar.gz
elfcpp/
* dwarf.h (enum DW_TAG, enum DW_FORM, enum DW_AT, enum DW_ENCODING) (enum DW_OP, enum DW_CFA): Remove. Include dwarf2.def. gold/ * dwarf_reader.cc (Dwarf_die::read_attributes) (Dwarf_die::skip_attributes, Dwarf_die::int_attribute) (Dwarf_die::uint_attribute): Remove DW_FORM_null. * reduced_debug_output.cc (Output_reduced_debug_info_section::get_die_end): Remove DW_FORM_GNU_ref_index. Add default case.
Diffstat (limited to 'elfcpp/ChangeLog')
-rw-r--r--elfcpp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog
index 6e31367a99..1ec14e8b30 100644
--- a/elfcpp/ChangeLog
+++ b/elfcpp/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-01 Cary Coutant <ccoutant@google.com>
+
+ * dwarf.h (enum DW_TAG, enum DW_FORM, enum DW_AT, enum DW_ENCODING)
+ (enum DW_OP, enum DW_CFA): Remove.
+ Include dwarf2.def.
+
2012-04-23 Cary Coutant <ccoutant@google.com>
* elfcpp_swap.h (struct Swap_aligned32): New template.