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-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from afdcafe891 CSKY: Add objdump option -M abi-names. adds c94053440e PR26655, Power10 libstdc++.so R_PPC64_NONE dynamic relocs adds 294338867c PR26656, power10 libstdc++.so segfault in __cxxabiv1::__cxa_throw adds a993d270f8 [GOLD] PowerPC64 __tls_get_addr_opt stub adds 7469ddd78f Automatic date update in version.in adds 81d54bb7ae Add support for Intel TDX instructions. adds f3034e25fa arm: Add support for Neoverse N2 CPU adds a2ab58313a Document that the lower case 'c' character in nm's output is [...] adds 011a045a6b csky/opcodes: enclose if body in curly braces adds 9e980ddcef aarch64: Add support for Neoverse V1 CPU adds 6eee0315f6 arm: Add support for Neoverse V1 CPU new 99bb393f1d Handle 64bit breakpoints of WOW64 processes as SIGINT
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: bfd/ChangeLog | 30 + bfd/elf64-ppc.c | 451 +- bfd/elf64-ppc.h | 3 +- bfd/version.h | 2 +- binutils/ChangeLog | 6 + binutils/doc/binutils.texi | 3 + gas/ChangeLog | 29 +- gas/NEWS | 1 + gas/config/tc-aarch64.c | 8 + gas/config/tc-arm.c | 8 + gas/config/tc-i386.c | 3 + gas/doc/c-aarch64.texi | 1 + gas/doc/c-arm.texi | 2 + gas/doc/c-i386.texi | 3 + gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/{serialize.d => tdx.d} | 6 +- gas/testsuite/gas/i386/tdx.s | 5 + gas/testsuite/gas/i386/x86-64-tdx.d | 15 + gas/testsuite/gas/i386/x86-64-tdx.s | 8 + gdb/ChangeLog | 7 + gdb/nat/windows-nat.c | 15 + gdb/nat/windows-nat.h | 2 + gdb/windows-nat.c | 1 - gdbserver/ChangeLog | 5 + gdbserver/win32-low.cc | 4 - gdbserver/win32-low.h | 2 - gold/ChangeLog | 5 + gold/powerpc.cc | 31 +- ld/ChangeLog | 7 + ld/emultempl/ppc64elf.em | 18 +- opcodes/ChangeLog | 23 + opcodes/csky-dis.c | 6 +- opcodes/i386-dis.c | 65 +- opcodes/i386-gen.c | 5 + opcodes/i386-init.h | 424 +- opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 9 + opcodes/i386-tbl.h | 8164 +++++++++++++------------ 38 files changed, 4888 insertions(+), 4494 deletions(-) copy gas/testsuite/gas/i386/{serialize.d => tdx.d} (52%) create mode 100644 gas/testsuite/gas/i386/tdx.s create mode 100644 gas/testsuite/gas/i386/x86-64-tdx.d create mode 100644 gas/testsuite/gas/i386/x86-64-tdx.s