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 f7433f0 objcopy add-symbol uninitialised struct new 3326303 [PR gdb/19893] Fix handling of synthetic C++ references
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/ChangeLog | 15 ++ gdb/dwarf2loc.c | 128 ++++++++++---- gdb/testsuite/ChangeLog | 12 ++ gdb/testsuite/gdb.dwarf2/implref-array.c | 27 +++ gdb/testsuite/gdb.dwarf2/implref-array.exp | 171 +++++++++++++++++++ .../gdb.dwarf2/{implref.exp => implref-const.exp} | 53 ++++-- gdb/testsuite/gdb.dwarf2/implref-global.c | 27 +++ gdb/testsuite/gdb.dwarf2/implref-global.exp | 125 ++++++++++++++ gdb/testsuite/gdb.dwarf2/implref-struct.c | 43 +++++ gdb/testsuite/gdb.dwarf2/implref-struct.exp | 186 +++++++++++++++++++++ gdb/valops.c | 36 ++-- gdb/valprint.c | 121 +++++++++++--- 12 files changed, 851 insertions(+), 93 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/implref-array.c create mode 100644 gdb/testsuite/gdb.dwarf2/implref-array.exp rename gdb/testsuite/gdb.dwarf2/{implref.exp => implref-const.exp} (57%) create mode 100644 gdb/testsuite/gdb.dwarf2/implref-global.c create mode 100644 gdb/testsuite/gdb.dwarf2/implref-global.exp create mode 100644 gdb/testsuite/gdb.dwarf2/implref-struct.c create mode 100644 gdb/testsuite/gdb.dwarf2/implref-struct.exp