3 * diagnostics.h (DIAGNOSTIC_IGNORE_SELF_MOVE): Define for GCC 13+.
11 * coff/xcoff.h (struct xcoff_loader_info): Add ldrel_count and
16 * coff/i386.h: Define R_SECTION.
17 * coff/x86_64.h: Likewise.
21 * elf/common.h (NT_FREEBSD_X86_SEGBASES): Define.
25 * elf/amdgpu.h: Add relocation values.
29 * elf/amdgcn.h (NT_AMDGPU_METADATA): New.
33 * elf/amdgcn.h: Add EF_AMDGPU_MACH_AMDGCN_* and
34 EF_AMDGPU_FEATURE_* defines.
38 * elf/common.h (ELFOSABI_AMDGPU_PAL, ELFOSABI_AMDGPU_MESA3D):
44 * elf/common.h (ELFOSABI_AMDGPU_HSA): Add.
48 * collectorAPI.h: New file.
49 * libcollector.h: New file.
50 * libfcollector.h: New file.
55 * elf/common.h (AT_SUN_HWCAP): Make definition conditional.
59 * 2.38 release branch created.
63 Import from gcc mainline:
67 * libiberty.h (strverscmp): Delete duplicate prototype.
71 * elf/common.h (AT_FREEBSD_FXRNG, AT_FREEBSD_KPRELOAD): Define.
76 * coff/internal.h (x_n): Use bfd_hostptr_t for the fields in this
82 * dis-asm.h (disassembler_options_riscv): Declare.
86 * elf/common.h (DT_ENCODING): Bump to 38.
87 * elf/external.h (Elf32_External_Relr): New.
88 (Elf64_External_Relr): New.
92 Revert: [AArch64] MTE corefile support
96 * elf/common.h (NT_MEMTAG): New constant.
97 (NT_MEMTAG_TYPE_AARCH_MTE): New constant.
101 * 2.37 release branch created.
105 Import from gcc mainline:
109 * demangle.h (enum demangle_component_type): Add
110 DEMANGLE_COMPONENT_VENDOR_EXPR.
114 * opcode/aarch64.h (aarch64_opcode_table): Mark const.
119 * opcode/arm.h (FPU_ANY): Exclude XScale-related features.
123 * elf/common.h (GNU_PROPERTY_UINT32_AND_LO): New.
124 (GNU_PROPERTY_UINT32_AND_HI): Likewise.
125 (GNU_PROPERTY_UINT32_OR_LO): Likewise.
126 (GNU_PROPERTY_UINT32_OR_HI): Likewise.
130 * elf/common.h (NT_GO_BUILDID): Define.
134 * dis-asm.h (disassembler_options_arc): New prototype.
138 * opcode/mips.h (cpu_is_member): Remove code for MIPSr6 ISA
140 (opcode_is_member): Handle ISA level exclusion.
144 * opcode/mips.h (isa_is_member): New inline function, factored
146 (opcode_is_member): ... here.
150 * opcode/mips.h: Document `g' and `y' operand codes.
151 (mips_reg_operand_type): Add OP_REG_CONTROL enumeration
156 * opcode/mips.h: Complement change made to opcodes and remove
157 references to the `g' regular MIPS ISA operand code.
162 * elf/common.h (GNU_PROPERTY_X86_FEATURE_2_CODE16): Removed.
167 * elf/common.h (GNU_PROPERTY_X86_FEATURE_2_CODE16): New.
171 * elf/common.h (EM_LOONGARCH): Change Loongson Loongarch to
176 * elf/common.h (NT_MEMTAG): New constant.
177 (NT_MEMTAG_TYPE_AARCH_MTE): New constant.
181 * coff/internal.h (C_DWARF): New define.
182 * coff/xcoff.h (SSUBTYP_DWLOC, SSUBTYP_DWFRAME,
183 SSUBTYP_DWMAC): New defines.
188 * elf/or1k.h (elf_or1k_reloc_type): Define R_OR1K_GOT_AHI16 number.
192 * ctf.h (CTF_K_UNKNOWN): Document that it can be used for
193 nonrepresentable types, not just padding.
194 * ctf-api.h (ctf_add_unknown): New.
198 * coff/internal.h (union internal_auxent):
199 Add x_sect structure.
200 * coff/rs6000.h (union external_auxent): Rework to
201 match official documentation.
202 * coff/rs6k64.h (union external_auxent): Likewise.
203 (_AUX_SECT): New define.
208 * coff/pe.h (IMAGE_DLLCHARACTERISTICS_APPCONTAINER): Define.
209 (IMAGE_DLLCHARACTERISTICS_GUARD_CF): Define.
214 * coff/internal.h (struct internal_scnhdr): Make s_flags unsigned long.
215 * coff/pe.h (COFF_ENCODE_ALIGNMENT): Don't set align flags for an
216 executable and return false. Do so for a relocatable object and
218 * coff/ti.h (COFF_ENCODE_ALIGNMENT): Add bfd arg and evaluate to true.
219 (COFF_DECODE_ALIGNMENT): Formatting.
220 * coff/z80.h (COFF_ENCODE_ALIGNMENT): Similarly.
221 (COFF_DECODE_ALIGNMENT): Similarly.
225 * dis-asm.h (struct disassemble_info): Add dynrelbuf and dynrelcount.
229 * dis-asm.h (struct disassemble_info <symbol_at_address_func>):
234 * opcode/cr16.h (strneq): Remove strneq and use startswith.
238 * bfdlink.h: Replace bfd_boolean with bool throughout.
239 * coff/ecoff.h: Likewise.
240 * coff/xcoff.h: Likewise.
241 * dis-asm.h: Likewise.
242 * elf/mmix.h: Likewise.
243 * elf/xtensa.h: Likewise.
244 * opcode/aarch64.h: Likewise, and FALSE with false, TRUE with true.
245 * opcode/arc.h: Likewise.
246 * opcode/mips.h: Likewise.
247 * opcode/tic6x-opcode-table.h: Likewise.
248 * opcode/tic6x.h: Likewise.
252 * cgen/basic-modes.h: Include stdint.h in place of bfd_stdint.h.
253 * elf/nfp.h: Likewise.
254 * opcode/aarch64.h: Likewise.
255 * opcode/cgen.h: Likewise.
256 * opcode/nfp.h: Likewise.
257 * opcode/ppc.h: Likewise.
261 * opcode/aarch64.h (alias_opcode_p): Simplify boolean expression.
262 (opcode_has_alias, pseudo_opcode_p, optional_operand_p): Likewise.
263 (opcode_has_special_coder): Likewise.
267 * opcode/aarch64.h (aarch64_opcode_encode): Correct prototype.
272 * ctf-api.h: Fix some indentation.
273 (CTF_SET_STID): Always do an unsigned shift, even if STID is
278 * elf/common.h (EM_INTEL205): Renamed to ...
283 * coff/internal.h (struct internal_auxent): Fix a couple of typos
284 in comment describing the x_fname field.
288 * opcode/riscv-opc.h: Support zba, zbb and zbc extensions.
289 * opcode/riscv.h (riscv_insn_class): Add INSN_CLASS_ZB*.
293 * elf/common.h (NT_NETBSD_PAX, NT_NETBSD_PAX_MPROTECT)
294 (NT_NETBSD_PAX_NOMPROTECT, NT_NETBSD_PAX_GUARD, NT_NETBSD_PAX_NOGUARD)
295 (NT_NETBSD_PAX_ASLR, NT_NETBSD_PAX_NOASLR): Define.
299 * coff/internal.h (struct internal_aouthdr): Add new fields.
300 * coff/rs6000.h (AOUTHDRÃ): Add new fields.
301 * coff/rs6k64.h (struct external_filehdr): Likewise.
302 * coff/xcoff.h (_TDATA), _TBSS): New defines
303 (RS6K_AOUTHDR_TLS_LE, RS6K_AOUTHDR_RAS, RS6K_AOUTHDR_ALGNTDATA,
304 RS6K_AOUTHDR_SHR_SYMTAB, RS6K_AOUTHDR_FORK_POLICY,
305 RS6K_AOUTHDR_FORK_COR): New defines.
307 (XMC_UL): New define.
311 * coff/xcoff.h (R_RTB): Remove.
317 * elf/common.h (NT_RISCV_CSR): Define.
322 * elf/common.h (NT_GDB_TDESC): Define.
326 * coff/internal.h: Delete obsolete relocation defines. Move used
328 * coff/i386.h: ..to here..
329 * coff/ti.h: ..and here..
330 * coff/x86_64.h: ..and here..
331 * coff/z80.h: ..and here..
332 * coff/z8k.h: ..and here.
336 * ctf-api.h (CTF_LINK_SHARE_DUPLICATED): Note that this might
337 merely change how much deduplication is done.
342 * bfdlink.h (struct bfd_link_info): Add start_stop_gc.
346 * bfdlink.h (struct bfd_link_info): Add warn_multiple_definition.
350 * ctf-api.h (ctf_arc_lookup_symbol_name): New.
351 (ctf_lookup_by_symbol_name): Likewise.
356 * opcode/riscv.h: Updated encoding macros.
360 * opcode/riscv.h: Moved stuff and make the file tidy.
364 * opcode/s390.h (enum s390_opcode_cpu_val): Add
369 * opcode/tic54x.h (mmregs): Rename to ...
370 (tic54x_mmregs): ... this.
371 (regs): Rename to ...
372 (tic54x_regs): ... this.
373 (condition_codes): Rename to ...
374 (tic54x_condition_codes): ... this.
375 (cc2_codes): Rename to ...
376 (tic54x_cc2_codes): ... this.
377 (status_bits): Rename to ...
378 (tic54x_status_bits): ... this.
379 (cc3_codes): Rename to ...
380 (tic54x_cc3_codes): ... this.
381 (misc_symbols): Rename to ...
382 (tic54x_misc_symbols): ... this.
387 * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM.
392 * opcode/riscv-opc.h: Remove obsolete Xcustom support.
396 * ctf-api.h (ECTF_NONAME): New.
401 * ctf-api.h (CTF_LINK_NO_FILTER_REPORTED_SYMS): New.
405 * opcode/riscv-opc.h: Removed macros for zb* extensions.
406 * opcode/riscv.h (riscv_insn_class): Removed INSN_CLASS_ZB*.
410 * opcode/riscv.h: Indent and GNU coding standards tidy,
411 also aligned the code.
415 * elf/riscv.h: Comments tidy and improvement.
416 * opcode/riscv-opc.h: Likewise.
417 * opcode/riscv.h: Likewise.
421 * opcode/aarch64.h (AARCH64_FEATURE_CSRE): Delete.
422 (aarch64_opnd): Delete AARCH64_OPND_CSRE_CSR.
426 * 2.36 release branch crated.
430 * opcode/riscv-opc.h: Added MATCH_PAUSE, MASK_PAUSE and DECLARE_INSN
431 for pause hint instruction.
432 * opcode/riscv.h (enum riscv_insn_class): Added INSN_CLASS_ZIHINTPAUSE.
441 * opcode/riscv-opc.h: Added MASK/MATCH/DECLARE_INSN for ZBA/ZBB/ZBC.
442 * opcode/riscv.h (riscv_insn_class): Added INSN_CLASS_ZB*.
443 (enum riscv_isa_spec_class): Added ISA_SPEC_CLASS_DRAFT for the
448 * ctf-api.h (CTF_MN_RECURSE): New.
449 (ctf_member_next): Add flags argument.
453 * ctf-api.h (ECTF_INCOMPLETE): New.
458 * coff/internal.h: Correct comment spelling.
459 * coff/sym.h: Likewise.
460 * opcode/aarch64.h: Likewise.
464 Update year range in copyright notice of all files.
466 For older changes see ChangeLog-2020
468 Copyright (C) 2021-2022 Free Software Foundation, Inc.
470 Copying and distribution of this file, with or without modification,
471 are permitted in any medium without royalty provided the copyright
472 notice and this notice are preserved.
478 version-control: never