This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check_bootstrap/master-aarch64-check_bootstrap_lto in repository toolchain/ci/binutils-gdb.
from 47a39c6e18 Fix gdb.ada/arrayptr.exp results adds c9bfa277e9 Fix Ada integer literals with exponents adds 63fc2437de Implement real literal extension for Ada adds aacf24b4db Fix bug in ada_print_floating adds 3db1354160 Remove unnecessary inferior lookup in infrun:handle_one adds cfeab26e4d Deprecate dbx mode adds d43bd54d54 gdb/mi: fix regression in mi -add-inferior command adds 6fd90137e7 gdb/mi: add --no-connection to MI -add-inferior command adds ee6a3d9e94 gdb/python: add Type.is_scalar property adds 551b380fbd gdb/python: add Type.is_signed property adds f99e1c6dc8 gdb/testsuite: add new test for comparing char types in Python adds 30732ea06d Automatic date update in version.in adds 807310c5c7 gdb: announce upcoming removal of Python 2 support from gdb
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/NEWS | 32 +++++ gdb/ada-lex.l | 107 +++++++++++++---- gdb/ada-valprint.c | 7 ++ gdb/doc/gdb.texinfo | 55 ++++++++- gdb/doc/python.texi | 16 +++ gdb/inferior.c | 6 +- gdb/inferior.h | 7 ++ gdb/infrun.c | 3 +- gdb/main.c | 3 + gdb/mi/mi-main.c | 47 +++++++- gdb/python/py-type.c | 38 ++++++ gdb/testsuite/gdb.ada/float-bits.exp | 53 +++++++++ .../callee.adb => float-bits/prog.adb} | 13 +-- .../gdb.ada/{O2_float_param.exp => literals.exp} | 31 +++-- gdb/testsuite/gdb.mi/interrupt-thread-group.exp | 16 +-- gdb/testsuite/gdb.mi/mi-add-inferior.exp | 130 +++++++++++++++++++++ gdb/testsuite/gdb.python/py-arch.exp | 15 ++- gdb/testsuite/gdb.python/py-type.c | 16 +++ gdb/testsuite/gdb.python/py-type.exp | 88 +++++++++++++- 20 files changed, 609 insertions(+), 76 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/float-bits.exp copy gdb/testsuite/gdb.ada/{inline-section-gc/callee.adb => float-bits/prog.adb} (81%) copy gdb/testsuite/gdb.ada/{O2_float_param.exp => literals.exp} (55%) create mode 100644 gdb/testsuite/gdb.mi/mi-add-inferior.exp