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 4351271e9c9 gdb: add some additional debug output in remote.c new 386de171cbf Add PROP_VARIABLE_NAME
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 | 17 +++++++ gdb/dwarf2/loc.c | 37 +++++++++++++- gdb/dwarf2/read.c | 34 ++++++++++++- gdb/dwarf2/read.h | 7 ++- gdb/gdbtypes.h | 22 ++++++++ gdb/testsuite/ChangeLog | 9 ++++ gdb/testsuite/gdb.ada/array_of_symbolic_length.exp | 59 ++++++++++++++++++++++ .../gdb.ada/array_of_symbolic_length/foo.adb | 25 +++++++++ .../gdb.ada/array_of_symbolic_length/gl.adb | 23 +++++++++ .../gdb.ada/array_of_symbolic_length/gl.ads | 18 +++++++ .../gdb.ada/array_of_symbolic_length/pck.adb | 23 +++++++++ .../gdb.ada/array_of_symbolic_length/pck.ads | 43 ++++++++++++++++ 12 files changed, 312 insertions(+), 5 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/array_of_symbolic_length.exp create mode 100644 gdb/testsuite/gdb.ada/array_of_symbolic_length/foo.adb create mode 100644 gdb/testsuite/gdb.ada/array_of_symbolic_length/gl.adb create mode 100644 gdb/testsuite/gdb.ada/array_of_symbolic_length/gl.ads create mode 100644 gdb/testsuite/gdb.ada/array_of_symbolic_length/pck.adb create mode 100644 gdb/testsuite/gdb.ada/array_of_symbolic_length/pck.ads