]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - opcodes/ChangeLog
PowerPC: Add new xxmr and xxlnot extended mnemonics
[thirdparty/binutils-gdb.git] / opcodes / ChangeLog
index bc62fac9e815bd96cdb57c01e102b2fa438a45e1..7ba0c02579dbaf196a4f93f5114491468c2c21a3 100644 (file)
@@ -1,3 +1,229 @@
+2021-05-27  Peter Bergner  <bergner@linux.ibm.com>
+
+       * ppc-opc.c (powerpc_opcodes) <xxmr, xxlnot>: New extended mnemonics.
+
+2021-05-25  Alan Modra  <amodra@gmail.com>
+
+       * cris-desc.c: Regenerate.
+       * cris-desc.h: Regenerate.
+       * cris-opc.h: Regenerate.
+       * po/POTFILES.in: Regenerate.
+
+2021-05-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.am (HFILES): Add cris-desc.h & cris-opc.h.
+       (TARGET_LIBOPCODES_CFILES): Add cris-desc.c.
+       (CGEN_CPUS): Add cris.
+       (CRIS_DEPS): Define.
+       (stamp-cris): New rule.
+       * cgen.sh: Handle desc action.
+       * configure.ac (bfd_cris_arch): Add cris-desc.lo.
+       * Makefile.in, configure: Regenerate.
+
+2021-05-18  Job Noorman  <mtvec@pm.me>
+
+       PR 27814
+       * riscv-dis.c (riscv_get_disassembler): Get elf attributes only for
+       the elf objects.
+
+2021-05-17  Alex Coplan  <alex.coplan@arm.com>
+
+       * arm-dis.c (mve_opcodes): Fix disassembly of
+       MVE_VMOV2_GP_TO_VEC_LANE when idx == 1.
+       (is_mve_encoding_conflict): MVE vector loads should not match
+       when P = W = 0.
+       (is_mve_unpredictable): It's not unpredictable to use the same
+       source register twice (for MVE_VMOV2_GP_TO_VEC_LANE).
+
+2021-05-11  Nick Clifton  <nickc@redhat.com>
+
+       PR 27840
+       * tic30-dis.c (print_insn_tic30): Prevent attempts to read beyond
+       the end of the code buffer.
+
+2021-05-06  Stafford Horne  <shorne@gmail.com>
+
+       PR 21464
+       * or1k-asm.c: Regenerate.
+
+2021-05-01  Max Filippov  <jcmvbkbc@gmail.com>
+
+       * xtensa-dis.c (print_insn_xtensa): Fill in info->insn_type and
+       info->insn_info_valid.
+
+2021-04-26  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-opc.tbl (lea): Add Optimize.
+       * opcodes/i386-tbl.h: Re-generate.
+
+2020-04-23  Max Filippov  <jcmvbkbc@gmail.com>
+
+       * xtensa-dis.c (print_xtensa_operand): For PC-relative operand
+       of l32r fetch and display referenced literal value.
+
+2021-04-23  Max Filippov  <jcmvbkbc@gmail.com>
+
+       * xtensa-dis.c (print_insn_xtensa): Set info->bytes_per_chunk
+       to 4 for literal disassembly.
+
+2021-04-19  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
+
+       * aarch64-opc.c: Add new registers (RPAOS, RPALOS, PAALLOS, PAALL) support
+       for TLBI instruction.
+
+2021-04-19  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
+
+       * aarch64-opc.c: Add new register (CIPAPA, CIGDPAPA) support for
+       DC instruction.
+
+2021-04-19  Jan Beulich  <jbeulich@suse.com>
+
+       * aarch64-asm.c (encode_asimd_fcvt): Add initializer for
+       "qualifier".
+       (convert_mov_to_movewide): Add initializer for "value".
+
+2021-04-16  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
+
+       * aarch64-opc.c: Add RME system registers.
+
+2021-04-16  Lifang Xia <lifang_xia@c-sky.com>
+
+       * riscv-opc.c (riscv_opcodes): New insn alias for addi. Compress
+       "addi d,CV,z" to "c.mv d,CV".
+
+2021-04-12  Alan Modra  <amodra@gmail.com>
+
+       * configure.ac (--enable-checking): Add support.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+
+2021-04-09  Tejas Belagod  <tejas.belagod@arm.com>
+
+       * aarch64-tbl.h (struct aarch64_opcode aarch64_opcode_table): Reclassify
+       LD64/ST64 instructions to lse_atomic instead of ldstexcl.
+
+2021-04-09  Alan Modra  <amodra@gmail.com>
+
+       * ppc-dis.c (struct dis_private): Add "special".
+       (POWERPC_DIALECT): Delete.  Replace uses with..
+       (private_data): ..this.  New inline function.
+       (disassemble_init_powerpc): Init "special" names.
+       (skip_optional_operands): Add is_pcrel arg, set when detecting R
+       field of prefix instructions.
+       (bsearch_reloc, print_got_plt): New functions.
+       (print_insn_powerpc): For pcrel instructions, print target address
+       and symbol if known, and decode plt and got loads too.
+
+2021-04-08  Alan Modra  <amodra@gmail.com>
+
+       PR 27684
+       * ppc-opc.c (powerpc_opcodes): Correct usprg typos, add mfpir.
+
+2021-04-08  Alan Modra  <amodra@gmail.com>
+
+       PR 27676
+       * ppc-opc.c (DCBT_EO): Move earlier.
+       (insert_thct, extract_thct, insert_thds, extract_thds): New functions.
+       (powerpc_operands): Add THCT and THDS entries.
+       (powerpc_opcodes): Add dcbtstct, dcbtstds, dcbna, dcbtct, dcbtds.
+
+2021-04-06  Alan Modra  <amodra@gmail.com>
+
+       * dis-buf.c (generic_symbol_at_address): Return symbol* NULL.
+       * s12z-dis.c (decode_possible_symbol): Use symbol returned from
+       symbol_at_address_func.
+
+2021-04-05  Alan Modra  <amodra@gmail.com>
+
+       * configure.ac: Don't check for limits.h, string.h, strings.h or
+       stdlib.h.
+       (AC_ISC_POSIX): Don't invoke.
+       * sysdep.h: Include stdlib.h and string.h unconditionally.
+       * i386-opc.h: Include limits.h unconditionally.
+       * wasm32-dis.c: Likewise.
+       * cgen-opc.c: Don't include alloca-conf.h.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+
+2021-04-01  Martin Liska  <mliska@suse.cz>
+
+       * arm-dis.c (strneq): Remove strneq and use startswith.
+       * cr16-dis.c (print_insn_cr16): Likewise.
+       * score-dis.c (streq): Likewise.
+       (strneq): Likewise.
+       * score7-dis.c (strneq): Likewise.
+
+2021-04-01  Alan Modra  <amodra@gmail.com>
+
+       PR 27675
+       * ppc-opc.c (powerpc_opcodes): Add mfummcr2 and mfmmcr2.
+
+2021-03-31  Alan Modra  <amodra@gmail.com>
+
+       * sysdep.h (POISON_BFD_BOOLEAN): Define.
+       * aarch64-asm-2.c, * aarch64-asm.c, * aarch64-asm.h,
+       * aarch64-dis-2.c, * aarch64-dis.c, * aarch64-dis.h,
+       * aarch64-gen.c, * aarch64-opc.c, * aarch64-opc.h, * arc-dis.c,
+       * arc-dis.h, * arc-fxi.h, * arc-opc.c, * arm-dis.c, * bfin-dis.c,
+       * cris-dis.c, * csky-dis.c, * csky-opc.h, * dis-buf.c,
+       * disassemble.c, * frv-opc.c, * frv-opc.h, * h8300-dis.c,
+       * i386-dis.c, * m68k-dis.c, * metag-dis.c, * microblaze-dis.c,
+       * microblaze-dis.h, * micromips-opc.c, * mips-dis.c,
+       * mips-formats.h, * mips-opc.c, * mips16-opc.c, * mmix-dis.c,
+       * msp430-dis.c, * nds32-dis.c, * nfp-dis.c, * nios2-dis.c,
+       * ppc-dis.c, * riscv-dis.c, * score-dis.c, * score7-dis.c,
+       * tic6x-dis.c, * v850-dis.c, * vax-dis.c, * wasm32-dis.c,
+       * xtensa-dis.c: Replace bfd_boolean with bool, FALSE with false,
+       and TRUE with true throughout.
+
+2021-03-31  Alan Modra  <amodra@gmail.com>
+
+       * aarch64-dis.c: Include stdint.h in place of bfd_stdint.h.
+       * aarch64-dis.h: Likewise.
+       * aarch64-opc.c: Likewise.
+       * avr-dis.c: Likewise.
+       * csky-dis.c: Likewise.
+       * nds32-asm.c: Likewise.
+       * nds32-dis.c: Likewise.
+       * nfp-dis.c: Likewise.
+       * riscv-dis.c: Likewise.
+       * s12z-dis.c: Likewise.
+       * wasm32-dis.c: Likewise.
+
+2021-03-30  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-opc.c (cs, ds, ss, es, fs, gs): Delete.
+       (i386_seg_prefixes): New.
+       * i386-opc.h (cs, ds, ss, es, fs, gs): Delete.
+       (i386_seg_prefixes): Declare.
+
+2021-03-30  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-opc.h (REGNAM_AL, REGNAM_AX, REGNAM_EAX): Delete.
+
+2021-03-30  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-opc.h (REGNAM_AL, REGNAM_AX, REGNAM_EAX): Adjust values.
+       * i386-reg.tbl (st): Move down.
+       (st(0)): Delete. Extend comment.
+       * i386-tbl.h: Re-generate.
+
+2021-03-29  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-opc.tbl (movq, movabs): Move next to mov counterparts.
+       (cmpsd): Move next to cmps.
+       (movsd): Move next to movs.
+       (cmpxchg16b): Move to separate section.
+       (fisttp, fisttpll): Likewise.
+       (monitor, mwait): Likewise.
+       * i386-tbl.h: Re-generate.
+
+2021-03-29  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-opc.tbl (psadbw): Add <sse2:comm>.
+       (vpsadbw): Add C.
+       * i386-tbl.h: Re-generate.
+
 2021-03-29  Jan Beulich  <jbeulich@suse.com>
 
        * i386-opc.tbl (mmx, sse, sse2, sse3, ssse3, sse41, sse42, aes,