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-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 5d33705c7b Fix building gold with gcc-10. adds e449ea97eb [ARM]: Modify assembler to accept floating and signless data [...] adds 352f6bc3e5 PR25031, nm reports wrong address on 32bit adds e8f8842d90 Arm: Fix out of range conditional branch (PR/24991) adds 3d4352200e [gdb/tdep] Handle mxcsr kernel bug on Intel Skylake CPUs adds 33637ecac8 Automatic date update in version.in adds 6ba2ed48c8 Silence a build-time warning about constant comparisons when [...] adds 9a24a2763d SORT_BY_INIT_PRIORITY adds 858f25f0dd Remove make_hex_string adds d2f617897b Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 8 ++ binutils/nm.c | 104 +++++++++++------------ gas/ChangeLog | 11 +++ gas/config/tc-arm.c | 33 ++++--- gas/testsuite/gas/arm/mve-vldr-bad-3.l | 34 ++++++++ gas/testsuite/gas/arm/mve-vldr-bad-3.s | 13 ++- gas/testsuite/gas/arm/mve-vstrldr-1.d | 17 ++++ gas/testsuite/gas/arm/mve-vstrldr-1.s | 13 +++ gas/testsuite/gas/arm/pr24991.d | 4 + gas/testsuite/gas/arm/pr24991.l | 2 + gas/testsuite/gas/arm/{mapping3.s => pr24991.s} | 8 +- gdb/ChangeLog | 12 +++ gdb/amd64-linux-nat.c | 6 ++ gdb/python/py-objfile.c | 5 +- gdb/testsuite/ChangeLog | 5 ++ gdb/testsuite/gdb.arch/amd64-init-x87-values.exp | 19 ++++- gdb/utils.c | 16 ---- gdb/utils.h | 5 -- ld/ChangeLog | 15 ++++ ld/emultempl/avrelf.em | 8 +- ld/ld.texi | 21 +++-- ld/ldlang.c | 64 ++++++++------ 23 files changed, 288 insertions(+), 137 deletions(-) create mode 100644 gas/testsuite/gas/arm/pr24991.d create mode 100644 gas/testsuite/gas/arm/pr24991.l copy gas/testsuite/gas/arm/{mapping3.s => pr24991.s} (51%)