aboutsummaryrefslogtreecommitdiff
path: root/sim/common/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-13 22:40:09 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-30 12:28:28 -0400
commit05d54a045c77ae24cf46327d3680a7c38b469351 (patch)
tree6c902241ac55d090278d4181b6e483806707bb2b /sim/common/ChangeLog
parent9a39f7389d8971dc754e45a73128616a5346008c (diff)
downloadbinutils-05d54a045c77ae24cf46327d3680a7c38b469351.zip
binutils-05d54a045c77ae24cf46327d3680a7c38b469351.tar.gz
binutils-05d54a045c77ae24cf46327d3680a7c38b469351.tar.bz2
sim: move engine init to dynamic modules.c
Use the new modules.c framework to find & initialize this module.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r--sim/common/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index e18d06b..5211321 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,5 +1,12 @@
2021-06-30 Mike Frysinger <vapier@gentoo.org>
+ * sim-engine.c (sim_engine_install): Rename to ...
+ (sim_install_engine): ... this. New prototype.
+ * sim-engine.h (sim_engine_install): Delete.
+ * sim-module.c (early_modules): Delete sim_engine_install.
+
+2021-06-30 Mike Frysinger <vapier@gentoo.org>
+
* sim-config.h (WITH_MODEL): Delete.
(CURRENT_MODEL, MODEL_ISSUE_IGNORE, MODEL_ISSUE_PROCESS,
WITH_MODEL_ISSUE, CURRENT_MODEL_ISSUE): Likewise.