This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 0dbd452ad2 PowerPC64 inline PLT call tests adds d3267445af Automatic date update in version.in adds 53d5a2a5c1 [gdb] Fix printing of unresolved dynamic type adds d4d05d13eb gas: Fix internal error in S_SET_SEGMENT adds f54be24b10 gdb: use bool in dwarf2_loc_desc_get_symbol_read_needs adds 7635cf797e gdb: fix wrong indentation in symbol_needs_eval_context adds b017825fab Convert CORE_ADDR to Python using gdb_py_object_from_ulongest adds 3ae7ab9992 Fix MI crash with Ada string access adds 326afb7229 Update xfail pattern in gdb.rust/simple.exp adds f9b11e6b18 gdb: fix IA64 build failure of linux-nat adds d2bb907b8b Automatic date update in version.in new f5fc30d05c PowerPC: Rename xvcvbf16sp to xvcvbf16spn new 587a437176 Add ChangeLog entries for previous commit.
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: bfd/version.h | 2 +- gas/ChangeLog | 14 ++++++ gas/config/obj-elf.c | 9 +++- gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/elf/section-symbol-redef.d | 5 +++ gas/testsuite/gas/elf/section-symbol-redef.s | 3 ++ gas/testsuite/gas/ppc/vsx4.d | 2 +- gas/testsuite/gas/ppc/vsx4.s | 2 +- gdb/ChangeLog | 35 +++++++++++++++ gdb/ada-varobj.c | 8 ++-- gdb/dwarf2/loc.c | 33 +++++++------- gdb/gdbtypes.c | 35 ++++++++++++--- gdb/ia64-linux-nat.c | 1 + gdb/python/py-inferior.c | 2 +- gdb/python/py-infevents.c | 4 +- gdb/python/py-linetable.c | 2 +- gdb/testsuite/ChangeLog | 13 ++++++ gdb/testsuite/gdb.ada/mi_var_access.exp | 52 +++++++++++++++++++++++ gdb/testsuite/gdb.ada/mi_var_access/mi_access.adb | 37 ++++++++++++++++ gdb/testsuite/gdb.ada/mi_var_access/pck.adb | 26 ++++++++++++ gdb/testsuite/gdb.ada/mi_var_access/pck.ads | 23 ++++++++++ gdb/testsuite/gdb.rust/simple.exp | 3 +- opcodes/ChangeLog | 5 +++ opcodes/ppc-opc.c | 2 +- 24 files changed, 281 insertions(+), 38 deletions(-) create mode 100644 gas/testsuite/gas/elf/section-symbol-redef.d create mode 100644 gas/testsuite/gas/elf/section-symbol-redef.s create mode 100644 gdb/testsuite/gdb.ada/mi_var_access.exp create mode 100644 gdb/testsuite/gdb.ada/mi_var_access/mi_access.adb create mode 100644 gdb/testsuite/gdb.ada/mi_var_access/pck.adb create mode 100644 gdb/testsuite/gdb.ada/mi_var_access/pck.ads