X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=opcodes%2FChangeLog;h=cd673ba1f8aeb4e6e0ac4143deb84d8d907eee2c;hb=4b06377fcc7bb175c9d2f8789236fd95e76fbbea;hp=176106781f35a0d593241a523f3b40473a233a08;hpb=ef299415078bb9a103d188cb321d685dd53ac1fa;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 176106781f..cd673ba1f8 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,8 +1,62 @@ +2009-10-20 H.J. Lu + + PR gas/10775 + * i386-dis.c: Document LB, LS and LV macros. + (dis386): Use mov%LB, mov%LS and mov%LV on mov instruction + with the 64-bit displacement or immediate operand. + (putop): Handle LB, LS and LV macros. + +2009-10-18 Doug Evans + + * lm32-opinst.c: Regenerate. + * m32c-desc.c: Regenerate. + * m32r-opinst.c: Regenerate. + * openrisc-ibld.c: Regenerate. + * xc16x-desc.c: Regenerate. + * xc16x-desc.h: Regenerate. + +2009-10-17 Doug Evans + + * Makefile.am (CGEN_CPUS): Add iq2000, lm32. + (FR30_DEPS, FRV_DEPS, IQ2000_DEPS): Move so all cgen *_DEPS are + sorted alphabetically. + (stamp-fr30, stamp-frv, stamp-iq2000, stamp-xc16x): Move so all cgen + stamp-* rules are sorted alphabetically. + * Makefile.in: Regenerate. + +2009-10-16 H.J. Lu + + * i386-opc.h: Use enum instead of nested macros. + +2009-10-16 H.J. Lu + + * i386-dis.c: Simplify enums. + +2009-10-15 H.J. Lu + Ineiev + + PR binutils/10767 + * i386-dis.c: Use enum instead of nested macros. + +2009-10-15 H.J. Lu + + * i386-dis.c (MAX_BYTEMODE): Removed. + +2009-10-14 Tomas Hurka + + PR 969 + * m68k-opc.c (m68k_opcodes): Correct mask for macl and msacl. + +2009-10-13 H.J. Lu + + * i386-dis.c (print_insn): Always clear need_vex, need_vex_reg + and vex_w_done. + 2009-10-07 Michael Eager - * opcodes/microblaze-dis.c: Add include for microblaze-dis.h, + * microblaze-dis.c: Add include for microblaze-dis.h, eliminate local extern decls. - * opcodes/microblaze-dis.h: New. + * microblaze-dis.h: New. 2009-10-06 Nick Clifton