This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_lto in repository toolchain/ci/binutils-gdb.
from 7d315ef225 Automatic date update in version.in adds 91254b918f gdb: Make the builtin "boolean" type an unsigned type adds a66b7a0434 [gdb/testsuite] Fix gdb.dwarf2/fission-relative-dwo.exp with [...] adds 4d47cbdd29 [gdb/testsuite] Fix gdb.dwarf2/gdb-index-nodebug.exp with cc [...] adds 1df42e9083 [gdb/testsuite] Fix gdb.dwarf2/per-bfd-sharing.exp with cc-w [...] adds f7ded54b34 [gdb/testsuite] Fix gdb.dwarf2/dw2-using-debug-str.exp with [...] adds c894449a79 [gdb/testsuite] Fix gdb.dwarf2/dw2-using-debug-str.exp with [...] adds 4d0754c5f5 Avoid crash in varobj deletion adds cd4583499f Remove add_symbols_from_enclosing_procs adds 8b12db26d1 Refactor Ada resolution adds 03adb248d6 Defer Ada character literal resolution adds 17a3da8399 Remove the type_qualifier global adds ba8694b650 Handle type qualifier for enumeration name
No new revisions were added by this update.
Summary of changes: gdb/ada-exp.h | 47 +++++++ gdb/ada-exp.y | 78 ++---------- gdb/ada-lang.c | 140 ++++++++++++++++----- gdb/contrib/cc-with-tweaks.sh | 14 +++ gdb/cp-valprint.c | 68 ++++++++++ gdb/gdbtypes.c | 2 +- .../char_enum_overload.exp} | 26 ++-- gdb/testsuite/gdb.ada/char_enum_overload/foo.adb | 22 ++++ gdb/testsuite/gdb.ada/char_enum_overload/pck.adb | 31 +++++ gdb/testsuite/gdb.ada/char_enum_overload/pck.ads | 25 ++++ .../enum_qual.exp} | 22 ++-- gdb/testsuite/gdb.ada/enum_qual/gener.ads | 22 ++++ gdb/testsuite/gdb.ada/enum_qual/qual.adb | 27 ++++ gdb/testsuite/gdb.dwarf2/dw2-using-debug-str.exp | 41 ++++-- gdb/testsuite/gdb.dwarf2/gdb-index-nodebug.exp | 23 +++- gdb/testsuite/gdb.dwarf2/per-bfd-sharing.exp | 6 +- .../gdb.python/py-mi-var-info-path-expression.exp | 12 ++ gdb/varobj.c | 6 +- 18 files changed, 478 insertions(+), 134 deletions(-) copy gdb/testsuite/{gdb.dwarf2/gdb-index-nodebug.exp => gdb.ada/char_enum_overload [...] create mode 100644 gdb/testsuite/gdb.ada/char_enum_overload/foo.adb create mode 100644 gdb/testsuite/gdb.ada/char_enum_overload/pck.adb create mode 100644 gdb/testsuite/gdb.ada/char_enum_overload/pck.ads copy gdb/testsuite/{gdb.dwarf2/gdb-index-nodebug.exp => gdb.ada/enum_qual.exp} (65%) create mode 100644 gdb/testsuite/gdb.ada/enum_qual/gener.ads create mode 100644 gdb/testsuite/gdb.ada/enum_qual/qual.adb