binutils-gdb/sim/v850
Mike Frysinger e8f20a28b1 sim: split program path out of argv vector
We use the program argv to both find the program to run (argv[0]) and
to hold the arguments to the program.  Most of the time this is fine,
but if we want to let programs specify argv[0] independently (which is
possible in standard *NIX programs), this double duty doesn't work.

So let's split the path to the program to run out into a separate
field by itself.  This simplifies the various sim_open funcs too.

By itself, this code is more of a logical cleanup than something that
is super useful.  But it will open up customization of argv[0] in a
follow up commit.  Split the changes to make it easier to review.
2021-11-15 02:53:29 -05:00
..
aclocal.m4 sim: unify reserved instruction bits settings 2021-07-01 20:53:00 -04:00
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 2021-08-17 20:27:36 -04:00
configure sim: unify reserved instruction bits settings 2021-07-01 20:53:00 -04:00
configure.ac sim: unify reserved instruction bits settings 2021-07-01 20:53:00 -04:00
interp.c sim: split program path out of argv vector 2021-11-15 02:53:29 -05:00
local.mk sim: hoist mn10300 & v850 igen rules up to common builds 2021-11-02 22:59:07 -04:00
Makefile.in sim: hoist mn10300 & v850 igen rules up to common builds 2021-11-02 22:59:07 -04:00
sim-main.h sim: fully merge sim_state_base into sim_state 2021-05-17 01:05:08 -04:00
simops.c sim: split sim-signal.h include out 2021-06-18 00:50:14 -04:00
simops.h * simops.c (v850_rotl): New function. 2013-01-28 10:06:51 +00:00
v850_sim.h remove PARAMS from sim 2014-01-07 09:17:05 -07:00
v850-dc Fixes problems building the V850 simulator introduced with the previous delta. 2015-02-27 09:53:03 +00:00
v850.igen Fixes problems building the V850 simulator introduced with the previous delta. 2015-02-27 09:53:03 +00:00