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 00855fe7cd Automatic date update in version.in adds a66ddb5899 Update my email address. adds 2d2bb0d3f2 gdb: add arc-newlib-tdep.c to ALL_TARGET_OBS adds 39cdfdb261 gdb: remove unused variables in xtensa-linux-nat.c adds aa70a99eb0 gdb: adjust gdbarch_tdep calls in nat files adds 333f35b631 gdb: rework "set debuginfod" commands adds dfdba09776 RISC-V: Minimal support of scalar crypto extension. adds 3d1cafa0c6 RISC-V: Scalar crypto instructions and operand set. adds fc5c1c28b3 RISC-V: Scalar crypto instruction and entropy source CSR testcases. adds 38f9e52086 sim: iq2000: fix some missing prototypes warnings adds 54f7a83a62 sim: keep track of program environment strings adds 8cfc9a1895 sim: callback: expose argv & environ adds fab6939b01 sim: syscall: fix argvlen & argv implementation adds 85588c9ab9 sim: syscall: hoist argc/argn/argnlen to common code adds 35818ade96 sim: nrun: add --env-{set,unset,clear} command line options adds 3b2934856f sim: run: support concise env var settings adds d7e3e62702 x86: Don't allow KMOV in TLS code sequences adds 2cb973527e [gdb/testsuite] Remove inferior output in gdb.base/foll-vfork.exp adds b7c9d393d6 Remove config.cache in gdbserver's "distclean" adds a6e7fea128 gdb: throw OPTIMIZED_OUT_ERROR rather than GENERIC_ERROR adds 2bb7589ddf gdbsupport: move xfree into its own file adds 8579fd136a gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr adds 830070c66d gdbsupport: remove FUNCTION_NAME adds a7fd118627 readelf: Support SHT_RELR/DT_RELR for -r adds 7f74204ad9 gdb: fix length of array view returned by some value_content [...] adds e97436b1b7 sim: cr16: fix build on gcc-12 (NULL comparison) new 3963eb1ff0 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/elfxx-riscv.c | 55 +++- bfd/version.h | 2 +- binutils/ChangeLog | 11 + binutils/MAINTAINERS | 2 +- binutils/NEWS | 2 + binutils/readelf.c | 154 ++++++++-- gas/config/tc-i386.c | 24 +- gas/config/tc-riscv.c | 29 ++ gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/inval-tls.l | 3 + gas/testsuite/gas/i386/inval-tls.s | 4 + gas/testsuite/gas/i386/x86-64-inval-tls.l | 3 + gas/testsuite/gas/i386/x86-64-inval-tls.s | 4 + gas/testsuite/gas/riscv/k-ext-64.d | 47 +++ gas/testsuite/gas/riscv/k-ext-64.s | 38 +++ gas/testsuite/gas/riscv/k-ext.d | 44 +++ gas/testsuite/gas/riscv/k-ext.s | 35 +++ .../gas/riscv/priv-reg-fail-version-1p10.d | 2 +- .../gas/riscv/priv-reg-fail-version-1p11.d | 2 +- .../gas/riscv/priv-reg-fail-version-1p9p1.d | 2 +- gas/testsuite/gas/riscv/priv-reg-fail-zkr.d | 3 + gas/testsuite/gas/riscv/priv-reg-fail-zkr.l | 4 + gas/testsuite/gas/riscv/priv-reg-version-1p10.d | 1 + gas/testsuite/gas/riscv/priv-reg-version-1p11.d | 1 + gas/testsuite/gas/riscv/priv-reg-version-1p9p1.d | 1 + gas/testsuite/gas/riscv/priv-reg.s | 3 + gas/testsuite/gas/riscv/zbkb-32.d | 22 ++ gas/testsuite/gas/riscv/zbkb-32.s | 13 + gas/testsuite/gas/riscv/zbkb-64.d | 24 ++ gas/testsuite/gas/riscv/zbkb-64.s | 15 + gas/testsuite/gas/riscv/zbkc-32.d | 12 + gas/testsuite/gas/riscv/zbkc-64.d | 12 + gas/testsuite/gas/riscv/zbkc.s | 3 + gas/testsuite/gas/riscv/zbkx-32.d | 12 + gas/testsuite/gas/riscv/zbkx-64.d | 12 + gas/testsuite/gas/riscv/zbkx.s | 3 + gas/testsuite/gas/riscv/zknd-32.d | 12 + gas/testsuite/gas/riscv/zknd-32.s | 3 + gas/testsuite/gas/riscv/zknd-64.d | 15 + gas/testsuite/gas/riscv/zknd-64.s | 6 + gas/testsuite/gas/riscv/zkne-32.d | 12 + gas/testsuite/gas/riscv/zkne-32.s | 3 + gas/testsuite/gas/riscv/zkne-64.d | 14 + gas/testsuite/gas/riscv/zkne-64.s | 5 + gas/testsuite/gas/riscv/zknh-32.d | 20 ++ gas/testsuite/gas/riscv/zknh-32.s | 11 + gas/testsuite/gas/riscv/zknh-64.d | 18 ++ gas/testsuite/gas/riscv/zknh-64.s | 9 + gas/testsuite/gas/riscv/zksed-32.d | 12 + gas/testsuite/gas/riscv/zksed-64.d | 12 + gas/testsuite/gas/riscv/zksed.s | 3 + gas/testsuite/gas/riscv/zksh-32.d | 12 + gas/testsuite/gas/riscv/zksh-64.d | 12 + gas/testsuite/gas/riscv/zksh.s | 3 + gdb/Makefile.in | 1 + gdb/aarch64-linux-nat.c | 19 +- gdb/ada-lang.c | 3 +- gdb/aix-thread.c | 31 +- gdb/amd64-bsd-nat.c | 4 +- gdb/arc-newlib-tdep.c | 2 +- gdb/arm-linux-nat.c | 8 +- gdb/arm-netbsd-nat.c | 8 +- gdb/auto-load.c | 17 +- gdb/breakpoint.c | 9 +- gdb/charset.c | 18 +- gdb/cli/cli-cmds.c | 9 +- gdb/cli/cli-decode.c | 12 +- gdb/cli/cli-utils.c | 2 +- gdb/cp-abi.c | 11 +- gdb/darwin-nat.h | 8 +- gdb/debuginfod-support.c | 314 +++++++++------------ gdb/doc/gdb.texinfo | 27 +- gdb/frv-tdep.c | 14 +- gdb/gcore.c | 2 +- gdb/guile/scm-breakpoint.c | 2 +- gdb/guile/scm-cmd.c | 33 +-- gdb/guile/scm-exception.c | 12 +- gdb/guile/scm-gsmob.c | 7 +- gdb/guile/scm-ports.c | 6 +- gdb/ia64-tdep.c | 3 +- gdb/jit.c | 4 +- gdb/language.c | 3 +- gdb/linespec.c | 5 +- gdb/location.c | 9 +- gdb/macrotab.c | 2 +- gdb/main.c | 2 +- gdb/mi/mi-cmd-env.c | 2 +- gdb/ppc-fbsd-nat.c | 4 +- gdb/ppc-linux-nat.c | 22 +- gdb/ppc-netbsd-nat.c | 6 +- gdb/ppc-obsd-nat.c | 4 +- gdb/python/py-breakpoint.c | 2 +- gdb/remote.c | 39 ++- gdb/riscv-tdep.c | 4 +- gdb/rs6000-nat.c | 6 +- gdb/rust-lang.h | 5 +- gdb/skip.c | 2 +- gdb/target.c | 6 +- gdb/testsuite/gdb.base/foll-vfork-exit.c | 4 +- gdb/testsuite/gdb.base/foll-vfork.c | 3 +- gdb/testsuite/gdb.base/foll-vfork.exp | 14 +- gdb/testsuite/gdb.base/vforked-prog.c | 2 +- .../gdb.debuginfod/fetch_src_and_symbols.exp | 4 +- gdb/tracepoint.c | 2 +- gdb/tui/tui-layout.c | 4 +- gdb/utils.c | 4 +- gdb/value.c | 11 +- gdb/windows-nat.c | 2 +- gdb/xtensa-linux-nat.c | 108 +++---- gdb/xtensa-tdep.c | 3 +- gdbserver/Makefile.in | 3 +- gdbsupport/common-utils.cc | 10 +- gdbsupport/common-utils.h | 42 +-- .../foll-vfork-exit.c => gdbsupport/gdb-xfree.h | 46 +-- gdbsupport/gdb_assert.h | 15 +- gdbsupport/gdb_unique_ptr.h | 1 + include/ChangeLog | 6 + include/elf/common.h | 2 +- include/elf/external.h | 8 + include/opcode/riscv-opc.h | 75 +++++ include/opcode/riscv.h | 18 ++ include/sim/callback.h | 6 + opcodes/riscv-dis.c | 8 + opcodes/riscv-opc.c | 92 ++++-- sim/aarch64/interp.c | 10 + sim/bfin/interp.c | 43 +-- sim/bpf/sim-if.c | 13 +- sim/common/callback.c | 2 + sim/common/nrun.c | 7 +- sim/common/sim-base.h | 4 + sim/common/sim-options.c | 121 +++++++- sim/common/sim-utils.c | 1 + sim/common/syscall.c | 132 ++++++--- sim/cr16/cr16_sim.h | 2 +- sim/cr16/interp.c | 5 +- sim/cris/sim-if.c | 26 +- sim/example-synacor/interp.c | 11 + sim/frv/sim-if.c | 17 +- sim/ft32/interp.c | 11 + sim/iq2000/Makefile.in | 2 +- sim/iq2000/sem-switch.c | 4 +- sim/iq2000/sem.c | 4 +- sim/iq2000/sim-if.c | 13 +- sim/iq2000/sim-main.h | 5 + sim/lm32/sim-if.c | 17 +- sim/m32r/sim-if.c | 19 +- sim/pru/interp.c | 10 + sim/riscv/interp.c | 11 + sim/testsuite/cris/c/c.exp | 3 +- sim/testsuite/cris/c/readlink7.c | 5 +- sim/testsuite/cris/c/readlink8.c | 6 +- 151 files changed, 1760 insertions(+), 734 deletions(-) create mode 100644 gas/testsuite/gas/i386/inval-tls.l create mode 100644 gas/testsuite/gas/i386/inval-tls.s create mode 100644 gas/testsuite/gas/i386/x86-64-inval-tls.l create mode 100644 gas/testsuite/gas/i386/x86-64-inval-tls.s create mode 100644 gas/testsuite/gas/riscv/k-ext-64.d create mode 100644 gas/testsuite/gas/riscv/k-ext-64.s create mode 100644 gas/testsuite/gas/riscv/k-ext.d create mode 100644 gas/testsuite/gas/riscv/k-ext.s create mode 100644 gas/testsuite/gas/riscv/priv-reg-fail-zkr.d create mode 100644 gas/testsuite/gas/riscv/priv-reg-fail-zkr.l create mode 100644 gas/testsuite/gas/riscv/zbkb-32.d create mode 100644 gas/testsuite/gas/riscv/zbkb-32.s create mode 100644 gas/testsuite/gas/riscv/zbkb-64.d create mode 100644 gas/testsuite/gas/riscv/zbkb-64.s create mode 100644 gas/testsuite/gas/riscv/zbkc-32.d create mode 100644 gas/testsuite/gas/riscv/zbkc-64.d create mode 100644 gas/testsuite/gas/riscv/zbkc.s create mode 100644 gas/testsuite/gas/riscv/zbkx-32.d create mode 100644 gas/testsuite/gas/riscv/zbkx-64.d create mode 100644 gas/testsuite/gas/riscv/zbkx.s create mode 100644 gas/testsuite/gas/riscv/zknd-32.d create mode 100644 gas/testsuite/gas/riscv/zknd-32.s create mode 100644 gas/testsuite/gas/riscv/zknd-64.d create mode 100644 gas/testsuite/gas/riscv/zknd-64.s create mode 100644 gas/testsuite/gas/riscv/zkne-32.d create mode 100644 gas/testsuite/gas/riscv/zkne-32.s create mode 100644 gas/testsuite/gas/riscv/zkne-64.d create mode 100644 gas/testsuite/gas/riscv/zkne-64.s create mode 100644 gas/testsuite/gas/riscv/zknh-32.d create mode 100644 gas/testsuite/gas/riscv/zknh-32.s create mode 100644 gas/testsuite/gas/riscv/zknh-64.d create mode 100644 gas/testsuite/gas/riscv/zknh-64.s create mode 100644 gas/testsuite/gas/riscv/zksed-32.d create mode 100644 gas/testsuite/gas/riscv/zksed-64.d create mode 100644 gas/testsuite/gas/riscv/zksed.s create mode 100644 gas/testsuite/gas/riscv/zksh-32.d create mode 100644 gas/testsuite/gas/riscv/zksh-64.d create mode 100644 gas/testsuite/gas/riscv/zksh.s copy gdb/testsuite/gdb.base/foll-vfork-exit.c => gdbsupport/gdb-xfree.h (51%)