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 2379f9c475 Sign-extend start and stop address inputs to objdump new 988915ee7b Fix VLA printing for Ada new 844333e249 Fix ptype/o comment formatting new 9d3421afbb Change ptype/o to print bit offset
The 3 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/doc/ChangeLog | 4 + gdb/doc/gdb.texinfo | 9 +- gdb/dwarf2loc.c | 8 +- gdb/testsuite/ChangeLog | 16 + .../gdb.ada/{fixed_points.exp => vla.exp} | 39 +- gdb/testsuite/gdb.ada/vla/vla.adb | 57 +++ gdb/testsuite/gdb.base/ptype-offsets.cc | 2 +- gdb/testsuite/gdb.base/ptype-offsets.exp | 501 +++++++++++---------- gdb/typeprint.c | 34 +- 10 files changed, 377 insertions(+), 308 deletions(-) copy gdb/testsuite/gdb.ada/{fixed_points.exp => vla.exp} (59%) create mode 100644 gdb/testsuite/gdb.ada/vla/vla.adb