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-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 99bb393f1d Handle 64bit breakpoints of WOW64 processes as SIGINT adds b551a89f51 Don't let TUI focus on locator adds 29363cfa40 gdb: remove file_handler typedef new ec47b32a85 binutils: Handle DWARF5 DW_FORM_ref_addr and DW_UT_partial. new d7b477c541 Sync libiberty and include with GCC for get_DW_UT_name. new debd1a62c4 readelf: Show Unit Type for DWARF5 new 743f5cfc00 RISC-V: Error for relaxable branch in absolute section. new bee4644aff Automatic date update in version.in new 09d7303523 Put together MOD_VEX_0F38* in i386-dis.c, new cc9ea2c21c Re: Sync libiberty and include with GCC for get_DW_UT_name new 5a805384b8 asan: readelf buffer overflow and abort
The 8 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/version.h | 2 +- binutils/ChangeLog | 26 + binutils/doc/binutils.texi | 3 + binutils/dwarf.c | 9 +- binutils/elfcomm.c | 59 +- binutils/readelf.c | 9 +- binutils/testsuite/binutils-all/dw5.W | 1 + binutils/testsuite/binutils-all/dwarf-attributes.W | 1 + elfcpp/ChangeLog | 4 + elfcpp/dwarf.h | 9 + gas/ChangeLog | 42 +- gas/NEWS | 1 + gas/config/tc-aarch64.c | 8 + gas/config/tc-arm.c | 8 + gas/config/tc-i386.c | 3 + gas/config/tc-riscv.c | 7 + gas/doc/c-aarch64.texi | 1 + gas/doc/c-arm.texi | 2 + gas/doc/c-i386.texi | 3 + gas/testsuite/gas/elf/dwarf-5-cu.d | 1 + gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/tdx.d | 12 + 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 + gas/testsuite/gas/riscv/absolute-sec.d | 3 + gas/testsuite/gas/riscv/absolute-sec.l | 2 + gas/testsuite/gas/riscv/absolute-sec.s | 2 + gdb/ChangeLog | 16 + gdb/nat/windows-nat.c | 15 + gdb/nat/windows-nat.h | 2 + gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.tui/list.exp | 1 + gdb/tui/tui-data.c | 34 +- gdb/tui/tui-data.h | 6 + gdb/tui/tui-stack.h | 5 + gdb/windows-nat.c | 1 - gdbserver/ChangeLog | 5 + gdbserver/win32-low.cc | 4 - gdbserver/win32-low.h | 2 - gdbsupport/ChangeLog | 4 + gdbsupport/event-loop.cc | 35 +- include/ChangeLog | 9 + include/dwarf2.def | 11 + include/dwarf2.h | 24 +- libiberty/ChangeLog | 6 + libiberty/dwarfnames.c | 7 + opcodes/ChangeLog | 28 + opcodes/csky-dis.c | 6 +- opcodes/i386-dis.c | 189 +- 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 ++++++++++---------- 55 files changed, 4843 insertions(+), 4425 deletions(-) create mode 100644 gas/testsuite/gas/i386/tdx.d 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 create mode 100644 gas/testsuite/gas/riscv/absolute-sec.d create mode 100644 gas/testsuite/gas/riscv/absolute-sec.l create mode 100644 gas/testsuite/gas/riscv/absolute-sec.s