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 Bump to autoconf 2.69 and automake 1.15.1 2018-06-19 16:55:06 -04:00
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 Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
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 Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
load.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
load.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
main.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
Makefile.in Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mem.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mem.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
rl78.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
trace.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
trace.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00