binutils-gdb/sim
Mike Frysinger 8613fa4c49 sim: cris: always search for local rvdummy tool
If the board info sets the sim to a basename that is found via $PATH
(which is the default dejagnu behavior), the logic here to use its
dirname to find rvdummy fails because it looks for `./rvdummy`.  So
switch it to always use the local build of rvdummy which is the one
we want to be testing against in the first place.

If we get a request for testing against a different setup, we can
figure out & document the needs at that point, and then setup some
config knobs to control it.
2021-11-27 01:26:41 -05:00
..
aarch64 sim: callback: expose argv & environ 2021-11-16 01:13:39 -05:00
arm sim: install various doc files 2021-11-19 03:36:45 -05:00
avr sim: split program path out of argv vector 2021-11-15 02:53:29 -05:00
bfin sim: syscall: hoist argc/argn/argnlen to common code 2021-11-16 02:13:42 -05:00
bpf sim: callback: expose argv & environ 2021-11-16 01:13:39 -05:00
common sim: use program_transform_name for libsim 2021-11-18 19:56:45 -05:00
cr16 sim: cr16: fix build on gcc-12 (NULL comparison) 2021-11-16 23:32:00 +00:00
cris sim: callback: expose argv & environ 2021-11-16 01:13:39 -05:00
d10v sim: split program path out of argv vector 2021-11-15 02:53:29 -05:00
erc32 sim: install various doc files 2021-11-19 03:36:45 -05:00
example-synacor sim: callback: expose argv & environ 2021-11-16 01:13:39 -05:00
frv sim: install various doc files 2021-11-19 03:36:45 -05:00
ft32 sim: callback: expose argv & environ 2021-11-16 01:13:39 -05:00
h8300 Fix intermittent failures on the H8, particularly H8/SX tests. 2021-11-20 13:06:15 -05:00
igen
iq2000 sim: callback: expose argv & environ 2021-11-16 01:13:39 -05:00
lm32 sim: callback: expose argv & environ 2021-11-16 01:13:39 -05:00
m4
m32c
m32r sim: callback: expose argv & environ 2021-11-16 01:13:39 -05:00
m68hc11 sim: split program path out of argv vector 2021-11-15 02:53:29 -05:00
mcore sim: split program path out of argv vector 2021-11-15 02:53:29 -05:00
microblaze sim: split program path out of argv vector 2021-11-15 02:53:29 -05:00
mips sim: mips: avoid _ namespace 2021-11-25 23:48:45 -05:00
mn10300 sim: split program path out of argv vector 2021-11-15 02:53:29 -05:00
moxie sim: split program path out of argv vector 2021-11-15 02:53:29 -05:00
msp430 sim: split program path out of argv vector 2021-11-15 02:53:29 -05:00
or1k sim: install various doc files 2021-11-19 03:36:45 -05:00
ppc sim: install various doc files 2021-11-19 03:36:45 -05:00
pru sim: callback: expose argv & environ 2021-11-16 01:13:39 -05:00
riscv sim: callback: expose argv & environ 2021-11-16 01:13:39 -05:00
rl78
rx sim: install various doc files 2021-11-19 03:36:45 -05:00
sh sim: split program path out of argv vector 2021-11-15 02:53:29 -05:00
testsuite sim: cris: always search for local rvdummy tool 2021-11-27 01:26:41 -05:00
v850 sim: split program path out of argv vector 2021-11-15 02:53:29 -05:00
.gitignore
aclocal.m4
arch-subdir.mk.in
ChangeLog-2021
config.h.in
configure sim: avoid installing headers when there is no sim 2021-11-18 19:45:54 -05:00
configure.ac sim: avoid installing headers when there is no sim 2021-11-18 19:45:54 -05:00
COPYING
MAINTAINERS
Makefile.am sim: install various doc files 2021-11-19 03:36:45 -05:00
Makefile.in sim: testsuite: fix bits-gen EXEEXT handling 2021-11-26 20:41:44 -05:00
README-HACKING