]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - opcodes/ChangeLog
x86: CVTPI2PD has special behavior
[thirdparty/binutils-gdb.git] / opcodes / ChangeLog
1 2021-02-16 Jan Beulich <jbeulich@suse.com>
2
3 * i386-opc.tbl: Split CVTPI2PD template. Add SSE2AVX variant.
4 * i386-tbl.h: Re-generate.
5
6 2021-02-16 Jan Beulich <jbeulich@suse.com>
7
8 * i386-gen.c (set_bitfield): Don't look for CpuFP, Mmword, nor
9 Oword.
10 * i386-opc.tbl (CpuFP, Mmword, Oword): Define.
11
12 2021-02-15 Andreas Krebbel <krebbel@linux.ibm.com>
13
14 * s390-mkopc.c (main): Accept arch14 as cpu string.
15 * s390-opc.txt: Add new arch14 instructions.
16
17 2021-02-04 Nick Alcock <nick.alcock@oracle.com>
18
19 * configure.ac (SHARED_LIBADD): Remove explicit -lintl population in
20 favour of LIBINTL.
21 * configure: Regenerated.
22
23 2021-02-08 Mike Frysinger <vapier@gentoo.org>
24
25 * tic54x-dis.c (sprint_mmr): Change to tic54x_mmregs.
26 * tic54x-opc.c (regs): Rename to ...
27 (tic54x_regs): ... this.
28 (mmregs): Rename to ...
29 (tic54x_mmregs): ... this.
30 (condition_codes): Rename to ...
31 (tic54x_condition_codes): ... this.
32 (cc2_codes): Rename to ...
33 (tic54x_cc2_codes): ... this.
34 (cc3_codes): Rename to ...
35 (tic54x_cc3_codes): ... this.
36 (status_bits): Rename to ...
37 (tic54x_status_bits): ... this.
38 (misc_symbols): Rename to ...
39 (tic54x_misc_symbols): ... this.
40
41 2021-02-04 Nelson Chu <nelson.chu@sifive.com>
42
43 * riscv-opc.c (MASK_RVB_IMM): Removed.
44 (riscv_opcodes): Removed zb* instructions.
45 (riscv_ext_version_table): Removed versions for zb*.
46
47 2021-01-26 Alan Modra <amodra@gmail.com>
48
49 * i386-gen.c (parse_template): Ensure entire template_instance
50 is initialised.
51
52 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
53
54 * riscv-opc.c (riscv_gpr_names_abi): Aligned the code.
55 (riscv_fpr_names_abi): Likewise.
56 (riscv_opcodes): Likewise.
57 (riscv_insn_types): Likewise.
58
59 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
60
61 * riscv-dis.c (parse_riscv_dis_option): Fix typos of message.
62
63 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
64
65 * riscv-dis.c: Comments tidy and improvement.
66 * riscv-opc.c: Likewise.
67
68 2021-01-13 Alan Modra <amodra@gmail.com>
69
70 * Makefile.in: Regenerate.
71
72 2021-01-12 H.J. Lu <hongjiu.lu@intel.com>
73
74 PR binutils/26792
75 * configure.ac: Use GNU_MAKE_JOBSERVER.
76 * aclocal.m4: Regenerated.
77 * configure: Likewise.
78
79 2021-01-12 Nick Clifton <nickc@redhat.com>
80
81 * po/sr.po: Updated Serbian translation.
82
83 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
84
85 PR ld/27173
86 * configure: Regenerated.
87
88 2021-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
89
90 * aarch64-asm-2.c: Regenerate.
91 * aarch64-dis-2.c: Likewise.
92 * aarch64-opc-2.c: Likewise.
93 * aarch64-opc.c (aarch64_print_operand):
94 Delete handling of AARCH64_OPND_CSRE_CSR.
95 * aarch64-tbl.h (aarch64_feature_csre): Delete.
96 (CSRE): Likewise.
97 (_CSRE_INSN): Likewise.
98 (aarch64_opcode_table): Delete csr.
99
100 2021-01-11 Nick Clifton <nickc@redhat.com>
101
102 * po/de.po: Updated German translation.
103 * po/fr.po: Updated French translation.
104 * po/pt_BR.po: Updated Brazilian Portuguese translation.
105 * po/sv.po: Updated Swedish translation.
106 * po/uk.po: Updated Ukranian translation.
107
108 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
109
110 * configure: Regenerated.
111
112 2021-01-09 Nick Clifton <nickc@redhat.com>
113
114 * configure: Regenerate.
115 * po/opcodes.pot: Regenerate.
116
117 2021-01-09 Nick Clifton <nickc@redhat.com>
118
119 * 2.36 release branch crated.
120
121 2021-01-08 Peter Bergner <bergner@linux.ibm.com>
122
123 * ppc-opc.c (insert_dw, (extract_dw): New functions.
124 (DW, (XRC_MASK): Define.
125 (powerpc_opcodes) <hashchk, hashchkp, hashst, haststp>: New mnemonics.
126
127 2021-01-09 Alan Modra <amodra@gmail.com>
128
129 * configure: Regenerate.
130
131 2021-01-08 Nick Clifton <nickc@redhat.com>
132
133 * po/sv.po: Updated Swedish translation.
134
135 2021-01-08 Nick Clifton <nickc@redhat.com>
136
137 PR 27129
138 * aarch64-dis.c (determine_disassembling_preference): Move call to
139 aarch64_match_operands_constraint outside of the assertion.
140 * aarch64-asm.c (aarch64_ins_limm_1): Remove call to assert.
141 Replace with a return of FALSE.
142
143 PR 27139
144 * aarch64-opc.c (aarch64_sys_regs): Treat id_aa64mmfr2_el1 as a
145 core system register.
146
147 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
148
149 * configure: Regenerate.
150
151 2021-01-07 Nick Clifton <nickc@redhat.com>
152
153 * po/fr.po: Updated French translation.
154
155 2021-01-07 Fredrik Noring <noring@nocrew.org>
156
157 * m68k-opc.c (chkl): Change minimum architecture requirement to
158 m68020.
159
160 2021-01-07 Philipp Tomsich <prt@gnu.org>
161
162 * riscv-opc.c (riscv_opcodes): Add pause hint instruction.
163
164 2021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
165 Jim Wilson <jimw@sifive.com>
166 Andrew Waterman <andrew@sifive.com>
167 Maxim Blinov <maxim.blinov@embecosm.com>
168 Kito Cheng <kito.cheng@sifive.com>
169 Nelson Chu <nelson.chu@sifive.com>
170
171 * riscv-opc.c (riscv_opcodes): Add ZBA/ZBB/ZBC instructions.
172 (MASK_RVB_IMM): Used for rev8 and orc.b encoding.
173
174 2021-01-01 Alan Modra <amodra@gmail.com>
175
176 Update year range in copyright notice of all files.
177
178 For older changes see ChangeLog-2020
179 \f
180 Copyright (C) 2021 Free Software Foundation, Inc.
181
182 Copying and distribution of this file, with or without modification,
183 are permitted in any medium without royalty provided the copyright
184 notice and this notice are preserved.
185
186 Local Variables:
187 mode: change-log
188 left-margin: 8
189 fill-column: 74
190 version-control: never
191 End: