binutils-gdb/sim
Mike Frysinger a39487c668 sim: cris: use -sim with C tests for cris-elf targets
Building the C tests with a cris-elf toolchain (gcc-10.2 &
newlib-4.1.0) currently fail due to warnings it emits:
cris-elf-ld: libc.a(lib_a-closer.o): in function `_close_r':
newlib/libc/reent/closer.c:47: warning: _close is not implemented and will always fail

This is because the default target for cris-elf is bare metal, not
the simulator.  For that, we need -sim.  So add it for elf targets.

We don't add it for all targets as the simulator (and testsuite)
run both libgloss programs as well as Linux userspace programs.
2021-01-07 12:21:48 -05:00
..
aarch64 sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
arm sim: include stdlib.h for atoi() 2021-01-04 20:17:37 -05:00
avr sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
bfin sim: include stdlib.h for atoi() 2021-01-04 20:17:37 -05:00
bpf sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
common gdb/sim: add support for exporting memory map 2021-01-07 12:18:59 -05:00
cr16 sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
cris sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
d10v sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
erc32 sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
frv sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
ft32 sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
h8300 sim: h8300: delete opcode caching 2021-01-07 12:21:12 -05:00
igen sim: include stdlib.h for atoi() 2021-01-04 20:17:37 -05:00
iq2000 sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
lm32 sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
m32c sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
m32r sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
m68hc11 sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
mcore sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
microblaze sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
mips sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
mn10300 sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
moxie sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
msp430 sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
or1k sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
ppc sim: include stdlib.h for atoi() 2021-01-04 20:17:37 -05:00
pru sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
rl78 sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
rx sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
sh sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
sh64 sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
testsuite sim: cris: use -sim with C tests for cris-elf targets 2021-01-07 12:21:48 -05:00
v850 sim: update bug URI to https:// 2021-01-04 18:14:37 -05:00
.gitignore
ChangeLog sim/bpf: re-generate configure 2020-11-01 19:39:11 -05:00
configure sim: better handle builds of primary targets lacking sims 2020-09-03 18:21:20 +02:00
configure.ac sim: better handle builds of primary targets lacking sims 2020-09-03 18:21:20 +02:00
configure.tgt
MAINTAINERS
Makefile.in Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
README-HACKING