diff options
author | Caroline Tice <cmtice@google.com> | 2020-07-29 16:33:07 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-07-29 16:33:07 +0100 |
commit | a69ee13f5a5223f00636fbafe583a40eeb9b1f3a (patch) | |
tree | cfa83aff3e9a04dc5f8f1589c496cddf1a497dc3 /include/ChangeLog | |
parent | 4d68fd750fa0ce9de7a5245f9eff539f31a95fb6 (diff) | |
download | gdb-a69ee13f5a5223f00636fbafe583a40eeb9b1f3a.zip gdb-a69ee13f5a5223f00636fbafe583a40eeb9b1f3a.tar.gz gdb-a69ee13f5a5223f00636fbafe583a40eeb9b1f3a.tar.bz2 |
For DWARF v5 Dwarf Package Files (.dwp files), the section identifier encodings have changed. This patch updates dwarf2.h to contain the new encodings. (see http://dwarfstd.org/doc/DWARF5.pdf, section 7.3.5).
* dwarf2.h (enum dwarf_sect_v5): A new enum section for the
sections in a DWARF 5 DWP file (DWP version 5).
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index e65e85d..035e2b9 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2020-07-28 Caroline Tice <cmtice@google.com> + + * dwarf2.h (enum dwarf_sect_v5): A new enum section for the + sections in a DWARF 5 DWP file (DWP version 5). + 2020-07-22 Nick Alcock <nick.alcock@oracle.com> * ctf-api.h (CTF_LINK_NONDEDUP): New, turn off the |