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-aarch64-lts-defconfig in repository toolchain/ci/binutils-gdb.
from 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 new 47e3f47487 [gdb] Fix s390x -m31 build
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: ChangeLog | 4 + bfd/version.h | 2 +- gdb/ChangeLog | 61 + gdb/dwarf-index-write.c | 2 +- gdb/dwarf2read.c | 198 +- gdb/dwarf2read.h | 11 +- gdb/testsuite/ChangeLog | 11 + gdb/testsuite/gdb.ada/ptype_union.exp | 5 + gdb/testsuite/gdb.base/index-cache.exp | 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 | 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 +- src-release.sh | 2 +- 28 files changed, 3778 insertions(+), 3747 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