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-arm-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 0c115f8483 ubsan: m32c: left shift of negative value adds 5cebc931d7 ld/doc: drop blank between @option and brace adds 2ae4c7035c x86: prevent undue use of GOT32X and alike relocations adds de08f22743 Automatic date update in version.in adds 327301a460 OOM in setup_group adds 72ebe8c528 Tidy bfd.pot adds 7a27a45bc6 gdb/tui: Update help text for scroll commands adds 42330a681a gdb/tui: Disassembler scrolling of very small programs adds fd9faca826 Fix ravenscar-thread.c for multi-target adds c3036ed063 aarch64: Fix MOVPRFX markup for bf16 conversions adds 825bd36cea x86: drop unused EXVexWdq / vex_w_dq_mode adds 4102be5cf9 x86: replace EXxmm_mdq by EXVexWdqScalar new 53943f32cc Updated translations for some of the binutils sub-directories
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 | 21 + bfd/Makefile.am | 57 +- bfd/Makefile.in | 57 +- bfd/elf.c | 6 +- bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/po/sv.po | 3994 +++++------ gas/ChangeLog | 21 + gas/config/tc-i386.c | 3 +- gas/po/fr.po | 6915 ++++++++++--------- gas/po/ru.po | 6918 +++++++++++--------- gas/testsuite/gas/aarch64/sve-bfloat-movprfx.d | 2 +- gas/testsuite/gas/aarch64/sve-bfloat-movprfx.s | 2 +- gas/testsuite/gas/aarch64/sve-movprfx_28.d | 31 + gas/testsuite/gas/aarch64/sve-movprfx_28.l | 8 + gas/testsuite/gas/aarch64/sve-movprfx_28.s | 45 + gas/testsuite/gas/i386/got-no-relax.d | 37 +- gas/testsuite/gas/i386/got.d | 37 +- gas/testsuite/gas/i386/got.s | 13 + gdb/ChangeLog | 17 + gdb/ravenscar-thread.c | 3 +- gdb/testsuite/ChangeLog | 6 + gdb/testsuite/gdb.tui/tui-layout-asm-short-prog.S | 22 + .../gdb.tui/tui-layout-asm-short-prog.exp | 51 + gdb/tui/tui-disasm.c | 2 +- gdb/tui/tui-win.c | 16 +- ld/ChangeLog | 4 + ld/ld.texi | 2 +- opcodes/ChangeLog | 20 + opcodes/aarch64-tbl.h | 4 +- opcodes/i386-dis-evex-prefix.h | 40 +- opcodes/i386-dis.c | 18 +- 32 files changed, 10371 insertions(+), 8007 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/sve-movprfx_28.d create mode 100644 gas/testsuite/gas/aarch64/sve-movprfx_28.l create mode 100644 gas/testsuite/gas/aarch64/sve-movprfx_28.s create mode 100644 gdb/testsuite/gdb.tui/tui-layout-asm-short-prog.S create mode 100644 gdb/testsuite/gdb.tui/tui-layout-asm-short-prog.exp