This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 1424c35d07 Power10 tidies adds 90c14f0c3a ELF: Add target_os to elf_link_hash_table/elf_backend_data adds 20955c7cb8 Automatic date update in version.in adds bcab203d31 Remove is_vxworks from _bfd_sparc_elf_link_hash_table adds 82836c928f Remove unused parameter from generic_val_print_float adds 9b8a8575b4 elf64-hppa: Replace plt_sec/plt_rel_sec with root.splt/root.srelplt adds 0fd91d25e2 pr11304.d: Skip tic6x-*-elf new 656e4a22f3 ld: Xfail pr20995 and pr20995-2 for tic6x-*-* new 597344c9a4 ld: Pass $LFLAGS to PR ld/21703 shared test new 845b83d7eb elf32-tic6x.c: Define the default elf32_bed to elf32_tic6x_bed new 334a017304 Automatic date update in version.in new 8a6fb3f9bb x86: restrict use of register aliases new af32b72209 x86: also allow %st(N) in CFI directives new 1ab84e0251 ix86: enable 2nd CFI test new 22e00a3f4d x86: restrict %tr<N> visibility new 73c7637595 x86: simplify check_byte_reg() new dd6b8a0bc2 x86: also handle %k<N> and %bnd<N> in debugging helpers
The 10 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 | 131 ++++++++++++++++++++++ bfd/elf-bfd.h | 15 +++ bfd/elf32-arm.c | 109 +++++++++--------- bfd/elf32-i386.c | 55 +++------ bfd/elf32-mips.c | 3 + bfd/elf32-ppc.c | 37 +++--- bfd/elf32-sh.c | 29 +++-- bfd/elf32-sparc.c | 24 +--- bfd/elf32-tic6x.c | 2 + bfd/elf64-hppa.c | 38 +++---- bfd/elf64-x86-64.c | 33 ++---- bfd/elflink.c | 1 + bfd/elfxx-mips.c | 120 +++++++++++--------- bfd/elfxx-sparc.c | 31 +++--- bfd/elfxx-sparc.h | 3 - bfd/elfxx-target.h | 5 + bfd/elfxx-x86.c | 20 ++-- bfd/elfxx-x86.h | 21 ---- bfd/version.h | 2 +- gas/ChangeLog | 42 +++++++ gas/config/tc-i386.c | 192 ++++++++++++++++++-------------- gas/testsuite/gas/cfi/cfi-i386-2.d | 14 +-- gas/testsuite/gas/cfi/cfi-i386.s | 1 + gas/testsuite/gas/cfi/cfi.exp | 1 + gas/testsuite/gas/i386/equ-bad.l | 3 + gas/testsuite/gas/i386/equ-bad.s | 9 ++ gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/x86-64-equ-bad.l | 8 ++ gas/testsuite/gas/i386/x86-64-equ-bad.s | 19 ++++ gas/testsuite/gas/i386/x86_64-intel.d | 2 + gas/testsuite/gas/i386/x86_64.d | 2 + gas/testsuite/gas/i386/x86_64.s | 3 + gdb/ChangeLog | 6 + gdb/valprint.c | 11 +- ld/ChangeLog | 14 +++ ld/testsuite/ld-elf/pr11304.d | 2 + ld/testsuite/ld-elf/shared.exp | 6 +- opcodes/ChangeLog | 4 + opcodes/i386-opc.h | 2 +- 39 files changed, 625 insertions(+), 397 deletions(-) create mode 100644 gas/testsuite/gas/i386/equ-bad.l create mode 100644 gas/testsuite/gas/i386/equ-bad.s create mode 100644 gas/testsuite/gas/i386/x86-64-equ-bad.l create mode 100644 gas/testsuite/gas/i386/x86-64-equ-bad.s