This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-Os in repository toolchain/ci/binutils-gdb.
from cf5671b146 Automatic date update in version.in adds 6e425ff4bf Re: gas: support NaN flavors adds b2ee4824b1 gdb:csky rm tdesc_has_registers in csky_register_name adds 65f82b1972 Improve forward progress test in python.exp adds 9b1f59fc95 gdb: make gdbarch_printable_names return a vector adds 6a33fa0efe Update documentation to mention Pygments adds a35606d901 gdb: riscv_scan_prologue: handle LD and LW instructions adds c92d9b49ce Automatic date update in version.in adds 41ee6d14fd ns32k configury adds af29a8abcf PR28217, Syntax error when memory region contains a hyphen adds 1374be2327 PR28168: [CSKY] Fix stack overflow in disassembler adds 3bb17dfb6b Re: PR28217, Syntax error when memory region contains a hyphen adds 34a7af0fac tidy mri script extern adds b325429b2f ld script lower-case absolute and sizeof_headers adds f400c8d27e ld lexer tidy, possibly break the world adds 96ddc891f2 Automatic date update in version.in adds 4ffb22ec40 ld script fill pattern expression adds ec1e5afa89 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/config.bfd | 5 +- bfd/version.h | 2 +- gas/testsuite/gas/all/float.s | 4 + gas/testsuite/gas/all/gas.exp | 7 +- gas/testsuite/gas/csky/pr28168.d | 12 + gas/testsuite/gas/csky/pr28168.s | 1 + gas/testsuite/gas/csky/v2_float_part2.d | 16 +- gdb/arch-utils.c | 25 +- gdb/csky-tdep.c | 3 - gdb/doc/gdb.texinfo | 14 +- gdb/gdbarch.c | 30 +- gdb/gdbarch.h | 9 +- gdb/gdbarch.sh | 39 +-- gdb/riscv-tdep.c | 33 +++ gdb/selftest-arch.c | 24 +- .../riscv64-unwind-prologue-with-ld-lw-foo.s | 74 +++++ .../riscv64-unwind-prologue-with-ld-lw.exp | 45 +++ .../gdb.arch/riscv64-unwind-prologue-with-ld.c | 30 ++ gdb/testsuite/gdb.python/python.exp | 17 +- ld/configure.tgt | 2 +- ld/ld.texi | 1 - ld/ldfile.c | 2 +- ld/ldgram.y | 85 +++--- ld/ldlex.h | 2 +- ld/ldlex.l | 327 +++++++++++---------- ld/testsuite/ld-elf/overlay.t | 8 +- ld/testsuite/ld-mmix/mmohdr1.ld | 2 +- opcodes/csky-dis.c | 8 +- 28 files changed, 521 insertions(+), 306 deletions(-) create mode 100644 gas/testsuite/gas/csky/pr28168.d create mode 100644 gas/testsuite/gas/csky/pr28168.s create mode 100644 gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw-foo.s create mode 100644 gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.exp create mode 100644 gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld.c