binutils-gdb/sim/common
Tom de Vries b3f8962bdb [sim] Fix mbuild build breaker in sim-cpu.c
When running gdb/gdb_mbuild.sh, I run into:
...
src/sim/aarch64/../common/sim-cpu.c: In function 'sim_cpu_free':
src/sim/aarch64/../common/sim-cpu.c:64:3: error: implicit declaration of \
  function 'free' [-Werror=implicit-function-declaration]
   free (cpu);
   ^~~~
src/sim/aarch64/../common/sim-cpu.c:64:3: error: incompatible implicit \
  declaration of built-in function 'free' [-Werror]
src/sim/aarch64/../common/sim-cpu.c:64:3: note: include '<stdlib.h>' or \
  provide a declaration of 'free'
...

Fix this by adding "#include <stdlib.h>".

Tested by gdb/gdb_mbuild.sh -e aarch64-elf.

sim/common/ChangeLog:

2020-08-10  Tom de Vries  <tdevries@suse.de>

	* sim-cpu.c: Include stdlib.h for free.
2020-08-10 17:26:09 +02:00
..
acinclude.m4
aclocal.m4
callback.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
cgen-accfp.c
cgen-cpu.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
cgen-defs.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
cgen-engine.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
cgen-fpu.c
cgen-fpu.h
cgen-mem.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
cgen-ops.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
cgen-par.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
cgen-par.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
cgen-run.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
cgen-scache.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
cgen-scache.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
cgen-sim.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
cgen-trace.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
cgen-trace.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
cgen-types.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
cgen-utils.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
cgen.sh
ChangeLog [sim] Fix mbuild build breaker in sim-cpu.c 2020-08-10 17:26:09 +02:00
configure
configure.ac
create-version.sh Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dv-cfi.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dv-cfi.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dv-core.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dv-glue.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dv-pal.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dv-sockser.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dv-sockser.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
gdbinit.in
genmloop.sh Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
gennltvals.sh
gentmap.c
gentvals.sh
hw-alloc.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
hw-alloc.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
hw-base.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
hw-base.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
hw-device.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
hw-device.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
hw-events.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
hw-events.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
hw-handles.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
hw-handles.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
hw-instances.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
hw-instances.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
hw-main.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
hw-ports.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
hw-ports.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
hw-properties.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
hw-properties.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
hw-tree.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
hw-tree.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
Make-common.in Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
Makefile.in Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
nltvals.def
nrun.c sim: add some stdlib.h includes 2020-01-19 19:48:16 -05:00
run.1 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-abort.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-alu.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-arange.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-arange.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-assert.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-base.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-basics.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-bits.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-bits.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-close.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-command.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-config.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-config.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-core.c sim: add some stdlib.h includes 2020-01-19 19:48:16 -05:00
sim-core.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-cpu.c [sim] Fix mbuild build breaker in sim-cpu.c 2020-08-10 17:26:09 +02:00
sim-cpu.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-endian.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-endian.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-engine.c sim: add some stdlib.h includes 2020-01-19 19:48:16 -05:00
sim-engine.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-events.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-events.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-fpu.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-fpu.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-hload.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-hrw.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-hw.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-hw.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-info.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-inline.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-inline.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-io.c sim: add some stdlib.h includes 2020-01-19 19:48:16 -05:00
sim-io.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-load.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-memopt.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-memopt.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-model.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-model.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-module.c sim: add some stdlib.h includes 2020-01-19 19:48:16 -05:00
sim-module.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-n-bits.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-n-core.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-n-endian.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-options.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-options.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-profile.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-profile.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-reason.c sim: add some stdlib.h includes 2020-01-19 19:48:16 -05:00
sim-reg.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-resume.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-run.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-signal.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-signal.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-stop.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-syscall.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-syscall.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-trace.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-trace.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-types.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-utils.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-utils.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-watch.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sim-watch.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
syscall.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
version.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00