ChangeLog 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294
  1. 2022-04-07 Andreas Krebbel <krebbel@linux.ibm.com>
  2. * s390-mkopc.c (main): Enable z16 as CPU string in the opcode
  3. table.
  4. 2022-03-16 Simon Marchi <simon.marchi@efficios.com>
  5. * configure.ac: Handle bfd_amdgcn_arch.
  6. * configure: Re-generate.
  7. 2022-03-06 Sagar Patel <sagarmp@cs.unc.edu>
  8. Maciej W. Rozycki <macro@orcam.me.uk>
  9. * mips-opc.c (mips_builtin_opcodes): Fix INSN2_ALIAS annotation
  10. for "bal", "beqz", "beqzl", "bnez" and "bnezl" instructions.
  11. * micromips-opc.c (micromips_opcodes): Likewise for "beqz" and
  12. "bnez" instructions.
  13. 2022-02-17 Nick Clifton <nickc@redhat.com>
  14. * po/sr.po: Updated Serbian translation.
  15. 2022-02-14 Sergei Trofimovich <siarheit@google.com>
  16. * microblaze-opcm.h: Renamed 'fsqrt' to 'microblaze_fsqrt'.
  17. * microblaze-opc.h: Follow 'fsqrt' rename.
  18. 2022-01-24 Nick Clifton <nickc@redhat.com>
  19. * po/ro.po: Updated Romanian translation.
  20. * po/uk.po: Updated Ukranian translation.
  21. 2022-01-22 Nick Clifton <nickc@redhat.com>
  22. * configure: Regenerate.
  23. * po/opcodes.pot: Regenerate.
  24. 2022-01-22 Nick Clifton <nickc@redhat.com>
  25. * 2.38 release branch created.
  26. 2022-01-17 Nick Clifton <nickc@redhat.com>
  27. * Makefile.in: Regenerate.
  28. * po/opcodes.pot: Regenerate.
  29. 2021-12-02 Marcus Nilsson <brainbomb@gmail.com>
  30. * avr-dis.c (avr_operand); Pass in disassemble_info and fill
  31. in insn_type on branching instructions.
  32. 2021-11-25 Andrew Burgess <aburgess@redhat.com>
  33. Simon Cook <simon.cook@embecosm.com>
  34. * riscv-dis.c (enum riscv_option_arg_t): New enum typedef.
  35. (riscv_options): New static global.
  36. (disassembler_options_riscv): New function.
  37. (print_riscv_disassembler_options): Rewrite to use
  38. disassembler_options_riscv.
  39. 2021-11-25 Nick Clifton <nickc@redhat.com>
  40. PR 28614
  41. * aarch64-asm.c: Replace assert(0) with real code.
  42. * aarch64-dis.c: Likewise.
  43. * aarch64-opc.c: Likewise.
  44. 2021-11-25 Nick Clifton <nickc@redhat.com>
  45. * po/fr.po; Updated French translation.
  46. 2021-10-27 Maciej W. Rozycki <macro@embecosm.com>
  47. * Makefile.am: Remove obsolete comment.
  48. * configure.ac: Refer `libbfd.la' to link shared BFD library
  49. except for Cygwin.
  50. * Makefile.in: Regenerate.
  51. * configure: Regenerate.
  52. 2021-09-27 Nick Alcock <nick.alcock@oracle.com>
  53. * configure: Regenerate.
  54. 2021-09-25 Peter Bergner <bergner@linux.ibm.com>
  55. * ppc-opc.c (powerpc_opcodes) <mfppr, mfppr32, mtppr, mtppr32>: Enable
  56. on POWER5 and later.
  57. 2021-09-20 Andrew Burgess <andrew.burgess@embecosm.com>
  58. * riscv-dis.c (riscv_disassemble_insn): Print a .%dbyte opcode
  59. before an unknown instruction, '%d' is replaced with the
  60. instruction length.
  61. 2021-09-02 Nick Clifton <nickc@redhat.com>
  62. PR 28292
  63. * v850-opc.c (D16): Use BFD_RELOC_V850_LO16_SPLIT_OFFSET in place
  64. of BFD_RELOC_16.
  65. 2021-08-17 Shahab Vahedi <shahab@synopsys.com>
  66. * arc-regs.h (DEF): Fix the register numbers.
  67. 2021-08-10 Nick Clifton <nickc@redhat.com>
  68. * po/sr.po: Updated Serbian translation.
  69. 2021-07-26 Chenghua Xu <xuchenghua@loongson.cn>
  70. * mips-dis.c (mips_arch_choices): Correct gs264e bfd_mach.
  71. 2021-06-07 Andreas Krebbel <krebbel@linux.ibm.com>
  72. * s390-opc.txt: Add qpaci.
  73. 2021-07-03 Nick Clifton <nickc@redhat.com>
  74. * configure: Regenerate.
  75. * po/opcodes.pot: Regenerate.
  76. 2021-07-03 Nick Clifton <nickc@redhat.com>
  77. * 2.37 release branch created.
  78. 2021-07-02 Alan Modra <amodra@gmail.com>
  79. * nds32-dis.c (nds32_find_reg_keyword): Constify arg and return.
  80. (nds32_parse_audio_ext, nds32_parse_opcode): Constify psys_reg.
  81. (nds32_field_table, nds32_opcode_table, nds32_keyword_table),
  82. (nds32_opcodes, nds32_operand_fields, nds32_keywords),
  83. (nds32_keyword_gpr): Move declarations to..
  84. * nds32-asm.h: ..here, constifying to match definitions.
  85. 2021-07-01 Mike Frysinger <vapier@gentoo.org>
  86. * Makefile.am (GUILE): New variable.
  87. (CGEN): Use $(GUILE).
  88. * Makefile.in: Regenerate.
  89. 2021-07-01 Mike Frysinger <vapier@gentoo.org>
  90. * mep-asm.c (macros): Mark static & const.
  91. (lookup_macro): Change return & m to const.
  92. (expand_macro): Change mac to const.
  93. (expand_string): Change pmacro to const.
  94. 2021-07-01 Mike Frysinger <vapier@gentoo.org>
  95. * nds32-asm.c (operand_fields): Rename to ...
  96. (nds32_operand_fields): ... this.
  97. (keyword_gpr): Rename to ...
  98. (nds32_keyword_gpr): ... this.
  99. (keyword_usr, keyword_dxr, keyword_sr, keyword_cp, keyword_cpr,
  100. keyword_fsr, keyword_fdr, keyword_abdim, keyword_abm,
  101. keyword_dpref_st, keyword_cctl_lv, keyword_standby_st,
  102. keyword_msync_st, keyword_im5_i, keyword_im5_m, keyword_accumulator,
  103. keyword_aridx, keyword_aridx2, keyword_aridxi, keyword_aridxi_mx):
  104. Mark static.
  105. (keywords): Rename to ...
  106. (nds32_keywords): ... this.
  107. * nds32-dis.c: Rename operand_fields to nds32_operand_fields,
  108. keywords to nds32_keywords, and keyword_gpr to nds32_keyword_gpr.
  109. 2021-07-01 Mike Frysinger <vapier@gentoo.org>
  110. * z80-dis.c (opc_ed): Make const.
  111. (pref_ed): Make p const.
  112. 2021-07-01 Mike Frysinger <vapier@gentoo.org>
  113. * microblaze-dis.c (get_field_special): Make op const.
  114. (read_insn_microblaze): Make opr & op const. Rename opcodes to
  115. microblaze_opcodes.
  116. (print_insn_microblaze): Make op & pop const.
  117. (get_insn_microblaze): Make op const. Rename opcodes to
  118. microblaze_opcodes.
  119. (microblaze_get_target_address): Likewise.
  120. * microblaze-opc.h (struct op_code_struct): Make const.
  121. Rename opcodes to microblaze_opcodes.
  122. 2021-07-01 Mike Frysinger <vapier@gentoo.org>
  123. * aarch64-gen.c (aarch64_opcode_table): Add const.
  124. * aarch64-tbl.h (aarch64_opcode_table): Likewise.
  125. 2021-06-22 Andrew Burgess <andrew.burgess@embecosm.com>
  126. * cgen-dis.c (count_decodable_bits): Use __builtin_popcount when
  127. available.
  128. 2021-06-22 Alan Modra <amodra@gmail.com>
  129. * pj-dis.c (print_insn_pj): Don't print trailing tab. Do
  130. print separator for pcrel insns.
  131. 2021-06-19 Alan Modra <amodra@gmail.com>
  132. * vax-dis.c (print_insn_vax): Avoid pointer overflow.
  133. 2021-06-19 Alan Modra <amodra@gmail.com>
  134. * tic30-dis.c (get_register_operand): Don't ask strncpy to fill
  135. entire buffer.
  136. 2021-06-17 Alan Modra <amodra@gmail.com>
  137. * ppc-opc.c (powerpc_opcodes): Move cell db*cyc to proper location
  138. in table.
  139. 2021-06-03 Alan Modra <amodra@gmail.com>
  140. PR 1202
  141. * mcore-dis.c (print_insn_mcore): Correct loopt disassembly.
  142. Use unsigned int for inst.
  143. 2021-06-02 Shahab Vahedi <shahab@synopsys.com>
  144. * arc-dis.c (arc_option_arg_t): New enumeration.
  145. (arc_options): New variable.
  146. (disassembler_options_arc): New function.
  147. (print_arc_disassembler_options): Reimplement in terms of
  148. "disassembler_options_arc".
  149. 2021-05-29 Alan Modra <amodra@gmail.com>
  150. * ppc-dis.c (lookup_powerpc): Test deprecated field when -Many.
  151. Don't special case PPC_OPCODE_RAW.
  152. (lookup_prefix): Likewise.
  153. (lookup_vle, lookup_spe2): Similarly. Add dialect parameter and..
  154. (print_insn_powerpc): ..update caller.
  155. * ppc-opc.c (EXT): Define.
  156. (powerpc_opcodes): Mark extended mnemonics with EXT.
  157. (prefix_opcodes, vle_opcodes): Likewise.
  158. (XISEL, XISEL_MASK): Add cr field and simplify.
  159. (powerpc_opcodes): Use XISEL with extended isel mnemonics and sort
  160. all isel variants to where the base mnemonic belongs. Sort dstt,
  161. dststt and dssall.
  162. 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
  163. * mips-opc.c (mips_builtin_opcodes): Reorder legacy COP0, COP2,
  164. COP3 opcode instructions.
  165. 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
  166. * mips-opc.c (mips_builtin_opcodes): Update exclusion list for
  167. "ldc2", "ldc3", "lwc0", "lwc2", "lwc3", "sdc2", "sdc3", "swc0",
  168. "swc2", "swc3", "cfc0", "ctc0", "bc2f", "bc2fl", "bc2t",
  169. "bc2tl", "cfc2", "ctc2", "dmfc2", "dmtc2", "mfc2", "mtc2",
  170. "bc3f", "bc3fl", "bc3t", "bc3tl", "cfc3", "ctc3", "mfc3",
  171. "mtc3", "bc0f", "bc0fl", "bc0t", "bc0tl", "rfe", "c2", "c3",
  172. "cop2", and "cop3" entries.
  173. 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
  174. * mips-opc.c (mips_builtin_opcodes): Remove "dmfc3" and "dmtc3"
  175. entries and associated comments.
  176. 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
  177. * mips-opc.c (mips_builtin_opcodes): Move the "rfe" entry ahead
  178. of "c0".
  179. 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
  180. * mips-dis.c (mips_cp1_names_mips): New variable.
  181. (mips_arch_choices): Use it rather than `mips_cp1_names_numeric'
  182. for "r3000", "r4000", "r4010", "vr4100", "vr4111", "vr4120",
  183. "r4300", "r4400", "r4600", "r4650", "r5000", "vr5400", "vr5500",
  184. "r5900", "r6000", "rm7000", "rm9000", "r8000", "r10000",
  185. "r12000", "r14000", "r16000", "mips5", "loongson2e", and
  186. "loongson2f".
  187. 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
  188. * mips-dis.c (print_reg) <OP_REG_COPRO>: Move control register
  189. handling code over to...
  190. <OP_REG_CONTROL>: ... this new case.
  191. * mips-opc.c (decode_mips_operand) <'g', 'y'>: New cases.
  192. (mips_builtin_opcodes): Update "cfc1", "ctc1", "cttc1", "cttc2",
  193. "cfc0", "ctc0", "cfc2", "ctc2", "cfc3", and "ctc3" entries
  194. replacing the `G' operand code with `g'. Update "cftc1" and
  195. "cftc2" entries replacing the `E' operand code with `y'.
  196. * micromips-opc.c (decode_micromips_operand) <'g'>: New case.
  197. (micromips_opcodes): Update "cfc1", "cfc2", "ctc1", and "ctc2"
  198. entries replacing the `G' operand code with `g'.
  199. 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
  200. * mips-dis.c (mips_cp0_names_r3900): New variable.
  201. (mips_arch_choices): Use it rather than `mips_cp0_names_numeric'
  202. for "r3900".
  203. 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
  204. * mips-opc.c (mips_builtin_opcodes): Switch "cttc2", "mttc2",
  205. and "mtthc2" to using the `G' rather than `g' operand code for
  206. the coprocessor control register referred.
  207. 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
  208. * micromips-opc.c (micromips_opcodes): Swap the two "dmtc1"
  209. entries with each other.
  210. 2021-05-27 Peter Bergner <bergner@linux.ibm.com>
  211. * ppc-opc.c (powerpc_opcodes) <xxmr, xxlnot>: New extended mnemonics.
  212. 2021-05-25 Alan Modra <amodra@gmail.com>
  213. * cris-desc.c: Regenerate.
  214. * cris-desc.h: Regenerate.
  215. * cris-opc.h: Regenerate.
  216. * po/POTFILES.in: Regenerate.
  217. 2021-05-24 Mike Frysinger <vapier@gentoo.org>
  218. * Makefile.am (HFILES): Add cris-desc.h & cris-opc.h.
  219. (TARGET_LIBOPCODES_CFILES): Add cris-desc.c.
  220. (CGEN_CPUS): Add cris.
  221. (CRIS_DEPS): Define.
  222. (stamp-cris): New rule.
  223. * cgen.sh: Handle desc action.
  224. * configure.ac (bfd_cris_arch): Add cris-desc.lo.
  225. * Makefile.in, configure: Regenerate.
  226. 2021-05-18 Job Noorman <mtvec@pm.me>
  227. PR 27814
  228. * riscv-dis.c (riscv_get_disassembler): Get elf attributes only for
  229. the elf objects.
  230. 2021-05-17 Alex Coplan <alex.coplan@arm.com>
  231. * arm-dis.c (mve_opcodes): Fix disassembly of
  232. MVE_VMOV2_GP_TO_VEC_LANE when idx == 1.
  233. (is_mve_encoding_conflict): MVE vector loads should not match
  234. when P = W = 0.
  235. (is_mve_unpredictable): It's not unpredictable to use the same
  236. source register twice (for MVE_VMOV2_GP_TO_VEC_LANE).
  237. 2021-05-11 Nick Clifton <nickc@redhat.com>
  238. PR 27840
  239. * tic30-dis.c (print_insn_tic30): Prevent attempts to read beyond
  240. the end of the code buffer.
  241. 2021-05-06 Stafford Horne <shorne@gmail.com>
  242. PR 21464
  243. * or1k-asm.c: Regenerate.
  244. 2021-05-01 Max Filippov <jcmvbkbc@gmail.com>
  245. * xtensa-dis.c (print_insn_xtensa): Fill in info->insn_type and
  246. info->insn_info_valid.
  247. 2021-04-26 Jan Beulich <jbeulich@suse.com>
  248. * i386-opc.tbl (lea): Add Optimize.
  249. * opcodes/i386-tbl.h: Re-generate.
  250. 2020-04-23 Max Filippov <jcmvbkbc@gmail.com>
  251. * xtensa-dis.c (print_xtensa_operand): For PC-relative operand
  252. of l32r fetch and display referenced literal value.
  253. 2021-04-23 Max Filippov <jcmvbkbc@gmail.com>
  254. * xtensa-dis.c (print_insn_xtensa): Set info->bytes_per_chunk
  255. to 4 for literal disassembly.
  256. 2021-04-19 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
  257. * aarch64-opc.c: Add new registers (RPAOS, RPALOS, PAALLOS, PAALL) support
  258. for TLBI instruction.
  259. 2021-04-19 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
  260. * aarch64-opc.c: Add new register (CIPAPA, CIGDPAPA) support for
  261. DC instruction.
  262. 2021-04-19 Jan Beulich <jbeulich@suse.com>
  263. * aarch64-asm.c (encode_asimd_fcvt): Add initializer for
  264. "qualifier".
  265. (convert_mov_to_movewide): Add initializer for "value".
  266. 2021-04-16 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
  267. * aarch64-opc.c: Add RME system registers.
  268. 2021-04-16 Lifang Xia <lifang_xia@c-sky.com>
  269. * riscv-opc.c (riscv_opcodes): New insn alias for addi. Compress
  270. "addi d,CV,z" to "c.mv d,CV".
  271. 2021-04-12 Alan Modra <amodra@gmail.com>
  272. * configure.ac (--enable-checking): Add support.
  273. * config.in: Regenerate.
  274. * configure: Regenerate.
  275. 2021-04-09 Tejas Belagod <tejas.belagod@arm.com>
  276. * aarch64-tbl.h (struct aarch64_opcode aarch64_opcode_table): Reclassify
  277. LD64/ST64 instructions to lse_atomic instead of ldstexcl.
  278. 2021-04-09 Alan Modra <amodra@gmail.com>
  279. * ppc-dis.c (struct dis_private): Add "special".
  280. (POWERPC_DIALECT): Delete. Replace uses with..
  281. (private_data): ..this. New inline function.
  282. (disassemble_init_powerpc): Init "special" names.
  283. (skip_optional_operands): Add is_pcrel arg, set when detecting R
  284. field of prefix instructions.
  285. (bsearch_reloc, print_got_plt): New functions.
  286. (print_insn_powerpc): For pcrel instructions, print target address
  287. and symbol if known, and decode plt and got loads too.
  288. 2021-04-08 Alan Modra <amodra@gmail.com>
  289. PR 27684
  290. * ppc-opc.c (powerpc_opcodes): Correct usprg typos, add mfpir.
  291. 2021-04-08 Alan Modra <amodra@gmail.com>
  292. PR 27676
  293. * ppc-opc.c (DCBT_EO): Move earlier.
  294. (insert_thct, extract_thct, insert_thds, extract_thds): New functions.
  295. (powerpc_operands): Add THCT and THDS entries.
  296. (powerpc_opcodes): Add dcbtstct, dcbtstds, dcbna, dcbtct, dcbtds.
  297. 2021-04-06 Alan Modra <amodra@gmail.com>
  298. * dis-buf.c (generic_symbol_at_address): Return symbol* NULL.
  299. * s12z-dis.c (decode_possible_symbol): Use symbol returned from
  300. symbol_at_address_func.
  301. 2021-04-05 Alan Modra <amodra@gmail.com>
  302. * configure.ac: Don't check for limits.h, string.h, strings.h or
  303. stdlib.h.
  304. (AC_ISC_POSIX): Don't invoke.
  305. * sysdep.h: Include stdlib.h and string.h unconditionally.
  306. * i386-opc.h: Include limits.h unconditionally.
  307. * wasm32-dis.c: Likewise.
  308. * cgen-opc.c: Don't include alloca-conf.h.
  309. * config.in: Regenerate.
  310. * configure: Regenerate.
  311. 2021-04-01 Martin Liska <mliska@suse.cz>
  312. * arm-dis.c (strneq): Remove strneq and use startswith.
  313. * cr16-dis.c (print_insn_cr16): Likewise.
  314. * score-dis.c (streq): Likewise.
  315. (strneq): Likewise.
  316. * score7-dis.c (strneq): Likewise.
  317. 2021-04-01 Alan Modra <amodra@gmail.com>
  318. PR 27675
  319. * ppc-opc.c (powerpc_opcodes): Add mfummcr2 and mfmmcr2.
  320. 2021-03-31 Alan Modra <amodra@gmail.com>
  321. * sysdep.h (POISON_BFD_BOOLEAN): Define.
  322. * aarch64-asm-2.c, * aarch64-asm.c, * aarch64-asm.h,
  323. * aarch64-dis-2.c, * aarch64-dis.c, * aarch64-dis.h,
  324. * aarch64-gen.c, * aarch64-opc.c, * aarch64-opc.h, * arc-dis.c,
  325. * arc-dis.h, * arc-fxi.h, * arc-opc.c, * arm-dis.c, * bfin-dis.c,
  326. * cris-dis.c, * csky-dis.c, * csky-opc.h, * dis-buf.c,
  327. * disassemble.c, * frv-opc.c, * frv-opc.h, * h8300-dis.c,
  328. * i386-dis.c, * m68k-dis.c, * metag-dis.c, * microblaze-dis.c,
  329. * microblaze-dis.h, * micromips-opc.c, * mips-dis.c,
  330. * mips-formats.h, * mips-opc.c, * mips16-opc.c, * mmix-dis.c,
  331. * msp430-dis.c, * nds32-dis.c, * nfp-dis.c, * nios2-dis.c,
  332. * ppc-dis.c, * riscv-dis.c, * score-dis.c, * score7-dis.c,
  333. * tic6x-dis.c, * v850-dis.c, * vax-dis.c, * wasm32-dis.c,
  334. * xtensa-dis.c: Replace bfd_boolean with bool, FALSE with false,
  335. and TRUE with true throughout.
  336. 2021-03-31 Alan Modra <amodra@gmail.com>
  337. * aarch64-dis.c: Include stdint.h in place of bfd_stdint.h.
  338. * aarch64-dis.h: Likewise.
  339. * aarch64-opc.c: Likewise.
  340. * avr-dis.c: Likewise.
  341. * csky-dis.c: Likewise.
  342. * nds32-asm.c: Likewise.
  343. * nds32-dis.c: Likewise.
  344. * nfp-dis.c: Likewise.
  345. * riscv-dis.c: Likewise.
  346. * s12z-dis.c: Likewise.
  347. * wasm32-dis.c: Likewise.
  348. 2021-03-30 Jan Beulich <jbeulich@suse.com>
  349. * i386-opc.c (cs, ds, ss, es, fs, gs): Delete.
  350. (i386_seg_prefixes): New.
  351. * i386-opc.h (cs, ds, ss, es, fs, gs): Delete.
  352. (i386_seg_prefixes): Declare.
  353. 2021-03-30 Jan Beulich <jbeulich@suse.com>
  354. * i386-opc.h (REGNAM_AL, REGNAM_AX, REGNAM_EAX): Delete.
  355. 2021-03-30 Jan Beulich <jbeulich@suse.com>
  356. * i386-opc.h (REGNAM_AL, REGNAM_AX, REGNAM_EAX): Adjust values.
  357. * i386-reg.tbl (st): Move down.
  358. (st(0)): Delete. Extend comment.
  359. * i386-tbl.h: Re-generate.
  360. 2021-03-29 Jan Beulich <jbeulich@suse.com>
  361. * i386-opc.tbl (movq, movabs): Move next to mov counterparts.
  362. (cmpsd): Move next to cmps.
  363. (movsd): Move next to movs.
  364. (cmpxchg16b): Move to separate section.
  365. (fisttp, fisttpll): Likewise.
  366. (monitor, mwait): Likewise.
  367. * i386-tbl.h: Re-generate.
  368. 2021-03-29 Jan Beulich <jbeulich@suse.com>
  369. * i386-opc.tbl (psadbw): Add <sse2:comm>.
  370. (vpsadbw): Add C.
  371. * i386-tbl.h: Re-generate.
  372. 2021-03-29 Jan Beulich <jbeulich@suse.com>
  373. * i386-opc.tbl (mmx, sse, sse2, sse3, ssse3, sse41, sse42, aes,
  374. pclmul, gfni): New templates. Use them wherever possible. Move
  375. SSE4.1 pextrw into respective section.
  376. * i386-tbl.h: Re-generate.
  377. 2021-03-29 Jan Beulich <jbeulich@suse.com>
  378. * i386-gen.c (output_i386_opcode): Widen type of "opcode". Use
  379. strtoull(). Bump upper loop bound. Widen masks. Sanity check
  380. "length".
  381. * i386-opc.tbl (Prefix_0X66, Prefix_0XF2, Prefix_0XF3): Delete.
  382. Convert all of their uses to representation in opcode.
  383. 2021-03-29 Jan Beulich <jbeulich@suse.com>
  384. * i386-opc.h (struct insn_template): Shrink base_opcode to 16
  385. bits. Shrink extension_opcode to 9 bits. Make it signed. Change
  386. value of None. Shrink operands to 3 bits.
  387. 2021-03-29 Jan Beulich <jbeulich@suse.com>
  388. * i386-gen.c (process_i386_opcode_modifier): New parameter
  389. "space".
  390. (output_i386_opcode): New local variable "space". Adjust
  391. process_i386_opcode_modifier() invocation.
  392. (process_i386_opcodes): Adjust process_i386_opcode_modifier()
  393. invocation.
  394. * i386-tbl.h: Re-generate.
  395. 2021-03-29 Alan Modra <amodra@gmail.com>
  396. * aarch64-opc.c (vector_qualifier_p): Simplify boolean expression.
  397. (fp_qualifier_p, get_data_pattern): Likewise.
  398. (aarch64_get_operand_modifier_from_value): Likewise.
  399. (aarch64_extend_operator_p, aarch64_shift_operator_p): Likewise.
  400. (operand_variant_qualifier_p): Likewise.
  401. (qualifier_value_in_range_constraint_p): Likewise.
  402. (aarch64_get_qualifier_esize): Likewise.
  403. (aarch64_get_qualifier_nelem): Likewise.
  404. (aarch64_get_qualifier_standard_value): Likewise.
  405. (get_lower_bound, get_upper_bound): Likewise.
  406. (aarch64_find_best_match, match_operands_qualifier): Likewise.
  407. (aarch64_print_operand): Likewise.
  408. * aarch64-opc.h (operand_has_inserter, operand_has_extractor): Likewise.
  409. (operand_need_sign_extension, operand_need_shift_by_two): Likewise.
  410. (operand_need_shift_by_four, operand_maybe_stack_pointer): Likewise.
  411. * arm-dis.c (print_insn_mve, print_insn_thumb32): Likewise.
  412. * tic6x-dis.c (tic6x_check_fetch_packet_header): Likewise.
  413. (print_insn_tic6x): Likewise.
  414. 2021-03-29 Alan Modra <amodra@gmail.com>
  415. * arc-dis.c (extract_operand_value): Correct NULL cast.
  416. * frv-opc.h: Regenerate.
  417. 2021-03-26 Jan Beulich <jbeulich@suse.com>
  418. * i386-opc.tbl (movq): Add CpuSSE2 to SSE2 form. Add CpuMMX to
  419. MMX form.
  420. * i386-tbl.h: Re-generate.
  421. 2021-03-25 Abid Qadeer <abidh@codesourcery.com>
  422. * nios2-dis.c (nios2_print_insn_arg): Fix sign extension of
  423. immediate in br.n instruction.
  424. 2021-03-25 Jan Beulich <jbeulich@suse.com>
  425. * i386-dis.c (XMGatherD, VexGatherD): New.
  426. (vex_table): Use VexGatherD for vpgatherd* and vgatherdp*.
  427. (print_insn): Check masking for S/G insns.
  428. (OP_E_memory): New local variable check_gather. Extend mandatory
  429. SIB check. Check register conflicts for (EVEX-encoded) gathers.
  430. Extend check for disallowed 16-bit addressing.
  431. (OP_VEX): New local variables modrm_reg and sib_index. Convert
  432. if()s to switch(). Check register conflicts for (VEX-encoded)
  433. gathers. Drop no longer reachable cases.
  434. * i386-dis-evex.h (evex_table): Use XMGatherD for vpgatherd* and
  435. vgatherdp*.
  436. 2021-03-25 Jan Beulich <jbeulich@suse.com>
  437. * i386-dis.c (print_insn): Mark as bad EVEX encodings specifying
  438. zeroing-masking without masking.
  439. 2021-03-25 Jan Beulich <jbeulich@suse.com>
  440. * i386-opc.tbl (invlpgb): Fix multi-operand form.
  441. (pvalidate, rmpupdate, rmpadjust): Add multi-operand forms. Mark
  442. single-operand forms as deprecated.
  443. * i386-tbl.h: Re-generate.
  444. 2021-03-25 Alan Modra <amodra@gmail.com>
  445. PR 27647
  446. * ppc-opc.c (XLOCB_MASK): Delete.
  447. (XLBOBB_MASK, XLBOBIBB_MASK, XLBOCBBB_MASK): Define using
  448. XLBH_MASK.
  449. (powerpc_opcodes): Accept a BH field on all extended forms of
  450. bclr, bclrl, bcctr, bcctrl, bctar, bctarl.
  451. 2021-03-24 Jan Beulich <jbeulich@suse.com>
  452. * i386-gen.c (output_i386_opcode): Drop processing of
  453. opcode_length. Calculate length from base_opcode. Adjust prefix
  454. encoding determination.
  455. (process_i386_opcodes): Drop output of fake opcode_length.
  456. * i386-opc.h (struct insn_template): Drop opcode_length field.
  457. * i386-opc.tbl: Drop opcode length field from all templates.
  458. * i386-tbl.h: Re-generate.
  459. 2021-03-24 Jan Beulich <jbeulich@suse.com>
  460. * i386-gen.c (process_i386_opcode_modifier): Return void. New
  461. parameter "prefix". Drop local variable "regular_encoding".
  462. Record prefix setting / check for consistency.
  463. (output_i386_opcode): Parse opcode_length and base_opcode
  464. earlier. Derive prefix encoding. Drop no longer applicable
  465. consistency checking. Adjust process_i386_opcode_modifier()
  466. invocation.
  467. (process_i386_opcodes): Adjust process_i386_opcode_modifier()
  468. invocation.
  469. * i386-tbl.h: Re-generate.
  470. 2021-03-24 Jan Beulich <jbeulich@suse.com>
  471. * i386-gen.c (process_i386_opcode_modifier): Drop IsPrefix
  472. check.
  473. * i386-opc.h (Prefix_*): Move #define-s.
  474. * i386-opc.tbl: Move pseudo prefix enumerator values to
  475. extension opcode field. Introduce pseudopfx template.
  476. * i386-tbl.h: Re-generate.
  477. 2021-03-23 Jan Beulich <jbeulich@suse.com>
  478. * i386-opc.h (PREFIX_0XF2, PREFIX_0XF3): Excahnge values. Extend
  479. comment.
  480. * i386-tbl.h: Re-generate.
  481. 2021-03-23 Jan Beulich <jbeulich@suse.com>
  482. * i386-opc.h (struct insn_template): Move cpu_flags field past
  483. opcode_modifier one.
  484. * i386-tbl.h: Re-generate.
  485. 2021-03-23 Jan Beulich <jbeulich@suse.com>
  486. * i386-gen.c (opcode_modifiers): New OpcodeSpace element.
  487. * i386-opc.h (OpcodeSpace): New enumerator.
  488. (VEX0F, VEX0F38, VEX0F3A, XOP08, XOP09, XOP0A): Rename to ...
  489. (SPACE_BASE, SPACE_0F, SPACE_0F38, SPACE_0F3A, SPACE_XOP08,
  490. SPACE_XOP09, SPACE_XOP0A): ... respectively.
  491. (struct i386_opcode_modifier): New field opcodespace. Shrink
  492. opcodeprefix field.
  493. i386-opc.tbl (Space0F, Space0F38, Space0F3A, SpaceXOP08,
  494. SpaceXOP09, SpaceXOP0A): Define. Use them to replace
  495. OpcodePrefix uses.
  496. * i386-tbl.h: Re-generate.
  497. 2021-03-22 Martin Liska <mliska@suse.cz>
  498. * aarch64-dis.c (parse_aarch64_dis_option): Replace usage of CONST_STRNEQ with startswith.
  499. * arc-dis.c (parse_option): Likewise.
  500. * arm-dis.c (parse_arm_disassembler_options): Likewise.
  501. * cris-dis.c (print_with_operands): Likewise.
  502. * h8300-dis.c (bfd_h8_disassemble): Likewise.
  503. * i386-dis.c (print_insn): Likewise.
  504. * ia64-gen.c (fetch_insn_class): Likewise.
  505. (parse_resource_users): Likewise.
  506. (in_iclass): Likewise.
  507. (lookup_specifier): Likewise.
  508. (insert_opcode_dependencies): Likewise.
  509. * mips-dis.c (parse_mips_ase_option): Likewise.
  510. (parse_mips_dis_option): Likewise.
  511. * s390-dis.c (disassemble_init_s390): Likewise.
  512. * wasm32-dis.c (parse_wasm32_disassembler_options): Likewise.
  513. 2021-03-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
  514. * riscv-opc.c (riscv_opcodes): Add zba, zbb and zbc instructions.
  515. 2021-03-12 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
  516. * aarch64-opc.c: Add lorc_el1, lorea_el1, lorn_el1, lorsa_el1,
  517. icc_ctlr_el3, icc_sre_elx, ich_vtr_el2 system registers.
  518. 2021-03-12 Alan Modra <amodra@gmail.com>
  519. * i386-dis.c (print_insn <PREFIX_IGNORED>): Correct typo.
  520. 2021-03-11 Jan Beulich <jbeulich@suse.com>
  521. * i386-dis.c (OP_XMM): Re-order checks.
  522. 2021-03-11 Jan Beulich <jbeulich@suse.com>
  523. * i386-dis.c (putop): Drop need_vex check when also checking
  524. vex.evex.
  525. (intel_operand_size, OP_E_memory): Drop vex.evex check when also
  526. checking vex.b.
  527. 2021-03-11 Jan Beulich <jbeulich@suse.com>
  528. * i386-dis.c (OP_E_memory): Drop xmmq_mode from broadcast
  529. checks. Move case label past broadcast check.
  530. 2021-03-10 Jan Beulich <jbeulich@suse.com>
  531. * opcodes/i386-dis.c (MVexVSIBDQWpX, MVexVSIBQDWpX,
  532. vex_vsib_d_w_d_mode, vex_vsib_q_w_d_mode,
  533. REG_EVEX_0F38C7_M_0_L_2_W_0, REG_EVEX_0F38C7_M_0_L_2_W_1,
  534. EVEX_W_0F3891, EVEX_W_0F3893, EVEX_W_0F38A1, EVEX_W_0F38A3,
  535. EVEX_W_0F38C7_M_0_L_2): Delete.
  536. (REG_EVEX_0F38C7_M_0_L_2): New.
  537. (intel_operand_size): Handle VEX and EVEX the same for
  538. vex_vsib_d_w_dq_mode and vex_vsib_q_w_dq_mode. Drop
  539. vex_vsib_d_w_d_mode and vex_vsib_q_w_d_mode cases.
  540. (OP_E_memory, OP_XMM, OP_VEX): Drop vex_vsib_d_w_d_mode and
  541. vex_vsib_q_w_d_mode uses.
  542. * i386-dis-evex.h (evex_table): Adjust opcode 0F3891, 0F3893,
  543. 0F38A1, and 0F38A3 entries.
  544. * i386-dis-evex-len.h (evex_len_table): Adjust opcode 0F38C7
  545. entry.
  546. * i386-dis-evex-reg.h: Fold opcode 0F38C7 entries.
  547. * i386-dis-evex-w.h: Delete opcode 0F3891, 0F3893, 0F38A1, and
  548. 0F38A3 entries.
  549. 2021-03-10 Jan Beulich <jbeulich@suse.com>
  550. * opcodes/i386-dis.c (REG_0FXOP_09_01_L_0, REG_0FXOP_09_02_L_0,
  551. REG_0FXOP_09_12_M_1_L_0, REG_0FXOP_0A_12_L_0,
  552. MOD_VEX_0FXOP_09_12): Rename to ...
  553. (REG_XOP_09_01_L_0, REG_XOP_09_02_L_0, REG_XOP_09_12_M_1_L_0,
  554. REG_XOP_0A_12_L_0, MOD_XOP_09_12): ... these.
  555. (MOD_62_32BIT, MOD_8D, MOD_C4_32BIT, MOD_C5_32BIT,
  556. RM_0F3A0F_P_1_MOD_3_REG_0, X86_64_0F24, X86_64_0F26,
  557. X86_64_VEX_0F3849, X86_64_VEX_0F384B, X86_64_VEX_0F385C,
  558. X86_64_VEX_0F385E, X86_64_0FC7_REG_6_MOD_3_PREFIX_1): Move.
  559. (reg_table): Adjust comments.
  560. (x86_64_table): Move X86_64_0F24, X86_64_0F26,
  561. X86_64_VEX_0F3849, X86_64_VEX_0F384B, X86_64_VEX_0F385C,
  562. X86_64_VEX_0F385E, and X86_64_0FC7_REG_6_MOD_3_PREFIX_1 entries.
  563. (xop_table): Adjust opcode 09_01, 09_02, and 09_12 entries.
  564. (vex_len_table): Adjust opcode 0A_12 entry.
  565. (mod_table): Move MOD_62_32BIT, MOD_8D, MOD_C4_32BIT,
  566. MOD_C5_32BIT, and MOD_XOP_09_12 entries.
  567. (rm_table): Move hreset entry.
  568. 2021-03-10 Jan Beulich <jbeulich@suse.com>
  569. * opcodes/i386-dis.c (EVEX_LEN_0F6E, EVEX_LEN_0F7E_P_1,
  570. EVEX_LEN_0F7E_P_2, EVEX_LEN_0FC4, EVEX_LEN_0FC5, EVEX_LEN_0FD6,
  571. EVEX_LEN_0F3816, EVEX_LEN_0F3A14, EVEX_LEN_0F3A15,
  572. EVEX_LEN_0F3A16, EVEX_LEN_0F3A17, EVEX_LEN_0F3A20,
  573. EVEX_LEN_0F3A21_W_0, EVEX_LEN_0F3A22, EVEX_W_0FD6_L_0): Delete.
  574. (EVEX_LEN_0F3816, EVEX_W_0FD6): New.
  575. (get_valid_dis386): Also handle 512-bit vector length when
  576. vectoring into vex_len_table[].
  577. * i386-dis-evex.h (evex_table): Adjust opcode 0F6E, 0FC4, 0FC5,
  578. 0FD6, 0F3A14, 0F3A15, 0F3A16, 0F3A17, 0F3A20, and 0F3A22
  579. entries.
  580. * i386-dis-evex-len.h: Delete opcode 0F6E, 0FC4, 0FC5, 0FD6,
  581. 0F3A14, 0F3A15, 0F3A16, 0F3A17, 0F3A20, and 0F3A22 entries.
  582. * i386-dis-evex-prefix.h: Adjust 0F7E entry.
  583. * i386-dis-evex-w.h: Adjust 0F7E, 0F7F, 0FD6, and 0F3A21
  584. entries.
  585. 2021-03-10 Jan Beulich <jbeulich@suse.com>
  586. * opcodes/i386-dis.c (EVEX_LEN_0F3A00_W_1, EVEX_LEN_0F3A01_W_1):
  587. Rename to EVEX_LEN_0F3A00 and EVEX_LEN_0F3A01 respectively.
  588. EVEX_W_0F3A00, EVEX_W_0F3A01): Delete.
  589. * i386-dis-evex.h (evex_table): Adjust opcode 0F3A00 and 0F3A01
  590. entries.
  591. * i386-dis-evex-len.h (evex_len_table): Likewise.
  592. * i386-dis-evex-w.h: Remove opcode 0F3A00 and 0F3A01 entries.
  593. 2021-03-10 Jan Beulich <jbeulich@suse.com>
  594. * opcodes/i386-dis.c (REG_EVEX_0F38C6, REG_EVEX_0F38C7,
  595. MOD_EVEX_0F381A_W_0, MOD_EVEX_0F381A_W_1, MOD_EVEX_0F381B_W_0,
  596. MOD_EVEX_0F381B_W_1, MOD_EVEX_0F385A_W_0, MOD_EVEX_0F385A_W_1,
  597. MOD_EVEX_0F385B_W_0, MOD_EVEX_0F385B_W_1,
  598. MOD_EVEX_0F38C6_REG_1, MOD_EVEX_0F38C6_REG_2,
  599. MOD_EVEX_0F38C6_REG_5, MOD_EVEX_0F38C6_REG_6,
  600. MOD_EVEX_0F38C7_REG_1, MOD_EVEX_0F38C7_REG_2,
  601. MOD_EVEX_0F38C7_REG_5, MOD_EVEX_0F38C7_REG_6
  602. EVEX_LEN_0F3819_W_0, EVEX_LEN_0F3819_W_1,
  603. EVEX_LEN_0F381A_W_0_M_0, EVEX_LEN_0F381A_W_1_M_0,
  604. EVEX_LEN_0F381B_W_0_M_0, EVEX_LEN_0F381B_W_1_M_0,
  605. EVEX_LEN_0F385A_W_0_M_0, EVEX_LEN_0F385A_W_1_M_0,
  606. EVEX_LEN_0F385B_W_0_M_0, EVEX_LEN_0F385B_W_1_M_0,
  607. EVEX_LEN_0F38C6_R_1_M_0, EVEX_LEN_0F38C6_R_2_M_0,
  608. EVEX_LEN_0F38C6_R_5_M_0, EVEX_LEN_0F38C6_R_6_M_0,
  609. EVEX_LEN_0F38C7_R_1_M_0_W_0, EVEX_LEN_0F38C7_R_1_M_0_W_1,
  610. EVEX_LEN_0F38C7_R_2_M_0_W_0, EVEX_LEN_0F38C7_R_2_M_0_W_1,
  611. EVEX_LEN_0F38C7_R_5_M_0_W_0, EVEX_LEN_0F38C7_R_5_M_0_W_1,
  612. EVEX_LEN_0F38C7_R_6_M_0_W_0, EVEX_LEN_0F38C7_R_6_M_0_W_1,
  613. EVEX_LEN_0F3A18_W_0, EVEX_LEN_0F3A18_W_1, EVEX_LEN_0F3A19_W_0,
  614. EVEX_LEN_0F3A19_W_1, EVEX_LEN_0F3A1A_W_0, EVEX_LEN_0F3A1A_W_1,
  615. EVEX_LEN_0F3A1B_W_0, EVEX_LEN_0F3A1B_W_1, EVEX_LEN_0F3A23_W_0,
  616. EVEX_LEN_0F3A23_W_1, EVEX_LEN_0F3A38_W_0, EVEX_LEN_0F3A38_W_1,
  617. EVEX_LEN_0F3A39_W_0, EVEX_LEN_0F3A39_W_1, EVEX_LEN_0F3A3A_W_0,
  618. EVEX_LEN_0F3A3A_W_1, EVEX_LEN_0F3A3B_W_0, EVEX_LEN_0F3A3B_W_1,
  619. EVEX_LEN_0F3A43_W_0, EVEX_LEN_0F3A43_W_1 EVEX_W_0F3819,
  620. EVEX_W_0F381A, EVEX_W_0F381B, EVEX_W_0F385A, EVEX_W_0F385B,
  621. EVEX_W_0F38C7_R_1_M_0, EVEX_W_0F38C7_R_2_M_0,
  622. EVEX_W_0F38C7_R_5_M_0, EVEX_W_0F38C7_R_6_M_0,
  623. EVEX_W_0F3A18, EVEX_W_0F3A19, EVEX_W_0F3A1A, EVEX_W_0F3A1B,
  624. EVEX_W_0F3A23, EVEX_W_0F3A38, EVEX_W_0F3A39, EVEX_W_0F3A3A,
  625. EVEX_W_0F3A3B, EVEX_W_0F3A43): Delete.
  626. REG_EVEX_0F38C6_M_0_L_2, REG_EVEX_0F38C7_M_0_L_2_W_0,
  627. REG_EVEX_0F38C7_M_0_L_2_W_1, MOD_EVEX_0F381A,
  628. MOD_EVEX_0F381B, MOD_EVEX_0F385A, MOD_EVEX_0F385B,
  629. MOD_EVEX_0F38C6, MOD_EVEX_0F38C7 EVEX_LEN_0F3819,
  630. EVEX_LEN_0F381A_M_0, EVEX_LEN_0F381B_M_0,
  631. EVEX_LEN_0F385A_M_0, EVEX_LEN_0F385B_M_0,
  632. EVEX_LEN_0F38C6_M_0, EVEX_LEN_0F38C7_M_0,
  633. EVEX_LEN_0F3A18, EVEX_LEN_0F3A19, EVEX_LEN_0F3A1A,
  634. EVEX_LEN_0F3A1B, EVEX_LEN_0F3A23, EVEX_LEN_0F3A38,
  635. EVEX_LEN_0F3A39, EVEX_LEN_0F3A3A, EVEX_LEN_0F3A3B,
  636. EVEX_LEN_0F3A43, EVEX_W_0F3819_L_n, EVEX_W_0F381A_M_0_L_n,
  637. EVEX_W_0F381B_M_0_L_2, EVEX_W_0F385A_M_0_L_n,
  638. EVEX_W_0F385B_M_0_L_2, EVEX_W_0F38C7_M_0_L_2,
  639. EVEX_W_0F3A18_L_n, EVEX_W_0F3A19_L_n, EVEX_W_0F3A1A_L_2,
  640. EVEX_W_0F3A1B_L_2, EVEX_W_0F3A23_L_n, EVEX_W_0F3A38_L_n,
  641. EVEX_W_0F3A39_L_n, EVEX_W_0F3A3A_L_2, EVEX_W_0F3A3B_L_2,
  642. EVEX_W_0F3A43_L_n): New.
  643. * i386-dis-evex.h (evex_table): Adjust opcode 0F3819, 0F381A,
  644. 0F381B, 0F385A, 0F385B, 0F38C7, 0F3A18, 0F3A19, 0F3A1A, 0F3A1B,
  645. 0F3A23, 0F3A38, 0F3A39, 0F3A3A, 0F3A3B, and 0F3A43 entries.
  646. * i386-dis-evex-len.h (evex_len_table): Link to vex_w_table[]
  647. for opcodes 0F3819, 0F381A, 0F381B, 0F385A, 0F385B, 0F38C7,
  648. 0F3A18, 0F3A19, 0F3A1A, 0F3A1B, 0F3A23, 0F3A38, 0F3A39, 0F3A3A,
  649. 0F3A3B, and 0F3A43. Link to reg_table[] for opcodes 0F38C6.
  650. * i386-dis-evex-mod.h: Adjust opcode 0F381A, 0F381B, 0F385A,
  651. 0F385B, 0F38C6, and 0F38C7 entries.
  652. * i386-dis-evex-reg.h: No longer link to mod_table[] for opcodes
  653. 0F38C6 and 0F38C7.
  654. * i386-dis-evex-w.h: No longer link to evex_len_table[] for
  655. opcodes 0F3819, 0F38C7, 0F3A18, 0F3A19, 0F3A1A, 0F3A1B, 0F3A23,
  656. 0F3A38, 0F3A39, 0F3A3A, 0F3A3B, and 0F3A43. No longer link to
  657. evex_len_table[] for opcodes 0F381A, 0F381B, 0F385A, and 0F385B.
  658. 2021-03-10 Jan Beulich <jbeulich@suse.com>
  659. * opcodes/i386-dis.c (MOD_VEX_W_0_0F41_P_0_LEN_1,
  660. MOD_VEX_W_1_0F41_P_0_LEN_1, MOD_VEX_W_0_0F41_P_2_LEN_1,
  661. MOD_VEX_W_1_0F41_P_2_LEN_1, MOD_VEX_W_0_0F42_P_0_LEN_1,
  662. MOD_VEX_W_1_0F42_P_0_LEN_1, MOD_VEX_W_0_0F42_P_2_LEN_1,
  663. MOD_VEX_W_1_0F42_P_2_LEN_1, MOD_VEX_W_0_0F44_P_0_LEN_1,
  664. MOD_VEX_W_1_0F44_P_0_LEN_1, MOD_VEX_W_0_0F44_P_2_LEN_1,
  665. MOD_VEX_W_1_0F44_P_2_LEN_1, MOD_VEX_W_0_0F45_P_0_LEN_1,
  666. MOD_VEX_W_1_0F45_P_0_LEN_1, MOD_VEX_W_0_0F45_P_2_LEN_1,
  667. MOD_VEX_W_1_0F45_P_2_LEN_1, MOD_VEX_W_0_0F46_P_0_LEN_1,
  668. MOD_VEX_W_1_0F46_P_0_LEN_1, MOD_VEX_W_0_0F46_P_2_LEN_1,
  669. MOD_VEX_W_1_0F46_P_2_LEN_1, MOD_VEX_W_0_0F47_P_0_LEN_1,
  670. MOD_VEX_W_1_0F47_P_0_LEN_1, MOD_VEX_W_0_0F47_P_2_LEN_1,
  671. MOD_VEX_W_1_0F47_P_2_LEN_1, MOD_VEX_W_0_0F4A_P_0_LEN_1,
  672. MOD_VEX_W_1_0F4A_P_0_LEN_1, MOD_VEX_W_0_0F4A_P_2_LEN_1,
  673. MOD_VEX_W_1_0F4A_P_2_LEN_1, MOD_VEX_W_0_0F4B_P_0_LEN_1,
  674. MOD_VEX_W_1_0F4B_P_0_LEN_1, MOD_VEX_W_0_0F4B_P_2_LEN_1,
  675. MOD_VEX_W_0_0F91_P_0_LEN_0, MOD_VEX_W_1_0F91_P_0_LEN_0,
  676. MOD_VEX_W_0_0F91_P_2_LEN_0, MOD_VEX_W_1_0F91_P_2_LEN_0,
  677. MOD_VEX_W_0_0F92_P_0_LEN_0, MOD_VEX_W_0_0F92_P_2_LEN_0,
  678. MOD_VEX_0F92_P_3_LEN_0, MOD_VEX_W_0_0F93_P_0_LEN_0,
  679. MOD_VEX_W_0_0F93_P_2_LEN_0, MOD_VEX_0F93_P_3_LEN_0,
  680. MOD_VEX_W_0_0F98_P_0_LEN_0, MOD_VEX_W_1_0F98_P_0_LEN_0,
  681. MOD_VEX_W_0_0F98_P_2_LEN_0, MOD_VEX_W_1_0F98_P_2_LEN_0,
  682. MOD_VEX_W_0_0F99_P_0_LEN_0, MOD_VEX_W_1_0F99_P_0_LEN_0,
  683. MOD_VEX_W_0_0F99_P_2_LEN_0, MOD_VEX_W_1_0F99_P_2_LEN_0,
  684. PREFIX_VEX_0F41, PREFIX_VEX_0F42, PREFIX_VEX_0F44,
  685. PREFIX_VEX_0F45, PREFIX_VEX_0F46, PREFIX_VEX_0F47,
  686. PREFIX_VEX_0F4A, PREFIX_VEX_0F4B, PREFIX_VEX_0F90,
  687. PREFIX_VEX_0F91, PREFIX_VEX_0F92, PREFIX_VEX_0F93,
  688. PREFIX_VEX_0F98, PREFIX_VEX_0F99, VEX_LEN_0F41_P_0,
  689. VEX_LEN_0F41_P_2, VEX_LEN_0F42_P_0, VEX_LEN_0F42_P_2,
  690. VEX_LEN_0F44_P_0, VEX_LEN_0F44_P_2, VEX_LEN_0F45_P_0,
  691. VEX_LEN_0F45_P_2, VEX_LEN_0F46_P_0, VEX_LEN_0F46_P_2,
  692. VEX_LEN_0F47_P_0, VEX_LEN_0F47_P_2, VEX_LEN_0F4A_P_0,
  693. VEX_LEN_0F4A_P_2, VEX_LEN_0F4B_P_0, VEX_LEN_0F4B_P_2,
  694. VEX_LEN_0F90_P_0, VEX_LEN_0F90_P_2, VEX_LEN_0F91_P_0,
  695. VEX_LEN_0F91_P_2, VEX_LEN_0F92_P_0, VEX_LEN_0F92_P_2,
  696. VEX_LEN_0F92_P_3, VEX_LEN_0F93_P_0, VEX_LEN_0F93_P_2,
  697. VEX_LEN_0F93_P_3, VEX_LEN_0F98_P_0, VEX_LEN_0F98_P_2,
  698. VEX_LEN_0F99_P_0, VEX_LEN_0F99_P_2, VEX_W_0F41_P_0_LEN_1,
  699. VEX_W_0F41_P_2_LEN_1, VEX_W_0F42_P_0_LEN_1,
  700. VEX_W_0F42_P_2_LEN_1, VEX_W_0F44_P_0_LEN_0,
  701. VEX_W_0F44_P_2_LEN_0, VEX_W_0F45_P_0_LEN_1,
  702. VEX_W_0F45_P_2_LEN_1, VEX_W_0F46_P_0_LEN_1,
  703. VEX_W_0F46_P_2_LEN_1, VEX_W_0F47_P_0_LEN_1,
  704. VEX_W_0F47_P_2_LEN_1, VEX_W_0F4A_P_0_LEN_1,
  705. VEX_W_0F4A_P_2_LEN_1, VEX_W_0F4B_P_0_LEN_1,
  706. VEX_W_0F4B_P_2_LEN_1, VEX_W_0F90_P_0_LEN_0,
  707. VEX_W_0F90_P_2_LEN_0, VEX_W_0F91_P_0_LEN_0,
  708. VEX_W_0F91_P_2_LEN_0, VEX_W_0F92_P_0_LEN_0,
  709. VEX_W_0F92_P_2_LEN_0, VEX_W_0F93_P_0_LEN_0,
  710. VEX_W_0F93_P_2_LEN_0, VEX_W_0F98_P_0_LEN_0,
  711. VEX_W_0F98_P_2_LEN_0, VEX_W_0F99_P_0_LEN_0,
  712. VEX_W_0F99_P_2_LEN_0): Delete.
  713. MOD_VEX_0F41_L_1, MOD_VEX_0F42_L_1, MOD_VEX_0F44_L_0,
  714. MOD_VEX_0F45_L_1, MOD_VEX_0F46_L_1, MOD_VEX_0F47_L_1,
  715. MOD_VEX_0F4A_L_1, MOD_VEX_0F4B_L_1, MOD_VEX_0F91_L_0,
  716. MOD_VEX_0F92_L_0, MOD_VEX_0F93_L_0, MOD_VEX_0F98_L_0,
  717. MOD_VEX_0F99_L_0, PREFIX_VEX_0F41_L_1_M_1_W_0,
  718. PREFIX_VEX_0F41_L_1_M_1_W_1, PREFIX_VEX_0F42_L_1_M_1_W_0,
  719. PREFIX_VEX_0F42_L_1_M_1_W_1, PREFIX_VEX_0F44_L_0_M_1_W_0,
  720. PREFIX_VEX_0F44_L_0_M_1_W_1, PREFIX_VEX_0F45_L_1_M_1_W_0,
  721. PREFIX_VEX_0F45_L_1_M_1_W_1, PREFIX_VEX_0F46_L_1_M_1_W_0,
  722. PREFIX_VEX_0F46_L_1_M_1_W_1, PREFIX_VEX_0F47_L_1_M_1_W_0,
  723. PREFIX_VEX_0F47_L_1_M_1_W_1, PREFIX_VEX_0F4A_L_1_M_1_W_0,
  724. PREFIX_VEX_0F4A_L_1_M_1_W_1, PREFIX_VEX_0F4B_L_1_M_1_W_0,
  725. PREFIX_VEX_0F4B_L_1_M_1_W_1, PREFIX_VEX_0F90_L_0_W_0,
  726. PREFIX_VEX_0F90_L_0_W_1, PREFIX_VEX_0F91_L_0_M_0_W_0,
  727. PREFIX_VEX_0F91_L_0_M_0_W_1, PREFIX_VEX_0F92_L_0_M_1_W_0,
  728. PREFIX_VEX_0F92_L_0_M_1_W_1, PREFIX_VEX_0F93_L_0_M_1_W_0,
  729. PREFIX_VEX_0F93_L_0_M_1_W_1, PREFIX_VEX_0F98_L_0_M_1_W_0,
  730. PREFIX_VEX_0F98_L_0_M_1_W_1, PREFIX_VEX_0F99_L_0_M_1_W_0,
  731. PREFIX_VEX_0F99_L_0_M_1_W_1, VEX_LEN_0F41, VEX_LEN_0F42,
  732. VEX_LEN_0F44, VEX_LEN_0F45, VEX_LEN_0F46, VEX_LEN_0F47,
  733. VEX_LEN_0F4A, VEX_LEN_0F4B, VEX_LEN_0F90, VEX_LEN_0F91,
  734. VEX_LEN_0F92, VEX_LEN_0F93, VEX_LEN_0F98, VEX_LEN_0F99,
  735. VEX_W_0F41_L_1_M_1, VEX_W_0F42_L_1_M_1, VEX_W_0F44_L_0_M_1,
  736. VEX_W_0F45_L_1_M_1, VEX_W_0F46_L_1_M_1, VEX_W_0F47_L_1_M_1,
  737. VEX_W_0F4A_L_1_M_1, VEX_W_0F4B_L_1_M_1, VEX_W_0F90_L_0,
  738. VEX_W_0F91_L_0_M_0, VEX_W_0F92_L_0_M_1, VEX_W_0F93_L_0_M_1,
  739. VEX_W_0F98_L_0_M_1, VEX_W_0F99_L_0_M_1): New.
  740. (prefix_table): No longer link to vex_len_table[] for opcodes
  741. 0F41, 0F42, 0F44, 0F45, 0F46, 0F47, 0F4A, 0F4B, 0F90, 0F91,
  742. 0F92, 0F93, 0F98, and 0F99.
  743. (vex_table): Link to vex_len_table[] for opcodes 0F41, 0F42,
  744. 0F44, 0F45, 0F46, 0F47, 0F4A, 0F4B, 0F90, 0F91, 0F92, 0F93,
  745. 0F98, and 0F99.
  746. (vex_len_table): Link to mod_table[] for opcodes 0F41, 0F42,
  747. 0F44, 0F45, 0F46, 0F47, 0F4A, 0F4B, 0F90, 0F91, 0F92, 0F93,
  748. 0F98, and 0F99.
  749. (vex_w_table): Link to prefix_table[] for opcodes 0F41, 0F42,
  750. 0F44, 0F45, 0F46, 0F47, 0F4A, 0F4B, 0F90, 0F91, 0F92, 0F93,
  751. 0F98, and 0F99.
  752. (mod_table): Link to vex_w_table[] for opcodes 0F41, 0F42,
  753. 0F44, 0F45, 0F46, 0F47, 0F4A, 0F4B, 0F90, 0F91, 0F92, 0F93,
  754. 0F98, and 0F99.
  755. 2021-03-10 Jan Beulich <jbeulich@suse.com>
  756. * opcodes/i386-dis.c (VEX_REG_0F71, VEX_REG_0F72, VEX_REG_0F73):
  757. Rename to REG_VEX_0F71_M_0, REG_VEX_0F72_M_0, and
  758. REG_VEX_0F73_M_0 respectively.
  759. (MOD_VEX_0F71_REG_2, MOD_VEX_0F71_REG_4, MOD_VEX_0F71_REG_6,
  760. MOD_VEX_0F72_REG_2, MOD_VEX_0F72_REG_4, MOD_VEX_0F72_REG_6,
  761. MOD_VEX_0F73_REG_2, MOD_VEX_0F73_REG_3, MOD_VEX_0F73_REG_6,
  762. MOD_VEX_0F73_REG_7): Delete.
  763. (MOD_VEX_0F71, MOD_VEX_0F72, MOD_VEX_0F73): New.
  764. (PREFIX_VEX_0F38F5, PREFIX_VEX_0F38F6, PREFIX_VEX_0F38F7,
  765. PREFIX_VEX_0F3AF0): Rename to PREFIX_VEX_0F38F5_L_0,
  766. PREFIX_VEX_0F38F6_L_0, PREFIX_VEX_0F38F7_L_0,
  767. PREFIX_VEX_0F3AF0_L_0 respectively.
  768. (VEX_LEN_0F38F3_R_1, VEX_LEN_0F38F3_R_2, VEX_LEN_0F38F3_R_3,
  769. VEX_LEN_0F38F5_P_0, VEX_LEN_0F38F5_P_1, VEX_LEN_0F38F5_P_3,
  770. VEX_LEN_0F38F6_P_3, VEX_LEN_0F38F7_P_0, VEX_LEN_0F38F7_P_1,
  771. VEX_LEN_0F38F7_P_2, VEX_LEN_0F38F7_P_3): Delete.
  772. (VEX_LEN_0F38F3, VEX_LEN_0F38F5, VEX_LEN_0F38F6,
  773. VEX_LEN_0F38F7): New.
  774. (VEX_LEN_0F3AF0_P_3): Rename to VEX_LEN_0F3AF0.
  775. (reg_table): No longer link to mod_table[] for VEX opcodes 0F71,
  776. 0F72, and 0F73. No longer link to vex_len_table[] for opcode
  777. 0F38F3.
  778. (prefix_table): No longer link to vex_len_table[] for opcodes
  779. 0F38F5, 0F38F6, 0F38F7, and 0F3AF0.
  780. (vex_table): Link to mod_table[] for opcodes 0F71, 0F72, and
  781. 0F73. Link to vex_len_table[] for opcodes 0F38F3, 0F38F5,
  782. 0F38F6, 0F38F7, and 0F3AF0.
  783. (vex_len_table): Link to reg_table[] for opcode 0F38F3. Link to
  784. prefix_table[] for opcodes 0F38F5, 0F38F6, 0F38F7, and 0F3AF0.
  785. (mod_table): Link to reg_table[] for VEX opcodes 0F71, 0F72, and
  786. 0F73.
  787. 2021-03-10 Jan Beulich <jbeulich@suse.com>
  788. * opcodes/i386-dis.c (REG_0F71, REG_0F72, REG_0F73): Rename to
  789. REG_0F71_MOD_0, REG_0F72_MOD_0, and REG_0F73_MOD_0 respectively.
  790. (MOD_0F71_REG_2, MOD_0F71_REG_4, MOD_0F71_REG_6, MOD_0F72_REG_2,
  791. MOD_0F72_REG_4, MOD_0F72_REG_6, MOD_0F73_REG_2, MOD_0F73_REG_3,
  792. MOD_0F73_REG_6, MOD_0F73_REG_7): Delete.
  793. (MOD_0F71, MOD_0F72, MOD_0F73): New.
  794. (dis386_twobyte): Link to mod_table[] for opcodes 71, 72, and
  795. 73.
  796. (reg_table): No longer link to mod_table[] for opcodes 0F71,
  797. 0F72, and 0F73.
  798. (mod_table): Link to reg_table[] for opcodes 0F71, 0F72, and
  799. 0F73.
  800. 2021-03-10 Jan Beulich <jbeulich@suse.com>
  801. * opcodes/i386-dis.c (MOD_0F18_REG_4, MOD_0F18_REG_5,
  802. MOD_0F18_REG_6, MOD_0F18_REG_7): Delete.
  803. (reg_table): Don't link to mod_table[] where not needed. Add
  804. PREFIX_IGNORED to nop entries.
  805. (prefix_table): Replace PREFIX_OPCODE in nop entries.
  806. (mod_table): Add nop entries next to prefetch ones. Drop
  807. MOD_0F18_REG_4, MOD_0F18_REG_5, MOD_0F18_REG_6, and
  808. MOD_0F18_REG_7 entries. Add PREFIX_IGNORED to nop entries.
  809. (rm_table): Add PREFIX_IGNORED to nop entries. Drop
  810. PREFIX_OPCODE from endbr* entries.
  811. (get_valid_dis386): Also consider entry's name when zapping
  812. vindex.
  813. (print_insn): Handle PREFIX_IGNORED.
  814. 2021-03-09 Jan Beulich <jbeulich@suse.com>
  815. * opcodes/i386-gen.c (opcode_modifiers): Delete NoTrackPrefixOk,
  816. IsLockable, RepPrefixOk, and HLEPrefixOk elements. Add PrefixOk
  817. element.
  818. * opcodes/i386-opc.h (NoTrackPrefixOk, IsLockable, HLEPrefixNone,
  819. HLEPrefixLock, HLEPrefixAny, HLEPrefixRelease): Delete.
  820. (PrefixNone, PrefixRep, PrefixHLERelease, PrefixNoTrack,
  821. PrefixLock, PrefixHLELock, PrefixHLEAny): Define.
  822. (struct i386_opcode_modifier): Delete notrackprefixok,
  823. islockable, hleprefixok, and repprefixok fields. Add prefixok
  824. field.
  825. * opcodes/i386-opc.tbl (RepPrefixOk, LockPrefixOk, HLEPrefixAny,
  826. HLEPrefixLock, HLEPrefixRelease, NoTrackPrefixOk): Define.
  827. (mov, xchg, add, inc, sub, dec, sbb, and, or, xor, adc, neg,
  828. not, btc, btr, bts, xadd, cmpxchg, cmpxchg8b, movq, cmpxchg16b):
  829. Replace HLEPrefixOk.
  830. * opcodes/i386-tbl.h: Re-generate.
  831. 2021-03-09 Jan Beulich <jbeulich@suse.com>
  832. * opcodes/i386-dis.c (dis386_twobyte): Add %LQ to sysexit.
  833. * opcodes/i386-opc.tbl (sysexit): Drop No_lSuf and No_qSuf from
  834. 64-bit form.
  835. * opcodes/i386-tbl.h: Re-generate.
  836. 2021-03-03 Jan Beulich <jbeulich@suse.com>
  837. * i386-gen.c (output_i386_opcode): Don't get operand count. Look
  838. for {} instead of {0}. Don't look for '0'.
  839. * i386-opc.tbl: Drop operand count field. Drop redundant operand
  840. size specifiers.
  841. 2021-02-19 Nelson Chu <nelson.chu@sifive.com>
  842. PR 27158
  843. * riscv-dis.c (print_insn_args): Updated encoding macros.
  844. * riscv-opc.c (MASK_RVC_IMM): defined to ENCODE_CITYPE_IMM.
  845. (match_c_addi16sp): Updated encoding macros.
  846. (match_c_lui): Likewise.
  847. (match_c_lui_with_hint): Likewise.
  848. (match_c_addi4spn): Likewise.
  849. (match_c_slli): Likewise.
  850. (match_slli_as_c_slli): Likewise.
  851. (match_c_slli64): Likewise.
  852. (match_srxi_as_c_srxi): Likewise.
  853. (riscv_insn_types): Added .insn css/cl/cs.
  854. 2021-02-18 Nelson Chu <nelson.chu@sifive.com>
  855. * riscv-dis.c: Included cpu-riscv.h, and removed elfxx-riscv.h.
  856. (default_priv_spec): Updated type to riscv_spec_class.
  857. (parse_riscv_dis_option): Updated.
  858. * riscv-opc.c: Moved stuff and make the file tidy.
  859. 2021-02-17 Alan Modra <amodra@gmail.com>
  860. * wasm32-dis.c: Include limits.h.
  861. (CHAR_BIT): Provide backup define.
  862. (wasm_read_leb128): Use CHAR_BIT to size "result" in bits.
  863. Correct signed overflow checking.
  864. 2021-02-16 Jan Beulich <jbeulich@suse.com>
  865. * i386-opc.tbl: Split CVTPI2PD template. Add SSE2AVX variant.
  866. * i386-tbl.h: Re-generate.
  867. 2021-02-16 Jan Beulich <jbeulich@suse.com>
  868. * i386-gen.c (set_bitfield): Don't look for CpuFP, Mmword, nor
  869. Oword.
  870. * i386-opc.tbl (CpuFP, Mmword, Oword): Define.
  871. 2021-02-15 Andreas Krebbel <krebbel@linux.ibm.com>
  872. * s390-mkopc.c (main): Accept arch14 as cpu string.
  873. * s390-opc.txt: Add new arch14 instructions.
  874. 2021-02-04 Nick Alcock <nick.alcock@oracle.com>
  875. * configure.ac (SHARED_LIBADD): Remove explicit -lintl population in
  876. favour of LIBINTL.
  877. * configure: Regenerated.
  878. 2021-02-08 Mike Frysinger <vapier@gentoo.org>
  879. * tic54x-dis.c (sprint_mmr): Change to tic54x_mmregs.
  880. * tic54x-opc.c (regs): Rename to ...
  881. (tic54x_regs): ... this.
  882. (mmregs): Rename to ...
  883. (tic54x_mmregs): ... this.
  884. (condition_codes): Rename to ...
  885. (tic54x_condition_codes): ... this.
  886. (cc2_codes): Rename to ...
  887. (tic54x_cc2_codes): ... this.
  888. (cc3_codes): Rename to ...
  889. (tic54x_cc3_codes): ... this.
  890. (status_bits): Rename to ...
  891. (tic54x_status_bits): ... this.
  892. (misc_symbols): Rename to ...
  893. (tic54x_misc_symbols): ... this.
  894. 2021-02-04 Nelson Chu <nelson.chu@sifive.com>
  895. * riscv-opc.c (MASK_RVB_IMM): Removed.
  896. (riscv_opcodes): Removed zb* instructions.
  897. (riscv_ext_version_table): Removed versions for zb*.
  898. 2021-01-26 Alan Modra <amodra@gmail.com>
  899. * i386-gen.c (parse_template): Ensure entire template_instance
  900. is initialised.
  901. 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
  902. * riscv-opc.c (riscv_gpr_names_abi): Aligned the code.
  903. (riscv_fpr_names_abi): Likewise.
  904. (riscv_opcodes): Likewise.
  905. (riscv_insn_types): Likewise.
  906. 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
  907. * riscv-dis.c (parse_riscv_dis_option): Fix typos of message.
  908. 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
  909. * riscv-dis.c: Comments tidy and improvement.
  910. * riscv-opc.c: Likewise.
  911. 2021-01-13 Alan Modra <amodra@gmail.com>
  912. * Makefile.in: Regenerate.
  913. 2021-01-12 H.J. Lu <hongjiu.lu@intel.com>
  914. PR binutils/26792
  915. * configure.ac: Use GNU_MAKE_JOBSERVER.
  916. * aclocal.m4: Regenerated.
  917. * configure: Likewise.
  918. 2021-01-12 Nick Clifton <nickc@redhat.com>
  919. * po/sr.po: Updated Serbian translation.
  920. 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
  921. PR ld/27173
  922. * configure: Regenerated.
  923. 2021-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
  924. * aarch64-asm-2.c: Regenerate.
  925. * aarch64-dis-2.c: Likewise.
  926. * aarch64-opc-2.c: Likewise.
  927. * aarch64-opc.c (aarch64_print_operand):
  928. Delete handling of AARCH64_OPND_CSRE_CSR.
  929. * aarch64-tbl.h (aarch64_feature_csre): Delete.
  930. (CSRE): Likewise.
  931. (_CSRE_INSN): Likewise.
  932. (aarch64_opcode_table): Delete csr.
  933. 2021-01-11 Nick Clifton <nickc@redhat.com>
  934. * po/de.po: Updated German translation.
  935. * po/fr.po: Updated French translation.
  936. * po/pt_BR.po: Updated Brazilian Portuguese translation.
  937. * po/sv.po: Updated Swedish translation.
  938. * po/uk.po: Updated Ukranian translation.
  939. 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
  940. * configure: Regenerated.
  941. 2021-01-09 Nick Clifton <nickc@redhat.com>
  942. * configure: Regenerate.
  943. * po/opcodes.pot: Regenerate.
  944. 2021-01-09 Nick Clifton <nickc@redhat.com>
  945. * 2.36 release branch crated.
  946. 2021-01-08 Peter Bergner <bergner@linux.ibm.com>
  947. * ppc-opc.c (insert_dw, (extract_dw): New functions.
  948. (DW, (XRC_MASK): Define.
  949. (powerpc_opcodes) <hashchk, hashchkp, hashst, haststp>: New mnemonics.
  950. 2021-01-09 Alan Modra <amodra@gmail.com>
  951. * configure: Regenerate.
  952. 2021-01-08 Nick Clifton <nickc@redhat.com>
  953. * po/sv.po: Updated Swedish translation.
  954. 2021-01-08 Nick Clifton <nickc@redhat.com>
  955. PR 27129
  956. * aarch64-dis.c (determine_disassembling_preference): Move call to
  957. aarch64_match_operands_constraint outside of the assertion.
  958. * aarch64-asm.c (aarch64_ins_limm_1): Remove call to assert.
  959. Replace with a return of FALSE.
  960. PR 27139
  961. * aarch64-opc.c (aarch64_sys_regs): Treat id_aa64mmfr2_el1 as a
  962. core system register.
  963. 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
  964. * configure: Regenerate.
  965. 2021-01-07 Nick Clifton <nickc@redhat.com>
  966. * po/fr.po: Updated French translation.
  967. 2021-01-07 Fredrik Noring <noring@nocrew.org>
  968. * m68k-opc.c (chkl): Change minimum architecture requirement to
  969. m68020.
  970. 2021-01-07 Philipp Tomsich <prt@gnu.org>
  971. * riscv-opc.c (riscv_opcodes): Add pause hint instruction.
  972. 2021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
  973. Jim Wilson <jimw@sifive.com>
  974. Andrew Waterman <andrew@sifive.com>
  975. Maxim Blinov <maxim.blinov@embecosm.com>
  976. Kito Cheng <kito.cheng@sifive.com>
  977. Nelson Chu <nelson.chu@sifive.com>
  978. * riscv-opc.c (riscv_opcodes): Add ZBA/ZBB/ZBC instructions.
  979. (MASK_RVB_IMM): Used for rev8 and orc.b encoding.
  980. 2021-01-01 Alan Modra <amodra@gmail.com>
  981. Update year range in copyright notice of all files.
  982. For older changes see ChangeLog-2020
  983. Copyright (C) 2021-2022 Free Software Foundation, Inc.
  984. Copying and distribution of this file, with or without modification,
  985. are permitted in any medium without royalty provided the copyright
  986. notice and this notice are preserved.
  987. Local Variables:
  988. mode: change-log
  989. left-margin: 8
  990. fill-column: 74
  991. version-control: never
  992. End: