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-mainline-allmodconfig in repository toolchain/ci/binutils-gdb.
from 1bd8ae1004 ubsan: tic4x: left shift cannot be represented in type 'int' adds 62b3f54810 x86: drop further pointless/bogus DefaultSize adds 873494c89f x86-64: also diagnose far returns / IRET with ambiguous oper [...] adds aeab2b26db x86-64: honor vendor specifics for near RET adds bd434cc4d9 cpu,opcodes,gas: fix neg and neg32 instructions in BPF adds 87b2920fc5 Bugfixes for pe_print_debugdata() adds 1957ab1030 Add some new PE_IMAGE_DEBUG_TYPE values adds b5d36aaa8a Identify reproducible builds in 'objdump -p' output for PE files adds 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 adds 53943f32cc Updated translations for some of the binutils sub-directories adds 90e9955aef [ARM]: Add support for vldmia/vldmdb/vstmia/vstmdb instructi [...] adds d26cc8a9d6 Fix compile time build problem building the s390 assembler. adds 9216914510 arm: PR gas/25472 Enable DSP instructions with +mve adds d465d69579 Add missing ChangeLog for last patch adds 95441c43cc nios2: recognize %gotoff relocation in assembler adds e7cbe0c4a4 nios2: Add BFD support for GOT-relative DW_EH_PE_datarel encodings adds 195a8287c1 [gdb/testsuite] Fix typo in gdb.server/server-kill-python.exp adds 0ae34fc20a Automatic date update in version.in adds aa66aac47b gdb: Do not print empty-group regs when printing general ones
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 42 + bfd/Makefile.am | 57 +- bfd/Makefile.in | 57 +- bfd/elf-eh-frame.c | 1 + bfd/elf.c | 6 +- bfd/peXXigen.c | 100 +- bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/po/sv.po | 3994 +++++------ cpu/ChangeLog | 18 + cpu/bpf.cpu | 2 +- cpu/m32c.cpu | 36 +- gas/ChangeLog | 93 + gas/config/tc-arm.c | 24 +- gas/config/tc-i386.c | 31 +- gas/config/tc-nios2.c | 40 +- gas/config/tc-s390.c | 2 +- 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/arm/mve-ldst.d | 43 + gas/testsuite/gas/arm/mve-ldst.s | 13 + gas/testsuite/gas/arm/mve_dsp.d | 140 + gas/testsuite/gas/bpf/alu-be.d | 2 +- gas/testsuite/gas/bpf/alu.d | 2 +- gas/testsuite/gas/bpf/alu32-be.d | 2 +- gas/testsuite/gas/bpf/alu32.d | 2 +- gas/testsuite/gas/i386/got-no-relax.d | 37 +- gas/testsuite/gas/i386/got.d | 37 +- gas/testsuite/gas/i386/got.s | 13 + gas/testsuite/gas/i386/ilp32/x86-64-branch.d | 8 +- gas/testsuite/gas/i386/k1om.d | 27 +- gas/testsuite/gas/i386/l1om.d | 27 +- gas/testsuite/gas/i386/noreg64.d | 3 + gas/testsuite/gas/i386/noreg64.l | 3 + gas/testsuite/gas/i386/noreg64.s | 3 + gas/testsuite/gas/i386/x86-64-branch-2.d | 2 + gas/testsuite/gas/i386/x86-64-branch-2.s | 3 + gas/testsuite/gas/i386/x86-64-branch-4.l | 44 +- gas/testsuite/gas/i386/x86-64-branch-4.s | 4 + gas/testsuite/gas/i386/x86-64-branch.d | 8 +- gas/testsuite/gas/i386/x86-64-branch.s | 5 + gas/testsuite/gas/i386/x86-64-opcode.d | 1 + gas/testsuite/gas/i386/x86-64-opcode.s | 5 +- gas/testsuite/gas/i386/x86-64-suffix-intel.d | 2 +- gas/testsuite/gas/i386/x86-64-suffix.d | 2 +- gas/testsuite/gas/i386/x86-64-suffix.e | 2 + gas/testsuite/gas/i386/x86-64-suffix.s | 1 - gas/testsuite/gas/i386/x86_64-intel.d | 27 +- gas/testsuite/gas/i386/x86_64.d | 28 +- gas/testsuite/gas/i386/x86_64.e | 3 + gas/testsuite/gas/i386/x86_64.s | 8 + gdb/ChangeLog | 22 + gdb/ravenscar-thread.c | 3 +- gdb/target-descriptions.c | 13 +- gdb/testsuite/ChangeLog | 10 + gdb/testsuite/gdb.server/server-kill-python.exp | 2 +- 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 +- include/ChangeLog | 6 + include/coff/internal.h | 5 + ld/ChangeLog | 4 + ld/ld.texi | 2 +- opcodes/ChangeLog | 45 + opcodes/aarch64-tbl.h | 4 +- opcodes/bpf-opc.c | 8 +- opcodes/i386-dis-evex-prefix.h | 40 +- opcodes/i386-dis.c | 36 +- opcodes/i386-opc.tbl | 24 +- opcodes/i386-tbl.h | 44 +- opcodes/m32c-ibld.c | 24 +- 77 files changed, 11142 insertions(+), 8178 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 gas/testsuite/gas/arm/mve-ldst.d create mode 100644 gas/testsuite/gas/arm/mve-ldst.s create mode 100644 gas/testsuite/gas/arm/mve_dsp.d create mode 100644 gas/testsuite/gas/i386/x86-64-suffix.e create mode 100644 gas/testsuite/gas/i386/x86_64.e 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