aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-04-21 12:41:29 -0600
committerTom Tromey <tom@tromey.com>2019-05-08 16:01:48 -0600
commite9b89e2d01043108283df02261ed718aae705bc8 (patch)
treebcc5a004d2648e30f05a6787966fc93de3492b0d /gdb/ChangeLog
parent8c42777cd8e1557ffb29fe9c172edd8cc1de14b7 (diff)
downloadgdb-e9b89e2d01043108283df02261ed718aae705bc8.zip
gdb-e9b89e2d01043108283df02261ed718aae705bc8.tar.gz
gdb-e9b89e2d01043108283df02261ed718aae705bc8.tar.bz2
Convert auxv.c to type-safe registry API
This changes auxv.c to use the type-safe registry API. gdb/ChangeLog 2019-05-08 Tom Tromey <tom@tromey.com> * auxv.c (auxv_inferior_data): Move. Change type. (auxv_inferior_data_cleanup): Remove. (invalidate_auxv_cache_inf): Rewrite. (get_auxv_inferior_data, _initialize_auxv): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2867d24..bdf30aa 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2019-05-08 Tom Tromey <tom@tromey.com>
+ * auxv.c (auxv_inferior_data): Move. Change type.
+ (auxv_inferior_data_cleanup): Remove.
+ (invalidate_auxv_cache_inf): Rewrite.
+ (get_auxv_inferior_data, _initialize_auxv): Update.
+
+2019-05-08 Tom Tromey <tom@tromey.com>
+
* symfile-debug.c (struct debug_sym_fns_data): Add initializers.
(symfile_debug_objfile_data_key): Change type.
(symfile_debug_installed, debug_qf_has_symbols)