OSDN Git Service

Fix memory leaks for IA-64 opcode idescs.
authorwilson <wilson>
Wed, 2 Aug 2000 21:24:54 +0000 (21:24 +0000)
committerwilson <wilson>
Wed, 2 Aug 2000 21:24:54 +0000 (21:24 +0000)
commit366d9d1cd916b644f52f1f6d503f65ca79c4854a
treeaa71c5938b360e9932f4a6a9773ca977922ec6ed
parentefa1e527f04b18808a70dd3c3f6e45da11c703ad
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.
gas/ChangeLog
gas/config/tc-ia64.c
opcodes/ChangeLog
opcodes/ia64-dis.c