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 477bdd3 Use symbolic constants instead of magic numbers with add_data [...] new fff8551 dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptr new d194f1f gdb::optional: Add observers new ecfb656 dwarf2read.c: Make dir_index and file_name_index strong typedefs new 9c54172 Make sect_offset and cu_offset strong typedefs instead of structs new 6f77053 dwarf2read.c: C++fy lnp_state_machine
The 5 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 | 109 +++ gdb/Makefile.in | 6 +- gdb/common/gdb_optional.h | 29 + gdb/common/offset-type.h | 149 ++++ gdb/common/preprocessor.h | 31 + gdb/common/traits.h | 34 + gdb/common/underlying.h | 32 + gdb/common/valid-expr.h | 108 +++ gdb/dwarf2expr.c | 45 +- gdb/dwarf2expr.h | 16 +- gdb/dwarf2loc.c | 37 +- gdb/dwarf2read.c | 1520 +++++++++++++++++---------------- gdb/gdbtypes.h | 14 +- gdb/unittests/offset-type-selftests.c | 178 ++++ 14 files changed, 1494 insertions(+), 814 deletions(-) create mode 100644 gdb/common/offset-type.h create mode 100644 gdb/common/preprocessor.h create mode 100644 gdb/common/traits.h create mode 100644 gdb/common/underlying.h create mode 100644 gdb/common/valid-expr.h create mode 100644 gdb/unittests/offset-type-selftests.c