]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: v850: switch to standard (high-level) trace defines
authorMike Frysinger <vapier@gentoo.org>
Thu, 3 Nov 2022 13:58:23 +0000 (20:58 +0700)
committerMike Frysinger <vapier@gentoo.org>
Thu, 3 Nov 2022 15:21:04 +0000 (22:21 +0700)
commitb830591caf0db7bb416f0be3145b00db6ba1ea4c
tree34fb03c1aa44b55f980c985b4774f6c58d3fe0b8
parent75bed973c865be279cc0ab390372eab391b2541a
sim: v850: switch to standard (high-level) trace defines

The v850 port uses -DDEBUG to control whether to enable internal tracing.
We already have such options via the common trace framework, and those
can be controlled at build time via configure flags (which the v850 code
currently cannot).  So switch it over to WITH_TRACE_ANY_P to simplify the
v850 build code even if it doesn't (yet) respect any other trace options.
sim/v850/Makefile.in
sim/v850/sim-main.h
sim/v850/simops.c