binutils-gdb/sim
Mike Frysinger 3d52735bab sim: include stdlib.h for atoi()
Make sure the files using atoi() include stdlib.h for its prototype.
These files were relying on it being included implicitly by others
which isn't guaranteed, and newer toolchains produce warnings.
2021-01-04 20:17:37 -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 sim: update bug URI to https:// 2021-01-04 18:14:37 -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: update bug URI to https:// 2021-01-04 18:14:37 -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: stdlib.h for abs() 2021-01-04 20:13:10 -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 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 Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
README-HACKING