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 1dcb972 [ARM] Bind defined symbol locally in PIE new da5b30d Fix PR12616 - gdb does not implement DW_AT_data_bit_offset new 22347e5 Fix copy_bitwise() new ad06383 Add unit test for copy_bitwise new 793c128 Optimize byte-aligned copies in copy_bitwise()
The 4 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 | 28 +++ gdb/dwarf2loc.c | 331 +++++++++++++++++------------ gdb/dwarf2read.c | 4 + gdb/selftest.c | 3 +- gdb/testsuite/ChangeLog | 11 + gdb/testsuite/gdb.dwarf2/nonvar-access.exp | 134 ++++++++++++ 6 files changed, 375 insertions(+), 136 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/nonvar-access.exp