aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2008-03-14 18:39:43 +0000
committerDaniel Jacobowitz <drow@false.org>2008-03-14 18:39:43 +0000
commitc04ea773f9e9764a17382e6c1e0cf5a8d24df67a (patch)
tree562abf1cccaba1620d6d4edcda52252a8c3632a1 /gdb/ChangeLog
parent952dc227b2fbc938feb2c4b8b9d5a4d5ed7473ad (diff)
downloadgdb-c04ea773f9e9764a17382e6c1e0cf5a8d24df67a.zip
gdb-c04ea773f9e9764a17382e6c1e0cf5a8d24df67a.tar.gz
gdb-c04ea773f9e9764a17382e6c1e0cf5a8d24df67a.tar.bz2
* cache.c (close_one): Remove mtime hack.
* corefile.c (reopen_exec_file): Use exec_bfd_mtime. * exec.c (exec_bfd_mtime): Define. (exec_close): Clear it. (exec_file_attach): Set it. * gdbcore.h (exec_bfd_mtime): Declare. * source.c (find_source_lines): Do not use bfd_get_mtime.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 075a799..082c44c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2008-03-14 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * corefile.c (reopen_exec_file): Use exec_bfd_mtime.
+ * exec.c (exec_bfd_mtime): Define.
+ (exec_close): Clear it.
+ (exec_file_attach): Set it.
+ * gdbcore.h (exec_bfd_mtime): Declare.
+ * source.c (find_source_lines): Do not use bfd_get_mtime.
+
2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
* top.c (simplified_command_loop): Remove.