]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/lm32/ChangeLog
sim: cgen: namespace custom trace functions
authorMike Frysinger <vapier@gentoo.org>
Fri, 12 Jun 2015 07:44:02 +0000 (13:29 +0545)
committerMike Frysinger <vapier@gentoo.org>
Fri, 12 Jun 2015 08:19:45 +0000 (04:19 -0400)
commitdb7858e227f3951c665410314fca62c77349ac24
tree01fb8b93600bc89ef86a7e883ca17e3df8387174
parent966f0aefa6a96df2c45ec36a7ecc02419e3842db
sim: cgen: namespace custom trace functions

The cgen code declares some macros/funcs using the trace_xxx prefix, but
the code isn't generic and only works with cgen targets.  This is blocking
the creation of new common trace functions.

Let's blindly add cgen_xxx prefixes to all these symbols.  Some already
use this convention to avoid conflicts, so it makes sense to align them.
In the future we might want to move some to the common trace core, but
one thing at a time.
43 files changed:
sim/common/ChangeLog
sim/common/cgen-run.c
sim/common/cgen-trace.c
sim/common/cgen-trace.h
sim/common/genmloop.sh
sim/cris/ChangeLog
sim/cris/decodev10.c
sim/cris/decodev32.c
sim/cris/mloop.in
sim/cris/semcrisv10f-switch.c
sim/cris/semcrisv32f-switch.c
sim/frv/ChangeLog
sim/frv/decode.c
sim/frv/mloop.in
sim/frv/sem.c
sim/iq2000/ChangeLog
sim/iq2000/decode.c
sim/iq2000/mloop.in
sim/iq2000/sem-switch.c
sim/iq2000/sem.c
sim/lm32/ChangeLog
sim/lm32/decode.c
sim/lm32/mloop.in
sim/lm32/sem-switch.c
sim/lm32/sem.c
sim/m32r/ChangeLog
sim/m32r/decode.c
sim/m32r/decode2.c
sim/m32r/decodex.c
sim/m32r/mloop.in
sim/m32r/sem-switch.c
sim/m32r/sem.c
sim/m32r/sem2-switch.c
sim/m32r/semx-switch.c
sim/sh64/ChangeLog
sim/sh64/decode-compact.c
sim/sh64/decode-media.c
sim/sh64/mloop-compact.c
sim/sh64/mloop-media.c
sim/sh64/sem-compact-switch.c
sim/sh64/sem-compact.c
sim/sh64/sem-media-switch.c
sim/sh64/sem-media.c