gdb/ChangeLog: Fix filenames in a couple of entries

This commit is contained in:
Joel Brobecker 2018-03-26 09:09:56 -07:00
parent 09473be85c
commit 3d6b3b8221
1 changed files with 2 additions and 2 deletions

View File

@ -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>