This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gdb.
from 311d36251d gdb: fix gdb.gdb/unittest.exp with C++17 compiler new fb9f44d410 Automatic date update in version.in new 3c8ed65a5d PR28518: signed integer overflow & free on unmalloced address new 9216910ed8 ubsan: alpha-vms: undefined shift new 1c5e9d8d8c Re: PR28420, ecoff fuzzing failures new 590abc168f Don't include coff/pe.h in coff-x86_64.c new 1352aabb23 sim: fix compilation on mingw64 [PR sim/28476] new bdcbd1b67f sim: mips/v850: remove redundant variable setup new 4f2b181ecb sim: standardize move-if-change rules new b6143d3162 sim: silence stamp touch rules new 65f42b88ff sim: tighten up stamp rules new ac9b6df28f sim: igen: tighten up build output new 4837497a7f sim: tighten up gencode output new 9709fa5bcb sim: tighten up build regen rules new b46621118d sim: m32c: tighten up opc2c build output new 2213e33dd2 sim: common: merge multiple clean commands new 68c2129ae6 sim: v850: delete old gencode logic new 65dcce8f79 sim: add arch-specific conditional logic new 4ab6404b1c sim: erc32: fix signedness compatibility and redefinition warnings new 5b3c2b9f3b sim: erc32: fix a few more build warnings new f9cd2be59c sim: erc32: use silent build rules with sis linkage new a7e40a9931 sim: nltvals: pull target errno out into a dedicated source file new 88c8370b25 sim: nltvals: pull target signal out into a dedicated source file new b868a2393b sim: nltvals: localize TARGET_<open> defines new 670817b947 sim: nltvals: pull target open flags out into a dedicated so [...] new cd3ee89d38 sim: unify callback.o building new f9bfc01578 sim: drop unused targ-vals.h includes new 5231e3f242 sim: rl78: drop obsolete manual dependency rules
The 27 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/coff-x86_64.c | 5 - bfd/ecoff.c | 5 +- bfd/pe-x86_64.c | 5 + bfd/version.h | 2 +- bfd/vms-alpha.c | 22 +- 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 | 66 ++--- sim/ppc/emul_netbsd.c | 6 +- sim/ppc/emul_unix.c | 6 +- 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 ++- 52 files changed, 1613 insertions(+), 727 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