binutils-gdb/sim/rl78
Mike Frysinger 5318ba65f8 sim: rl78: clean up various warnings
A random grab bag of minor fixes to enable -Werror for this port.

Fix local prototypes for a bunch of functions (e.g. adding static).
Add missing includes for missing prototypes.
Move local variable decls from the middle of functions to the top
of the scope.
Fix a logic error when processing commands where p was reassigned
to cmd and then has its leading whitespace scanned a 2nd time.
Handle short reads with fread().
2021-05-04 23:05:02 -04:00
..
aclocal.m4 sim: enable hardware support by default 2021-04-26 22:30:55 -04:00
ChangeLog sim: rl78: clean up various warnings 2021-05-04 23:05:02 -04:00
config.in sim: nrun: add local strsignal prototype 2021-05-01 16:37:39 -04:00
configure sim: rl78: clean up various warnings 2021-05-04 23:05:02 -04:00
configure.ac sim: rl78: clean up various warnings 2021-05-04 23:05:02 -04:00
cpu.c sim: rl78: clean up various warnings 2021-05-04 23:05:02 -04:00
cpu.h sim: rl78: move storage out of header 2021-01-11 08:25:34 -05:00
gdb-if.c sim: rl78: clean up various warnings 2021-05-04 23:05:02 -04:00
load.c sim: clean up bfd_vma printing 2021-05-04 08:13:45 -04:00
load.h
main.c sim: rl78/rx: drop unnecessary getopt.h probing 2021-04-20 09:23:56 -04:00
Makefile.in
mem.c sim: rl78: clean up various warnings 2021-05-04 23:05:02 -04:00
mem.h sim: rl78: clean up various warnings 2021-05-04 23:05:02 -04:00
rl78.c sim: rl78: clean up various warnings 2021-05-04 23:05:02 -04:00
trace.c sim: rl78: clean up various warnings 2021-05-04 23:05:02 -04:00
trace.h