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 beab972c07d elf: Verify base symbol version works properly new c051369369e gdb: force lval_memory for value components with dynamic da [...] new e5ef00196e3 gdb: resolve dynamic type in one value_cast case
The 2 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/testsuite/gdb.dwarf2/data-loc-cast.c | 69 ++++++++++ gdb/testsuite/gdb.dwarf2/data-loc-cast.exp | 199 +++++++++++++++++++++++++++++ gdb/valops.c | 7 +- gdb/value.c | 41 +++--- 4 files changed, 289 insertions(+), 27 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/data-loc-cast.c create mode 100644 gdb/testsuite/gdb.dwarf2/data-loc-cast.exp