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-master-aarch64-spec2k6-O2_LTO 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 adds 8d6a48df54 [gdb] Fix clang buildbreaker adds f0a6222e30 i386: Check vector length for EVEX broadcast instructions adds 698dc1d7a2 Automatic date update in version.in adds 6f6ffbeb5a Don't declare tui_init_win_info adds e6a1c5cbcb Don't declare tui_init_content_element adds 7d10623d3b [gdbserver] Fix s390x -m31 gdbserver build adds 2a81e61405 Automatic date update in version.in adds 890f750a3b PR24689, string table corruption adds 2486542803 libctf: handle errors on dynhash insertion better adds 65365aa856 libctf: drop mmap()-based CTF data allocator adds 364620bf63 libctf: dump header offsets into the debugging output adds 0b4fa56e07 libctf: unidentified type kinds on open are a sign of file c [...] adds 7cee18263c libctf: endianness fixes adds cf02c44dfd libctf: fix ctf_open endianness problems with raw CTF files adds 70175d8d62 Fix gnulib/update-gnulib.sh adds be74b5b714 Add gnulib to gdb release tarball adds b13a7d03c2 [gdb/testsuite] Mark ptype_union.exp as unsupported for cc-w [...] adds dc4ccb6f7f dwarf2read: Use bool for dwarf2_section_info fields adds 51ac9db596 dwarf2read: C++ify dwo_file adds fb1eb2f94a dwarf2read: Make dwo_file::dbfd a gdb_bfd_ref_ptr adds fd5866f6aa dwarf2read: Get rid of VEC (dwarf2_section_info_def) adds ad692897c1 i386: Break i386-dis-evex.h into small files adds c596f180a1 [gdb/testsuite] Compile index-cache.c with -Wl,--build-id adds 5ec331ef74 Automatic date update in version.in adds 47e3f47487 [gdb] Fix s390x -m31 build adds 5bff081c10 Remove two unused functions from the TUI adds f95675e12d Remove tui_first_data_element_no_in_line adds a8d21e9ef0 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 + bfd/ChangeLog | 23 + bfd/elf32-ppc.c | 22 +- bfd/elf64-ppc.c | 6 +- bfd/elfcode.h | 3 +- bfd/elfnn-aarch64.c | 24 - bfd/version.h | 2 +- gas/ChangeLog | 18 + gas/testsuite/gas/i386/disassem.d | 8 +- gas/testsuite/gas/i386/disassem.s | 4 + gas/testsuite/gas/i386/x86-64-disassem.d | 7 +- gas/testsuite/gas/i386/x86-64-disassem.s | 4 + gdb/ChangeLog | 126 + 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/dwarf-index-write.c | 2 +- gdb/dwarf2read.c | 211 +- gdb/dwarf2read.h | 15 +- gdb/gdbserver/ChangeLog | 10 + gdb/gdbserver/debug.c | 2 +- gdb/gdbserver/debug.h | 2 +- gdb/gdbserver/linux-s390-ipa.c | 2 +- gdb/interps.c | 1 - gdb/source-cache.c | 17 +- gdb/testsuite/ChangeLog | 34 + gdb/testsuite/boards/fission.exp | 8 +- gdb/testsuite/gdb.ada/length_cond.exp | 47 + gdb/testsuite/gdb.ada/length_cond/length_cond.adb | 37 + gdb/testsuite/gdb.ada/length_cond/pck.adb | 21 + gdb/testsuite/gdb.ada/length_cond/pck.ads | 18 + gdb/testsuite/gdb.ada/ptype_union.exp | 5 + gdb/testsuite/gdb.base/index-cache.exp | 3 +- gdb/testsuite/gdb.base/list0.h | 2 +- gdb/top.c | 5 - gdb/tui/tui-data.c | 77 - gdb/tui/tui-data.h | 5 - gdb/tui/tui-windata.c | 17 - gdb/tui/tui-windata.h | 1 - gdb/utils.c | 3 - gnulib/ChangeLog | 4 + gnulib/update-gnulib.sh | 8 +- include/ChangeLog | 5 + include/ctf.h | 10 +- libctf/ChangeLog | 50 + libctf/ctf-create.c | 49 +- libctf/ctf-impl.h | 9 +- libctf/ctf-open-bfd.c | 23 +- libctf/ctf-open.c | 59 +- libctf/ctf-subr.c | 51 - opcodes/ChangeLog | 61 + opcodes/i386-dis-evex-len.h | 231 ++ opcodes/i386-dis-evex-mod.h | 62 + opcodes/i386-dis-evex-prefix.h | 1969 ++++++++++++ opcodes/i386-dis-evex-reg.h | 51 + opcodes/i386-dis-evex-w.h | 1138 +++++++ opcodes/i386-dis-evex.h | 3313 --------------------- opcodes/i386-dis.c | 52 +- src-release.sh | 2 +- 62 files changed, 4237 insertions(+), 3777 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/length_cond.exp create mode 100644 gdb/testsuite/gdb.ada/length_cond/length_cond.adb create mode 100644 gdb/testsuite/gdb.ada/length_cond/pck.adb create mode 100644 gdb/testsuite/gdb.ada/length_cond/pck.ads create mode 100644 opcodes/i386-dis-evex-len.h create mode 100644 opcodes/i386-dis-evex-mod.h create mode 100644 opcodes/i386-dis-evex-prefix.h create mode 100644 opcodes/i386-dis-evex-reg.h create mode 100644 opcodes/i386-dis-evex-w.h