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