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-lts-allyesconfig in repository toolchain/ci/binutils-gdb.
from 1ba0655539 Automatic date update in version.in adds b71702f1c0 GAS: Update the .section directive so that a numeric section [...] adds b58e7f729e Add Luis Machado to AArch64/ARM GDB maintainers adds 0e9f3bf126 x86: Clear modrm if not needed adds 5b316d90e4 x86-64: Always display suffix for %LQ in 64bit adds cd096ec85f Fix function argument and return value locations adds 983d925db6 Update the BFD linker so that it deprecates grouped short options. adds 6d96a5946d i386: Allow non-absolute segment values for lcall/ljmp adds 7d1441178a gdb: avoid unnecessary string copy in auto_load_objfile_script_1 adds 0cc79db2b6 Fix spelling mistakes adds cc8b27f89c Add NetBSD AArch64 GAS support. adds c0b3134417 Add NetBSD AArch64 Little Endian and Big Endian BFD support. adds a417e439c2 [PATCH][GAS][arm] Update Cortex-X1 feature flags adds f9b1d75e91 [PATCH][GAS][AArch64] Update Cortex-X1 feature flags adds 1f1845d435 Fix compile time error building windmc, detected by gcc 11. adds a1d217e844 gdb: TYPE_VECTOR -> type::is_vector in amd64-windows-tdep.c adds 9e6dbd8b54 gdb: sync tui header files in HFILES_NO_SRCDIR adds 0897537869 Automatic date update in version.in adds 6afcdeb358 PR26667, Add powerpc64le-*-freebsd* support
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 21 +++++++++++ bfd/config.bfd | 9 +++-- bfd/configure | 1 + bfd/configure.ac | 1 + bfd/elf.c | 32 ++++++----------- bfd/elf64-ppc.c | 2 ++ bfd/targets.c | 2 ++ bfd/version.h | 2 +- binutils/ChangeLog | 10 ++++++ binutils/doc/binutils.texi | 16 ++++----- binutils/windmc.c | 2 +- cpu/ChangeLog | 4 +++ cpu/m32r.cpu | 2 +- gas/ChangeLog | 53 ++++++++++++++++++++++++++++ gas/NEWS | 20 ++++------- gas/config/obj-elf.c | 39 +++++++++++++++----- gas/config/obj-elf.h | 10 +++--- gas/config/tc-aarch64.c | 8 +++-- gas/config/tc-arm.c | 2 +- gas/config/tc-i386.c | 11 +++--- gas/configure.tgt | 1 + gas/doc/as.texi | 9 +++-- gas/doc/c-wasm32.texi | 2 +- gas/testsuite/gas/elf/elf.exp | 4 ++- gas/testsuite/gas/elf/section21.l | 2 +- gas/testsuite/gas/elf/sh-link-zero.d | 9 +++++ gas/testsuite/gas/elf/sh-link-zero.s | 13 +++++++ gas/testsuite/gas/i386/jump.d | 12 +++++++ gas/testsuite/gas/i386/jump.s | 9 +++++ gas/testsuite/gas/i386/jump16.d | 12 +++++++ gas/testsuite/gas/i386/jump16.e | 4 +-- gas/testsuite/gas/i386/jump16.s | 9 +++++ gas/testsuite/gas/i386/noreg64-data16.d | 2 +- gas/testsuite/gas/i386/noreg64.d | 2 +- gas/testsuite/gas/i386/x86-64-intel64.d | 2 +- gas/testsuite/gas/i386/x86-64-opcode.d | 2 +- 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.s | 2 ++ gdb/ChangeLog | 27 ++++++++++++++ gdb/MAINTAINERS | 2 ++ gdb/Makefile.in | 2 +- gdb/amd64-windows-tdep.c | 21 ++++++++--- gdb/auto-load.c | 6 ++-- gdb/testsuite/ChangeLog | 5 +++ gdb/testsuite/gdb.base/call-sc.c | 6 +++- gdb/testsuite/gdb.base/call-sc.exp | 13 +++++++ ld/ChangeLog | 27 ++++++++++++++ ld/Makefile.am | 2 ++ ld/Makefile.in | 3 ++ ld/configure.tgt | 4 +++ ld/emulparams/elf64lppc_fbsd.sh | 6 ++++ ld/lexsup.c | 14 ++++++++ ld/po/BLD-POTFILES.in | 1 + ld/testsuite/ld-i386/i386.exp | 2 ++ ld/testsuite/ld-i386/ljmp.s | 10 ++++++ ld/testsuite/ld-i386/ljmp1.d | 18 ++++++++++ ld/testsuite/ld-i386/ljmp1.s | 9 +++++ ld/testsuite/ld-i386/ljmp2.d | 7 ++++ ld/testsuite/ld-i386/ljmp2.s | 9 +++++ ld/testsuite/ld-x86-64/ljmp1.d | 17 +++++++++ ld/testsuite/ld-x86-64/ljmp2.d | 6 ++++ ld/testsuite/ld-x86-64/x86-64.exp | 2 ++ opcodes/ChangeLog | 18 ++++++++++ opcodes/cgen-asm.c | 4 +-- opcodes/cgen-dis.c | 4 +-- opcodes/i386-dis.c | 14 +++++--- opcodes/tic30-dis.c | 2 +- 68 files changed, 507 insertions(+), 101 deletions(-) create mode 100644 gas/testsuite/gas/elf/sh-link-zero.d create mode 100644 gas/testsuite/gas/elf/sh-link-zero.s create mode 100644 ld/emulparams/elf64lppc_fbsd.sh create mode 100644 ld/testsuite/ld-i386/ljmp.s create mode 100644 ld/testsuite/ld-i386/ljmp1.d create mode 100644 ld/testsuite/ld-i386/ljmp1.s create mode 100644 ld/testsuite/ld-i386/ljmp2.d create mode 100644 ld/testsuite/ld-i386/ljmp2.s create mode 100644 ld/testsuite/ld-x86-64/ljmp1.d create mode 100644 ld/testsuite/ld-x86-64/ljmp2.d