This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-Os_LTO in repository toolchain/ci/binutils-gdb.
from 426260d246 Automatic date update in version.in adds af51804103 [gdb/testsuite] Fix gdb.base/index-cache.exp with cc-with-gdb-index adds b94ed26fef [gdb/testsuite] Fix gdb.base/maint.exp with cc-with-gdb-index adds 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 adds 9698f71410 Remove uses of fprintf_symbol_filtered adds 965bc1df87 Handle compiler-generated suffixes in Ada names adds cee6789e1b Automatic date update in version.in adds 748aa9b653 [gdb/testsuite] templates.exp to accept clang++ output adds 4d7188abfd gdbsupport: add debug assertions in gdb::optional::get adds 39f6207e3e Fixes for mi-fortran-modules.exp fixes adds 814be17cf9 Automatic date update in version.in adds 82d1f134cc gdb: follow-fork: push target and add thread in target_follow_fork adds 29daccc9f3 revise PE IMAGE_SCN_LNK_NRELOC_OVFL test adds 010e444b2f PR28155, Superfluous "the" in the man page adds 47fcfcbadc PR28156, rename.c doesn't compile with MinGW adds 934cb8492f gas: always add dummy symbols when creating XCOFF sections. adds a83ef1c760 gas: correctly output XCOFF tbss symbols with XTY_CM type. adds 6a7ee0010e [gdb/symtab] Implement addrmap_mutable_find adds f897689c88 elf: Treat undefined version as hidden adds 5b3ef0a595 [gdb/symtab] Use lambda function instead of addrmap_foreach_check adds 0613c3306c PR28162, segment fault in mips_elf_assign_gp new a164bbda30 IBM Z: Remove lpswey parameter
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: bfd/coffcode.h | 2 +- bfd/elf.c | 1 + bfd/elf32-mips.c | 6 +- bfd/elf64-mips.c | 8 +- bfd/version.h | 2 +- binutils/rename.c | 2 + gas/config/tc-ppc.c | 31 ++-- gas/testsuite/gas/s390/zarch-arch14.d | 2 +- gas/testsuite/gas/s390/zarch-arch14.s | 2 +- gdb/ada-exp.h | 47 ++++++ gdb/ada-exp.y | 78 ++------- gdb/ada-lang.c | 187 +++++++++++++++++---- gdb/addrmap.c | 121 ++++++++++++- gdb/contrib/cc-with-tweaks.sh | 14 ++ gdb/cp-valprint.c | 68 ++++++++ gdb/exec.c | 6 +- gdb/exec.h | 9 +- gdb/fbsd-nat.c | 8 +- gdb/fbsd-nat.h | 2 +- gdb/gdbtypes.c | 2 +- gdb/infrun.c | 170 ++++++++----------- gdb/linux-nat.c | 15 +- gdb/linux-nat.h | 2 +- gdb/obsd-nat.c | 9 +- gdb/obsd-nat.h | 2 +- gdb/printcmd.c | 3 +- gdb/process-stratum-target.c | 17 ++ gdb/process-stratum-target.h | 9 + gdb/python/py-framefilter.c | 8 +- gdb/remote.c | 10 +- gdb/stack.c | 13 +- gdb/target-delegates.c | 24 +-- gdb/target.c | 24 ++- gdb/target.h | 7 +- .../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 +++ gdb/testsuite/gdb.ada/complete.exp | 2 +- .../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.base/index-cache.exp | 2 +- gdb/testsuite/gdb.base/maint.exp | 34 ++-- gdb/testsuite/gdb.cp/templates.exp | 3 + gdb/testsuite/gdb.dwarf2/ada-cold-name.exp | 72 ++++++++ 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/testsuite/gdb.mi/mi-fortran-modules.exp | 4 +- .../gdb.python/py-mi-var-info-path-expression.exp | 12 ++ gdb/varobj.c | 6 +- gdbsupport/gdb_optional.h | 16 +- ld/ld.texi | 2 +- ld/testsuite/ld-elf/linux-x86.exp | 17 ++ ld/testsuite/ld-elf/pr28158-1.c | 1 + ld/testsuite/ld-elf/pr28158-2.S | 16 ++ ld/testsuite/ld-elf/pr28158.nd | 3 + ld/testsuite/ld-elf/pr28158.rd | 7 + ld/testsuite/ld-elf/{pr13195.t => pr28158.t} | 0 ld/testsuite/ld-elfvers/vers19.dsym | 2 +- ld/testsuite/ld-elfvers/vers2.dsym | 2 +- ld/testsuite/ld-elfvers/vers22.dsym | 2 +- ld/testsuite/ld-elfvers/vers23.dsym | 2 +- ld/testsuite/ld-elfvers/vers23d.dsym | 4 +- ld/testsuite/ld-elfvers/vers27d4.dsym | 2 +- ld/testsuite/ld-elfvers/vers28c.dsym | 2 +- ld/testsuite/ld-elfvers/vers3.dsym | 2 +- ld/testsuite/ld-elfvers/vers6.dsym | 6 +- opcodes/s390-opc.c | 2 + opcodes/s390-opc.txt | 2 +- 71 files changed, 1022 insertions(+), 359 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 create mode 100644 gdb/testsuite/gdb.dwarf2/ada-cold-name.exp create mode 100644 ld/testsuite/ld-elf/pr28158-1.c create mode 100644 ld/testsuite/ld-elf/pr28158-2.S create mode 100644 ld/testsuite/ld-elf/pr28158.nd create mode 100644 ld/testsuite/ld-elf/pr28158.rd copy ld/testsuite/ld-elf/{pr13195.t => pr28158.t} (100%)