binutils-gdb/sim/lm32
Mike Frysinger 54f7a83a62 sim: keep track of program environment strings
We've been passing the environment strings to sim_create_inferior,
but most ports don't do anything with them.  A few will use ad-hoc
logic to stuff the stack for user-mode programs, but that's it.

Let's formalize this across the board by storing the strings in the
normal sim state.  This will allow (in future commits) supporting
more functionality in the run interface, and to unify some of the
libgloss syscalls.
2021-11-16 00:58:41 -05:00
..
arch.c
arch.h
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 2021-08-17 20:27:36 -04:00
cpu.c
cpu.h
cpuall.h
decode.c
decode.h
dv-lm32cpu.c sim: lm32: reduce -Wno-error scope 2021-11-01 00:56:52 -04:00
dv-lm32timer.c
dv-lm32uart.c
lm32-sim.h
lm32.c
local.mk sim: hoist cgen mloop rules up to common builds 2021-11-02 22:59:07 -04:00
Makefile.in sim: hoist cgen mloop rules up to common builds 2021-11-02 22:59:07 -04:00
mloop.in
model.c
sem-switch.c
sem.c
sim-if.c sim: keep track of program environment strings 2021-11-16 00:58:41 -05:00
sim-main.h
traps.c
user.c