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 8282ad74c30 gdb: fix describe_other_breakpoints for default task being -1 new fdc82b33c45 Move some code from dwarf2/read.c to die.c
The 1 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/Makefile.in | 1 + gdb/dwarf2/die.c | 229 ++++++++++++++++++++++++++++++++++++++++++++++++++ gdb/dwarf2/die.h | 21 +++++ gdb/dwarf2/read.c | 239 +++-------------------------------------------------- gdb/gdb-gdb.gdb.in | 4 +- 5 files changed, 264 insertions(+), 230 deletions(-) create mode 100644 gdb/dwarf2/die.c