ChangeLog 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710
  1. 2015-10-14 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
  2. * s390-opc.c: Fix comment.
  3. * s390-opc.txt: Change instruction type for troo, trot, trto, and
  4. trtt to RRF_U0RER since the second parameter does not need to be a
  5. register pair.
  6. 2015-10-08 Nick Clifton <nickc@redhat.com>
  7. * arc-dis.c (print_insn_arc): Initiallise insn array.
  8. 2015-10-07 Yao Qi <yao.qi@linaro.org>
  9. * aarch64-dis.c (aarch64_ext_sysins_op): Access field
  10. 'name' rather than 'template'.
  11. * aarch64-opc.c (aarch64_print_operand): Likewise.
  12. 2015-10-07 Claudiu Zissulescu <claziss@synopsys.com>
  13. * arc-dis.c: Revamped file for ARC support
  14. * arc-dis.h: Likewise.
  15. * arc-ext.c: Likewise.
  16. * arc-ext.h: Likewise.
  17. * arc-opc.c: Likewise.
  18. * arc-fxi.h: New file.
  19. * arc-regs.h: Likewise.
  20. * arc-tbl.h: Likewise.
  21. 2015-10-02 Yao Qi <yao.qi@linaro.org>
  22. * aarch64-dis.c (disas_aarch64_insn): Remove static. Change
  23. argument insn type to aarch64_insn. Rename to ...
  24. (aarch64_decode_insn): ... it.
  25. (print_insn_aarch64_word): Caller updated.
  26. 2015-10-02 Yao Qi <yao.qi@linaro.org>
  27. * aarch64-dis.c (disas_aarch64_insn): Remove argument PC.
  28. (print_insn_aarch64_word): Caller updated.
  29. 2015-09-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
  30. * s390-mkopc.c (main): Parse htm and vx flag.
  31. * s390-opc.txt: Mark instructions from the hardware transactional
  32. memory and vector facilities with the "htm"/"vx" flag.
  33. 2015-09-28 Nick Clifton <nickc@redhat.com>
  34. * po/de.po: Updated German translation.
  35. 2015-09-28 Tom Rix <tom@bumblecow.com>
  36. * ppc-opc.c (PPC500): Mark some opcodes as invalid
  37. 2015-09-23 Nick Clifton <nickc@redhat.com>
  38. * bfin-dis.c (fmtconst): Remove unnecessary call to the abs
  39. function.
  40. * tic30-dis.c (print_branch): Likewise.
  41. * cgen-asm.c (cgen_parse_signed_integer): Cast integer to signed
  42. value before left shifting.
  43. * fr30-ibld.c (fr30_cgen_extract_operand): Likewise.
  44. * hppa-dis.c (print_insn_hppa): Likewise.
  45. * mips-dis.c (mips_cp0sel_names_mipsr5900): Delete unused static
  46. array.
  47. * msp430-dis.c (msp430_singleoperand): Likewise.
  48. (msp430_doubleoperand): Likewise.
  49. (print_insn_msp430): Likewise.
  50. * nds32-asm.c (parse_operand): Likewise.
  51. * sh-opc.h (MASK): Likewise.
  52. * v850-dis.c (get_operand_value): Likewise.
  53. 2015-09-22 Nick Clifton <nickc@redhat.com>
  54. * rx-decode.opc (bwl): Use RX_Bad_Size.
  55. (sbwl): Likewise.
  56. (ubwl): Likewise. Rename to ubw.
  57. (uBWL): Rename to uBW.
  58. Replace all references to uBWL with uBW.
  59. * rx-decode.c: Regenerate.
  60. * rx-dis.c (size_names): Add entry for RX_Bad_Size.
  61. (opsize_names): Likewise.
  62. (print_insn_rx): Detect and report RX_Bad_Size.
  63. 2015-09-22 Anton Blanchard <anton@samba.org>
  64. * ppc-opc.c (powerpc_opcodes): Add mfdscr, mfctrl, mtdscr and mtctrl.
  65. 2015-08-25 Jose E. Marchesi <jose.marchesi@oracle.com>
  66. * sparc-dis.c (print_insn_sparc): Handle the privileged register
  67. %pmcdper.
  68. 2015-08-24 Jan Stancek <jstancek@redhat.com>
  69. * i386-dis.c (print_insn): Fix decoding of three byte operands.
  70. 2015-08-21 Alexander Fomin <alexander.fomin@intel.com>
  71. PR binutils/18257
  72. * i386-dis.c: Use MOD_TABLE for most of mask instructions.
  73. (MOD enum): Add MOD_VEX_W_0_0F41_P_0_LEN_1,
  74. MOD_VEX_W_1_0F41_P_0_LEN_1, MOD_VEX_W_0_0F41_P_2_LEN_1,
  75. MOD_VEX_W_1_0F41_P_2_LEN_1, MOD_VEX_W_0_0F42_P_0_LEN_1,
  76. MOD_VEX_W_1_0F42_P_0_LEN_1, MOD_VEX_W_0_0F42_P_2_LEN_1,
  77. MOD_VEX_W_1_0F42_P_2_LEN_1, MOD_VEX_W_0_0F44_P_0_LEN_1,
  78. MOD_VEX_W_1_0F44_P_0_LEN_1, MOD_VEX_W_0_0F44_P_2_LEN_1,
  79. MOD_VEX_W_1_0F44_P_2_LEN_1, MOD_VEX_W_0_0F45_P_0_LEN_1,
  80. MOD_VEX_W_1_0F45_P_0_LEN_1, MOD_VEX_W_0_0F45_P_2_LEN_1,
  81. MOD_VEX_W_1_0F45_P_2_LEN_1, MOD_VEX_W_0_0F46_P_0_LEN_1,
  82. MOD_VEX_W_1_0F46_P_0_LEN_1, MOD_VEX_W_0_0F46_P_2_LEN_1,
  83. MOD_VEX_W_1_0F46_P_2_LEN_1, MOD_VEX_W_0_0F47_P_0_LEN_1,
  84. MOD_VEX_W_1_0F47_P_0_LEN_1, MOD_VEX_W_0_0F47_P_2_LEN_1,
  85. MOD_VEX_W_1_0F47_P_2_LEN_1, MOD_VEX_W_0_0F4A_P_0_LEN_1,
  86. MOD_VEX_W_1_0F4A_P_0_LEN_1, MOD_VEX_W_0_0F4A_P_2_LEN_1,
  87. MOD_VEX_W_1_0F4A_P_2_LEN_1, MOD_VEX_W_0_0F4B_P_0_LEN_1,
  88. MOD_VEX_W_1_0F4B_P_0_LEN_1, MOD_VEX_W_0_0F4B_P_2_LEN_1,
  89. MOD_VEX_W_0_0F91_P_0_LEN_0, MOD_VEX_W_1_0F91_P_0_LEN_0,
  90. MOD_VEX_W_0_0F91_P_2_LEN_0, MOD_VEX_W_1_0F91_P_2_LEN_0,
  91. MOD_VEX_W_0_0F92_P_0_LEN_0, MOD_VEX_W_0_0F92_P_2_LEN_0,
  92. MOD_VEX_W_0_0F92_P_3_LEN_0, MOD_VEX_W_1_0F92_P_3_LEN_0,
  93. MOD_VEX_W_0_0F93_P_0_LEN_0, MOD_VEX_W_0_0F93_P_2_LEN_0,
  94. MOD_VEX_W_0_0F93_P_3_LEN_0, MOD_VEX_W_1_0F93_P_3_LEN_0,
  95. MOD_VEX_W_0_0F98_P_0_LEN_0, MOD_VEX_W_1_0F98_P_0_LEN_0,
  96. MOD_VEX_W_0_0F98_P_2_LEN_0, MOD_VEX_W_1_0F98_P_2_LEN_0,
  97. MOD_VEX_W_0_0F99_P_0_LEN_0, MOD_VEX_W_1_0F99_P_0_LEN_0,
  98. MOD_VEX_W_0_0F99_P_2_LEN_0, MOD_VEX_W_1_0F99_P_2_LEN_0,
  99. MOD_VEX_W_0_0F3A30_P_2_LEN_0, MOD_VEX_W_1_0F3A30_P_2_LEN_0,
  100. MOD_VEX_W_0_0F3A31_P_2_LEN_0, MOD_VEX_W_1_0F3A31_P_2_LEN_0,
  101. MOD_VEX_W_0_0F3A32_P_2_LEN_0, MOD_VEX_W_1_0F3A32_P_2_LEN_0,
  102. MOD_VEX_W_0_0F3A33_P_2_LEN_0, MOD_VEX_W_1_0F3A33_P_2_LEN_0.
  103. (vex_w_table): Replace terminals with MOD_TABLE entries for
  104. most of mask instructions.
  105. 2015-08-17 Alan Modra <amodra@gmail.com>
  106. * cgen.sh: Trim trailing space from cgen output.
  107. * ia64-gen.c (print_dependency_table): Don't generate trailing space.
  108. (print_dis_table): Likewise.
  109. * opc2c.c (dump_lines): Likewise.
  110. (orig_filename): Warning fix.
  111. * ia64-asmtab.c: Regenerate.
  112. 2015-08-13 Andre Vieira <andre.simoesdiasvieira@arm.com>
  113. * arm-dis.c (print_insn_arm): Disassembling for all targets V6
  114. and higher with ARM instruction set will now mark the 26-bit
  115. versions of teq,tst,cmn and cmp as UNPREDICTABLE.
  116. (arm_opcodes): Fix for unpredictable nop being recognized as a
  117. teq.
  118. 2015-08-12 Simon Dardis <simon.dardis@imgtec.com>
  119. * micromips-opc.c (micromips_opcodes): Re-order table so that move
  120. based on 'or' is first.
  121. * mips-opc.c (mips_builtin_opcodes): Ditto.
  122. 2015-08-11 Nick Clifton <nickc@redhat.com>
  123. PR 18800
  124. * aarch64-tbl.h (aarch64_opcode_table): Fix mask for SIMD EXT
  125. instruction.
  126. 2015-08-10 Robert Suchanek <robert.suchanek@imgtec.com>
  127. * mips-opc.c (mips_builtin_opcodes): Add "sigrie".
  128. 2015-08-07 Amit Pawar <Amit.Pawar@amd.com>
  129. * i386-gen.c: Remove CpuFMA4 from CPU_ZNVER1_FLAGS.
  130. * i386-init.h: Regenerated.
  131. 2015-07-30 H.J. Lu <hongjiu.lu@intel.com>
  132. PR binutils/13571
  133. * i386-dis.c (MOD_0FC3): New.
  134. (PREFIX_0FC3): Renamed to ...
  135. (PREFIX_MOD_0_0FC3): This.
  136. (dis386_twobyte): Replace PREFIX_0FC3 with MOD_0FC3.
  137. (prefix_table): Replace Ma with Ev on movntiS.
  138. (mod_table): Add MOD_0FC3.
  139. 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
  140. * configure: Regenerated.
  141. 2015-07-23 Alan Modra <amodra@gmail.com>
  142. PR 18708
  143. * i386-dis.c (get64): Avoid signed integer overflow.
  144. 2015-07-22 Alexander Fomin <alexander.fomin@intel.com>
  145. PR binutils/18631
  146. * i386-dis-evex.h (EVEX_W_0F78_P_2): Replace "EXxmmq" with
  147. "EXEvexHalfBcstXmmq" for the second operand.
  148. (EVEX_W_0F79_P_2): Likewise.
  149. (EVEX_W_0F7A_P_2): Likewise.
  150. (EVEX_W_0F7B_P_2): Likewise.
  151. 2015-07-16 Alessandro Marzocchi <alessandro.marzocchi@gmail.com>
  152. * arm-dis.c (print_insn_coprocessor): Added support for quarter
  153. float bitfield format.
  154. (coprocessor_opcodes): Changed VFP vmov reg,immediate to use new
  155. quarter float bitfield format.
  156. 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
  157. * configure: Regenerated.
  158. 2015-07-03 Alan Modra <amodra@gmail.com>
  159. * ppc-opc.c (PPC750, PPC7450, PPC860): Define using PPC_OPCODE_*.
  160. * ppc-dis.c (ppc_opts): Add 821, 850 and 860 entries. Add
  161. PPC_OPCODE_7450 to 7450 entry. Add PPC_OPCODE_750 to 750cl entry.
  162. 2015-07-01 Sandra Loosemore <sandra@codesourcery.com>
  163. Cesar Philippidis <cesar@codesourcery.com>
  164. * nios2-dis.c (nios2_extract_opcode): New.
  165. (nios2_disassembler_state): New.
  166. (nios2_find_opcode_hash): Use mach parameter to select correct
  167. disassembler state.
  168. (nios2_print_insn_arg): Extend to support new R2 argument letters
  169. and formats.
  170. (print_insn_nios2): Check for 16-bit instruction at end of memory.
  171. * nios2-opc.c (nios2_builtin_regs): Add R2 register attributes.
  172. (NIOS2_NUM_OPCODES): Rename to...
  173. (NIOS2_NUM_R1_OPCODES): This.
  174. (nios2_r2_opcodes): New.
  175. (NIOS2_NUM_R2_OPCODES): New.
  176. (nios2_num_r2_opcodes): New.
  177. (nios2_r2_asi_n_mappings, nios2_num_r2_asi_n_mappings): New.
  178. (nios2_r2_shi_n_mappings, nios2_num_r2_shi_n_mappings): New.
  179. (nios2_r2_andi_n_mappings, nios2_num_r2_andi_n_mappings): New.
  180. (nios2_r2_reg3_mappings, nios2_num_r2_reg3_mappings): New.
  181. (nios2_r2_reg_range_mappings, nios2_num_r2_reg_range_mappings): New.
  182. 2015-06-30 Amit Pawar <Amit.Pawar@amd.com>
  183. * i386-dis.c (OP_Mwaitx): New.
  184. (rm_table): Add monitorx/mwaitx.
  185. * i386-gen.c (cpu_flag_init): Add CpuMWAITX to CPU_BDVER4_FLAGS
  186. and CPU_ZNVER1_FLAGS. Add CPU_MWAITX_FLAGS.
  187. (operand_type_init): Add CpuMWAITX.
  188. * i386-opc.h (CpuMWAITX): New.
  189. (i386_cpu_flags): Add cpumwaitx.
  190. * i386-opc.tbl: Add monitorx and mwaitx.
  191. * i386-init.h: Regenerated.
  192. * i386-tbl.h: Likewise.
  193. 2015-06-22 Peter Bergner <bergner@vnet.ibm.com>
  194. * ppc-opc.c (insert_ls): Test for invalid LS operands.
  195. (insert_esync): New function.
  196. (LS, WC): Use insert_ls.
  197. (ESYNC): Use insert_esync.
  198. 2015-06-22 Nick Clifton <nickc@redhat.com>
  199. * dis-buf.c (buffer_read_memory): Fail is stop_vma is set and the
  200. requested region lies beyond it.
  201. * bfin-dis.c (print_insn_bfin): Ignore sysop instructions when
  202. looking for 32-bit insns.
  203. * mcore-dis.c (print_insn_mcore): Disable stop_vma when reading
  204. data.
  205. * sh-dis.c (print_insn_sh): Likewise.
  206. * tic6x-dis.c (print_insn_tic6x): Disable stop_vma when reading
  207. blocks of instructions.
  208. * vax-dis.c (print_insn_vax): Check that the requested address
  209. does not clash with the stop_vma.
  210. 2015-06-19 Peter Bergner <bergner@vnet.ibm.com>
  211. * ppc-dis.h (skip_optional_operands): Use ppc_optional_operand_value.
  212. * ppc-opc.c (FXM4): Add non-zero optional value.
  213. (TBR): Likewise.
  214. (SXL): Likewise.
  215. (insert_fxm): Handle new default operand value.
  216. (extract_fxm): Likewise.
  217. (insert_tbr): Likewise.
  218. (extract_tbr): Likewise.
  219. 2015-06-16 Matthew Wahab <matthew.wahab@arm.com>
  220. * arch64-opc.c (aarch64_sys_regs): Add "id_mmfr4_el1".
  221. 2015-06-16 Szabolcs Nagy <szabolcs.nagy@arm.com>
  222. * arm-dis.c (print_insn_coprocessor): Avoid negative shift.
  223. 2015-06-12 Peter Bergner <bergner@vnet.ibm.com>
  224. * ppc-opc.c: Add comment accidentally removed by old commit.
  225. (MTMSRD_L): Delete.
  226. 2015-06-04 Peter Bergner <bergner@vnet.ibm.com>
  227. * ppc-opc.c: (powerpc_opcodes) <hwsync>: New extended mnemonic.
  228. 2015-06-04 Nick Clifton <nickc@redhat.com>
  229. PR 18474
  230. * msp430-dis.c (msp430_nooperands): Fix check for emulated insns.
  231. 2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
  232. * arm-dis.c (arm_opcodes): Add "setpan".
  233. (thumb_opcodes): Add "setpan".
  234. 2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
  235. * arm-dis.c (select_arm_features): Rework to avoid used of redefined
  236. macros.
  237. 2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
  238. * aarch64-tbl.h (aarch64_feature_rdma): New.
  239. (RDMA): New.
  240. (aarch64_opcode_table): Add "sqrmlah" and "sqrdmlsh" instructions.
  241. * aarch64-asm-2.c: Regenerate.
  242. * aarch64-dis-2.c: Regenerate.
  243. * aarch64-opc-2.c: Regenerate.
  244. 2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
  245. * aarch64-tbl.h (aarch64_feature_lor): New.
  246. (LOR): New.
  247. (aarch64_opdocde_table): Add "ldlar", "ldlarb", "ldlarh", "stllr",
  248. "stllrb", "stllrh".
  249. * aarch64-asm-2.c: Regenerate.
  250. * aarch64-dis-2.c: Regenerate.
  251. * aarch64-opc-2.c: Regenerate.
  252. 2015-06-01 Matthew Wahab <matthew.wahab@arm.com>
  253. * aarch64-opc.c (F_ARCHEXT): New.
  254. (aarch64_sys_regs): Add "pan".
  255. (aarch64_sys_reg_supported_p): New.
  256. (aarch64_pstatefields): Add "pan".
  257. (aarch64_pstatefield_supported_p): New.
  258. 2015-06-01 Jan Beulich <jbeulich@suse.com>
  259. * i386-tbl.h: Regenerate.
  260. 2015-06-01 Jan Beulich <jbeulich@suse.com>
  261. * i386-dis.c (print_insn): Swap rounding mode specifier and
  262. general purpose register in Intel mode.
  263. 2015-06-01 Jan Beulich <jbeulich@suse.com>
  264. * i386-opc.tbl: New IntelSyntax entries for vcvt{,u}si2s{d,s}.
  265. * i386-tbl.h: Regenerate.
  266. 2015-05-18 H.J. Lu <hongjiu.lu@intel.com>
  267. * i386-opc.tbl: Remove Disp32 from AMD64 direct call/jmp.
  268. * i386-init.h: Regenerated.
  269. 2015-05-15 H.J. Lu <hongjiu.lu@intel.com>
  270. PR binutis/18386
  271. * i386-dis.c: Add comments for '@'.
  272. (x86_64_table): Use '@' on call/jmp for X86_64_E8/X86_64_E9.
  273. (enum x86_64_isa): New.
  274. (isa64): Likewise.
  275. (print_i386_disassembler_options): Add amd64 and intel64.
  276. (print_insn): Handle amd64 and intel64.
  277. (putop): Handle '@'.
  278. (OP_J): Don't ignore the operand size prefix for AMD64 in 64-bit.
  279. * i386-gen.c (cpu_flags): Add CpuAMD64 and CpuIntel64.
  280. * i386-opc.h (AMD64): New.
  281. (CpuIntel64): Likewise.
  282. (i386_cpu_flags): Add cpuamd64 and cpuintel64.
  283. * i386-opc.tbl: Add direct call/jmp with Disp16|Disp32 for AMD64.
  284. Mark direct call/jmp without Disp16|Disp32 as Intel64.
  285. * i386-init.h: Regenerated.
  286. * i386-tbl.h: Likewise.
  287. 2015-05-14 Peter Bergner <bergner@vnet.ibm.com>
  288. * ppc-opc.c (IH) New define.
  289. (powerpc_opcodes) <wait>: Do not enable for POWER7.
  290. <tlbie>: Add RS operand for POWER7.
  291. <slbia>: Add IH operand for POWER6.
  292. 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
  293. * opcodes/i386-opc.tbl (call): Remove Disp16|Disp32 from 64-bit
  294. direct branch.
  295. (jmp): Likewise.
  296. * i386-tbl.h: Regenerated.
  297. 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
  298. * configure.ac: Support bfd_iamcu_arch.
  299. * disassemble.c (disassembler): Support bfd_iamcu_arch.
  300. * i386-gen.c (cpu_flag_init): Add CPU_IAMCU_FLAGS and
  301. CPU_IAMCU_COMPAT_FLAGS.
  302. (cpu_flags): Add CpuIAMCU.
  303. * i386-opc.h (CpuIAMCU): New.
  304. (i386_cpu_flags): Add cpuiamcu.
  305. * configure: Regenerated.
  306. * i386-init.h: Likewise.
  307. * i386-tbl.h: Likewise.
  308. 2015-05-08 H.J. Lu <hongjiu.lu@intel.com>
  309. PR binutis/18386
  310. * i386-dis.c (X86_64_E8): New.
  311. (X86_64_E9): Likewise.
  312. Update comments on 'T', 'U', 'V'. Add comments for '^'.
  313. (dis386): Replace callT/jmpT with X86_64_E8/X86_64_E9.
  314. (x86_64_table): Add X86_64_E8 and X86_64_E9.
  315. (mod_table): Replace {T|} with ^ on Jcall/Jmp.
  316. (putop): Handle '^'.
  317. (OP_J): Ignore the operand size prefix in 64-bit. Don't check
  318. REX_W.
  319. 2015-04-30 DJ Delorie <dj@redhat.com>
  320. * disassemble.c (disassembler): Choose suitable disassembler based
  321. on E_ABI.
  322. * rl78-decode.opc (rl78_decode_opcode): Take ISA parameter. Use
  323. it to decode mul/div insns.
  324. * rl78-decode.c: Regenerate.
  325. * rl78-dis.c (print_insn_rl78): Rename to...
  326. (print_insn_rl78_common): ...this, take ISA parameter.
  327. (print_insn_rl78): New.
  328. (print_insn_rl78_g10): New.
  329. (print_insn_rl78_g13): New.
  330. (print_insn_rl78_g14): New.
  331. (rl78_get_disassembler): New.
  332. 2015-04-29 Nick Clifton <nickc@redhat.com>
  333. * po/fr.po: Updated French translation.
  334. 2015-04-27 Peter Bergner <bergner@vnet.ibm.com>
  335. * ppc-opc.c (DCBT_EO): New define.
  336. (powerpc_opcodes) <lbarx>: Enable for POWER8 and later.
  337. <lharx>: Likewise.
  338. <stbcx.>: Likewise.
  339. <sthcx.>: Likewise.
  340. <waitrsv>: Do not enable for POWER7 and later.
  341. <waitimpl>: Likewise.
  342. <dcbt>: Default to the two operand form of the instruction for all
  343. "old" cpus. For "new" cpus, use the operand ordering that matches
  344. whether the cpu is server or embedded.
  345. <dcbtst>: Likewise.
  346. 2015-04-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
  347. * s390-opc.c: New instruction type VV0UU2.
  348. * s390-opc.txt: Fix instruction types for VFCE, VLDE, VFSQ, WFK,
  349. and WFC.
  350. 2015-04-23 Jan Beulich <jbeulich@suse.com>
  351. * i386-dis.c (putop): Extend "XY" handling to AVX512. Handle "XZ".
  352. * i386-dis-evex.h.c (vcvtpd2ps, vcvtqq2ps, vcvttpd2udq,
  353. vcvtpd2udq, vcvtuqq2ps, vcvttpd2dq, vcvtpd2dq): Add %XY.
  354. (vfpclasspd, vfpclassps): Add %XZ.
  355. 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
  356. * i386-dis.c (PREFIX_UD_SHIFT): Removed.
  357. (PREFIX_UD_REPZ): Likewise.
  358. (PREFIX_UD_REPNZ): Likewise.
  359. (PREFIX_UD_DATA): Likewise.
  360. (PREFIX_UD_ADDR): Likewise.
  361. (PREFIX_UD_LOCK): Likewise.
  362. 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
  363. * i386-dis.c (prefix_requirement): Removed.
  364. (print_insn): Don't set prefix_requirement. Check
  365. dp->prefix_requirement instead of prefix_requirement.
  366. 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
  367. PR binutils/17898
  368. * i386-dis.c (PREFIX_0FC7_REG_6): Renamed to ...
  369. (PREFIX_MOD_0_0FC7_REG_6): This.
  370. (PREFIX_MOD_3_0FC7_REG_6): New.
  371. (PREFIX_MOD_3_0FC7_REG_7): Likewise.
  372. (prefix_table): Replace PREFIX_0FC7_REG_6 with
  373. PREFIX_MOD_0_0FC7_REG_6. Add PREFIX_MOD_3_0FC7_REG_6 and
  374. PREFIX_MOD_3_0FC7_REG_7.
  375. (mod_table): Replace PREFIX_0FC7_REG_6 with
  376. PREFIX_MOD_0_0FC7_REG_6. Use PREFIX_MOD_3_0FC7_REG_6 and
  377. PREFIX_MOD_3_0FC7_REG_7.
  378. 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
  379. * i386-dis.c (PREFIX_MANDATORY_REPZ): Removed.
  380. (PREFIX_MANDATORY_REPNZ): Likewise.
  381. (PREFIX_MANDATORY_DATA): Likewise.
  382. (PREFIX_MANDATORY_ADDR): Likewise.
  383. (PREFIX_MANDATORY_LOCK): Likewise.
  384. (PREFIX_MANDATORY): Likewise.
  385. (PREFIX_UD_SHIFT): Set to 8
  386. (PREFIX_UD_REPZ): Updated.
  387. (PREFIX_UD_REPNZ): Likewise.
  388. (PREFIX_UD_DATA): Likewise.
  389. (PREFIX_UD_ADDR): Likewise.
  390. (PREFIX_UD_LOCK): Likewise.
  391. (PREFIX_IGNORED_SHIFT): New.
  392. (PREFIX_IGNORED_REPZ): Likewise.
  393. (PREFIX_IGNORED_REPNZ): Likewise.
  394. (PREFIX_IGNORED_DATA): Likewise.
  395. (PREFIX_IGNORED_ADDR): Likewise.
  396. (PREFIX_IGNORED_LOCK): Likewise.
  397. (PREFIX_OPCODE): Likewise.
  398. (PREFIX_IGNORED): Likewise.
  399. (Bad_Opcode): Replace PREFIX_MANDATORY with 0.
  400. (dis386_twobyte): Replace PREFIX_MANDATORY with PREFIX_OPCODE.
  401. (three_byte_table): Likewise.
  402. (mod_table): Likewise.
  403. (mandatory_prefix): Renamed to ...
  404. (prefix_requirement): This.
  405. (prefix_table): Replace PREFIX_MANDATORY with PREFIX_OPCODE.
  406. Update PREFIX_90 entry.
  407. (get_valid_dis386): Check prefix_requirement to see if a prefix
  408. should be ignored.
  409. (print_insn): Replace mandatory_prefix with prefix_requirement.
  410. 2015-04-15 Renlin Li <renlin.li@arm.com>
  411. * arm-dis.c (thumb32_opcodes): Define 'D' format control code,
  412. use it for ssat and ssat16.
  413. (print_insn_thumb32): Add handle case for 'D' control code.
  414. 2015-04-06 Ilya Tocar <ilya.tocar@intel.com>
  415. H.J. Lu <hongjiu.lu@intel.com>
  416. * i386-dis-evex.h (evex_table): Fill prefix_requirement field.
  417. * i386-dis.c (PREFIX_MANDATORY_REPZ, PREFIX_MANDATORY_REPNZ,
  418. PREFIX_MANDATORY_DATA, PREFIX_MANDATORY_ADDR, PREFIX_MANDATORY_LOCK,
  419. PREFIX_UD_SHIFT, PREFIX_UD_REPZ, REFIX_UD_REPNZ, PREFIX_UD_DATA,
  420. PREFIX_UD_ADDR, PREFIX_UD_LOCK, PREFIX_MANDATORY): Define.
  421. (Bad_Opcode, FLOAT, DIS386, DIS386_PREFIX, THREE_BYTE_TABLE_PREFIX):
  422. Fill prefix_requirement field.
  423. (struct dis386): Add prefix_requirement field.
  424. (dis386): Fill prefix_requirement field.
  425. (dis386_twobyte): Ditto.
  426. (twobyte_has_mandatory_prefix_: Remove.
  427. (reg_table): Fill prefix_requirement field.
  428. (prefix_table): Ditto.
  429. (x86_64_table): Ditto.
  430. (three_byte_table): Ditto.
  431. (xop_table): Ditto.
  432. (vex_table): Ditto.
  433. (vex_len_table): Ditto.
  434. (vex_w_table): Ditto.
  435. (mod_table): Ditto.
  436. (bad_opcode): Ditto.
  437. (print_insn): Use prefix_requirement.
  438. (FGRPd9_2, FGRPd9_4, FGRPd9_5, FGRPd9_6, FGRPd9_7, FGRPda_5, FGRPdb_4,
  439. FGRPde_3, FGRPdf_4): Fill prefix_requirement field.
  440. (float_reg): Ditto.
  441. 2015-03-30 Mike Frysinger <vapier@gentoo.org>
  442. * d10v-opc.c (d10v_reg_name_cnt): Convert old style prototype.
  443. 2015-03-29 H.J. Lu <hongjiu.lu@intel.com>
  444. * Makefile.in: Regenerated.
  445. 2015-03-25 Anton Blanchard <anton@samba.org>
  446. * ppc-dis.c (disassemble_init_powerpc): Only initialise
  447. powerpc_opcd_indices and vle_opcd_indices once.
  448. 2015-03-25 Anton Blanchard <anton@samba.org>
  449. * ppc-opc.c (powerpc_opcodes): Add slbfee.
  450. 2015-03-24 Terry Guo <terry.guo@arm.com>
  451. * arm-dis.c (opcode32): Updated to use new arm feature struct.
  452. (opcode16): Likewise.
  453. (coprocessor_opcodes): Replace bit with feature struct.
  454. (neon_opcodes): Likewise.
  455. (arm_opcodes): Likewise.
  456. (thumb_opcodes): Likewise.
  457. (thumb32_opcodes): Likewise.
  458. (print_insn_coprocessor): Likewise.
  459. (print_insn_arm): Likewise.
  460. (select_arm_features): Follow new feature struct.
  461. 2015-03-17 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
  462. * i386-dis.c (rm_table): Add clzero.
  463. * i386-gen.c (cpu_flag_init): Add new CPU_ZNVER1_FLAGS.
  464. Add CPU_CLZERO_FLAGS.
  465. (cpu_flags): Add CpuCLZERO.
  466. * i386-opc.h: Add CpuCLZERO.
  467. * i386-opc.tbl: Add clzero.
  468. * i386-init.h: Re-generated.
  469. * i386-tbl.h: Re-generated.
  470. 2015-03-13 Andrew Bennett <andrew.bennett@imgtec.com>
  471. * mips-opc.c (decode_mips_operand): Fix constraint issues
  472. with u and y operands.
  473. 2015-03-13 Andrew Bennett <andrew.bennett@imgtec.com>
  474. * mips-opc.c (mips_builtin_opcodes): Add evp and dvp instructions.
  475. 2015-03-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
  476. * s390-opc.c: Add new IBM z13 instructions.
  477. * s390-opc.txt: Likewise.
  478. 2015-03-10 Renlin Li <renlin.li@arm.com>
  479. * aarch64-tbl.h (aarch64_opcode_table): Remove strub, ldurb, ldursb,
  480. stur, ldur, sturh, ldurh, ldursh, ldursw, prfum F_HAS_ALIAS flag and
  481. related alias.
  482. * aarch64-asm-2.c: Regenerate.
  483. * aarch64-dis-2.c: Likewise.
  484. * aarch64-opc-2.c: Likewise.
  485. 2015-03-03 Jiong Wang <jiong.wang@arm.com>
  486. * arm-dis.c (arm_symbol_is_valid): Skip ARM private symbols.
  487. 2015-02-25 Oleg Endo <olegendo@gcc.gnu.org>
  488. * sh-opc.h (clrs, sets): Mark as arch_sh3_nommu_up instead of
  489. arch_sh_up.
  490. (pref): Mark as arch_sh2a_nofpu_or_sh3_nommu_up instead of
  491. arch_sh2a_nofpu_or_sh4_nommu_nofpu_up.
  492. 2015-02-23 Vinay <Vinay.G@kpit.com>
  493. * rl78-decode.opc (MOV): Added space between two operands for
  494. 'mov' instruction in index addressing mode.
  495. * rl78-decode.c: Regenerate.
  496. 2015-02-19 Pedro Alves <palves@redhat.com>
  497. * microblaze-dis.h [__cplusplus]: Wrap in extern "C".
  498. 2015-02-10 Pedro Alves <palves@redhat.com>
  499. Tom Tromey <tromey@redhat.com>
  500. * microblaze-opcm.h (or, and, xor): Rename to microblaze_or,
  501. microblaze_and, microblaze_xor.
  502. * microblaze-opc.h (opcodes): Adjust.
  503. 2015-01-28 James Bowman <james.bowman@ftdichip.com>
  504. * Makefile.am: Add FT32 files.
  505. * configure.ac: Handle FT32.
  506. * disassemble.c (disassembler): Call print_insn_ft32.
  507. * ft32-dis.c: New file.
  508. * ft32-opc.c: New file.
  509. * Makefile.in: Regenerate.
  510. * configure: Regenerate.
  511. * po/POTFILES.in: Regenerate.
  512. 2015-01-28 Kuan-Lin Chen <kuanlinchentw@gmail.com>
  513. * nds32-asm.c (keyword_sr): Add new system registers.
  514. 2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
  515. * s390-dis.c (s390_extract_operand): Support vector register
  516. operands.
  517. (s390_print_insn_with_opcode): Support new operands types and add
  518. new handling of optional operands.
  519. * s390-mkopc.c (s390_opcode_mode_val, s390_opcode_cpu_val): Remove
  520. and include opcode/s390.h instead.
  521. (struct op_struct): New field `flags'.
  522. (insertOpcode, insertExpandedMnemonic): New parameter `flags'.
  523. (dumpTable): Dump flags.
  524. (main): Parse flags from the s390-opc.txt file. Add z13 as cpu
  525. string.
  526. * s390-opc.c: Add new operands types, instruction formats, and
  527. instruction masks.
  528. (s390_opformats): Add new formats for .insn.
  529. * s390-opc.txt: Add new instructions.
  530. 2015-01-01 Alan Modra <amodra@gmail.com>
  531. Update year range in copyright notice of all files.
  532. For older changes see ChangeLog-2014
  533. Copyright (C) 2015 Free Software Foundation, Inc.
  534. Copying and distribution of this file, with or without modification,
  535. are permitted in any medium without royalty provided the copyright
  536. notice and this notice are preserved.
  537. Local Variables:
  538. mode: change-log
  539. left-margin: 8
  540. fill-column: 74
  541. version-control: never
  542. End: