Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r--include/opcode/ChangeLog58
1 files changed, 0 insertions, 58 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 4ef1fda89..4d5738452 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,61 +1,3 @@
-2013-08-01 Richard Sandiford <rdsandiford@googlemail.com>
-
- * mips.h (mips_decode_reg_operand): New function.
- (INSN_WRITE_SHIFT, INSN_WRITE_1, INSN_WRITE_2, INSN_WRITE_ALL)
- (INSN_READ_SHIFT, INSN_READ_1, INSN_READ_2, INSN_READ_3, INSN_READ_4)
- (INSN_READ_ALL, INSN_READ_GPR_24, INSN_WRITE_GPR_24, INSN_UDI):
- New macros.
- (INSN_WRITE_GPR_D, INSN_WRITE_GPR_T, INSN_WRITE_FPR_D)
- (INSN_WRITE_FPR_S, INSN_WRITE_FPR_T, INSN_READ_GPR_S, INSN_READ_GPR_T)
- (INSN_READ_FPR_S, INSN_READ_FPR_T, INSN_READ_FPR_R, INSN_WRITE_GPR_S)
- (INSN2_WRITE_GPR_Z, INSN2_WRITE_FPR_Z, INSN2_READ_GPR_Z)
- (INSN2_READ_FPR_Z, INSN2_READ_GPR_D, INSN2_READ_FPR_D)
- (INSN2_WRITE_GPR_MB, INSN2_READ_GPR_MC, INSN2_MOD_GPR_MD)
- (INSN2_READ_GPR_ME, INSN2_MOD_GPR_MF, INSN2_READ_GPR_MG)
- (INSN2_READ_GPR_MJ, INSN2_WRITE_GPR_MJ, INSN2_READ_GPR_MP)
- (INSN2_WRITE_GPR_MP, INSN2_READ_GPR_MQ, INSN2_READ_GP)
- (INSN2_WRITE_GPR_MH, INSN2_READ_GPR_MMN): Delete. Renumber other
- macros to cover the gaps.
- (INSN2_MOD_SP): Replace with...
- (INSN2_WRITE_SP, INSN2_READ_SP): ...these new macros.
- (MIPS16_INSN_WRITE_X, MIPS16_INSN_WRITE_Y, MIPS16_INSN_WRITE_Z)
- (MIPS16_INSN_WRITE_T, MIPS16_INSN_WRITE_31, MIPS16_INSN_WRITE_GPR_Y)
- (MIPS16_INSN_READ_X, MIPS16_INSN_READ_Y, MIPS16_INSN_READ_Z)
- (MIPS16_INSN_READ_T, MIPS16_INSN_READ_SP, MIPS16_INSN_READ_GPR_X):
- Delete.
-
-2013-08-01 Richard Sandiford <rdsandiford@googlemail.com>
-
- * mips.h (MIPS16_INSN_WRITE_SP, MIPS16_INSN_READ_31)
- (MIPS16_INSN_READ_PC, MIPS16_INSN_UNCOND_BRANCH)
- (MIPS16_INSN_COND_BRANCH): Delete.
-
-2013-07-24 Anna Tikhonova <anna.tikhonova@intel.com>
- Kirill Yukhin <kirill.yukhin@intel.com>
- Michael Zolotukhin <michael.v.zolotukhin@intel.com>
-
- * i386.h (BND_PREFIX_OPCODE): New.
-
-2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
-
- * mips.h (mips_operand_type): Add OP_ENTRY_EXIT_LIST and
- OP_SAVE_RESTORE_LIST.
- (decode_mips16_operand): Declare.
-
-2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
-
- * mips.h (mips_operand_type, mips_reg_operand_type): New enums.
- (mips_operand, mips_int_operand, mips_mapped_int_operand)
- (mips_msb_operand, mips_reg_operand, mips_reg_pair_operand)
- (mips_pcrel_operand): New structures.
- (mips_insert_operand, mips_extract_operand, mips_signed_operand)
- (mips_decode_int_operand, mips_decode_pcrel_operand): New functions.
- (decode_mips_operand, decode_micromips_operand): Declare.
-
-2013-07-14 Richard Sandiford <rdsandiford@googlemail.com>
-
- * mips.h: Document MIPS16 "I" opcode.
-
2013-07-07 Richard Sandiford <rdsandiford@googlemail.com>
* mips.h (M_ACLR_OB, M_ASET_OB, M_CACHE_OB, M_CACHEE_OB, M_L_DOB)