From 7183e1cdb71e0533bc48a1c5619622aaececffe2 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 15 Feb 2004 02:24:53 +0000 Subject: Use bfd_cache_close, instead of accessing bfd->iostream directly. --- binutils/arsup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/arsup.c') diff --git a/binutils/arsup.c b/binutils/arsup.c index 676a6bc14c..a621bf9b3f 100644 --- a/binutils/arsup.c +++ b/binutils/arsup.c @@ -433,7 +433,7 @@ ar_end (void) { if (obfd) { - fclose ((FILE *)(obfd->iostream)); + bfd_cache_close (obfd); unlink (bfd_get_filename (obfd)); } } -- cgit v1.2.1