* cgen-ibld.in (insert_normal): Support CGEN_IFLD_SIGN_OPT.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index 13e3be74557f3aca0ba4bbbbaae9546a85a3e26e..c6af91e3a5dab855119467f4844daf17336ee408 100644 (file)
@@ -1,3 +1,113 @@
+2001-06-30  Geoffrey Keating  <geoffk@redhat.com>
+
+       * cgen-ibld.in (insert_normal): Support CGEN_IFLD_SIGN_OPT.
+
+2001-06-28  Geoffrey Keating  <geoffk@redhat.com>
+
+       * cgen-asm.c (cgen_parse_keyword): Allow any first character.
+       * cgen-opc.c (cgen_keyword_add): Ignore special first
+       character when building nonalpha_chars field.
+
+2001-06-24  Ben Elliston  <bje@redhat.com>
+
+       * m88k-dis.c: Format to conform to GNU coding standards.
+
+2001-06-23  Andreas Jaeger  <aj@suse.de>
+
+       * disassemble.c (disassembler_usage): Add unused attribute.
+
+2001-06-22  Eric Christopher  <echristo@redhat.com>
+
+       * mips-opc.c: Move prefx to start of the table.
+
+2001-06-22  Stacey Sheldon <ssheldon@Catena.com>
+
+       * arc-opc.c (insert_st_syntax): Fix over-optimisation of ST
+       instruction.
+
+2001-06-22  Pauli <pauli@moreton.com.au>
+
+       * m68k-opc.c: Add wdebug instruction.
+
+2001-06-15  Aldy Hernandez  <aldyh@redhat.com>
+
+       * m10300-opc.c (mn10300_opcodes): Change opcode for AM33 subc.
+
+2001-06-14  Geoffrey Keating  <geoffk@redhat.com>
+
+       * cgen-asm.c (cgen_parse_keyword): When looking for the
+       boundaries of a keyword, allow any special characters
+       that are actually in one of the allowed keyword.
+       * cgen-opc.c (cgen_keyword_add): Add any special characters
+       to the nonalpha_chars field.
+
+2001-06-12  Martin Schwidefsky <schwidefsky@de.ibm.com>
+
+       * s390-opc.c: Add lgh instruction.
+       * s390-opc.txt: Likewise.
+
+2001-06-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * i386-dis.c: Group function prototypes in one place.
+       (FLOATCODE): Redefine as 1.
+       (USE_GROUPS): Redefine as 2.
+       (USE_PREFIX_USER_TABLE): Redefine as 3.
+       (X86_64_SPECIAL): Define as 4.
+       (GRP1b..GRPAMD): Move USE_GROUPS to bytecode1, index to bytecode2.
+       (PREGRP0..PREGRP26): Similarly with USE_PREFIX_USER_TABLE.
+       (dis386_att, dis386_intel, disx86_64_att, disx86_64_intel): Delete.
+       (dis386): New table combining above four tables.
+       (dis386_twobyte_att, dis386_twobyte_intel): Delete.
+       (dis386_twobyte): New table combining above two tables.
+       (x86_64_table): New table to handle x86_64.
+       (X86_64_0): Define.
+       (float_mem_att, float_mem_intel): Delet.
+       (float_mem): New table combining above two tables.
+       (print_insn_i386): Modify for above.
+       (dofloat): Likewise.
+       (putop): Handle '{', '|' and '}' to select alternative mnemonics.
+       Return 0 on success, 1 if no valid alternative.
+       (putop <case 'F'>, <case 'H'>): Print nothing for intel_syntax.
+       (putop <case 'T'>): Move to case 'U', and share case 'Q' code.
+       (putop <case 'I'>): Move to case 'T', and share case 'P' code.
+       (OP_REG <case rAX_reg .. rDI_reg>): Handle as for eAX_reg .. eDI_reg
+       if not 64-bit mode.
+       (OP_I <case q_mode>): Handle as for v_mode if not 64-bit mode.
+       (OP_I64): If not 64-bit mode, call OP_I.
+       OP_OFF64): If not 64-bit mode, call OP_OFF.
+       (OP_ST, OP_STi, OP_SEG, OP_DIR, OP_OFF, OP_OFF64, OP_MMX): Rename
+       'ignore'/'ignored' to 'bytemode'.
+
+2001-06-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure.in: Sort 'ta' case statement.
+       * configure: Regenerate.
+
+       * i386-dis.c (dis386_att): Add 'H' to conditional branch and
+       loop,jcxz insns.
+       (disx86_64_att): Likewise.
+       (dis386_twobyte_att): Likewise.
+       (print_insn_i386): Don't print branch hints as a prefix.
+       (putop): 'H' macro prints branch hints.
+       (get64): Kill compile warnings.
+
+2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sh-opc.h (sh_table): Don't use empty initializers.
+
+2001-06-06  Christian Groessler <cpg@aladdin.de>
+
+        * z8k-dis.c: Fix formatting.
+        (unpack_instr): Remove unused cases in switch statement. Add
+        safety abort() in default case.
+        (unparse_instr): Add safety abort() in default case.
+
+2001-06-06  Peter Jakubek <pjak@snafu.de>
+
+       * m68k-dis.c (print_insn_m68k): Fix typo.
+       * m68k-opc.c (m68k_opcodes): Correct allowed operands for
+       mcf (ColdFire) div, rem and moveb instructions.
+
 2001-06-06  Alan Modra  <amodra@bigpond.net.au>
 
        * i386-dis.c (cond_jump_flag, loop_jcxz_flag): Define.
 2001-05-14  J.T. Conklin  <jtc@redback.com>
 
        * ppc-opc.c (powerpc_opcodes): Fixed extended opcode field of
-       simplified mnemonics used for setting PPC750-specific special
+       simplified mnemonics used for setting PPC750-specific special
        purpose registers.
 
 2001-05-12  H.J. Lu  <hjl@gnu.org>
This page took 0.024211 seconds and 4 git commands to generate.