diff options
author | Tom Tromey <tromey@adacore.com> | 2019-06-26 12:44:49 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2019-07-10 12:42:16 -0600 |
commit | 51df2ae3029caafd2b832e19d2978114a7e25a8a (patch) | |
tree | ffba2a39d76bc682ebf303fd33722802d7a78f24 /gdb/ChangeLog | |
parent | 18101a352541a28b8e199b4d7b9f66989681dc02 (diff) | |
download | gdb-51df2ae3029caafd2b832e19d2978114a7e25a8a.zip gdb-51df2ae3029caafd2b832e19d2978114a7e25a8a.tar.gz gdb-51df2ae3029caafd2b832e19d2978114a7e25a8a.tar.bz2 |
Change solib-darwin.c to use type-safe registry
This changes solib-darwin.c to use the type-safe registry.
2019-07-10 Tom Tromey <tromey@adacore.com>
* solib-darwin.c (struct darwin_info): Add initializers.
(solib_darwin_pspace_data): Change type.
(darwin_pspace_data_cleanup): Remove.
(get_darwin_info, _initialize_darwin_solib): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 92338cc..a4379f5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2019-07-10 Tom Tromey <tromey@adacore.com> + * solib-darwin.c (struct darwin_info): Add initializers. + (solib_darwin_pspace_data): Change type. + (darwin_pspace_data_cleanup): Remove. + (get_darwin_info, _initialize_darwin_solib): Update. + +2019-07-10 Tom Tromey <tromey@adacore.com> + * remote-sim.c (struct sim_inferior_data): Add initializers, constructor, and destructor. (sim_inferior_data_key): Change type. Move lower. |