aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2020-01-26 18:43:17 -0700
committerTom Tromey <tom@tromey.com>2020-01-26 18:44:41 -0700
commit168f8c6ba008bed9fcc2fe7098416f608e4419af (patch)
tree2689a11160c6db2214414c17b0c8fb824b801127 /gdb/ChangeLog
parent3024a17ae029ec7f55b498e99ddd6238e22fe565 (diff)
downloadgdb-168f8c6ba008bed9fcc2fe7098416f608e4419af.zip
gdb-168f8c6ba008bed9fcc2fe7098416f608e4419af.tar.gz
gdb-168f8c6ba008bed9fcc2fe7098416f608e4419af.tar.bz2
Two minor changes in ctfread.c
I noticed a couple of minor issues in ctfread.c, both fixed by this patch: * ctf_fp_info was not indented properly; and * _initialize_ctfread is no longer needed gdb/ChangeLog 2020-01-26 Tom Tromey <tom@tromey.com> * ctfread.c (struct ctf_fp_info): Reindent. (_initialize_ctfread): Remove. Change-Id: I72707b74bc59e6e426b3a7bc8843d96c0d786f1e
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 77e52f3..8b6da62 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2020-01-26 Tom Tromey <tom@tromey.com>
+ * ctfread.c (struct ctf_fp_info): Reindent.
+ (_initialize_ctfread): Remove.
+
+2020-01-26 Tom Tromey <tom@tromey.com>
+
* psymtab.c (partial_map_expand_apply)
(psym_find_pc_sect_compunit_symtab, psym_lookup_symbol)
(psymtab_to_symtab, psym_find_last_source_symtab, dump_psymtab)