From: Ian Lance Taylor Date: Tue, 3 May 1994 23:58:06 +0000 (+0000) Subject: * cache.c: Rewrote to work correctly. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=92400edbcd3144f325c50cda9692e2c0a73ed80a;p=binutils-gdb.git * cache.c: Rewrote to work correctly. * libbfd.h: Rebuilt. * opncls.c (bfd_cache_init, bfd_open_file): Don't declare. (bfd_fdopenr): Check return value of bfd_cache_init. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f58e599fcde..cd1dcf89913 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Tue May 3 19:43:21 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * cache.c: Rewrote to work correctly. + * libbfd.h: Rebuilt. + * opncls.c (bfd_cache_init, bfd_open_file): Don't declare. + (bfd_fdopenr): Check return value of bfd_cache_init. + Fri Apr 29 15:08:23 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * cf-m68klynx.c (CALC_ADDEND): Check for PC relative relocs by