diff options
author | Jean Marie Diaz <ambar@cygnus> | 1994-08-02 14:48:21 +0000 |
---|---|---|
committer | Jean Marie Diaz <ambar@cygnus> | 1994-08-02 14:48:21 +0000 |
commit | e0566e19aa775ec20b2ef3b089deeee071768472 (patch) | |
tree | 48ebc6361a411ea550e414f5afa19d54857c57e6 /bfd | |
parent | 6f54efdc4b4053bd02b7f818212a1a84e444876c (diff) | |
download | gdb-e0566e19aa775ec20b2ef3b089deeee071768472.zip gdb-e0566e19aa775ec20b2ef3b089deeee071768472.tar.gz gdb-e0566e19aa775ec20b2ef3b089deeee071768472.tar.bz2 |
* libbfd-in.h: Move declarations of bfd_read, bfd_write, bfd_seek,
bfd_tell, bfd_flush, and bfd_stat from here...
* bfd-in.h: ...to here, to make them visible to programs which
know more about the object file format than BFD does.
* libbfd.h, bfd-in2.h: Rebuilt.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 837d6d1..393f0a9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +Tue Aug 2 10:43:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * libbfd-in.h: Move declarations of bfd_read, bfd_write, bfd_seek, + bfd_tell, bfd_flush, and bfd_stat from here... + * bfd-in.h: ...to here, to make them visible to programs which + know more about the object file format than BFD does. + * libbfd.h, bfd-in2.h: Rebuilt. + Mon Aug 1 17:55:53 1994 Fred Fish (fnf@cygnus.com) * ptrace-core.c (ptrace_unix_core_file_p): Convert zalloc usage |