8sa1-binutils-gdb/sim/h8300
Tom Tromey 06a88b3b39 Avoid sequence point warning in h8300 sim
GCC gives a -Wsequence-point warning for this code in the h8300 sim.
The bug is that memory_size is both assigned and used in the same
expression.  The fix is to assign after the print.

sim/h8300/ChangeLog
2021-04-08  Tom Tromey  <tom@tromey.com>

	* compile.c (init_pointers): Fix sequence point warning.
2021-04-08 15:15:59 -06:00
..
aclocal.m4 sim: unify toolchain settings 2021-04-02 23:31:14 -04:00
ChangeLog Avoid sequence point warning in h8300 sim 2021-04-08 15:15:59 -06:00
compile.c Avoid sequence point warning in h8300 sim 2021-04-08 15:15:59 -06:00
config.in sim: clean up C11 header includes 2021-01-11 08:05:54 -05:00
configure sim: unify toolchain settings 2021-04-02 23:31:14 -04:00
configure.ac sim: common: split up acinclude.m4 into individual m4 files 2021-02-21 02:20:19 -05:00
Makefile.in Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
sim-main.h sim: h8300: drop separate eightbit memory buffer 2021-01-13 21:54:00 -05:00
writecode.c