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-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 5b9d7a9a64 Fix __bss_start assertion failure in _bfd_elf_fix_symbol_flags adds 3719fd55b6 cpu,opcodes,gas: fix explicit arguments to eBPF ldabs instructions adds ca8d69beb1 Use field_core_addr in more places adds 33eca68072 Use field_string in more places adds 1f77b012e6 Introduce field_unsigned adds 07128006d6 Fix a FIXME in mi-out.c adds 7e24fb63e7 Automatic date update in version.in adds cbde90f25e Add include of gdbarch.h. adds 206e6c58a7 Fix build for aarch64, arm, and riscv FreeBSD native targets. adds 21df382b91 x86: fold SReg{2,3} adds dfd6917457 x86: make RegMem an opcode modifier
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- cpu/ChangeLog | 5 + cpu/bpf.cpu | 63 +- gas/ChangeLog | 30 + gas/config/tc-i386-intel.c | 5 +- gas/config/tc-i386.c | 70 +- gas/doc/c-bpf.texi | 16 +- gas/testsuite/gas/bpf/mem-be.d | 8 +- gas/testsuite/gas/bpf/mem.d | 8 +- gas/testsuite/gas/bpf/mem.s | 8 +- gas/testsuite/gas/i386/ilp32/x86-64-opcode.d | 306 +- gas/testsuite/gas/i386/x86-64-opcode.d | 4 + gas/testsuite/gas/i386/x86-64-opcode.s | 4 + gdb/ChangeLog | 55 + gdb/aarch64-fbsd-nat.c | 15 +- gdb/ada-tasks.c | 10 +- gdb/arm-fbsd-nat.c | 14 +- gdb/breakpoint.c | 4 +- gdb/cli-out.c | 13 + gdb/cli-out.h | 3 + gdb/disasm.c | 2 +- gdb/fbsd-nat.c | 1 + gdb/i386-linux-tdep.c | 6 +- gdb/i386-tdep.c | 2 +- gdb/infrun.c | 4 +- gdb/mi/mi-interp.c | 2 +- gdb/mi/mi-main.c | 2 +- gdb/mi/mi-out.c | 13 +- gdb/mi/mi-out.h | 3 + gdb/record-btrace.c | 14 +- gdb/riscv-fbsd-nat.c | 15 +- gdb/sparc64-linux-tdep.c | 6 +- gdb/symfile.c | 14 +- gdb/target.c | 4 +- gdb/ui-out.c | 14 + gdb/ui-out.h | 4 + include/ChangeLog | 4 + include/opcode/i386.h | 1 + opcodes/ChangeLog | 42 + opcodes/bpf-desc.c | 44 +- opcodes/bpf-opc.c | 72 +- opcodes/bpf-opc.h | 7 +- opcodes/i386-gen.c | 11 +- opcodes/i386-init.h | 195 +- opcodes/i386-opc.h | 22 +- opcodes/i386-opc.tbl | 85 +- opcodes/i386-reg.tbl | 14 +- opcodes/i386-tbl.h | 54549 +++++++++++-------------- 48 files changed, 24774 insertions(+), 31021 deletions(-)