This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 08bb0061ba Automatic date update in version.in adds 39c05d9435 aarch64: remove unnecessary loc_hash_table traversal adds 6e1c90b7f5 i386: Check vector length for vshufXXX/vinsertXXX/vextractXXX adds ba9777bef0 PR gdb/24364: Don't call dtrace_process_dof with NULL dof. adds 310b3441a0 [gdb] Fix heap-buffer-overflow in child_path adds 5bb4fed3d4 Automatic date update in version.in adds 86e04673b4 [gdb/testsuite] Break up long debug_flags line in fission.exp adds d20ed5fd57 Add comment to list0.h adds 4ed4690fc2 doc: fix false claim about second argument to gdb adds 3360b6e796 [gdb] Fix abstract_to_concrete type adds 0ed4690a67 [gdb/testsuite] Use -fuse-ld=gold in fission.exp adds 494986d596 gdb: Remove use of deprecated_interactive_hook adds 312413cb84 Automatic date update in version.in adds 4a4e7361d6 PowerPC64 notoc calls adds 6f5601c4d0 PR24697, R_PPC_EMB_SDA21 relocation adds dcf3792354 Instantiate a single source highlighter adds 680e1beed3 Fix crash when setting breakpoint condition adds 899277ae52 Add intro comment to length_cond.exp adds f23f598e28 [gdb] Fix build breaker with gcc 4.8 new 8d6a48df54 [gdb] Fix clang buildbreaker
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/ChangeLog | 18 ++++ bfd/elf32-ppc.c | 22 +++-- bfd/elf64-ppc.c | 6 +- bfd/elfnn-aarch64.c | 24 ----- bfd/version.h | 2 +- gas/ChangeLog | 9 ++ gas/testsuite/gas/i386/disassem.d | 4 +- gas/testsuite/gas/i386/disassem.s | 2 + gas/testsuite/gas/i386/x86-64-disassem.d | 4 +- gas/testsuite/gas/i386/x86-64-disassem.s | 2 + gdb/ChangeLog | 45 +++++++++ gdb/ada-lang.c | 34 +++++-- gdb/common/pathstuff.c | 2 +- gdb/defs.h | 1 - gdb/doc/ChangeLog | 7 ++ gdb/doc/gdb.texinfo | 18 ++-- gdb/dtrace-probe.c | 9 +- gdb/dwarf2read.c | 13 ++- gdb/dwarf2read.h | 4 +- gdb/gdbserver/ChangeLog | 5 + gdb/gdbserver/debug.c | 2 +- gdb/gdbserver/debug.h | 2 +- gdb/interps.c | 1 - gdb/source-cache.c | 17 +++- gdb/testsuite/ChangeLog | 23 +++++ gdb/testsuite/boards/fission.exp | 8 +- gdb/testsuite/gdb.ada/length_cond.exp | 47 +++++++++ .../foo.adb => length_cond/length_cond.adb} | 22 ++++- .../{big_packed_array => length_cond}/pck.adb | 2 +- .../{ptype_array/foo.adb => length_cond/pck.ads} | 9 +- gdb/testsuite/gdb.base/list0.h | 2 +- gdb/top.c | 5 - gdb/utils.c | 3 - opcodes/ChangeLog | 26 +++++ opcodes/i386-dis-evex.h | 108 ++++++++++++++++++--- opcodes/i386-dis.c | 14 ++- 36 files changed, 419 insertions(+), 103 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/length_cond.exp copy gdb/testsuite/gdb.ada/{ptype_array/foo.adb => length_cond/length_cond.adb} (60%) copy gdb/testsuite/gdb.ada/{big_packed_array => length_cond}/pck.adb (94%) copy gdb/testsuite/gdb.ada/{ptype_array/foo.adb => length_cond/pck.ads} (89%)