summaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>2000-08-02 21:24:54 +0000
committerJim Wilson <wilson@tuliptree.org>2000-08-02 21:24:54 +0000
commit3d56ab850cf81361423699ed8d78c40199d22862 (patch)
tree5a84e31d0909eb00794cb5865f447bf7841b9d18 /opcodes/ChangeLog
parent63266560e98843b391a571290bc6d5dfb788d0f5 (diff)
downloadbinutils-gdb-3d56ab850cf81361423699ed8d78c40199d22862.tar.gz
Fix memory leaks for IA-64 opcode idescs.
gas/ * config/tc-ia64.c (emit_one_bundle): Call ia64_free_opcode before ia64_find_opcode. (md_assemble): Likewise. opcodes/ * ia64-dis.c (print_insn_ia64): Call ia64_free_opcode at end.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 4d34acaeb7e..d4af2a2395f 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-02 Jim Wilson <wilson@cygnus.com>
+
+ * ia64-dis.c (print_insn_ia64): Call ia64_free_opcode at end.
+
2000-07-28 Ben Elliston <bje@redhat.com>
* Makefile.am (CGEN, CGENDEPS, CGENDIR, CGENFLAGS): New.