This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_debug in repository toolchain/ci/binutils-gdb.
from 4f02f4d802 Automatic date update in version.in adds c4dd8eb523 RISC-V: Fix canonical extension order (K and J) adds 5f3fc928df _bfd_real_fopen should not use ccs parameter on Windows adds bc5baa9f13 don't over-align file positions of PE executable sections adds ce462d0435 COFF: make objcopy / strip honor --keep-file-symbols adds 6db1e45d7b COFF/PE: don't leave zero timestamp after objcopy / strip adds f0a53c9c89 COFF/PE: keep linker version during objcopy / strip adds 20bed3bb35 COFF: use hash for string table also when copying / stripping adds 15b7af6c87 Arm64: force emission of ILP32-dependent relocs adds 02646f1960 gdbsupport: fix path_join crash with -std=c++17 and -D_GLIBC [...] adds 18bd474461 gdb: testsuite: Support displaced stepping on LoongArch adds 95086e1e54 Fix potentially uninitialised variables in the Windows tools adds 8ea87c7296 gdb/doc: fix inconsistent info pretty-printer example adds 62ec8e6dad gdb/doc: make use of group/end group in 'info pretty-printer [...] adds ad8f56a737 gdb/doc: use @value{GDBP} in 'info pretty-printer' example adds ee3272d472 arm: Fix system register fpcxt_ns and fpcxt_s naming convention. new ef5d515048 Automatic date update in version.in
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 | 5 + bfd/bfdio.c | 4 +- bfd/coffcode.h | 39 +++-- bfd/coffgen.c | 235 ++++++++-------------------- bfd/cofflink.c | 54 +------ bfd/elfxx-riscv.c | 2 +- bfd/libcoff-in.h | 4 +- bfd/libcoff.h | 4 +- bfd/peXXigen.c | 18 ++- bfd/version.h | 2 +- binutils/ChangeLog | 11 ++ binutils/dlltool.c | 2 +- binutils/dllwrap.c | 2 +- binutils/mclex.c | 2 +- binutils/objcopy.c | 14 +- binutils/resrc.c | 2 +- binutils/srconv.c | 1 + binutils/windmc.c | 6 +- gas/config/tc-aarch64.c | 2 +- gas/config/tc-arm.c | 14 +- gas/testsuite/gas/arm/armv8_1-m-fpcxt-reg.d | 40 +++++ gas/testsuite/gas/arm/armv8_1-m-fpcxt-reg.s | 37 +++++ gdb/doc/gdb.texinfo | 28 ++-- gdb/testsuite/lib/gdb.exp | 2 +- gdbsupport/pathstuff.cc | 2 +- 25 files changed, 254 insertions(+), 278 deletions(-) create mode 100644 gas/testsuite/gas/arm/armv8_1-m-fpcxt-reg.d create mode 100644 gas/testsuite/gas/arm/armv8_1-m-fpcxt-reg.s