diff options
author | John Gilmore <gnu@cygnus> | 1991-12-04 10:01:45 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-12-04 10:01:45 +0000 |
commit | 40985bbf13cf9b675c9c0aa75900dfc831d0f26f (patch) | |
tree | 7b6869681de001dbcde99d5d92a71aa0a69367c2 /bfd | |
parent | 6470e9c375a04034a2573b62e40d86d30adc83f5 (diff) | |
download | gdb-40985bbf13cf9b675c9c0aa75900dfc831d0f26f.zip gdb-40985bbf13cf9b675c9c0aa75900dfc831d0f26f.tar.gz gdb-40985bbf13cf9b675c9c0aa75900dfc831d0f26f.tar.bz2 |
* bfd.c (bfd_get_mtime): Don't cache mtime any more; only
use the saved value if mtime_set is already set (intended
for archive files, though apparently not used yet).
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 488f6ad..1c4e9e0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Wed Dec 4 02:00:30 1991 John Gilmore (gnu at cygnus.com) + + * bfd.c (bfd_get_mtime): Don't cache mtime any more; only + use the saved value if mtime_set is already set (intended + for archive files, though apparently not used yet). + Tue Dec 3 22:54:50 1991 John Gilmore (gnu at cygnus.com) * targets.c: Revise comments about how to configure the target |