This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 38f9e52086c sim: iq2000: fix some missing prototypes warnings new 54f7a83a62c sim: keep track of program environment strings new 8cfc9a1895d sim: callback: expose argv & environ new fab6939b01d sim: syscall: fix argvlen & argv implementation new 85588c9ab94 sim: syscall: hoist argc/argn/argnlen to common code new 35818ade966 sim: nrun: add --env-{set,unset,clear} command line options new 3b2934856f1 sim: run: support concise env var settings
The 6 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: include/sim/callback.h | 6 ++ 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/cris/sim-if.c | 26 ++++++-- sim/example-synacor/interp.c | 11 ++++ sim/frv/sim-if.c | 17 ++++- sim/ft32/interp.c | 11 ++++ sim/iq2000/sim-if.c | 13 +++- 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 +- 22 files changed, 384 insertions(+), 104 deletions(-)