This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarch64-spec2k6-Os_LTO in repository toolchain/ci/binutils-gdb.
from 547ce8f00b [gdb/backtrace] Fix printing of fortran string args adds 3d11c30a6e [gdb/testsuite] Fix charlen type in mixed-lang-stack.c adds 878000178e Automatic date update in version.in adds f569c1c51a [gdb/testsuite] Add gdb.base/eh_return.exp adds 246b9ea198 ld: Add a PR binutils/26389 test adds 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 adds f5fc30d05c PowerPC: Rename xvcvbf16sp to xvcvbf16spn adds 587a437176 Add ChangeLog entries for previous commit. new d138725a62 gdb/Makefile.in: Add DEBUGINFOD_CFLAGS, DEBUGINFOD_LIBS variables. new 18a8a00ebe Correct vcmpsq, vcmpuq and xvtlsbb BF field new 6cdb985c45 Automatic date update in version.in
The 3 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 | 20 +++++ 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/int128.d | 2 +- gas/testsuite/gas/ppc/int128.s | 2 +- gas/testsuite/gas/ppc/vsx4.d | 2 +- gas/testsuite/gas/ppc/vsx4.s | 2 +- gas/testsuite/gas/ppc/xvtlsbb.d | 2 +- gdb/ChangeLog | 41 ++++++++++ gdb/Makefile.in | 8 +- 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 | 24 ++++++ 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.base/eh_return.c | 98 +++++++++++++++++++++++ gdb/testsuite/gdb.base/eh_return.exp | 47 +++++++++++ gdb/testsuite/gdb.fortran/mixed-lang-stack.c | 10 ++- gdb/testsuite/gdb.rust/simple.exp | 3 +- ld/ChangeLog | 20 +++++ ld/testsuite/ld-plugin/lto.exp | 4 + ld/testsuite/ld-plugin/pr26389.c | 1 + ld/testsuite/ld-plugin/pr26389.d | 3 + ld/testsuite/ld-powerpc/inline-1.d | 19 +++++ ld/testsuite/ld-powerpc/inline-2.d | 20 +++++ ld/testsuite/ld-powerpc/inline-3.d | 20 +++++ ld/testsuite/ld-powerpc/inline-4.d | 20 +++++ ld/testsuite/ld-powerpc/inline.s | 12 +++ ld/testsuite/ld-powerpc/inlinepcrel-1.d | 17 ++++ ld/testsuite/ld-powerpc/inlinepcrel-2.d | 18 +++++ ld/testsuite/ld-powerpc/inlinepcrel-3.d | 18 +++++ ld/testsuite/ld-powerpc/inlinepcrel.s | 9 +++ ld/testsuite/ld-powerpc/powerpc.exp | 7 ++ opcodes/ChangeLog | 10 +++ opcodes/ppc-opc.c | 8 +- 45 files changed, 663 insertions(+), 47 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 create mode 100644 gdb/testsuite/gdb.base/eh_return.c create mode 100644 gdb/testsuite/gdb.base/eh_return.exp create mode 100644 ld/testsuite/ld-plugin/pr26389.c create mode 100644 ld/testsuite/ld-plugin/pr26389.d create mode 100644 ld/testsuite/ld-powerpc/inline-1.d create mode 100644 ld/testsuite/ld-powerpc/inline-2.d create mode 100644 ld/testsuite/ld-powerpc/inline-3.d create mode 100644 ld/testsuite/ld-powerpc/inline-4.d create mode 100644 ld/testsuite/ld-powerpc/inline.s create mode 100644 ld/testsuite/ld-powerpc/inlinepcrel-1.d create mode 100644 ld/testsuite/ld-powerpc/inlinepcrel-2.d create mode 100644 ld/testsuite/ld-powerpc/inlinepcrel-3.d create mode 100644 ld/testsuite/ld-powerpc/inlinepcrel.s