This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 962937b15dd gdb: make timestamped_file implement can_emit_style_escape new 6cacd78ba5b gdb/buildsym: Line record use a record flag new cc96ae7f883 gdb: Add support for DW_LNS_set_prologue_end in line-table new 6109f7a39eb gdb: Add maint set ignore-prologue-end-flag
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/NEWS | 20 ++++ gdb/buildsym-legacy.c | 2 +- gdb/buildsym.c | 5 +- gdb/buildsym.h | 16 +++- gdb/doc/gdb.texinfo | 40 ++++++++ gdb/dwarf2/read.c | 51 ++++++---- gdb/symmisc.c | 6 +- gdb/symtab.c | 70 ++++++++++++++ gdb/symtab.h | 4 + .../gdb.dwarf2/dw2-out-of-range-end-of-seq.exp | 4 +- .../{fortran-var-string.c => dw2-prologue-end.c} | 21 ++--- gdb/testsuite/gdb.dwarf2/dw2-prologue-end.exp | 105 +++++++++++++++++++++ gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp | 2 +- gdb/testsuite/lib/dwarf.exp | 16 ++-- 14 files changed, 319 insertions(+), 43 deletions(-) copy gdb/testsuite/gdb.dwarf2/{fortran-var-string.c => dw2-prologue-end.c} (66%) create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-prologue-end.exp