From: Christian Groessler Date: Thu, 1 May 2003 20:08:55 +0000 (+0000) Subject: * z8k-dis.c (z8k_lookup_instr): Optimize FETCH_DATA calls. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13e10c0a01bb77b60670a217609241b554f82349;p=binutils-gdb.git * z8k-dis.c (z8k_lookup_instr): Optimize FETCH_DATA calls. (unpack_instr): Fix representation of segmented addresses. (intr_name): Added, contains names of the parameters to the EI/DI instructions. (unparse_instr): Fix display of EI/DI parameters. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 9ff6e8422bf..e0eef4fe9b0 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2003-05-01 Christian Groessler + + * z8k-dis.c (z8k_lookup_instr): Optimize FETCH_DATA calls. + (unpack_instr): Fix representation of segmented addresses. + (intr_name): Added, contains names of the parameters to the EI/DI + instructions. + (unparse_instr): Fix display of EI/DI parameters. + 2003-04-22 Doug Evans * fr30-desc.c,fr30-desc.h,fr30-opc.c,fr30-opc.h: Regenerate.