diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-05-01 23:37:35 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-05-04 21:52:38 -0400 |
commit | 2849d28d96718c6d2c0c9513745a45a02404bc91 (patch) | |
tree | 42de25aa35ccf16716a4e7562a9051c5a35b4b50 /sim/common/ChangeLog | |
parent | 4d47dcfcf1cf8fa34df057b0d5accf7ab91b6b47 (diff) | |
download | gdb-2849d28d96718c6d2c0c9513745a45a02404bc91.zip gdb-2849d28d96718c6d2c0c9513745a45a02404bc91.tar.gz gdb-2849d28d96718c6d2c0c9513745a45a02404bc91.tar.bz2 |
sim: hw: localize init callback
Now that we don't need to hardcode the module init list in a single
place, move the hw init logic out to the sim-hw file.
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. |