diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-06-07 22:53:32 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-06-07 22:53:32 +0000 |
commit | 2d0123b7851267f634ef63c15c43172e2136bc78 (patch) | |
tree | 842bbc2f0305c50b4e004cce1f461713e8720208 /bfd/ChangeLog | |
parent | 4a5329c63abbeb362968edcc3cb6df0ca754e1ee (diff) | |
download | gdb-2d0123b7851267f634ef63c15c43172e2136bc78.zip gdb-2d0123b7851267f634ef63c15c43172e2136bc78.tar.gz gdb-2d0123b7851267f634ef63c15c43172e2136bc78.tar.bz2 |
* opncls.c (bfd_fopen): New API.
(bfd_openr): Use it.
(bfd_fdopenr): Likewise.
* bfd-in2.h: Regenerated.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3f4898e..1845735 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2005-06-07 Mark Mitchell <mark@codesourcery.com> + + * opncls.c (bfd_fopen): New API. + (bfd_openr): Use it. + (bfd_fdopenr): Likewise. + * bfd-in2.h: Regenerated. + 2005-06-07 Aldy Hernandez <aldyh@redhat.com> Michael Snyder <msnyder@redhat.com> Stan Cox <scox@redhat.com> |