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 900e33b9cf Fix spelling error in assembler documentation. adds c550e7ba93 libctf: disambiguate hex output in dumps adds 3e10cffc98 libctf: fix hash removal adds 9658dc3963 libctf: add hash traversal helpers adds f5e9c9bde0 libctf: deduplicate and sort the string table adds f57cf0e3e3 libctf: fix spurious error when rolling back to the first snapshot adds 539300fb92 Correct the calculation of offsets for ARM exidx relocs when [...] adds a6ce99e987 Correct a typo in the description of the Align and P2align d [...] adds f2f51cd5f5 Document the .value directive supported by the x86 and x86_6 [...] adds 65392b3edd Remove is_a_field_of_this from ada_lookup_symbol adds 41be57caf3 [gas][aarch64][SVE2] Fix pmull{t,b} requirement on SVE2-AES adds 269b4ded72 Fix bug when generating REL type relocs for assembler genera [...] adds 54ee425275 Avoid use-after-free in DWARF debug names code adds 390b205f45 Automatic date update in version.in new 8941884429 [AArch64] Fix bogus MOVPRFX warning for GPR form of CPY new 83adff695c [AArch64] Add missing C_MAX_ELEM flags for SVE conversions new 01c1ee4a70 [AArch64] Allow MOVPRFX to be used with FMOV
The 3 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 | 6 + bfd/elf32-arm.c | 2 +- bfd/version.h | 2 +- gas/ChangeLog | 54 +++ gas/doc/as.texi | 4 +- gas/doc/c-aarch64.texi | 3 +- gas/doc/c-i386.texi | 6 + gas/testsuite/gas/aarch64/illegal-sve2-aes.d | 4 - gas/testsuite/gas/aarch64/illegal-sve2.l | 18 +- gas/testsuite/gas/aarch64/illegal-sve2.s | 10 + gas/testsuite/gas/aarch64/sve-movprfx_25.d | 2 +- gas/testsuite/gas/aarch64/sve-movprfx_25.l | 1 - gas/testsuite/gas/aarch64/sve-movprfx_25.s | 2 +- gas/testsuite/gas/aarch64/sve-movprfx_26.d | 40 ++ gas/testsuite/gas/aarch64/sve-movprfx_26.l | 12 +- gas/testsuite/gas/aarch64/sve-movprfx_26.s | 28 +- gas/testsuite/gas/aarch64/sve-movprfx_27.d | 14 + gas/testsuite/gas/aarch64/sve-movprfx_27.s | 11 + gas/testsuite/gas/aarch64/sve2.d | 2 + gas/testsuite/gas/aarch64/sve2.s | 4 + gas/write.c | 22 +- gdb/ChangeLog | 14 + gdb/ada-exp.y | 2 +- gdb/ada-lang.c | 12 +- gdb/ada-lang.h | 2 +- gdb/dwarf2read.c | 9 +- include/ChangeLog | 5 + include/opcode/aarch64.h | 2 +- ld/ChangeLog | 6 + ld/testsuite/ld-arm/unwind-4.d | 2 + libctf/ChangeLog | 76 ++++ libctf/Makefile.am | 2 +- libctf/Makefile.in | 12 +- libctf/ctf-create.c | 185 ++++----- libctf/ctf-dump.c | 6 +- libctf/ctf-hash.c | 52 ++- libctf/ctf-impl.h | 49 ++- libctf/ctf-open.c | 2 + libctf/ctf-string.c | 330 +++++++++++++++ libctf/ctf-util.c | 35 +- opcodes/ChangeLog | 30 ++ opcodes/aarch64-asm.c | 4 +- opcodes/aarch64-dis-2.c | 594 ++++++++++++++------------- opcodes/aarch64-dis.c | 13 +- opcodes/aarch64-opc.c | 5 - opcodes/aarch64-tbl.h | 73 ++-- 46 files changed, 1239 insertions(+), 530 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/sve-movprfx_27.d create mode 100644 gas/testsuite/gas/aarch64/sve-movprfx_27.s create mode 100644 libctf/ctf-string.c