diff options
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index b2466c2..d96faee 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,11 @@ +2021-05-04 Mike Frysinger <vapier@gentoo.org> + + * sim-hw.c (sim_hw_install): Rename to ... + (sim_install_hw): ... this. New prototype. + * sim-hw.h (sim_hw_install): Delete. + * sim-module.c: Delete sim-hw.h include. + (early_modules): Delete sim_hw_install. + 2021-05-04 Tom Tromey <tromey@adacore.com> * Make-common.in (generated_files): Add config.h. |