This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from ba2b480f10 IBM Z: Implement instruction set extensions adds 94ae6062ab Automatic date update in version.in adds 7043388668 demand_copy_C_string NUL check adds 9a12b194b0 PR27426, More bugs in dwarf2dbg.c adds 7b54caddca ubsan: shift exponent is too large adds e6ca18783f Dwarf: fix build with old gcc adds c2f1204d1f x86: make 16-bit ENQCMD test actually test ENQCMD adds b818b220e4 x86: have preprocessor expand macros adds cbe6869656 x86: make common property tests common adds 014d61ea14 x86: record register use for SIMD insns without respective e [...] adds 3d70986f21 x86: honor template rather than actual operands when updatin [...] adds 394ae71f02 x86: CVTPI2PD has special behavior adds ca1289b9f3 gas: Allow SHF_GNU_RETAIN on all sections adds 7d2e5095c6 Correction of gdb.dwarf2/pr13961.S adds 0b5500cdd5 Automatic date update in version.in adds 0d6aab7776 RISC-V: PR27200, allow the first input non-ABI binary to be [...] adds b9b204b311 read_leb128 overflow checking adds 089485ff86 h8300 complains about new section defined without attributes new 22e6d16f9b [PR cli/17290] gdb/doc: Fix show remote interrupt-*.
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/elfnn-riscv.c | 30 ++-- bfd/libbfd.c | 23 +-- bfd/version.h | 2 +- bfd/wasm-module.c | 27 +++- binutils/ChangeLog | 16 +++ binutils/dwarf.c | 45 +++--- binutils/testsuite/binutils-all/pr26548.d | 13 ++ binutils/testsuite/binutils-all/pr26548.s | 40 ++++++ binutils/testsuite/binutils-all/pr26548e.d | 11 ++ binutils/testsuite/binutils-all/readelf.exp | 53 ++++--- gas/ChangeLog | 82 +++++++++++ gas/config/obj-elf.c | 18 ++- gas/config/tc-i386.c | 22 ++- gas/dwarf2dbg.c | 14 +- gas/read.c | 4 +- gas/testsuite/gas/elf/elf.exp | 2 + gas/testsuite/gas/elf/section28.d | 16 +++ gas/testsuite/gas/elf/section28.s | 11 ++ gas/testsuite/gas/elf/section29.d | 11 ++ gas/testsuite/gas/elf/section29.s | 4 + gas/testsuite/gas/i386/enqcmd-16bit.d | 27 ++-- gas/testsuite/gas/i386/enqcmd-16bit.s | 2 +- gas/testsuite/gas/i386/i386.exp | 33 ++--- gas/testsuite/gas/i386/property-12.d | 2 +- gas/testsuite/gas/i386/property-4.d | 2 +- gas/testsuite/gas/i386/property-5.d | 2 +- .../{x86-64-property-10.d => property-cvtpi2pd.d} | 3 +- gas/testsuite/gas/i386/property-cvtpi2pd.s | 2 + .../{x86-64-property-2.d => property-cvtpi2ps.d} | 5 +- gas/testsuite/gas/i386/property-cvtpi2ps.s | 2 + .../{x86-64-property-10.d => property-ldmxcsr.d} | 3 +- gas/testsuite/gas/i386/property-ldmxcsr.s | 2 + .../{x86-64-property-4.d => property-vldmxcsr.d} | 3 +- gas/testsuite/gas/i386/property-vldmxcsr.s | 2 + .../{x86-64-property-11.d => property-vzeroall.d} | 5 +- gas/testsuite/gas/i386/property-vzeroall.s | 2 + gas/testsuite/gas/i386/sse-check-error.l | 91 ++++++------ gas/testsuite/gas/i386/sse-check-warn.e | 17 +-- gas/testsuite/gas/i386/sse-check.d | 2 + gas/testsuite/gas/i386/sse-check.s | 4 + gas/testsuite/gas/i386/sse2avx.d | 2 + gas/testsuite/gas/i386/sse2avx.s | 2 + gas/testsuite/gas/i386/x86-64-property-12.d | 10 -- gas/testsuite/gas/i386/x86-64-property-13.d | 10 -- gas/testsuite/gas/i386/x86-64-property-3.d | 10 -- gas/testsuite/gas/i386/x86-64-property-5.d | 10 -- gas/testsuite/gas/i386/x86-64-property-6.d | 10 -- gas/testsuite/gas/i386/x86-64-sse-check-error.l | 94 ++++++------ gas/testsuite/gas/i386/x86-64-sse2avx.d | 2 + gas/testsuite/gas/i386/x86-64-sse2avx.s | 2 + gdb/doc/ChangeLog | 6 + gdb/doc/gdb.texinfo | 4 +- gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.dwarf2/pr13961.S | 157 +++++++++++---------- opcodes/ChangeLog | 18 +++ opcodes/i386-gen.c | 11 -- opcodes/i386-opc.tbl | 9 +- opcodes/i386-tbl.h | 32 ++++- opcodes/wasm32-dis.c | 26 +++- 60 files changed, 723 insertions(+), 372 deletions(-) create mode 100644 binutils/testsuite/binutils-all/pr26548.d create mode 100644 binutils/testsuite/binutils-all/pr26548.s create mode 100644 binutils/testsuite/binutils-all/pr26548e.d create mode 100644 gas/testsuite/gas/elf/section28.d create mode 100644 gas/testsuite/gas/elf/section28.s create mode 100644 gas/testsuite/gas/elf/section29.d create mode 100644 gas/testsuite/gas/elf/section29.s copy gas/testsuite/gas/i386/{x86-64-property-10.d => property-cvtpi2pd.d} (85%) create mode 100644 gas/testsuite/gas/i386/property-cvtpi2pd.s rename gas/testsuite/gas/i386/{x86-64-property-2.d => property-cvtpi2ps.d} (79%) create mode 100644 gas/testsuite/gas/i386/property-cvtpi2ps.s rename gas/testsuite/gas/i386/{x86-64-property-10.d => property-ldmxcsr.d} (85%) create mode 100644 gas/testsuite/gas/i386/property-ldmxcsr.s rename gas/testsuite/gas/i386/{x86-64-property-4.d => property-vldmxcsr.d} (86%) create mode 100644 gas/testsuite/gas/i386/property-vldmxcsr.s rename gas/testsuite/gas/i386/{x86-64-property-11.d => property-vzeroall.d} (78%) create mode 100644 gas/testsuite/gas/i386/property-vzeroall.s delete mode 100644 gas/testsuite/gas/i386/x86-64-property-12.d delete mode 100644 gas/testsuite/gas/i386/x86-64-property-13.d delete mode 100644 gas/testsuite/gas/i386/x86-64-property-3.d delete mode 100644 gas/testsuite/gas/i386/x86-64-property-5.d delete mode 100644 gas/testsuite/gas/i386/x86-64-property-6.d