binutils-gdb/sim
Luis Machado a5353ae6cf [ARM, sim] Fix build failure with -Werror (PR26365)
There is a bit of a situation in the ARM sim with regards to the handling
of argv. sim_open () gets a const char **argv, but ARM's sim_open gets
clever and decides to modify argv in place via sim_target_parse_command_line.
I'm not sure why.

In any case, here's a fix that makes the code modify a copy of argv instead.

sim/arm/ChangeLog:

2020-08-13  Luis Machado  <luis.machado@linaro.org>

	PR sim/26365

	* wrapper.c (sim_target_parse_command_line): Free discarded argv
	entries.
	(sim_open): Use a duplicate of argv instead of the original argv.
2020-08-13 10:32:52 -03:00
..
aarch64
arm [ARM, sim] Fix build failure with -Werror (PR26365) 2020-08-13 10:32:52 -03:00
avr
bfin Run autoreconf -vf throughout 2020-07-29 16:03:55 -04:00
bpf sim: generated files for the eBPF simulator 2020-08-04 18:11:31 +02:00
common [sim] Fix mbuild build breaker in sim-cpu.c 2020-08-10 17:26:09 +02:00
cr16
cris
d10v
erc32 Run autoreconf -vf throughout 2020-07-29 16:03:55 -04:00
frv
ft32
h8300
igen sim/igen: Fix linker error with -fno-common 2020-07-03 21:03:47 +02:00
iq2000
lm32
m32c
m32r
m68hc11
mcore
microblaze
mips Run autoreconf -vf throughout 2020-07-29 16:03:55 -04:00
mn10300
moxie
msp430 MSP430: sim: Increase main memory region size 2020-08-07 11:01:22 +01:00
or1k
ppc sim/ppc: Fix linker error with -fno-common 2020-07-03 18:47:40 +02:00
pru
rl78
rx
sh
sh64
testsuite MSP430: sim: Fix incorrect simulation of unsigned widening multiply 2020-08-05 15:02:30 +01:00
v850
.gitignore
ChangeLog sim: generated files for the eBPF simulator 2020-08-04 18:11:31 +02:00
configure sim: eBPF simulator 2020-08-04 18:09:16 +02:00
configure.ac
configure.tgt sim: eBPF simulator 2020-08-04 18:09:16 +02:00
MAINTAINERS sim: eBPF simulator 2020-08-04 18:09:16 +02:00
Makefile.in
README-HACKING