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