diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-13 22:40:09 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-30 12:28:28 -0400 |
commit | 05d54a045c77ae24cf46327d3680a7c38b469351 (patch) | |
tree | 6c902241ac55d090278d4181b6e483806707bb2b /sim/common/ChangeLog | |
parent | 9a39f7389d8971dc754e45a73128616a5346008c (diff) | |
download | binutils-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/ChangeLog | 7 |
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. |