aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-05-01 15:50:33 -0600
committerTom Tromey <tom@tromey.com>2019-05-08 16:01:55 -0600
commitd772d2abcc163142fc38655896c4704b06dae0b6 (patch)
tree238483d582a46002be732f9aad44f3d779388117 /gdb/ChangeLog
parentd11d83f47bad5dfc959ac60b3619017ac60bdaf9 (diff)
downloadfsf-binutils-gdb-d772d2abcc163142fc38655896c4704b06dae0b6.zip
fsf-binutils-gdb-d772d2abcc163142fc38655896c4704b06dae0b6.tar.gz
fsf-binutils-gdb-d772d2abcc163142fc38655896c4704b06dae0b6.tar.bz2
Convert stabsread.c to type-safe registry API
This changes stabsread.c to use the type-safe registry API. gdb/ChangeLog 2019-05-08 Tom Tromey <tom@tromey.com> * stabsread.c (rs6000_builtin_type_data): Change type. (rs6000_builtin_type, _initialize_stabsread): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ba67e17..0d4b3ae 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2019-05-08 Tom Tromey <tom@tromey.com>
+ * stabsread.c (rs6000_builtin_type_data): Change type.
+ (rs6000_builtin_type, _initialize_stabsread): Update.
+
+2019-05-08 Tom Tromey <tom@tromey.com>
+
* mips-tdep.c (mips_pdr_data): Remove.
(_initialize_mips_tdep): Update.