aboutsummaryrefslogtreecommitdiff
path: root/sim/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-06 20:35:02 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-12 20:07:57 -0400
commit04381273a9ea0cf30575d58983287cd950b3e166 (patch)
treec58e24e6afe011ffca7403f18ff41f9740dcf4a4 /sim/ChangeLog
parent497a20bd3b7f7bffac5cdc7ae03e768cf92a04fd (diff)
downloadgdb-04381273a9ea0cf30575d58983287cd950b3e166.zip
gdb-04381273a9ea0cf30575d58983287cd950b3e166.tar.gz
gdb-04381273a9ea0cf30575d58983287cd950b3e166.tar.bz2
sim: unify debug/stdio/trace/profile build settings
Move these options up to the common dir so we only test & export them once across all ports. The ppc code needs a little extra care with its trace settings as it's not exactly the same API as the common code. The other knobs are the same though.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r--sim/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index 07a974f..b961611 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,5 +1,13 @@
2021-06-12 Mike Frysinger <vapier@gentoo.org>
+ * configure.ac: Call SIM_AC_OPTION_DEBUG, SIM_AC_OPTION_STDIO,
+ SIM_AC_OPTION_TRACE, and SIM_AC_OPTION_PROFILE.
+ * m4/sim_ac_common.m4: Delete calls to SIM_AC_OPTION_DEBUG,
+ SIM_AC_OPTION_STDIO, SIM_AC_OPTION_TRACE, and SIM_AC_OPTION_PROFILE.
+ * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
+
+2021-06-12 Mike Frysinger <vapier@gentoo.org>
+
* m4/sim_ac_common.m4: Replace --enable-sim-debug, --enable-sim-stdio,
--enable-sim-trace, and --enable-sim-profile with calls to
SIM_AC_OPTION_DEBUG, SIM_AC_OPTION_STDIO, SIM_AC_OPTION_TRACE, and