This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-check_cross in repository toolchain/ci/binutils-gdb.
from f37e5866aa Don't compare the pid returned from 'wait' against inferior_ptid. adds bf7682fdf7 Automatic date update in version.in adds d3b10ee787 PowerPC64 ld --no-power10-stubs adds d882c98893 Document powerpc64 ld options adds af2b318648 [readelf] Fix end_seq entry in -wL. Specifically stop the d [...] adds 260cd341da x86: Add support for Intel AMX instructions adds d249bf8670 gas/i386/property-5.d: Correct test name adds 921eafeada x86: Extract extended states from instruction template adds 54904d818b Enable multi-process mode in the FreeBSD native target. adds 96118d114e Fix spurious unhandled remote %Stop notifications adds 43667cc6f6 Fix latent bug in target_pass_ctrlc adds 42bd97a6b1 Avoid constant stream of TARGET_WAITKIND_NO_RESUMED adds 7d3badc6a8 Fix handle_no_resumed w/ multiple targets adds d6cc5d980a Make handle_no_resumed transfer terminal adds 4fdba23df6 Testcase for previous handle_no_resumed fixes adds b3e3a4c114 Fix GDB busy loop when interrupting non-stop program (PR 26199) adds 6d7aa59270 Fix crash if connection drops in scoped_restore_current_thre [...] adds cce20f1074 Fix crash if connection drops in scoped_restore_current_thre [...] adds ee9cb95ea1 Automatic date update in version.in adds a308b89de7 x86: Support GNU_PROPERTY_X86_FEATURE_2_TMM adds 0a278aa755 Fine tune exec-file-mismatch help and documentation. adds 0ed35c9ae0 rust: Fix rust modules test
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 9 + bfd/elf64-ppc.c | 26 +- bfd/elf64-ppc.h | 3 + bfd/version.h | 2 +- binutils/ChangeLog | 12 + binutils/dwarf.c | 77 +- binutils/readelf.c | 3 + binutils/testsuite/binutils-all/dw5.W | 4 +- binutils/testsuite/binutils-all/objdump.WL | 2 +- gas/ChangeLog | 75 + gas/NEWS | 2 + gas/config/tc-i386.c | 206 +- gas/doc/c-i386.texi | 7 + gas/testsuite/gas/elf/dwarf2-11.d | 2 +- gas/testsuite/gas/elf/dwarf2-12.d | 2 +- gas/testsuite/gas/elf/dwarf2-13.d | 2 +- gas/testsuite/gas/elf/dwarf2-14.d | 2 +- gas/testsuite/gas/elf/dwarf2-15.d | 2 +- gas/testsuite/gas/elf/dwarf2-16.d | 2 +- gas/testsuite/gas/elf/dwarf2-17.d | 2 +- gas/testsuite/gas/elf/dwarf2-18.d | 2 +- gas/testsuite/gas/elf/dwarf2-19.d | 2 +- gas/testsuite/gas/elf/dwarf2-5.d | 2 +- gas/testsuite/gas/elf/dwarf2-6.d | 2 +- gas/testsuite/gas/elf/dwarf2-7.d | 2 +- gas/testsuite/gas/i386/i386.exp | 9 + gas/testsuite/gas/i386/intel-regs.d | 4 + gas/testsuite/gas/i386/intel-regs.s | 4 + gas/testsuite/gas/i386/property-5.d | 2 +- .../gas/i386/{property-5.d => property-6.d} | 2 +- gas/testsuite/gas/i386/property-6.s | 2 + gas/testsuite/gas/i386/x86-64-amx-bad.d | 24 + gas/testsuite/gas/i386/x86-64-amx-bad.s | 63 + gas/testsuite/gas/i386/x86-64-amx-intel.d | 70 + gas/testsuite/gas/i386/x86-64-amx-inval.l | 17 + gas/testsuite/gas/i386/x86-64-amx-inval.s | 22 + gas/testsuite/gas/i386/x86-64-amx.d | 70 + gas/testsuite/gas/i386/x86-64-amx.s | 61 + .../gas/i386/{property-5.d => x86-64-property-6.d} | 3 +- .../gas/i386/{property-5.d => x86-64-property-7.d} | 6 +- gas/testsuite/gas/i386/x86-64-property-7.s | 2 + .../gas/i386/{property-5.d => x86-64-property-8.d} | 6 +- gas/testsuite/gas/i386/x86-64-property-8.s | 2 + .../gas/i386/{property-5.d => x86-64-property-9.d} | 6 +- gas/testsuite/gas/i386/x86-64-property-9.s | 2 + gdb/ChangeLog | 76 + gdb/doc/ChangeLog | 4 + gdb/doc/gdb.texinfo | 2 + gdb/dwarf2/frame-tailcall.c | 18 +- gdb/exec.c | 8 +- gdb/fbsd-nat.c | 6 + gdb/fbsd-nat.h | 2 + gdb/gdbthread.h | 14 +- gdb/infrun.c | 116 +- gdb/remote.c | 15 +- gdb/target.c | 2 +- gdb/testsuite/ChangeLog | 14 + gdb/testsuite/gdb.multi/multi-target.c | 4 +- gdb/testsuite/gdb.multi/multi-target.exp | 76 + gdb/testsuite/gdb.rust/modules.rs | 3 +- gdb/thread.c | 25 +- gdb/value.c | 13 +- include/ChangeLog | 4 + include/elf/common.h | 1 + ld/ChangeLog | 15 + ld/emultempl/ppc64elf.em | 20 +- ld/ld.texi | 27 + ld/testsuite/ld-powerpc/callstub-3.d | 38 + ld/testsuite/ld-powerpc/powerpc.exp | 1 + opcodes/ChangeLog | 78 + opcodes/i386-dis.c | 351 +- opcodes/i386-gen.c | 18 + opcodes/i386-init.h | 506 +- opcodes/i386-opc.h | 16 +- opcodes/i386-opc.tbl | 23 + opcodes/i386-reg.tbl | 9 + opcodes/i386-tbl.h | 28388 ++++++++++--------- 77 files changed, 16193 insertions(+), 14529 deletions(-) copy gas/testsuite/gas/i386/{property-5.d => property-6.d} (92%) create mode 100644 gas/testsuite/gas/i386/property-6.s create mode 100644 gas/testsuite/gas/i386/x86-64-amx-bad.d create mode 100644 gas/testsuite/gas/i386/x86-64-amx-bad.s create mode 100644 gas/testsuite/gas/i386/x86-64-amx-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-amx-inval.l create mode 100644 gas/testsuite/gas/i386/x86-64-amx-inval.s create mode 100644 gas/testsuite/gas/i386/x86-64-amx.d create mode 100644 gas/testsuite/gas/i386/x86-64-amx.s copy gas/testsuite/gas/i386/{property-5.d => x86-64-property-6.d} (86%) copy gas/testsuite/gas/i386/{property-5.d => x86-64-property-7.d} (68%) create mode 100644 gas/testsuite/gas/i386/x86-64-property-7.s copy gas/testsuite/gas/i386/{property-5.d => x86-64-property-8.d} (68%) create mode 100644 gas/testsuite/gas/i386/x86-64-property-8.s copy gas/testsuite/gas/i386/{property-5.d => x86-64-property-9.d} (68%) create mode 100644 gas/testsuite/gas/i386/x86-64-property-9.s create mode 100644 ld/testsuite/ld-powerpc/callstub-3.d