diff options
author | Cary Coutant <ccoutant@google.com> | 2012-05-01 22:46:36 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2012-05-01 22:46:36 +0000 |
commit | b9b9f2ee726779a225deaca3cac4700bcb82a71b (patch) | |
tree | 7ee13990852760d1c93eb0871c6a730482f9d4e6 /elfcpp/ChangeLog | |
parent | b008ea786b2de8eabce6d54ca323967199d5b348 (diff) | |
download | gdb-b9b9f2ee726779a225deaca3cac4700bcb82a71b.zip gdb-b9b9f2ee726779a225deaca3cac4700bcb82a71b.tar.gz gdb-b9b9f2ee726779a225deaca3cac4700bcb82a71b.tar.bz2 |
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/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index 6e31367..1ec14e8 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. |