diff options
author | Jeff Law <law@redhat.com> | 1996-06-03 17:49:28 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-06-03 17:49:28 +0000 |
commit | 093c1a2f749013119fcf6d6ff63db653677917d6 (patch) | |
tree | 9971915488e8d438b3ab9cbefefd505e5abe948d | |
parent | f64c2f5715cab1d277b8c0ba15c04293a2691830 (diff) | |
download | gdb-093c1a2f749013119fcf6d6ff63db653677917d6.zip gdb-093c1a2f749013119fcf6d6ff63db653677917d6.tar.gz gdb-093c1a2f749013119fcf6d6ff63db653677917d6.tar.bz2 |
* source.c (find_source_lines): Check the time on the symtab's bfd if
it exists, else check the time on the exec_bfd.
Fixes net buglet reported by Michael Snyder @ NeXT.
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0821b68..6b3f9ad 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Mon Jun 3 11:48:29 1996 Jeffrey A Law (law@cygnus.com) + + * source.c (find_source_lines): Check the time on the symtab's bfd if + it exists, else check the time on the exec_bfd. + Thu May 30 09:43:17 1996 Mark Alexander <marka@cygnus.com> * dsrec.c (make_srec): Fix calculation of address size |