This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-O2_LTO in repository toolchain/ci/binutils-gdb.
from 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 adds 14b2a8e424 PR24689 again, string table corruption adds bb22a41815 PR24704, Internal error building skiboot for powerpc64-linux-gnu adds a33f989b4e Automatic date update in version.in adds 385b97d3ac [gdb/testsuite] Fix inter-cu refs in inlined_subroutine-inhe [...] adds 824eacee59 [gdb/testsuite] Fix DW_AT_decl_file in gdb.trace tests
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 12 + bfd/elf64-ppc.c | 34 +- bfd/elfcode.h | 4 - bfd/version.h | 2 +- gdb/ChangeLog | 73 + gdb/dwarf-index-write.c | 2 +- gdb/dwarf2read.c | 198 +- gdb/dwarf2read.h | 11 +- gdb/testsuite/ChangeLog | 14 + gdb/testsuite/gdb.base/index-cache.exp | 3 +- .../gdb.dwarf2/inlined_subroutine-inheritance.exp | 6 +- gdb/testsuite/gdb.trace/entry-values.exp | 4 +- .../gdb.trace/unavailable-dwarf-piece.exp | 8 +- gdb/tui/tui-data.c | 77 - gdb/tui/tui-data.h | 2 - gdb/tui/tui-windata.c | 17 - gdb/tui/tui-windata.h | 1 - ld/ChangeLog | 6 + ld/testsuite/ld-powerpc/elfv2exe.d | 2 +- ld/testsuite/ld-powerpc/elfv2so.d | 12 +- opcodes/ChangeLog | 12 + 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 | 3467 -------------------- opcodes/i386-dis.c | 28 +- 28 files changed, 3691 insertions(+), 3755 deletions(-) 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