Updated French translation for the opcodes directory.
[binutils-gdb.git] / include / ChangeLog
blob52483238ffb7508a4aa8e66a357f299dc450fef3
1 2021-11-16  Fangrui Song  <maskray@google.com>
3         * elf/common.h (DT_ENCODING): Bump to 38.
4         * elf/external.h (Elf32_External_Relr): New.
5         (Elf64_External_Relr): New.
7 2021-09-07  Luis Machado  <luis.machado@linaro.org>
9         Revert: [AArch64] MTE corefile support
11         2021-05-21  Luis Machado  <luis.machado@linaro.org>
13         * elf/common.h (NT_MEMTAG): New constant.
14         (NT_MEMTAG_TYPE_AARCH_MTE): New constant.
16 2021-07-03  Nick Clifton  <nickc@redhat.com>
18         * 2.37 release branch created.
20 2021-07-03  Nick Clifton  <nickc@redhat.com>
22         Import from gcc mainline:
23         2021-03-31  Patrick Palka  <ppalka@redhat.com>
25         PR c++/88115
26         * demangle.h (enum demangle_component_type): Add
27         DEMANGLE_COMPONENT_VENDOR_EXPR.
29 2021-07-01  Mike Frysinger  <vapier@gentoo.org>
31         * opcode/aarch64.h (aarch64_opcode_table): Mark const.
33 2021-07-01  Richard Earnshaw  <rearnsha@arm.com>
35         PR gas/28031
36         * opcode/arm.h (FPU_ANY): Exclude XScale-related features.
38 2021-06-18  H.J. Lu  <hongjiu.lu@intel.com>
40         * elf/common.h (GNU_PROPERTY_UINT32_AND_LO): New.
41         (GNU_PROPERTY_UINT32_AND_HI): Likewise.
42         (GNU_PROPERTY_UINT32_OR_LO): Likewise.
43         (GNU_PROPERTY_UINT32_OR_HI): Likewise.
45 2021-06-15  Nick Clifton  <nickc@redhat.com>
47         * elf/common.h (NT_GO_BUILDID): Define.
49 2021-06-02  Shahab Vahedi  <shahab@synopsys.com>
51         * dis-asm.h (disassembler_options_arc): New prototype.
53 2021-05-29  Maciej W. Rozycki  <macro@orcam.me.uk>
55         * opcode/mips.h (cpu_is_member): Remove code for MIPSr6 ISA
56         exclusion.
57         (opcode_is_member): Handle ISA level exclusion.
59 2021-05-29  Maciej W. Rozycki  <macro@orcam.me.uk>
61         * opcode/mips.h (isa_is_member): New inline function, factored
62         out from...
63         (opcode_is_member): ... here.
65 2021-05-29  Maciej W. Rozycki  <macro@orcam.me.uk>
67         * opcode/mips.h: Document `g' and `y' operand codes.
68         (mips_reg_operand_type): Add OP_REG_CONTROL enumeration
69         constant.
71 2021-05-29  Maciej W. Rozycki  <macro@orcam.me.uk>
73         * opcode/mips.h: Complement change made to opcodes and remove
74         references to the `g' regular MIPS ISA operand code.
76 2021-05-28  H.J. Lu  <hongjiu.lu@intel.com>
78         PR ld/27905
79         * elf/common.h (GNU_PROPERTY_X86_FEATURE_2_CODE16): Removed.
81 2021-05-26  H.J. Lu  <hongjiu.lu@intel.com>
83         PR ld/27905
84         * elf/common.h (GNU_PROPERTY_X86_FEATURE_2_CODE16): New.
86 2021-05-23  Tiezhu Yang  <yangtiezhu@loongson.cn>
88         * elf/common.h (EM_LOONGARCH): Change Loongson Loongarch to
89         LoongArch.
91 2021-05-21  Luis Machado  <luis.machado@linaro.org>
93         * elf/common.h (NT_MEMTAG): New constant.
94         (NT_MEMTAG_TYPE_AARCH_MTE): New constant.
96 2021-05-07  Clément Chigot  <clement.chigot@atos.net>
98         * coff/internal.h (C_DWARF): New define.
99         * coff/xcoff.h (SSUBTYP_DWLOC, SSUBTYP_DWFRAME,
100         SSUBTYP_DWMAC): New defines.
102 2021-05-06  Stafford Horne  <shorne@gmail.com>
104         PR 21464
105         * elf/or1k.h (elf_or1k_reloc_type): Define R_OR1K_GOT_AHI16 number.
107 2021-05-06  Nick Alcock  <nick.alcock@oracle.com>
109         * ctf.h (CTF_K_UNKNOWN): Document that it can be used for
110         nonrepresentable types, not just padding.
111         * ctf-api.h (ctf_add_unknown): New.
113 2021-04-22  Clément Chigot  <clement.chigot@atos.net>
115         * coff/internal.h (union internal_auxent):
116          Add x_sect structure.
117         * coff/rs6000.h (union external_auxent): Rework to
118         match official documentation.
119         * coff/rs6k64.h (union external_auxent): Likewise.
120         (_AUX_SECT): New define.
122 2021-04-21  Eli Zaretskii  <eliz@gnu.org>
124         PR 27760
125         * coff/pe.h (IMAGE_DLLCHARACTERISTICS_APPCONTAINER): Define.
126         (IMAGE_DLLCHARACTERISTICS_GUARD_CF): Define.
128 2021-04-16  Alan Modra  <amodra@gmail.com>
130         PR 27567
131         * coff/internal.h (struct internal_scnhdr): Make s_flags unsigned long.
132         * coff/pe.h (COFF_ENCODE_ALIGNMENT): Don't set align flags for an
133         executable and return false.  Do so for a relocatable object and
134         evaluate to true.
135         * coff/ti.h (COFF_ENCODE_ALIGNMENT): Add bfd arg and evaluate to true.
136         (COFF_DECODE_ALIGNMENT): Formatting.
137         * coff/z80.h (COFF_ENCODE_ALIGNMENT): Similarly.
138         (COFF_DECODE_ALIGNMENT): Similarly.
140 2021-04-09  Alan Modra  <amodra@gmail.com>
142         * dis-asm.h (struct disassemble_info): Add dynrelbuf and dynrelcount.
144 2021-04-06  Alan Modra  <amodra@gmail.com>
146         * dis-asm.h (struct disassemble_info <symbol_at_address_func>):
147         Return asymbol*.
149 2021-04-01  Martin Liska  <mliska@suse.cz>
151         * opcode/cr16.h (strneq): Remove strneq and use startswith.
153 2021-03-31  Alan Modra  <amodra@gmail.com>
155         * bfdlink.h: Replace bfd_boolean with bool throughout.
156         * coff/ecoff.h: Likewise.
157         * coff/xcoff.h: Likewise.
158         * dis-asm.h: Likewise.
159         * elf/mmix.h: Likewise.
160         * elf/xtensa.h: Likewise.
161         * opcode/aarch64.h: Likewise, and FALSE with false, TRUE with true.
162         * opcode/arc.h: Likewise.
163         * opcode/mips.h: Likewise.
164         * opcode/tic6x-opcode-table.h: Likewise.
165         * opcode/tic6x.h: Likewise.
167 2021-03-31  Alan Modra  <amodra@gmail.com>
169         * cgen/basic-modes.h: Include stdint.h in place of bfd_stdint.h.
170         * elf/nfp.h: Likewise.
171         * opcode/aarch64.h: Likewise.
172         * opcode/cgen.h: Likewise.
173         * opcode/nfp.h: Likewise.
174         * opcode/ppc.h: Likewise.
176 2021-03-29  Alan Modra  <amodra@gmail.com>
178         * opcode/aarch64.h (alias_opcode_p): Simplify boolean expression.
179         (opcode_has_alias, pseudo_opcode_p, optional_operand_p): Likewise.
180         (opcode_has_special_coder): Likewise.
182 2021-03-29  Alan Modra  <amodra@gmail.com>
184         * opcode/aarch64.h (aarch64_opcode_encode): Correct prototype.
186 2021-03-25  Nick Alcock  <nick.alcock@oracle.com>
188         PR libctf/27628
189         * ctf-api.h: Fix some indentation.
190         (CTF_SET_STID): Always do an unsigned shift, even if STID is
191         signed.
193 2021-03-19  H.J. Lu  <hongjiu.lu@intel.com>
195         * elf/common.h (EM_INTEL205): Renamed to ...
196         (EM_INTELGT): This.
198 2021-03-16  Nick Clifton  <nickc@redhat.com>
200         * coff/internal.h (struct internal_auxent): Fix a couple of typos
201         in comment describing the x_fname field.
203 2021-03-16  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
205         * opcode/riscv-opc.h: Support zba, zbb and zbc extensions.
206         * opcode/riscv.h (riscv_insn_class): Add INSN_CLASS_ZB*.
208 2021-03-12  Frederic Cambus  <fred@statdns.com>
210         * elf/common.h (NT_NETBSD_PAX, NT_NETBSD_PAX_MPROTECT)
211         (NT_NETBSD_PAX_NOMPROTECT, NT_NETBSD_PAX_GUARD, NT_NETBSD_PAX_NOGUARD)
212         (NT_NETBSD_PAX_ASLR, NT_NETBSD_PAX_NOASLR): Define.
214 2021-03-12  Clément Chigot  <clement.chigot@atos.net>
216         * coff/internal.h (struct internal_aouthdr): Add new fields.
217         * coff/rs6000.h (AOUTHDRÃ): Add new fields.
218         * coff/rs6k64.h (struct external_filehdr): Likewise.
219         * coff/xcoff.h (_TDATA), _TBSS): New defines
220         (RS6K_AOUTHDR_TLS_LE, RS6K_AOUTHDR_RAS, RS6K_AOUTHDR_ALGNTDATA,
221         RS6K_AOUTHDR_SHR_SYMTAB, RS6K_AOUTHDR_FORK_POLICY,
222         RS6K_AOUTHDR_FORK_COR): New defines.
223         (XMC_TU): Removed.
224         (XMC_UL): New define.
226 2021-03-12  Clément Chigot  <clement.chigot@atos.net>
228         * coff/xcoff.h (R_RTB): Remove.
229         (R_TRL): Fix value.
231 2021-03-05  Craig Blackmore  <craig.blackmore@embecosm.com>
232             Andrew Burgess  <andrew.burgess@embecosm.com>
234         * elf/common.h (NT_RISCV_CSR): Define.
236 2021-03-05  Craig Blackmore  <craig.blackmore@embecosm.com>
237             Andrew Burgess  <andrew.burgess@embecosm.com>
239         * elf/common.h (NT_GDB_TDESC): Define.
241 2021-03-03  Alan Modra  <amodra@gmail.com>
243         * coff/internal.h: Delete obsolete relocation defines.  Move used
244         relocation defines..
245         * coff/i386.h: ..to here..
246         * coff/ti.h: ..and here..
247         * coff/x86_64.h: ..and here..
248         * coff/z80.h: ..and here..
249         * coff/z8k.h: ..and here.
251 2021-03-02  Nick Alcock  <nick.alcock@oracle.com>
253         * ctf-api.h (CTF_LINK_SHARE_DUPLICATED): Note that this might
254         merely change how much deduplication is done.
256 2021-03-01  Alan Modra  <amodra@gmail.com>
257             Fangrui Song <maskray@google.com>
259         * bfdlink.h (struct bfd_link_info): Add start_stop_gc.
261 2021-02-21  Alan Modra  <amodra@gmail.com>
263         * bfdlink.h (struct bfd_link_info): Add warn_multiple_definition.
265 2021-02-17  Nick Alcock  <nick.alcock@oracle.com>
267         * ctf-api.h (ctf_arc_lookup_symbol_name): New.
268         (ctf_lookup_by_symbol_name): Likewise.
270 2021-02-19  Nelson Chu  <nelson.chu@sifive.com>
272         PR 27158
273         * opcode/riscv.h: Updated encoding macros.
275 2021-02-18  Nelson Chu  <nelson.chu@sifive.com>
277         * opcode/riscv.h: Moved stuff and make the file tidy.
279 2021-02-15  Andreas Krebbel  <krebbel@linux.ibm.com>
281         * opcode/s390.h (enum s390_opcode_cpu_val): Add
282         S390_OPCODE_ARCH14.
284 2021-02-08  Mike Frysinger  <vapier@gentoo.org>
286         * opcode/tic54x.h (mmregs): Rename to ...
287         (tic54x_mmregs): ... this.
288         (regs): Rename to ...
289         (tic54x_regs): ... this.
290         (condition_codes): Rename to ...
291         (tic54x_condition_codes): ... this.
292         (cc2_codes): Rename to ...
293         (tic54x_cc2_codes): ... this.
294         (status_bits): Rename to ...
295         (tic54x_status_bits): ... this.
296         (cc3_codes): Rename to ...
297         (tic54x_cc3_codes): ... this.
298         (misc_symbols): Rename to ...
299         (tic54x_misc_symbols): ... this.
301 2021-02-05  Nelson Chu  <nelson.chu@sifive.com>
303         PR 27348
304         * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM.
306 2021-02-05  Nelson Chu  <nelson.chu@sifive.com>
308         PR 27348
309         * opcode/riscv-opc.h: Remove obsolete Xcustom support.
311 2021-01-27  Nick Alcock  <nick.alcock@oracle.com>
313         * ctf-api.h (ECTF_NONAME): New.
314         (ECTF_NERR): Adjust.
316 2021-01-26  Nick Alcock  <nick.alcock@oracle.com>
318         * ctf-api.h (CTF_LINK_NO_FILTER_REPORTED_SYMS): New.
320 2021-02-04  Nelson Chu  <nelson.chu@sifive.com>
322         * opcode/riscv-opc.h: Removed macros for zb* extensions.
323         * opcode/riscv.h (riscv_insn_class): Removed INSN_CLASS_ZB*.
325 2021-01-15  Nelson Chu  <nelson.chu@sifive.com>
327         * opcode/riscv.h: Indent and GNU coding standards tidy,
328         also aligned the code.
330 2021-01-15  Nelson Chu  <nelson.chu@sifive.com>
332         * elf/riscv.h: Comments tidy and improvement.
333         * opcode/riscv-opc.h: Likewise.
334         * opcode/riscv.h: Likewise.
336 2021-01-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
338         * opcode/aarch64.h (AARCH64_FEATURE_CSRE): Delete.
339         (aarch64_opnd): Delete AARCH64_OPND_CSRE_CSR.
341 2021-01-09  Nick Clifton  <nickc@redhat.com>
343         * 2.36 release branch crated.
345 2021-01-07  Philipp Tomsich  <prt@gnu.org>
347         * opcode/riscv-opc.h: Added MATCH_PAUSE, MASK_PAUSE and DECLARE_INSN
348         for pause hint instruction.
349         * opcode/riscv.h (enum riscv_insn_class): Added INSN_CLASS_ZIHINTPAUSE.
351 2021-01-07  Claire Xenia Wolf  <claire@symbioticeda.com>
352             Jim Wilson  <jimw@sifive.com>
353             Andrew Waterman  <andrew@sifive.com>
354             Maxim Blinov  <maxim.blinov@embecosm.com>
355             Kito Cheng  <kito.cheng@sifive.com>
356             Nelson Chu  <nelson.chu@sifive.com>
358         * opcode/riscv-opc.h: Added MASK/MATCH/DECLARE_INSN for ZBA/ZBB/ZBC.
359         * opcode/riscv.h (riscv_insn_class): Added INSN_CLASS_ZB*.
360         (enum riscv_isa_spec_class): Added ISA_SPEC_CLASS_DRAFT for the
361         frozen extensions.
363 2021-01-05  Nick Alcock  <nick.alcock@oracle.com>
365         * ctf-api.h (CTF_MN_RECURSE): New.
366         (ctf_member_next): Add flags argument.
368 2021-01-05  Nick Alcock  <nick.alcock@oracle.com>
370         * ctf-api.h (ECTF_INCOMPLETE): New.
371         (ECTF_NERR): Adjust.
373 2021-01-01  Nicolas Boulenguez  <nicolas@debian.org>
375         * coff/internal.h: Correct comment spelling.
376         * coff/sym.h: Likewise.
377         * opcode/aarch64.h: Likewise.
379 2021-01-01  Alan Modra  <amodra@gmail.com>
381         Update year range in copyright notice of all files.
383 For older changes see ChangeLog-2020
385 Copyright (C) 2021 Free Software Foundation, Inc.
387 Copying and distribution of this file, with or without modification,
388 are permitted in any medium without royalty provided the copyright
389 notice and this notice are preserved.
391 Local Variables:
392 mode: change-log
393 left-margin: 8
394 fill-column: 74
395 version-control: never
396 End: