sim: rl78: move storage out of header
authorMike Frysinger <vapier@gentoo.org>
Sat, 9 Jan 2021 15:18:50 +0000 (10:18 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 11 Jan 2021 13:25:34 +0000 (08:25 -0500)
commit933306703a73585ad80c72a8a9422833074961a2
tree482a0bbef8d98e20e72bbd3d8d99d67386fa69d2
parent68ed2854284d415a71efd856a40343f550881ede
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.
sim/rl78/ChangeLog
sim/rl78/cpu.c
sim/rl78/cpu.h
This page took 0.030079 seconds and 4 git commands to generate.