diff options
author | John Gilmore <gnu@cygnus> | 1992-11-10 07:59:39 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-11-10 07:59:39 +0000 |
commit | 9ee6289b478ed3f18bf30821ccc8a8d43c54b467 (patch) | |
tree | 022a922a456919364085e196e4c19d9d5078d0fc /bfd | |
parent | 58108d01c23b212aca5dc5a18f7547136106686e (diff) | |
download | gdb-9ee6289b478ed3f18bf30821ccc8a8d43c54b467.zip gdb-9ee6289b478ed3f18bf30821ccc8a8d43c54b467.tar.gz gdb-9ee6289b478ed3f18bf30821ccc8a8d43c54b467.tar.bz2 |
* opncls.c (bfd_fdopenr, bfd_close): Add doc about cacheing
and about when file descriptors are closed.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 25f5074..ef85620 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Mon Nov 9 23:58:17 1992 John Gilmore (gnu@cygnus.com) + + * opncls.c (bfd_fdopenr, bfd_close): Add doc about cacheing + and about when file descriptors are closed. + +Sat Nov 7 00:42:20 1992 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * bout.c (b_out_squirt_out_relocs): Make sure alignment relocs get + written out correctly. + Thu Nov 5 15:34:19 1992 Ian Lance Taylor (ian@cygnus.com) * section.c: New section bit SEC_SHARED_LIBRARY. |