Regenerate pot files.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index 9cd641a963965dd49c970174b5503b3b04a29e43..1280eaf9444ce2ceea17227cb3ad82bc6546e84b 100644 (file)
@@ -1,3 +1,281 @@
+2016-12-23  Tristan Gingold  <gingold@adacore.com>
+
+       * po/opcodes.pot: Regenerate.
+
+2016-12-21  Andrew Waterman  <andrew@sifive.com>
+
+       * riscv-opc.c (riscv_opcodes): Reorder jal and call entries.
+
+2016-12-20  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips-dis.c (mips_arch_choices): Use ISA_MIPS64 rather than
+       ISA_MIPS3 as the `isa' selection in the `bfd_mach_mips16' entry.
+       (print_insn_mips16): Check opcode entries for validity against
+       the ISA level and ASE set selected.
+
+2016-12-20  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips-dis.c (print_mips16_insn_arg): Always handle `extend' and
+       `insn' together, with `extend' as the high-order 16 bits.
+       (match_kind): New enum.
+       (print_insn_mips16): Rework for 32-bit instruction matching.
+       Do not dump EXTEND prefixes here.
+       * mips16-opc.c (mips16_opcodes): Move "extend" entry to the end.
+       Recode `match' and `mask' fields as 32-bit in absolute "jal" and
+       "jalx" entries.
+
+2016-12-20  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips16-opc.c (mips16_opcodes): Set membership to I3 rather
+       than I1 for the "ddiv", "ddivu", "drem", "dremu" and "dsubu"
+       INSN_MACRO entries.
+
+2016-12-20  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips16-opc.c (mips16_opcodes): Set membership to I3 rather
+       than I1 for the SP-relative "sd"/$ra entry (SDRASP minor
+       opcode).
+
+2016-12-20  Andrew Waterman  <andrew@sifive.com>
+
+       * riscv-opc.c (riscv_opcodes): Rename the "*.sc" instructions to
+       "*.aqrl".
+
+2016-12-20  Andrew Waterman  <andrew@sifive.com>
+
+       * riscv-opc.c (riscv_opcodes): Mark the rd* and csr* aliases as
+       INSN_ALIAS.
+
+2016-12-20  Andrew Waterman  <andrew@sifive.com>
+
+       * riscv-opc.c (riscv_opcodes): Change jr and jalr to "o(s)"
+       format.
+
+2016-12-20  Andrew Waterman  <andrew@sifive.com>
+
+       * riscv-dis.c (riscv_disassemble_insn): Default to the ELF's
+       XLEN when none is provided.
+
+2016-12-20  Andrew Waterman  <andrew@sifive.com>
+
+       * riscv-opc.c: Formatting fixes.
+
+2016-12-20  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.am (TARGET_LIBOPCODES_CFILES): Add riscv files.
+       * Makefile.in: Regenerate.
+       * po/POTFILES.in: Regenerate.
+
+2016-12-19  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips-dis.c (set_default_mips_dis_options) [SYMTAB_AVAILABLE]:
+       Only examine ELF file structures here.
+
+2016-12-19  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips-dis.c (set_default_mips_dis_options) [BFD64]: Only call
+       `bfd_mips_elf_get_abiflags' here.
+
+2016-12-16  Nick Clifton  <nickc@redhat.com>
+
+       * arm-dis.c (print_insn_thumb32): Fix compile time warning
+       computing value_in_comment.
+
+2016-12-14  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips-dis.c (mips_convert_abiflags_ases): New function.
+       (set_default_mips_dis_options): Also infer ASE flags from ELF
+       file structures.
+
+2016-12-14  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips-dis.c (set_default_mips_dis_options): Reorder ELF file
+       header flag interpretation code.
+
+2016-12-14  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips16-opc.c (mips16_opcodes): Set RD_SP rather than RD_PC in
+       `pinfo2' with SP-relative "sd" entries.
+
+2016-12-14  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips16-opc.c (mips16_opcodes): Update comments on MIPS16e
+       compact jumps.
+
+2016-12-13 Renlin Li <renlin.li@arm.com>
+
+       * aarch64-opc.c (aarch64_opnd_qualifiers): New CR value range
+       qualifier.
+       (operand_general_constraint_met_p): Remove case for CP_REG.
+       (aarch64_print_operand): Print CRn, CRm operand using imm field.
+       * aarch64-tbl.h (QL_SYS): Use CR qualifier.
+       (QL_SYSL): Likewise.
+       (aarch64_opcode_table): Change CRn, CRm operand class and type.
+       * aarch64-opc-2.c : Regenerate.
+       * aarch64-asm-2.c : Likewise.
+       * aarch64-dis-2.c : Likewise.
+
+2016-12-12  Yao Qi  <yao.qi@linaro.org>
+
+       * rx-dis.c: Include <setjmp.h>
+       (struct private): New.
+       (rx_get_byte): Check return value of read_memory_func, and
+       call memory_error_func and OPCODES_SIGLONGJMP on error.
+       (print_insn_rx): Call OPCODES_SIGSETJMP.
+
+2016-12-12  Yao Qi  <yao.qi@linaro.org>
+
+       * rl78-dis.c: Include <setjmp.h>.
+       (struct private): New.
+       (rl78_get_byte): Check return value of read_memory_func, and
+       call memory_error_func and OPCODES_SIGLONGJMP on error.
+       (print_insn_rl78_common): Call OPCODES_SIGJMP.
+
+2016-12-09  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips16-opc.c (decode_mips16_operand) <'>'>: Remove cases.
+
+2016-12-09  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips16-opc.c (decode_mips16_operand) <'e'>: Use HINT rather
+       than UINT.
+
+2016-12-09  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips-dis.c (print_insn_mips16): Use a tab rather than a space
+       to separate `extend' and its uninterpreted argument output.
+       Separate hexadecimal halves of undecoded extended instructions
+       output.
+
+2016-12-08  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips-dis.c (print_mips16_insn_arg): Remove extraneous
+       indentation space across.
+
+2016-12-08  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips-dis.c (print_mips16_insn_arg): Avoid delay-slot
+       adjustment for PC-relative operations following MIPS16e compact
+       jumps or undefined RR/J(AL)R(C) encodings.
+
+2016-12-08  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * aarch64-asm.c (aarch64_ins_reglane): Rename `index' local
+       variable to `reglane_index'.
+
+2016-12-08  Luis Machado  <lgustavo@codesourcery.com>
+
+       * ppc-dis.c (get_powerpc_dialect): Check NULL info->section.
+
+2016-12-07  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips-dis.c (print_mips16_insn_arg): Fix comment typo.
+
+2016-12-07  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips16-opc.c (mips16_opcodes): Update comment naming structure
+       members.
+
+2016-12-07  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips-dis.c (print_mips_disassembler_options): Reformat output.
+
+2016-12-05  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+       * arm-dis.c (coprocessor_opcodes): Add vcmla and vcadd.
+       (print_insn_coprocessor): Add 'V' format for neon D or Q regs.
+
+2016-12-05  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+       * arm-dis.c (coprocessor_opcodes): Add vjcvt.
+
+2016-12-01  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/20893
+       * i386-dis.c (OP_VEX): Replace call to abort with a append of bad
+       opcode designator.
+
+2016-11-29  Claudiu Zissulescu  <claziss@synopsys.com>
+
+       * arc-opc.c (insert_ra_chk): New function.
+       (insert_rb_chk): Likewise.
+       (insert_rad): Update text error message.
+       (insert_rcd): Likewise.
+       (insert_rhv2): Likewise.
+       (insert_r0): Likewise.
+       (insert_r1): Likewise.
+       (insert_r2): Likewise.
+       (insert_r3): Likewise.
+       (insert_sp): Likewise.
+       (insert_gp): Likewise.
+       (insert_pcl): Likewise.
+       (insert_blink): Likewise.
+       (insert_ilink1): Likewise.
+       (insert_ilink2): Likewise.
+       (insert_ras): Likewise.
+       (insert_rbs): Likewise.
+       (insert_rcs): Likewise.
+       (insert_simm3s): Likewise.
+       (insert_rrange): Likewise.
+       (insert_fpel): Likewise.
+       (insert_blinkel): Likewise.
+       (insert_pcel): Likewise.
+       (insert_nps_3bit_dst): Likewise.
+       (insert_nps_3bit_dst_short): Likewise.
+       (insert_nps_3bit_src2_short): Likewise.
+       (insert_nps_bitop_size_2b): Likewise.
+       (MAKE_SRC_POS_INSERT_EXTRACT_FUNCS): Likewise.
+       (RA_CHK): Define.
+       (RB): Adjust.
+       (RB_CHK): Define.
+       (RC): Adjust.
+       * arc-dis.c (print_insn_arc): Add LOAD and STORE class.
+       * arc-tbl.h (div, divu): All instructions are DIVREM class.
+       Change first insn argument to check for LP_COUNT usage.
+       (rem): Likewise.
+       (ld, ldd): All instructions are LOAD class.  Change first insn
+       argument to check for LP_COUNT usage.
+       (st, std): All instructions are STORE class.
+       (mac, mpy, dmac, mul, dmpy): All instructions are MPY class.
+       Change first insn argument to check for LP_COUNT usage.
+       (mov): All instructions are MOVE class.  Change first insn
+       argument to check for LP_COUNT usage.
+
+2016-11-29  Claudiu Zissulescu  <claziss@synopsys.com>
+
+       * arc-dis.c (is_compatible_p): Remove function.
+       (skip_this_opcode): Don't add any decoding class to decode list.
+       Remove warning.
+       (find_format_from_table): Go through all opcodes, and warn if we
+       use a guessed mnemonic.
+
+2016-11-28  Ramiro Polla  <ramiro@hex-rays.com>
+           Amit Pawar  <amit.pawar@amd.com>
+
+       PR binutils/20637
+       * i386-dis.c (get_valid_dis386): Ignore REX_B for 32-bit XOP
+       instructions.
+
+2016-11-22  Ambrogino Modigliani  <ambrogino.modigliani@gmail.com>
+
+        * configure: Regenerate.
+
+2016-11-22  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * sparc-opc.c (HWS_V8): Definition moved from
+       gas/config/tc-sparc.c.
+       (HWS_V9): Likewise.
+       (HWS_VA): Likewise.
+       (HWS_VB): Likewise.
+       (HWS_VC): Likewise.
+       (HWS_VD): Likewise.
+       (HWS_VE): Likewise.
+       (HWS_VV): Likewise.
+       (HWS_VM): Likewise.
+       (HWS2_VM): Likewise.
+       (sparc_opcode_archs): Initialize hwcaps and hwcaps2 fields of
+       existing entries.
+
 2016-11-22  Claudiu Zissulescu  <claziss@synopsys.com>
 
        * arc-tbl.h: Reorder conditional flags with delay flags for 'b'
This page took 0.026671 seconds and 4 git commands to generate.