MIPS/opcodes: Free up redundant `g' operand code
[deliverable/binutils-gdb.git] / include / ChangeLog
1 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
2
3 * opcode/mips.h: Complement change made to opcodes and remove
4 references to the `g' regular MIPS ISA operand code.
5
6 2021-05-28 H.J. Lu <hongjiu.lu@intel.com>
7
8 PR ld/27905
9 * elf/common.h (GNU_PROPERTY_X86_FEATURE_2_CODE16): Removed.
10
11 2021-05-26 H.J. Lu <hongjiu.lu@intel.com>
12
13 PR ld/27905
14 * elf/common.h (GNU_PROPERTY_X86_FEATURE_2_CODE16): New.
15
16 2021-05-23 Tiezhu Yang <yangtiezhu@loongson.cn>
17
18 * elf/common.h (EM_LOONGARCH): Change Loongson Loongarch to
19 LoongArch.
20
21 2021-05-21 Luis Machado <luis.machado@linaro.org>
22
23 * elf/common.h (NT_MEMTAG): New constant.
24 (NT_MEMTAG_TYPE_AARCH_MTE): New constant.
25
26 2021-05-07 Clément Chigot <clement.chigot@atos.net>
27
28 * coff/internal.h (C_DWARF): New define.
29 * coff/xcoff.h (SSUBTYP_DWLOC, SSUBTYP_DWFRAME,
30 SSUBTYP_DWMAC): New defines.
31
32 2021-05-06 Stafford Horne <shorne@gmail.com>
33
34 PR 21464
35 * elf/or1k.h (elf_or1k_reloc_type): Define R_OR1K_GOT_AHI16 number.
36
37 2021-05-06 Nick Alcock <nick.alcock@oracle.com>
38
39 * ctf.h (CTF_K_UNKNOWN): Document that it can be used for
40 nonrepresentable types, not just padding.
41 * ctf-api.h (ctf_add_unknown): New.
42
43 2021-04-22 Clément Chigot <clement.chigot@atos.net>
44
45 * coff/internal.h (union internal_auxent):
46 Add x_sect structure.
47 * coff/rs6000.h (union external_auxent): Rework to
48 match official documentation.
49 * coff/rs6k64.h (union external_auxent): Likewise.
50 (_AUX_SECT): New define.
51
52 2021-04-21 Eli Zaretskii <eliz@gnu.org>
53
54 PR 27760
55 * coff/pe.h (IMAGE_DLLCHARACTERISTICS_APPCONTAINER): Define.
56 (IMAGE_DLLCHARACTERISTICS_GUARD_CF): Define.
57
58 2021-04-16 Alan Modra <amodra@gmail.com>
59
60 PR 27567
61 * coff/internal.h (struct internal_scnhdr): Make s_flags unsigned long.
62 * coff/pe.h (COFF_ENCODE_ALIGNMENT): Don't set align flags for an
63 executable and return false. Do so for a relocatable object and
64 evaluate to true.
65 * coff/ti.h (COFF_ENCODE_ALIGNMENT): Add bfd arg and evaluate to true.
66 (COFF_DECODE_ALIGNMENT): Formatting.
67 * coff/z80.h (COFF_ENCODE_ALIGNMENT): Similarly.
68 (COFF_DECODE_ALIGNMENT): Similarly.
69
70 2021-04-09 Alan Modra <amodra@gmail.com>
71
72 * dis-asm.h (struct disassemble_info): Add dynrelbuf and dynrelcount.
73
74 2021-04-06 Alan Modra <amodra@gmail.com>
75
76 * dis-asm.h (struct disassemble_info <symbol_at_address_func>):
77 Return asymbol*.
78
79 2021-04-01 Martin Liska <mliska@suse.cz>
80
81 * opcode/cr16.h (strneq): Remove strneq and use startswith.
82
83 2021-03-31 Alan Modra <amodra@gmail.com>
84
85 * bfdlink.h: Replace bfd_boolean with bool throughout.
86 * coff/ecoff.h: Likewise.
87 * coff/xcoff.h: Likewise.
88 * dis-asm.h: Likewise.
89 * elf/mmix.h: Likewise.
90 * elf/xtensa.h: Likewise.
91 * opcode/aarch64.h: Likewise, and FALSE with false, TRUE with true.
92 * opcode/arc.h: Likewise.
93 * opcode/mips.h: Likewise.
94 * opcode/tic6x-opcode-table.h: Likewise.
95 * opcode/tic6x.h: Likewise.
96
97 2021-03-31 Alan Modra <amodra@gmail.com>
98
99 * cgen/basic-modes.h: Include stdint.h in place of bfd_stdint.h.
100 * elf/nfp.h: Likewise.
101 * opcode/aarch64.h: Likewise.
102 * opcode/cgen.h: Likewise.
103 * opcode/nfp.h: Likewise.
104 * opcode/ppc.h: Likewise.
105
106 2021-03-29 Alan Modra <amodra@gmail.com>
107
108 * opcode/aarch64.h (alias_opcode_p): Simplify boolean expression.
109 (opcode_has_alias, pseudo_opcode_p, optional_operand_p): Likewise.
110 (opcode_has_special_coder): Likewise.
111
112 2021-03-29 Alan Modra <amodra@gmail.com>
113
114 * opcode/aarch64.h (aarch64_opcode_encode): Correct prototype.
115
116 2021-03-25 Nick Alcock <nick.alcock@oracle.com>
117
118 PR libctf/27628
119 * ctf-api.h: Fix some indentation.
120 (CTF_SET_STID): Always do an unsigned shift, even if STID is
121 signed.
122
123 2021-03-19 H.J. Lu <hongjiu.lu@intel.com>
124
125 * elf/common.h (EM_INTEL205): Renamed to ...
126 (EM_INTELGT): This.
127
128 2021-03-16 Nick Clifton <nickc@redhat.com>
129
130 * coff/internal.h (struct internal_auxent): Fix a couple of typos
131 in comment describing the x_fname field.
132
133 2021-03-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
134
135 * opcode/riscv-opc.h: Support zba, zbb and zbc extensions.
136 * opcode/riscv.h (riscv_insn_class): Add INSN_CLASS_ZB*.
137
138 2021-03-12 Frederic Cambus <fred@statdns.com>
139
140 * elf/common.h (NT_NETBSD_PAX, NT_NETBSD_PAX_MPROTECT)
141 (NT_NETBSD_PAX_NOMPROTECT, NT_NETBSD_PAX_GUARD, NT_NETBSD_PAX_NOGUARD)
142 (NT_NETBSD_PAX_ASLR, NT_NETBSD_PAX_NOASLR): Define.
143
144 2021-03-12 Clément Chigot <clement.chigot@atos.net>
145
146 * coff/internal.h (struct internal_aouthdr): Add new fields.
147 * coff/rs6000.h (AOUTHDRÃ): Add new fields.
148 * coff/rs6k64.h (struct external_filehdr): Likewise.
149 * coff/xcoff.h (_TDATA), _TBSS): New defines
150 (RS6K_AOUTHDR_TLS_LE, RS6K_AOUTHDR_RAS, RS6K_AOUTHDR_ALGNTDATA,
151 RS6K_AOUTHDR_SHR_SYMTAB, RS6K_AOUTHDR_FORK_POLICY,
152 RS6K_AOUTHDR_FORK_COR): New defines.
153 (XMC_TU): Removed.
154 (XMC_UL): New define.
155
156 2021-03-12 Clément Chigot <clement.chigot@atos.net>
157
158 * coff/xcoff.h (R_RTB): Remove.
159 (R_TRL): Fix value.
160
161 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
162 Andrew Burgess <andrew.burgess@embecosm.com>
163
164 * elf/common.h (NT_RISCV_CSR): Define.
165
166 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
167 Andrew Burgess <andrew.burgess@embecosm.com>
168
169 * elf/common.h (NT_GDB_TDESC): Define.
170
171 2021-03-03 Alan Modra <amodra@gmail.com>
172
173 * coff/internal.h: Delete obsolete relocation defines. Move used
174 relocation defines..
175 * coff/i386.h: ..to here..
176 * coff/ti.h: ..and here..
177 * coff/x86_64.h: ..and here..
178 * coff/z80.h: ..and here..
179 * coff/z8k.h: ..and here.
180
181 2021-03-02 Nick Alcock <nick.alcock@oracle.com>
182
183 * ctf-api.h (CTF_LINK_SHARE_DUPLICATED): Note that this might
184 merely change how much deduplication is done.
185
186 2021-03-01 Alan Modra <amodra@gmail.com>
187 Fangrui Song <maskray@google.com>
188
189 * bfdlink.h (struct bfd_link_info): Add start_stop_gc.
190
191 2021-02-21 Alan Modra <amodra@gmail.com>
192
193 * bfdlink.h (struct bfd_link_info): Add warn_multiple_definition.
194
195 2021-02-17 Nick Alcock <nick.alcock@oracle.com>
196
197 * ctf-api.h (ctf_arc_lookup_symbol_name): New.
198 (ctf_lookup_by_symbol_name): Likewise.
199
200 2021-02-19 Nelson Chu <nelson.chu@sifive.com>
201
202 PR 27158
203 * opcode/riscv.h: Updated encoding macros.
204
205 2021-02-18 Nelson Chu <nelson.chu@sifive.com>
206
207 * opcode/riscv.h: Moved stuff and make the file tidy.
208
209 2021-02-15 Andreas Krebbel <krebbel@linux.ibm.com>
210
211 * opcode/s390.h (enum s390_opcode_cpu_val): Add
212 S390_OPCODE_ARCH14.
213
214 2021-02-08 Mike Frysinger <vapier@gentoo.org>
215
216 * opcode/tic54x.h (mmregs): Rename to ...
217 (tic54x_mmregs): ... this.
218 (regs): Rename to ...
219 (tic54x_regs): ... this.
220 (condition_codes): Rename to ...
221 (tic54x_condition_codes): ... this.
222 (cc2_codes): Rename to ...
223 (tic54x_cc2_codes): ... this.
224 (status_bits): Rename to ...
225 (tic54x_status_bits): ... this.
226 (cc3_codes): Rename to ...
227 (tic54x_cc3_codes): ... this.
228 (misc_symbols): Rename to ...
229 (tic54x_misc_symbols): ... this.
230
231 2021-02-05 Nelson Chu <nelson.chu@sifive.com>
232
233 PR 27348
234 * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM.
235
236 2021-02-05 Nelson Chu <nelson.chu@sifive.com>
237
238 PR 27348
239 * opcode/riscv-opc.h: Remove obsolete Xcustom support.
240
241 2021-01-27 Nick Alcock <nick.alcock@oracle.com>
242
243 * ctf-api.h (ECTF_NONAME): New.
244 (ECTF_NERR): Adjust.
245
246 2021-01-26 Nick Alcock <nick.alcock@oracle.com>
247
248 * ctf-api.h (CTF_LINK_NO_FILTER_REPORTED_SYMS): New.
249
250 2021-02-04 Nelson Chu <nelson.chu@sifive.com>
251
252 * opcode/riscv-opc.h: Removed macros for zb* extensions.
253 * opcode/riscv.h (riscv_insn_class): Removed INSN_CLASS_ZB*.
254
255 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
256
257 * opcode/riscv.h: Indent and GNU coding standards tidy,
258 also aligned the code.
259
260 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
261
262 * elf/riscv.h: Comments tidy and improvement.
263 * opcode/riscv-opc.h: Likewise.
264 * opcode/riscv.h: Likewise.
265
266 2021-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
267
268 * opcode/aarch64.h (AARCH64_FEATURE_CSRE): Delete.
269 (aarch64_opnd): Delete AARCH64_OPND_CSRE_CSR.
270
271 2021-01-09 Nick Clifton <nickc@redhat.com>
272
273 * 2.36 release branch crated.
274
275 2021-01-07 Philipp Tomsich <prt@gnu.org>
276
277 * opcode/riscv-opc.h: Added MATCH_PAUSE, MASK_PAUSE and DECLARE_INSN
278 for pause hint instruction.
279 * opcode/riscv.h (enum riscv_insn_class): Added INSN_CLASS_ZIHINTPAUSE.
280
281 2021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
282 Jim Wilson <jimw@sifive.com>
283 Andrew Waterman <andrew@sifive.com>
284 Maxim Blinov <maxim.blinov@embecosm.com>
285 Kito Cheng <kito.cheng@sifive.com>
286 Nelson Chu <nelson.chu@sifive.com>
287
288 * opcode/riscv-opc.h: Added MASK/MATCH/DECLARE_INSN for ZBA/ZBB/ZBC.
289 * opcode/riscv.h (riscv_insn_class): Added INSN_CLASS_ZB*.
290 (enum riscv_isa_spec_class): Added ISA_SPEC_CLASS_DRAFT for the
291 frozen extensions.
292
293 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
294
295 * ctf-api.h (CTF_MN_RECURSE): New.
296 (ctf_member_next): Add flags argument.
297
298 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
299
300 * ctf-api.h (ECTF_INCOMPLETE): New.
301 (ECTF_NERR): Adjust.
302
303 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
304
305 * coff/internal.h: Correct comment spelling.
306 * coff/sym.h: Likewise.
307 * opcode/aarch64.h: Likewise.
308
309 2021-01-01 Alan Modra <amodra@gmail.com>
310
311 Update year range in copyright notice of all files.
312
313 For older changes see ChangeLog-2020
314 \f
315 Copyright (C) 2021 Free Software Foundation, Inc.
316
317 Copying and distribution of this file, with or without modification,
318 are permitted in any medium without royalty provided the copyright
319 notice and this notice are preserved.
320
321 Local Variables:
322 mode: change-log
323 left-margin: 8
324 fill-column: 74
325 version-control: never
326 End:
This page took 0.035619 seconds and 5 git commands to generate.