OSDN Git Service

Fix memory leaks for IA-64 opcode idescs.
authorJim Wilson <wilson@tuliptree.org>
Wed, 2 Aug 2000 21:24:54 +0000 (21:24 +0000)
committerJim Wilson <wilson@tuliptree.org>
Wed, 2 Aug 2000 21:24:54 +0000 (21:24 +0000)
commit300e8bbdc6aed4b3129f41f6ab4078c33fe7c828
treeae9611e6b5624c7ae7857b31daf0c5bed03531e2
parent3865281a7c2f94d451a571f667876427ec31cb27
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.
opcodes/ChangeLog
opcodes/ia64-dis.c