aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-05-14 22:31:11 +0000
committerIan Lance Taylor <ian@airs.com>1996-05-14 22:31:11 +0000
commitff60fc3aec91ce8505e9e450df932c44149fb7a6 (patch)
tree298ffb8b7861684ce41306f79baa4fb7d65d0e97 /bfd
parent2f710e178f9dd25c8d4130a79af7cb23883783fd (diff)
downloadgdb-ff60fc3aec91ce8505e9e450df932c44149fb7a6.zip
gdb-ff60fc3aec91ce8505e9e450df932c44149fb7a6.tar.gz
gdb-ff60fc3aec91ce8505e9e450df932c44149fb7a6.tar.bz2
* som.c (som_slurp_reloc_table): Clear external_relocs cache after
freeing it. PR 9693.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e41823e..77a78f3 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,8 @@
Tue May 14 12:35:32 1996 Ian Lance Taylor <ian@cygnus.com>
+ * 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.