binutils-gdb/sim/rl78
Mike Frysinger 933306703a sim: rl78: move storage out of header
This port declares its pc variable in a header and then includes
it multiple times.  This causes linker errors with newer gcc due
to the change in -fno-common behavior.  Move the storage to a C
file so we only have one instance of it in the final program.
2021-01-11 08:25:34 -05:00
..
aclocal.m4
ChangeLog sim: rl78: move storage out of header 2021-01-11 08:25:34 -05:00
config.in sim: clean up C11 header includes 2021-01-11 08:05:54 -05:00
configure sim: clean up C11 header includes 2021-01-11 08:05:54 -05:00
configure.ac
cpu.c sim: rl78: move storage out of header 2021-01-11 08:25:34 -05:00
cpu.h sim: rl78: move storage out of header 2021-01-11 08:25:34 -05:00
gdb-if.c
load.c
load.h
main.c
Makefile.in
mem.c
mem.h
rl78.c
trace.c
trace.h