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 43a444f Fix another memory access error in readelf when parsing a cor [...] new 78d4d2c Code cleanup: Split create_debug_types_hash_table new 5f46c5a Code cleanup: Split dwarf2_ranges_read to a callback new 22d2f3a Code cleanup: Refactor abbrev_table_read_table cycle new 4398809 DWARF-5 basic functionality new 216f72a DWARF-5: call sites new 0af92d6 DWARF-5: Macros new 0224619 DWARF-5: DW_FORM_data16 new 0ae60b6 DWARF-5: NEWS
The 8 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/ChangeLog | 128 ++ gdb/NEWS | 3 + gdb/block.c | 4 +- gdb/common/common-exceptions.h | 2 +- gdb/defs.h | 4 + gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 10 +- gdb/dwarf2-frame.c | 2 +- gdb/dwarf2expr.c | 23 +- gdb/dwarf2expr.h | 10 +- gdb/dwarf2loc.c | 140 +- gdb/dwarf2loc.h | 2 + gdb/dwarf2read.c | 1342 ++++++++++++++------ gdb/gdbtypes.h | 22 +- gdb/stack.c | 5 +- gdb/std-operator.def | 2 +- gdb/symfile.h | 3 + gdb/testsuite/ChangeLog | 18 + .../gdb.arch/amd64-entry-value-param-dwarf5.S | 699 ++++++++++ ...ue-param.c => amd64-entry-value-param-dwarf5.c} | 0 ...aram.exp => amd64-entry-value-param-dwarf5.exp} | 6 +- gdb/testsuite/gdb.arch/amd64-entry-value.exp | 6 +- gdb/testsuite/gdb.dwarf2/dw2-error.exp | 2 +- .../gdb.dwarf2/{implptrconst.c => formdata16.c} | 2 +- gdb/testsuite/gdb.dwarf2/formdata16.exp | 77 ++ gdb/testsuite/lib/dwarf.exp | 4 + gdb/xcoffread.c | 3 + 27 files changed, 2040 insertions(+), 484 deletions(-) create mode 100644 gdb/testsuite/gdb.arch/amd64-entry-value-param-dwarf5.S copy gdb/testsuite/gdb.arch/{amd64-entry-value-param.c => amd64-entry-value-param- [...] copy gdb/testsuite/gdb.arch/{amd64-entry-value-param.exp => amd64-entry-value-para [...] copy gdb/testsuite/gdb.dwarf2/{implptrconst.c => formdata16.c} (93%) create mode 100644 gdb/testsuite/gdb.dwarf2/formdata16.exp