diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2017-02-20 20:53:22 +0100 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2017-02-20 21:02:51 +0100 |
commit | 0ae60b631e1648880d326c4a9986d5d522b6ae8a (patch) | |
tree | defe51536a8326d10626438801f6b140a06b584a | |
parent | 0224619f6085908935f689b87e1ac4e460bb1e71 (diff) | |
download | gdb-0ae60b631e1648880d326c4a9986d5d522b6ae8a.zip gdb-0ae60b631e1648880d326c4a9986d5d522b6ae8a.tar.gz gdb-0ae60b631e1648880d326c4a9986d5d522b6ae8a.tar.bz2 |
DWARF-5: NEWS
a NEWS entry.
gdb/ChangeLog
2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
* NEWS (Changes since GDB 7.12): Add DWARF-5.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2de892a..051e257 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com> + * NEWS (Changes since GDB 7.12): Add DWARF-5. + +2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com> + * dwarf2read.c (skip_one_die, read_attribute_value) (dwarf2_const_value_attr, dump_die_shallow) (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes) @@ -60,6 +60,9 @@ * Target descriptions can now describe registers for sparc32 and sparc64. +* GDB now supports DWARF version 5 (debug information format). + Its .debug_names index is not yet supported. + * New native configurations FreeBSD/mips mips*-*-freebsd |