This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-aarch64 in repository toolchain/ci/gdb.
from d3771fe234 Add gdb.Architecture.integer_type Python function adds 8d939e8ea4 gdb: remove FIELD_LOC_KIND macro adds 3a543e211e gdb: remove FIELD_BITPOS macro adds 5d2038e3f5 gdb: remove FIELD_ENUMVAL macro adds 16654a591a gdb: remove FIELD_STATIC_PHYSNAME macro adds 31a1516a81 gdb: remove FIELD_STATIC_PHYSADDR macro adds d8557c3d22 gdb: remove FIELD_DWARF_BLOCK macro adds 2ad53ea10c gdb: remove TYPE_FIELD_LOC_KIND adds b610c04548 gdb: remove TYPE_FIELD_BITPOS adds 970db51860 gdb: remove TYPE_FIELD_ENUMVAL adds fcbbbd90f0 gdb: remove TYPE_FIELD_STATIC_PHYSNAME adds e06c3e112e gdb: remove TYPE_FIELD_STATIC_PHYSADDR adds 51e36a3aaa gdb: remove TYPE_FIELD_DWARF_BLOCK adds 4a3a56c5f3 Automatic date update in version.in adds 7811fa5995 gdb: add set/show commands for managing debuginfod adds 3ea44f2129 gdb.texinfo: Expand documentation for debuginfod adds 311d36251d gdb: fix gdb.gdb/unittest.exp with C++17 compiler adds fb9f44d410 Automatic date update in version.in adds 3c8ed65a5d PR28518: signed integer overflow & free on unmalloced address adds 9216910ed8 ubsan: alpha-vms: undefined shift adds 1c5e9d8d8c Re: PR28420, ecoff fuzzing failures adds 590abc168f Don't include coff/pe.h in coff-x86_64.c adds 1352aabb23 sim: fix compilation on mingw64 [PR sim/28476] adds bdcbd1b67f sim: mips/v850: remove redundant variable setup adds 4f2b181ecb sim: standardize move-if-change rules adds b6143d3162 sim: silence stamp touch rules adds 65f42b88ff sim: tighten up stamp rules adds ac9b6df28f sim: igen: tighten up build output adds 4837497a7f sim: tighten up gencode output adds 9709fa5bcb sim: tighten up build regen rules adds b46621118d sim: m32c: tighten up opc2c build output adds 2213e33dd2 sim: common: merge multiple clean commands adds 68c2129ae6 sim: v850: delete old gencode logic adds 65dcce8f79 sim: add arch-specific conditional logic adds 4ab6404b1c sim: erc32: fix signedness compatibility and redefinition warnings adds 5b3c2b9f3b sim: erc32: fix a few more build warnings adds f9cd2be59c sim: erc32: use silent build rules with sis linkage adds a7e40a9931 sim: nltvals: pull target errno out into a dedicated source file adds 88c8370b25 sim: nltvals: pull target signal out into a dedicated source file adds b868a2393b sim: nltvals: localize TARGET_<open> defines adds 670817b947 sim: nltvals: pull target open flags out into a dedicated so [...] adds cd3ee89d38 sim: unify callback.o building adds f9bfc01578 sim: drop unused targ-vals.h includes adds 5231e3f242 sim: rl78: drop obsolete manual dependency rules adds c26c6bc0a5 sim: ppc: use silent build rules here too adds 2a8f1f4744 Fix unittest.exp failure due to 'set debuginfod' addition adds 6e195444fb Fix latent bug in DWARF test case
No new revisions were added by this update.
Summary of changes: bfd/coff-x86_64.c | 5 - bfd/ecoff.c | 5 +- bfd/pe-x86_64.c | 5 + bfd/version.h | 2 +- bfd/vms-alpha.c | 22 +- gdb/ada-lang.c | 51 +- gdb/ada-typeprint.c | 6 +- gdb/ada-valprint.c | 8 +- gdb/amd64-tdep.c | 4 +- gdb/arm-tdep.c | 2 +- gdb/ax-gdb.c | 12 +- gdb/c-typeprint.c | 12 +- gdb/c-valprint.c | 2 +- gdb/compile/compile-c-types.c | 4 +- gdb/compile/compile-cplus-types.c | 12 +- gdb/compile/compile-object-load.c | 2 +- gdb/cp-valprint.c | 14 +- gdb/d-valprint.c | 2 +- gdb/debuginfod-support.c | 276 +++++++++- gdb/doc/gdb.texinfo | 97 +++- gdb/dwarf2/loc.c | 8 +- gdb/dwarf2/read.c | 18 +- gdb/eval.c | 2 +- gdb/gdbtypes.c | 88 ++-- gdb/gdbtypes.h | 14 +- gdb/gnu-v2-abi.c | 2 +- gdb/gnu-v3-abi.c | 6 +- gdb/guile/scm-type.c | 6 +- gdb/m2-typeprint.c | 6 +- gdb/m2-valprint.c | 4 +- gdb/mips-tdep.c | 10 +- gdb/p-lang.c | 8 +- gdb/p-typeprint.c | 6 +- gdb/p-valprint.c | 10 +- gdb/python/py-type.c | 6 +- gdb/riscv-tdep.c | 4 +- gdb/rust-lang.c | 6 +- gdb/sparc64-tdep.c | 4 +- gdb/stabsread.c | 4 +- .../gdb.debuginfod/fetch_src_and_symbols.exp | 25 +- gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.exp | 4 +- gdb/testsuite/gdb.gdb/unittest.exp | 12 +- gdb/typeprint.c | 4 +- gdb/valops.c | 12 +- gdb/valprint.c | 10 +- gdb/value.c | 18 +- sim/Makefile.in | 76 +++ sim/arm/armos.c | 17 +- sim/bpf/Makefile.in | 30 +- sim/common/Make-common.in | 85 ++-- sim/common/callback.c | 42 +- sim/common/gennltvals.py | 109 ++-- sim/common/gentmap.c | 68 --- sim/common/local.mk | 4 + sim/common/nltvals.def | 158 ------ sim/common/sim-io.c | 1 - sim/common/sim-syscall.c | 1 - sim/common/sim-utils.c | 5 +- sim/common/syscall.c | 1 - sim/common/target-newlib-errno.c | 289 +++++++++++ sim/common/target-newlib-open.c | 85 ++++ sim/common/target-newlib-signal.c | 136 +++++ sim/configure | 562 +++++++++++++++++++-- sim/configure.ac | 3 + sim/cr16/Makefile.in | 10 +- sim/cris/Makefile.in | 28 +- sim/d10v/Makefile.in | 10 +- sim/erc32/Makefile.in | 2 +- sim/erc32/erc32.c | 36 +- sim/erc32/exec.c | 14 +- sim/erc32/func.c | 4 +- sim/erc32/sis.h | 11 +- sim/frv/Makefile.in | 13 +- sim/igen/igen.c | 2 + sim/iq2000/Makefile.in | 13 +- sim/lm32/Makefile.in | 13 +- sim/m32c/Makefile.in | 12 +- sim/m32c/opc2c.c | 1 - sim/m32r/Makefile.in | 35 +- sim/m32r/traps.c | 1 - sim/m68hc11/Makefile.in | 8 +- sim/mips/Makefile.in | 209 ++++---- sim/mn10300/Makefile.in | 34 +- sim/msp430/msp430-sim.c | 1 - sim/or1k/Makefile.in | 13 +- sim/ppc/Makefile.in | 162 +++--- sim/ppc/dgen.c | 2 + sim/ppc/emul_netbsd.c | 6 +- sim/ppc/emul_unix.c | 6 +- sim/ppc/igen.c | 2 + sim/ppc/mon.c | 9 +- sim/riscv/sim-main.c | 2 - sim/rl78/Makefile.in | 15 - sim/sh/Makefile.in | 10 +- sim/v850/Makefile.in | 45 +- 95 files changed, 2235 insertions(+), 1006 deletions(-) create mode 100644 sim/common/target-newlib-errno.c create mode 100644 sim/common/target-newlib-open.c create mode 100644 sim/common/target-newlib-signal.c