mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
e8f20a28b1
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. |
||
---|---|---|
.. | ||
aclocal.m4 | ||
ChangeLog-2021 | ||
configure | ||
configure.ac | ||
cp1.c | ||
cp1.h | ||
dsp2.igen | ||
dsp.c | ||
dsp.igen | ||
dv-tx3904cpu.c | ||
dv-tx3904irc.c | ||
dv-tx3904sio.c | ||
dv-tx3904tmr.c | ||
interp.c | ||
m16.dc | ||
m16.igen | ||
m16e.igen | ||
m16run.c | ||
Makefile.in | ||
mdmx.c | ||
mdmx.igen | ||
micromips16.dc | ||
micromips.dc | ||
micromips.igen | ||
micromipsdsp.igen | ||
micromipsrun.c | ||
mips3d.igen | ||
mips3264r2.igen | ||
mips.dc | ||
mips.igen | ||
sb1.igen | ||
sim-main.c | ||
sim-main.h | ||
smartmips.igen | ||
tx.igen | ||
vr.igen |