aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2018-03-26 09:09:56 -0700
committerJoel Brobecker <brobecker@adacore.com>2018-04-02 06:49:57 -0700
commit3d6b3b8221c97c58a2496dfc7dfff30ed07d911a (patch)
tree1fb1287111051dc286c887a6e0d3299a7e1f2fbc /gdb
parent09473be85c13eab0d794e363d898b74d66431d72 (diff)
downloadgdb-3d6b3b8221c97c58a2496dfc7dfff30ed07d911a.zip
gdb-3d6b3b8221c97c58a2496dfc7dfff30ed07d911a.tar.gz
gdb-3d6b3b8221c97c58a2496dfc7dfff30ed07d911a.tar.bz2
gdb/ChangeLog: Fix filenames in a couple of entries
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>