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 c4a3646be3e Automatic date update in version.in new 5b174333419 Move lnp_state_machine to new file new 247712bb942 Move compute_include_file_name earlier new 2b75a49202d Boolify line-program.c new aa5f053f971 Change dwarf_record_line_p to be a method new 715608fa8c2 Add m_builder member to lnp_state_machine new 4f0fa315f6b Change dwarf_finish_line to be a method new df8e854775d Change dwarf_record_line_1 to be a method
The 7 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 | 2 + gdb/dwarf2/line-program.c | 720 ++++++++++++++++++++++++++++++++++++ gdb/dwarf2/line-program.h | 47 +++ gdb/dwarf2/read.c | 901 ++++------------------------------------------ gdb/dwarf2/read.h | 31 ++ 5 files changed, 873 insertions(+), 828 deletions(-) create mode 100644 gdb/dwarf2/line-program.c create mode 100644 gdb/dwarf2/line-program.h