aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7e220ef..0a0eabb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -440,11 +440,11 @@
2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
- * gdb/symtab.c (find_pc_sect_line): fixed indentation.
+ * symtab.c (find_pc_sect_line): fixed indentation.
2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
- * gdb/symtab.c (find_pc_sect_line): now uses binary search.
+ * symtab.c (find_pc_sect_line): now uses binary search.
2018-03-19 Tom Tromey <tom@tromey.com>