[gdb/testsuite] Require address update for DW_LNE_end_sequence
[binutils-gdb.git] / include / ChangeLog
blobbf4aa1d67f6fbb1ece88bd54ce2c8b22039418f5
1 2024-04-07  Simon Marchi  <simon.marchi@efficios.com>
3         * diagnostics.h (DIAGNOSTIC_IGNORE_DEPRECATED_REGISTER): Rename
4         to...
5         (DIAGNOSTIC_IGNORE_REGISTER): ... this.  Ignore `-Wregister`
6         instead of `-Wdeprecated-register`.
8 2024-02-14  Yuriy Kolerov  <ykolerov@synopsys.com>
10         * opcode/arc.h (enum insn_class_t): Add DBNZ class.
12 2024-02-12  Frederic Cambus  <fred@statdns.com>
14         * elf/common.h (PT_OPENBSD_SYSCALLS): Define.
16 2024-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
18         * opcode/bpf.h (enum bpf_insn_id): Remove BPF_INSN_LDINDDW and
19         BPF_INSN_LDABSDW instructions.
21 2024-01-15  Nick Clifton  <nickc@redhat.com>
23         * 2.42 branch point.
25 2023-11-28  Jakub Jelinek  <jakub@redhat.com>
27         * sha1.h (sha1_process_bytes_fn): New typedef.
28         (sha1_choose_process_bytes): Declare.
30 2023-11-10  Simon Marchi  <simon.marchi@efficios.com>
32         * elf/amdgpu.h (EF_AMDGPU_MACH_AMDGCN_GFX1100,
33         EF_AMDGPU_MACH_AMDGCN_GFX1101,
34         EF_AMDGPU_MACH_AMDGCN_GFX1102): New.
36 2023-11-10  Nick Clifton  <nickc@redhat.com>
38         * bfdlink.h (struct bfd_link_info): Update descriptions of the
39         'execstack', 'noexecstack' and 'warn_execstack' fields.
40         Add 'error_exectack' and 'warn_is_error_for_rwx_segments' fields.
42 2023-10-30  Nick Clifton  <nickc@redhat.com>
44         * elf/bpf.h (R_BPF_64_NODYLD32): Add a note that this reloc is
45         generated by other tools, eg LLVM.
47 2023-09-28  Frederic Cambus  <fred@statdns.com>
49         * elf/common.h (PT_OPENBSD_NOBTCFI): Define.
51 2023-08-02  Tom Tromey  <tromey@adacore.com>
53         * coff/x86_64.h (COFF_X86_64_H): Add include guard.
54         * coff/loongarch64.h (COFF_LOONGARCH64_H): Add include guard.
55         * coff/aarch64.h (COFF_AARCH64_H): Add include guard.
57 2023-07-30  Jose E. Marchesi  <jose.marchesi@oracle.com>
59         * elf/bpf.h (EF_BPF_CPUVER): Define.
60         * opcode/bpf.h (BPF_XBPF): Change from 0xf to 0xff so it fits in
61         EF_BPF_CPUVER.
63 2023-07-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
65         * opcode/bpf.h (BPF_IMM32_BSWAP16): Define.
66         (BPF_IMM32_BSWAP32): Likewise.
67         (BPF_IMM32_BSWAP64): Likewise.
68         (enum bpf_insn_id): New entries BPF_INSN_BSWAP{16,32,64}.
70 2023-07-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
72         * opcode/bpf.h (enum bpf_insn_id): Add entry BPF_INSN_JAL.
73         (enum bpf_insn_id): Remove spurious entry BPF_INSN_CALLI.
75 2023-07-21  Jose E. Marchesi  <jose.marchesi@oracle.com>
77         * opcode/bpf.h (enum bpf_insn_id): Add entries for signed load
78         instructions.
79         (BPF_MODE_SMEM): Define.
81 2023-07-21  Jose E. Marchesi  <jose.marchesi@oracle.com>
83         * opcode/bpf.h (BPF_OFFSET16_MOVS8): Define.
84         (BPF_OFFSET16_MOVS16): Likewise.
85         (BPF_OFFSET16_MOVS32): Likewise.
86         (enum bpf_insn_id): Add entries for MOVS{8,16,32}R and
87         MOVS32{8,16,32}R.
89 2023-07-03  Nick Clifton  <nickc@redhat.com>
91         2.41 Branch Point.
93 2023-05-25  Andreas Schwab  <schwab@linux-m68k.org>
95         * coff/pe.h (IMAGE_FILE_MACHINE_AMD64): Remove duplicate
96         definition.  Alphabetize.
98 2023-03-23  Frederic Cambus  <fred@statdns.com>
100         * elf/common.h (PT_OPENBSD_MUTABLE): Define.
102 2023-01-03  Luis Machado  <luis.machado@arm.com>
104         * elf/common.h (NT_ARM_SSVE): Define.
105         (NT_ARM_ZA): Define.
107 2022-12-31  Nick Clifton  <nickc@redhat.com>
109         * 2.40 branch created.
111 2022-10-03  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
113         * diagnostics.h (DIAGNOSTIC_IGNORE_SELF_MOVE): Define for GCC 13+.
115 2022-07-08  Nick Clifton  <nickc@redhat.com>
117         * 2.39 branch created.
119 2022-04-20  Clément Chigot  <clement.chigot@atos.net>
121         * coff/xcoff.h (struct xcoff_loader_info): Add ldrel_count and
122         libpath fields.
124 2022-04-07  Mark Harmstone  <mark@harmstone.com>
126         * coff/i386.h: Define R_SECTION.
127         * coff/x86_64.h: Likewise.
129 2022-04-01  John Baldwin  <jhb@FreeBSD.org>
131         * elf/common.h (NT_FREEBSD_X86_SEGBASES): Define.
133 2022-03-16  Simon Marchi  <simon.marchi@efficios.com>
135         * elf/amdgpu.h: Add relocation values.
137 2022-03-16  Simon Marchi  <simon.marchi@efficios.com>
139         * elf/amdgcn.h (NT_AMDGPU_METADATA): New.
141 2022-03-16  Simon Marchi  <simon.marchi@efficios.com>
143         * elf/amdgcn.h: Add EF_AMDGPU_MACH_AMDGCN_* and
144         EF_AMDGPU_FEATURE_* defines.
146 2022-03-16  Simon Marchi  <simon.marchi@efficios.com>
148         * elf/common.h (ELFOSABI_AMDGPU_PAL, ELFOSABI_AMDGPU_MESA3D):
149         New.
151 2022-03-16  Simon Marchi  <simon.marchi@efficios.com>
153         * elf/amdgpu.h: New.
154         * elf/common.h (ELFOSABI_AMDGPU_HSA): Add.
156 2022-03-11  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
158         * collectorAPI.h: New file.
159         * libcollector.h: New file.
160         * libfcollector.h: New file.
162 2022-01-25  Klaus Ziegler  <klausz@haus-gisela.de>
164         PR 28816
165         * elf/common.h (AT_SUN_HWCAP): Make definition conditional.
167 2022-01-22  Nick Clifton  <nickc@redhat.com>
169         * 2.38 release branch created.
171 2022-01-13  Nick Clifton  <nickc@redhat.com>
173         Import from gcc mainline:
175         2021-01-03  Mike Frysinger  <vapier@gentoo.org>
177         * libiberty.h (strverscmp): Delete duplicate prototype.
179 2021-12-07  John Baldwin  <jhb@FreeBSD.org>
181         * elf/common.h (AT_FREEBSD_FXRNG, AT_FREEBSD_KPRELOAD): Define.
183 2021-12-01  Nick Clifton  <nickc@redhat.com>
185         PR 28630
186         * coff/internal.h (x_n): Use bfd_hostptr_t for the fields in this
187         structure.
189 2021-11-25  Andrew Burgess  <aburgess@redhat.com>
190             Simon Cook  <simon.cook@embecosm.com>
192         * dis-asm.h (disassembler_options_riscv): Declare.
194 2021-11-16  Fangrui Song  <maskray@google.com>
196         * elf/common.h (DT_ENCODING): Bump to 38.
197         * elf/external.h (Elf32_External_Relr): New.
198         (Elf64_External_Relr): New.
200 2021-09-07  Luis Machado  <luis.machado@linaro.org>
202         Revert: [AArch64] MTE corefile support
204         2021-05-21  Luis Machado  <luis.machado@linaro.org>
206         * elf/common.h (NT_MEMTAG): New constant.
207         (NT_MEMTAG_TYPE_AARCH_MTE): New constant.
209 2021-07-03  Nick Clifton  <nickc@redhat.com>
211         * 2.37 release branch created.
213 2021-07-03  Nick Clifton  <nickc@redhat.com>
215         Import from gcc mainline:
216         2021-03-31  Patrick Palka  <ppalka@redhat.com>
218         PR c++/88115
219         * demangle.h (enum demangle_component_type): Add
220         DEMANGLE_COMPONENT_VENDOR_EXPR.
222 2021-07-01  Mike Frysinger  <vapier@gentoo.org>
224         * opcode/aarch64.h (aarch64_opcode_table): Mark const.
226 2021-07-01  Richard Earnshaw  <rearnsha@arm.com>
228         PR gas/28031
229         * opcode/arm.h (FPU_ANY): Exclude XScale-related features.
231 2021-06-18  H.J. Lu  <hongjiu.lu@intel.com>
233         * elf/common.h (GNU_PROPERTY_UINT32_AND_LO): New.
234         (GNU_PROPERTY_UINT32_AND_HI): Likewise.
235         (GNU_PROPERTY_UINT32_OR_LO): Likewise.
236         (GNU_PROPERTY_UINT32_OR_HI): Likewise.
238 2021-06-15  Nick Clifton  <nickc@redhat.com>
240         * elf/common.h (NT_GO_BUILDID): Define.
242 2021-06-02  Shahab Vahedi  <shahab@synopsys.com>
244         * dis-asm.h (disassembler_options_arc): New prototype.
246 2021-05-29  Maciej W. Rozycki  <macro@orcam.me.uk>
248         * opcode/mips.h (cpu_is_member): Remove code for MIPSr6 ISA
249         exclusion.
250         (opcode_is_member): Handle ISA level exclusion.
252 2021-05-29  Maciej W. Rozycki  <macro@orcam.me.uk>
254         * opcode/mips.h (isa_is_member): New inline function, factored
255         out from...
256         (opcode_is_member): ... here.
258 2021-05-29  Maciej W. Rozycki  <macro@orcam.me.uk>
260         * opcode/mips.h: Document `g' and `y' operand codes.
261         (mips_reg_operand_type): Add OP_REG_CONTROL enumeration
262         constant.
264 2021-05-29  Maciej W. Rozycki  <macro@orcam.me.uk>
266         * opcode/mips.h: Complement change made to opcodes and remove
267         references to the `g' regular MIPS ISA operand code.
269 2021-05-28  H.J. Lu  <hongjiu.lu@intel.com>
271         PR ld/27905
272         * elf/common.h (GNU_PROPERTY_X86_FEATURE_2_CODE16): Removed.
274 2021-05-26  H.J. Lu  <hongjiu.lu@intel.com>
276         PR ld/27905
277         * elf/common.h (GNU_PROPERTY_X86_FEATURE_2_CODE16): New.
279 2021-05-23  Tiezhu Yang  <yangtiezhu@loongson.cn>
281         * elf/common.h (EM_LOONGARCH): Change Loongson Loongarch to
282         LoongArch.
284 2021-05-21  Luis Machado  <luis.machado@linaro.org>
286         * elf/common.h (NT_MEMTAG): New constant.
287         (NT_MEMTAG_TYPE_AARCH_MTE): New constant.
289 2021-05-07  Clément Chigot  <clement.chigot@atos.net>
291         * coff/internal.h (C_DWARF): New define.
292         * coff/xcoff.h (SSUBTYP_DWLOC, SSUBTYP_DWFRAME,
293         SSUBTYP_DWMAC): New defines.
295 2021-05-06  Stafford Horne  <shorne@gmail.com>
297         PR 21464
298         * elf/or1k.h (elf_or1k_reloc_type): Define R_OR1K_GOT_AHI16 number.
300 2021-05-06  Nick Alcock  <nick.alcock@oracle.com>
302         * ctf.h (CTF_K_UNKNOWN): Document that it can be used for
303         nonrepresentable types, not just padding.
304         * ctf-api.h (ctf_add_unknown): New.
306 2021-04-22  Clément Chigot  <clement.chigot@atos.net>
308         * coff/internal.h (union internal_auxent):
309          Add x_sect structure.
310         * coff/rs6000.h (union external_auxent): Rework to
311         match official documentation.
312         * coff/rs6k64.h (union external_auxent): Likewise.
313         (_AUX_SECT): New define.
315 2021-04-21  Eli Zaretskii  <eliz@gnu.org>
317         PR 27760
318         * coff/pe.h (IMAGE_DLLCHARACTERISTICS_APPCONTAINER): Define.
319         (IMAGE_DLLCHARACTERISTICS_GUARD_CF): Define.
321 2021-04-16  Alan Modra  <amodra@gmail.com>
323         PR 27567
324         * coff/internal.h (struct internal_scnhdr): Make s_flags unsigned long.
325         * coff/pe.h (COFF_ENCODE_ALIGNMENT): Don't set align flags for an
326         executable and return false.  Do so for a relocatable object and
327         evaluate to true.
328         * coff/ti.h (COFF_ENCODE_ALIGNMENT): Add bfd arg and evaluate to true.
329         (COFF_DECODE_ALIGNMENT): Formatting.
330         * coff/z80.h (COFF_ENCODE_ALIGNMENT): Similarly.
331         (COFF_DECODE_ALIGNMENT): Similarly.
333 2021-04-09  Alan Modra  <amodra@gmail.com>
335         * dis-asm.h (struct disassemble_info): Add dynrelbuf and dynrelcount.
337 2021-04-06  Alan Modra  <amodra@gmail.com>
339         * dis-asm.h (struct disassemble_info <symbol_at_address_func>):
340         Return asymbol*.
342 2021-04-01  Martin Liska  <mliska@suse.cz>
344         * opcode/cr16.h (strneq): Remove strneq and use startswith.
346 2021-03-31  Alan Modra  <amodra@gmail.com>
348         * bfdlink.h: Replace bfd_boolean with bool throughout.
349         * coff/ecoff.h: Likewise.
350         * coff/xcoff.h: Likewise.
351         * dis-asm.h: Likewise.
352         * elf/mmix.h: Likewise.
353         * elf/xtensa.h: Likewise.
354         * opcode/aarch64.h: Likewise, and FALSE with false, TRUE with true.
355         * opcode/arc.h: Likewise.
356         * opcode/mips.h: Likewise.
357         * opcode/tic6x-opcode-table.h: Likewise.
358         * opcode/tic6x.h: Likewise.
360 2021-03-31  Alan Modra  <amodra@gmail.com>
362         * cgen/basic-modes.h: Include stdint.h in place of bfd_stdint.h.
363         * elf/nfp.h: Likewise.
364         * opcode/aarch64.h: Likewise.
365         * opcode/cgen.h: Likewise.
366         * opcode/nfp.h: Likewise.
367         * opcode/ppc.h: Likewise.
369 2021-03-29  Alan Modra  <amodra@gmail.com>
371         * opcode/aarch64.h (alias_opcode_p): Simplify boolean expression.
372         (opcode_has_alias, pseudo_opcode_p, optional_operand_p): Likewise.
373         (opcode_has_special_coder): Likewise.
375 2021-03-29  Alan Modra  <amodra@gmail.com>
377         * opcode/aarch64.h (aarch64_opcode_encode): Correct prototype.
379 2021-03-25  Nick Alcock  <nick.alcock@oracle.com>
381         PR libctf/27628
382         * ctf-api.h: Fix some indentation.
383         (CTF_SET_STID): Always do an unsigned shift, even if STID is
384         signed.
386 2021-03-19  H.J. Lu  <hongjiu.lu@intel.com>
388         * elf/common.h (EM_INTEL205): Renamed to ...
389         (EM_INTELGT): This.
391 2021-03-16  Nick Clifton  <nickc@redhat.com>
393         * coff/internal.h (struct internal_auxent): Fix a couple of typos
394         in comment describing the x_fname field.
396 2021-03-16  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
398         * opcode/riscv-opc.h: Support zba, zbb and zbc extensions.
399         * opcode/riscv.h (riscv_insn_class): Add INSN_CLASS_ZB*.
401 2021-03-12  Frederic Cambus  <fred@statdns.com>
403         * elf/common.h (NT_NETBSD_PAX, NT_NETBSD_PAX_MPROTECT)
404         (NT_NETBSD_PAX_NOMPROTECT, NT_NETBSD_PAX_GUARD, NT_NETBSD_PAX_NOGUARD)
405         (NT_NETBSD_PAX_ASLR, NT_NETBSD_PAX_NOASLR): Define.
407 2021-03-12  Clément Chigot  <clement.chigot@atos.net>
409         * coff/internal.h (struct internal_aouthdr): Add new fields.
410         * coff/rs6000.h (AOUTHDRÃ): Add new fields.
411         * coff/rs6k64.h (struct external_filehdr): Likewise.
412         * coff/xcoff.h (_TDATA), _TBSS): New defines
413         (RS6K_AOUTHDR_TLS_LE, RS6K_AOUTHDR_RAS, RS6K_AOUTHDR_ALGNTDATA,
414         RS6K_AOUTHDR_SHR_SYMTAB, RS6K_AOUTHDR_FORK_POLICY,
415         RS6K_AOUTHDR_FORK_COR): New defines.
416         (XMC_TU): Removed.
417         (XMC_UL): New define.
419 2021-03-12  Clément Chigot  <clement.chigot@atos.net>
421         * coff/xcoff.h (R_RTB): Remove.
422         (R_TRL): Fix value.
424 2021-03-05  Craig Blackmore  <craig.blackmore@embecosm.com>
425             Andrew Burgess  <andrew.burgess@embecosm.com>
427         * elf/common.h (NT_RISCV_CSR): Define.
429 2021-03-05  Craig Blackmore  <craig.blackmore@embecosm.com>
430             Andrew Burgess  <andrew.burgess@embecosm.com>
432         * elf/common.h (NT_GDB_TDESC): Define.
434 2021-03-03  Alan Modra  <amodra@gmail.com>
436         * coff/internal.h: Delete obsolete relocation defines.  Move used
437         relocation defines..
438         * coff/i386.h: ..to here..
439         * coff/ti.h: ..and here..
440         * coff/x86_64.h: ..and here..
441         * coff/z80.h: ..and here..
442         * coff/z8k.h: ..and here.
444 2021-03-02  Nick Alcock  <nick.alcock@oracle.com>
446         * ctf-api.h (CTF_LINK_SHARE_DUPLICATED): Note that this might
447         merely change how much deduplication is done.
449 2021-03-01  Alan Modra  <amodra@gmail.com>
450             Fangrui Song <maskray@google.com>
452         * bfdlink.h (struct bfd_link_info): Add start_stop_gc.
454 2021-02-21  Alan Modra  <amodra@gmail.com>
456         * bfdlink.h (struct bfd_link_info): Add warn_multiple_definition.
458 2021-02-17  Nick Alcock  <nick.alcock@oracle.com>
460         * ctf-api.h (ctf_arc_lookup_symbol_name): New.
461         (ctf_lookup_by_symbol_name): Likewise.
463 2021-02-19  Nelson Chu  <nelson.chu@sifive.com>
465         PR 27158
466         * opcode/riscv.h: Updated encoding macros.
468 2021-02-18  Nelson Chu  <nelson.chu@sifive.com>
470         * opcode/riscv.h: Moved stuff and make the file tidy.
472 2021-02-15  Andreas Krebbel  <krebbel@linux.ibm.com>
474         * opcode/s390.h (enum s390_opcode_cpu_val): Add
475         S390_OPCODE_ARCH14.
477 2021-02-08  Mike Frysinger  <vapier@gentoo.org>
479         * opcode/tic54x.h (mmregs): Rename to ...
480         (tic54x_mmregs): ... this.
481         (regs): Rename to ...
482         (tic54x_regs): ... this.
483         (condition_codes): Rename to ...
484         (tic54x_condition_codes): ... this.
485         (cc2_codes): Rename to ...
486         (tic54x_cc2_codes): ... this.
487         (status_bits): Rename to ...
488         (tic54x_status_bits): ... this.
489         (cc3_codes): Rename to ...
490         (tic54x_cc3_codes): ... this.
491         (misc_symbols): Rename to ...
492         (tic54x_misc_symbols): ... this.
494 2021-02-05  Nelson Chu  <nelson.chu@sifive.com>
496         PR 27348
497         * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM.
499 2021-02-05  Nelson Chu  <nelson.chu@sifive.com>
501         PR 27348
502         * opcode/riscv-opc.h: Remove obsolete Xcustom support.
504 2021-01-27  Nick Alcock  <nick.alcock@oracle.com>
506         * ctf-api.h (ECTF_NONAME): New.
507         (ECTF_NERR): Adjust.
509 2021-01-26  Nick Alcock  <nick.alcock@oracle.com>
511         * ctf-api.h (CTF_LINK_NO_FILTER_REPORTED_SYMS): New.
513 2021-02-04  Nelson Chu  <nelson.chu@sifive.com>
515         * opcode/riscv-opc.h: Removed macros for zb* extensions.
516         * opcode/riscv.h (riscv_insn_class): Removed INSN_CLASS_ZB*.
518 2021-01-15  Nelson Chu  <nelson.chu@sifive.com>
520         * opcode/riscv.h: Indent and GNU coding standards tidy,
521         also aligned the code.
523 2021-01-15  Nelson Chu  <nelson.chu@sifive.com>
525         * elf/riscv.h: Comments tidy and improvement.
526         * opcode/riscv-opc.h: Likewise.
527         * opcode/riscv.h: Likewise.
529 2021-01-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
531         * opcode/aarch64.h (AARCH64_FEATURE_CSRE): Delete.
532         (aarch64_opnd): Delete AARCH64_OPND_CSRE_CSR.
534 2021-01-09  Nick Clifton  <nickc@redhat.com>
536         * 2.36 release branch crated.
538 2021-01-07  Philipp Tomsich  <prt@gnu.org>
540         * opcode/riscv-opc.h: Added MATCH_PAUSE, MASK_PAUSE and DECLARE_INSN
541         for pause hint instruction.
542         * opcode/riscv.h (enum riscv_insn_class): Added INSN_CLASS_ZIHINTPAUSE.
544 2021-01-07  Claire Xenia Wolf  <claire@symbioticeda.com>
545             Jim Wilson  <jimw@sifive.com>
546             Andrew Waterman  <andrew@sifive.com>
547             Maxim Blinov  <maxim.blinov@embecosm.com>
548             Kito Cheng  <kito.cheng@sifive.com>
549             Nelson Chu  <nelson.chu@sifive.com>
551         * opcode/riscv-opc.h: Added MASK/MATCH/DECLARE_INSN for ZBA/ZBB/ZBC.
552         * opcode/riscv.h (riscv_insn_class): Added INSN_CLASS_ZB*.
553         (enum riscv_isa_spec_class): Added ISA_SPEC_CLASS_DRAFT for the
554         frozen extensions.
556 2021-01-05  Nick Alcock  <nick.alcock@oracle.com>
558         * ctf-api.h (CTF_MN_RECURSE): New.
559         (ctf_member_next): Add flags argument.
561 2021-01-05  Nick Alcock  <nick.alcock@oracle.com>
563         * ctf-api.h (ECTF_INCOMPLETE): New.
564         (ECTF_NERR): Adjust.
566 2021-01-01  Nicolas Boulenguez  <nicolas@debian.org>
568         * coff/internal.h: Correct comment spelling.
569         * coff/sym.h: Likewise.
570         * opcode/aarch64.h: Likewise.
572 2021-01-01  Alan Modra  <amodra@gmail.com>
574         Update year range in copyright notice of all files.
576 For older changes see ChangeLog-2020
578 Copyright (C) 2021-2024 Free Software Foundation, Inc.
580 Copying and distribution of this file, with or without modification,
581 are permitted in any medium without royalty provided the copyright
582 notice and this notice are preserved.
584 Local Variables:
585 mode: change-log
586 left-margin: 8
587 fill-column: 74
588 version-control: never
589 End: