*** empty log message ***
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index 9373d88084a19a19ef8284c7fe31b40163a6f2fa..be15b43673777fdc4a0d69165da80df97bf4abdd 100644 (file)
@@ -1,3 +1,118 @@
+2001-07-12  Jeff Johnston  <jjohnstn@redhat.com>
+
+        * cgen-asm.in: Include "xregex.h" always to enable the libiberty
+        regex support.
+        (@arch@_cgen_build_insn_regex): New routine from Graydon.
+        (@arch@_cgen_assemble_insn): Add Graydon's code to use regex 
+       to verify if it is worth parsing the insn as insn "x".  Also update
+       error message when insn is not a recognized format of the insn vs 
+       when the insn is completely unrecognized.
+
+2001-07-11  Frank Ch. Eigler  <fche@redhat.com>
+
+       * cgen-dis.in (print_insn): Use cgen_get_insn_value instead of
+       bfd_get_bits.
+       * cgen-opc.c (cgen_get_insn_value, cgen_put_insn_value): Respect
+       non-zero CGEN_CPU_DESC->insn_chunk_bitsize.
+
+2001-07-09  Andreas Jaeger  <aj@suse.de>, Karsten Keil <kkeil@suse.de>
+
+       * i386-dis.c (set_op): Handle 64 bit and 32 bit mode.
+       (OP_J): Use bfd_vma for mask to work properly with 64 bits.
+       (op_address,op_riprel): Use bfd_vma to handle 64 bits.
+
+2001-07-05  Ben Elliston  <bje@redhat.com>
+
+       * Makefile.am (CPUDIR): Define.
+       (stamp-m32r): Update dependencies.
+       (stamp-fr30): Ditto.
+       (stamp-openrisc): Ditto.
+       * Makefile.in: Regenerate.
+
+2001-07-03  Zoltan Hidvegi <hzoli@hzoli.2y.net>
+
+       * ppc-opc.c: Fix encoding of 'clf' instruction.
+
+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.
 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.027869 seconds and 4 git commands to generate.