diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-15 02:24:53 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-15 02:24:53 +0000 |
commit | c92c35e7061ef1444fb08d73f8618d2dac543ee3 (patch) | |
tree | 13104b431dd3295b87fbaa0f0544ef6957ce5766 /binutils/ChangeLog | |
parent | 832b6402635e47707c1838a5ee300ccfb70b2d69 (diff) | |
download | gdb-c92c35e7061ef1444fb08d73f8618d2dac543ee3.zip gdb-c92c35e7061ef1444fb08d73f8618d2dac543ee3.tar.gz gdb-c92c35e7061ef1444fb08d73f8618d2dac543ee3.tar.bz2 |
Use bfd_cache_close, instead of accessing bfd->iostream directly.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 49ce6e7..9c9ce85 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2004-02-14 Andrew Cagney <cagney@redhat.com> + + * ar.c (remove_output): Use bfd_cache_close. + * arsup.c (ar_end): Ditto. + 2004-01-21 Roland McGrath <roland@redhat.com> * readelf.c (get_note_type): Match NT_AUXV. |