From: Ian Lance Taylor Date: Tue, 14 May 1996 22:31:11 +0000 (+0000) Subject: * som.c (som_slurp_reloc_table): Clear external_relocs cache after X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff60fc3aec91ce8505e9e450df932c44149fb7a6;p=binutils-gdb.git * som.c (som_slurp_reloc_table): Clear external_relocs cache after freeing it. PR 9693. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e41823ef610..77a78f3c8f9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Tue May 14 12:35:32 1996 Ian Lance Taylor + * som.c (som_slurp_reloc_table): Clear external_relocs cache after + freeing it. + * libbfd.c: Remove #ifdef FILE_OFFSET_IS_CHAR_INDEX, and compile the code unconditionally.