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 d7680f13df1 x86: Vxy naming correction new d03878e670d [gdb/testsuite] Modernize gdb.base/huge.exp new 265687478be [gdb/exp] Clean up asap in value_print_array_elements
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/f-valprint.c | 4 ++ gdb/testsuite/gdb.ada/huge.exp | 92 ++++++++++++++++++++++++++++++++++++ gdb/testsuite/gdb.ada/huge/foo.adb | 20 ++++++++ gdb/testsuite/gdb.ada/huge/pck.adb | 82 ++++++++++++++++++++++++++++++++ gdb/testsuite/gdb.ada/huge/pck.ads | 18 ++++++++ gdb/testsuite/gdb.base/huge.exp | 71 +++++++++++++++++++++------- gdb/testsuite/gdb.fortran/huge.F90 | 21 +++++++++ gdb/testsuite/gdb.fortran/huge.exp | 95 ++++++++++++++++++++++++++++++++++++++ gdb/valprint.c | 4 ++ 9 files changed, 390 insertions(+), 17 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/huge.exp create mode 100644 gdb/testsuite/gdb.ada/huge/foo.adb create mode 100644 gdb/testsuite/gdb.ada/huge/pck.adb create mode 100644 gdb/testsuite/gdb.ada/huge/pck.ads create mode 100644 gdb/testsuite/gdb.fortran/huge.F90 create mode 100644 gdb/testsuite/gdb.fortran/huge.exp