aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-module.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-06-12 15:52:07 +0545
committerMike Frysinger <vapier@gentoo.org>2015-06-12 06:21:38 -0400
commitbffcfec8c3a15b669579b67d5b626c4d14b2b6df (patch)
tree7c1889082f9d83c6d7648707206f83caea6694cc /sim/common/sim-module.c
parent53d2389fd01ea7eaa83bb2727efd64c9904951ec (diff)
downloadgdb-bffcfec8c3a15b669579b67d5b626c4d14b2b6df.zip
gdb-bffcfec8c3a15b669579b67d5b626c4d14b2b6df.tar.gz
gdb-bffcfec8c3a15b669579b67d5b626c4d14b2b6df.tar.bz2
sim: trace: add WITH_TRACE_ANY_P helper
We have STRACE_ANY_P and TRACE_ANY_P, so add WITH_TRACE_ANY_P to fill out the API. This lets us wrap the internal configure symbol.
Diffstat (limited to 'sim/common/sim-module.c')
-rw-r--r--sim/common/sim-module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-module.c b/sim/common/sim-module.c
index fd9b587..2d8e7dc 100644
--- a/sim/common/sim-module.c
+++ b/sim/common/sim-module.c
@@ -46,7 +46,7 @@ static MODULE_INSTALL_FN * const modules[] = {
#if WITH_ENGINE
sim_engine_install,
#endif
-#if WITH_TRACE
+#if WITH_TRACE_ANY_P
trace_install,
#endif
#if WITH_PROFILE