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-aarch64-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 7ddfb1a891 Add gnu global outputs to .gitignore adds e450204220 gdb/riscv: place unknown csrs into the correct register groups adds 533b2ae07d gdb/riscv: remove csr aliases created with DECLARE_CSR_ALIAS adds 2542804022 gdb/riscv: rewrite target description validation, add rv32e support adds 5f410aa50c testsuite/ld-elf/pr26936.d: Pass -W. adds 317c8bbc29 Automatic date update in version.in adds c6162010ad [GOLD] PR26936 test adds 9a5c1ed81d VAX/LD/testsuite: Wrap excessively long lines adds b10b530a45 IBM Z: Add support for HLASM extended mnemonics adds 0bc2e38dd7 gdb: fix logic of find_comp_unit and set_comp_unit adds 099ee20ac3 Automatic date update in version.in adds 726d7d1ecf PR26978, Inconsistency for strong foo@v1 and weak foo@@v1 adds 288f0ba264 asan: readelf: memory leaks adds c524d11e50 IBM Z: Add risbgz and risbgnz extended mnemonics adds 9c027c2f6c [gdb/testsuite] Handle SIGILL in gdb.reverse/insn-reverse.exp adds a1499830fe [gdb/testsuite] Fix gdb.reverse/insn-reverse-x86.c for -m32 adds f17727b349 [gdb/testsuite] Fix count usage in gdb.reverse/insn-reverse.exp adds a8d136756b [gdb/testsuite] Fix control-flow in gdb.reverse/insn-reverse.exp adds b6a6aa07c5 [gdb/tdep] Handle static field in i386_16_byte_align_p adds 67748e0f66 [gdb/testsuite] Make gdb.arch/amd64-gs_base.exp unsupported [...] adds 5382f97180 Fix shifting of negative value adds 91f8721328 Constify value_internal_function_name adds 10806efd8d Update gdb/ChangeLog to reflect the PR for a bug fix adds ab954e4a53 Fix building gdb release from tar file without makeinfo adds e633b1172a gdb/testsuite: make declare_labels use better default label names adds f99b517750 Remove redundant typedefs adds aafdfb4edd [gdb] Fix heap-buffer-overflow in completion_tracker::build_ [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 12 + bfd/elflink.c | 83 +-- bfd/linker.c | 13 +- bfd/version.h | 2 +- binutils/ChangeLog | 10 + binutils/dwarf.c | 22 +- binutils/readelf.c | 73 +-- gas/ChangeLog | 16 + gas/testsuite/gas/s390/esa-g5.d | 78 ++- gas/testsuite/gas/s390/esa-g5.s | 26 + gas/testsuite/gas/s390/esa-z900.d | 72 ++- gas/testsuite/gas/s390/esa-z900.s | 23 + gas/testsuite/gas/s390/zarch-z10.d | 12 +- gas/testsuite/gas/s390/zarch-z10.s | 4 +- gas/testsuite/gas/s390/zarch-z900.d | 7 +- gas/testsuite/gas/s390/zarch-z900.s | 3 + gas/testsuite/gas/s390/zarch-zEC12.d | 20 +- gas/testsuite/gas/s390/zarch-zEC12.s | 3 + gdb/ChangeLog | 169 ++++++ gdb/aarch64-tdep.c | 4 - gdb/arch/aarch64-insn.c | 31 +- gdb/arch/aarch64-insn.h | 16 + gdb/arch/riscv.c | 15 +- gdb/arch/riscv.h | 9 +- gdb/completer.c | 4 +- gdb/doc/ChangeLog | 5 + gdb/doc/Makefile.in | 7 +- gdb/dwarf2/frame.c | 10 +- gdb/features/Makefile | 1 + gdb/features/riscv/rv32e-xregs.c | 30 ++ gdb/features/riscv/rv32e-xregs.xml | 31 ++ gdb/guile/guile-internal.h | 40 +- gdb/guile/scm-arch.c | 5 +- gdb/guile/scm-block.c | 8 +- gdb/guile/scm-cmd.c | 4 +- gdb/guile/scm-exception.c | 4 +- gdb/guile/scm-frame.c | 5 +- gdb/guile/scm-iterator.c | 5 +- gdb/guile/scm-lazy-string.c | 4 +- gdb/guile/scm-objfile.c | 5 +- gdb/guile/scm-param.c | 4 +- gdb/guile/scm-ports.c | 4 +- gdb/guile/scm-pretty-print.c | 8 +- gdb/guile/scm-progspace.c | 5 +- gdb/guile/scm-symbol.c | 4 +- gdb/guile/scm-symtab.c | 8 +- gdb/guile/scm-type.c | 9 +- gdb/guile/scm-value.c | 8 +- gdb/i386-tdep.c | 2 + gdb/linespec.c | 3 +- gdb/python/py-arch.c | 4 +- gdb/python/py-block.c | 16 +- gdb/python/py-cmd.c | 2 - gdb/python/py-event.h | 4 +- gdb/python/py-events.h | 8 +- gdb/python/py-frame.c | 4 +- gdb/python/py-inferior.c | 4 +- gdb/python/py-instruction.c | 4 +- gdb/python/py-lazy-string.c | 4 +- gdb/python/py-linetable.c | 12 +- gdb/python/py-objfile.c | 4 +- gdb/python/py-param.c | 2 - gdb/python/py-progspace.c | 4 +- gdb/python/py-record-btrace.c | 4 +- gdb/python/py-record.c | 4 +- gdb/python/py-record.h | 8 +- gdb/python/py-registers.c | 16 +- gdb/python/py-symbol.c | 10 +- gdb/python/py-symtab.c | 22 +- gdb/python/py-type.c | 20 +- gdb/python/py-unwind.c | 12 +- gdb/python/py-value.c | 4 +- gdb/python/python-internal.h | 8 +- gdb/riscv-tdep.c | 755 +++++++++++++++------------ gdb/riscv-tdep.h | 5 + gdb/testsuite/ChangeLog | 43 ++ gdb/testsuite/gdb.arch/amd64-gs_base.exp | 26 +- gdb/testsuite/gdb.arch/riscv-tdesc-regs.exp | 41 +- gdb/testsuite/gdb.reverse/insn-reverse-x86.c | 8 + gdb/testsuite/gdb.reverse/insn-reverse.c | 43 +- gdb/testsuite/gdb.reverse/insn-reverse.exp | 32 +- gdb/testsuite/lib/dwarf.exp | 10 +- gdb/value.c | 2 +- gdb/value.h | 2 +- gold/ChangeLog | 6 + gold/testsuite/Makefile.am | 8 +- gold/testsuite/Makefile.in | 8 +- ld/ChangeLog | 21 + ld/testsuite/ld-elf/pr26936.d | 2 +- ld/testsuite/ld-elf/pr26978a.d | 11 + ld/testsuite/ld-elf/pr26978a.s | 4 + ld/testsuite/ld-elf/pr26978b.d | 11 + ld/testsuite/ld-elf/pr26978b.s | 4 + ld/testsuite/ld-s390/tlsbin_64.dd | 10 +- ld/testsuite/ld-vax-elf/vax-elf.exp | 9 +- opcodes/ChangeLog | 11 + opcodes/s390-opc.c | 28 +- opcodes/s390-opc.txt | 16 + 98 files changed, 1503 insertions(+), 739 deletions(-) create mode 100644 gdb/features/riscv/rv32e-xregs.c create mode 100644 gdb/features/riscv/rv32e-xregs.xml create mode 100644 ld/testsuite/ld-elf/pr26978a.d create mode 100644 ld/testsuite/ld-elf/pr26978a.s create mode 100644 ld/testsuite/ld-elf/pr26978b.d create mode 100644 ld/testsuite/ld-elf/pr26978b.s