1 2023-11-10 Simon Marchi <simon.marchi@efficios.com>
3 * elf/amdgpu.h (EF_AMDGPU_MACH_AMDGCN_GFX1100,
4 EF_AMDGPU_MACH_AMDGCN_GFX1101,
5 EF_AMDGPU_MACH_AMDGCN_GFX1102): New.
7 2023-11-10 Nick Clifton <nickc@redhat.com>
9 * bfdlink.h (struct bfd_link_info): Update descriptions of the
10 'execstack', 'noexecstack' and 'warn_execstack' fields.
11 Add 'error_exectack' and 'warn_is_error_for_rwx_segments' fields.
13 2023-10-30 Nick Clifton <nickc@redhat.com>
15 * elf/bpf.h (R_BPF_64_NODYLD32): Add a note that this reloc is
16 generated by other tools, eg LLVM.
18 2023-09-28 Frederic Cambus <fred@statdns.com>
20 * elf/common.h (PT_OPENBSD_NOBTCFI): Define.
22 2023-08-02 Tom Tromey <tromey@adacore.com>
24 * coff/x86_64.h (COFF_X86_64_H): Add include guard.
25 * coff/loongarch64.h (COFF_LOONGARCH64_H): Add include guard.
26 * coff/aarch64.h (COFF_AARCH64_H): Add include guard.
28 2023-07-30 Jose E. Marchesi <jose.marchesi@oracle.com>
30 * elf/bpf.h (EF_BPF_CPUVER): Define.
31 * opcode/bpf.h (BPF_XBPF): Change from 0xf to 0xff so it fits in
34 2023-07-24 Jose E. Marchesi <jose.marchesi@oracle.com>
36 * opcode/bpf.h (BPF_IMM32_BSWAP16): Define.
37 (BPF_IMM32_BSWAP32): Likewise.
38 (BPF_IMM32_BSWAP64): Likewise.
39 (enum bpf_insn_id): New entries BPF_INSN_BSWAP{16,32,64}.
41 2023-07-24 Jose E. Marchesi <jose.marchesi@oracle.com>
43 * opcode/bpf.h (enum bpf_insn_id): Add entry BPF_INSN_JAL.
44 (enum bpf_insn_id): Remove spurious entry BPF_INSN_CALLI.
46 2023-07-21 Jose E. Marchesi <jose.marchesi@oracle.com>
48 * opcode/bpf.h (enum bpf_insn_id): Add entries for signed load
50 (BPF_MODE_SMEM): Define.
52 2023-07-21 Jose E. Marchesi <jose.marchesi@oracle.com>
54 * opcode/bpf.h (BPF_OFFSET16_MOVS8): Define.
55 (BPF_OFFSET16_MOVS16): Likewise.
56 (BPF_OFFSET16_MOVS32): Likewise.
57 (enum bpf_insn_id): Add entries for MOVS{8,16,32}R and
60 2023-07-03 Nick Clifton <nickc@redhat.com>
64 2023-05-25 Andreas Schwab <schwab@linux-m68k.org>
66 * coff/pe.h (IMAGE_FILE_MACHINE_AMD64): Remove duplicate
67 definition. Alphabetize.
69 2023-03-23 Frederic Cambus <fred@statdns.com>
71 * elf/common.h (PT_OPENBSD_MUTABLE): Define.
73 2023-01-03 Luis Machado <luis.machado@arm.com>
75 * elf/common.h (NT_ARM_SSVE): Define.
78 2022-12-31 Nick Clifton <nickc@redhat.com>
80 * 2.40 branch created.
82 2022-10-03 Jan-Benedict Glaw <jbglaw@lug-owl.de>
84 * diagnostics.h (DIAGNOSTIC_IGNORE_SELF_MOVE): Define for GCC 13+.
86 2022-07-08 Nick Clifton <nickc@redhat.com>
88 * 2.39 branch created.
90 2022-04-20 Clément Chigot <clement.chigot@atos.net>
92 * coff/xcoff.h (struct xcoff_loader_info): Add ldrel_count and
95 2022-04-07 Mark Harmstone <mark@harmstone.com>
97 * coff/i386.h: Define R_SECTION.
98 * coff/x86_64.h: Likewise.
100 2022-04-01 John Baldwin <jhb@FreeBSD.org>
102 * elf/common.h (NT_FREEBSD_X86_SEGBASES): Define.
104 2022-03-16 Simon Marchi <simon.marchi@efficios.com>
106 * elf/amdgpu.h: Add relocation values.
108 2022-03-16 Simon Marchi <simon.marchi@efficios.com>
110 * elf/amdgcn.h (NT_AMDGPU_METADATA): New.
112 2022-03-16 Simon Marchi <simon.marchi@efficios.com>
114 * elf/amdgcn.h: Add EF_AMDGPU_MACH_AMDGCN_* and
115 EF_AMDGPU_FEATURE_* defines.
117 2022-03-16 Simon Marchi <simon.marchi@efficios.com>
119 * elf/common.h (ELFOSABI_AMDGPU_PAL, ELFOSABI_AMDGPU_MESA3D):
122 2022-03-16 Simon Marchi <simon.marchi@efficios.com>
125 * elf/common.h (ELFOSABI_AMDGPU_HSA): Add.
127 2022-03-11 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
129 * collectorAPI.h: New file.
130 * libcollector.h: New file.
131 * libfcollector.h: New file.
133 2022-01-25 Klaus Ziegler <klausz@haus-gisela.de>
136 * elf/common.h (AT_SUN_HWCAP): Make definition conditional.
138 2022-01-22 Nick Clifton <nickc@redhat.com>
140 * 2.38 release branch created.
142 2022-01-13 Nick Clifton <nickc@redhat.com>
144 Import from gcc mainline:
146 2021-01-03 Mike Frysinger <vapier@gentoo.org>
148 * libiberty.h (strverscmp): Delete duplicate prototype.
150 2021-12-07 John Baldwin <jhb@FreeBSD.org>
152 * elf/common.h (AT_FREEBSD_FXRNG, AT_FREEBSD_KPRELOAD): Define.
154 2021-12-01 Nick Clifton <nickc@redhat.com>
157 * coff/internal.h (x_n): Use bfd_hostptr_t for the fields in this
160 2021-11-25 Andrew Burgess <aburgess@redhat.com>
161 Simon Cook <simon.cook@embecosm.com>
163 * dis-asm.h (disassembler_options_riscv): Declare.
165 2021-11-16 Fangrui Song <maskray@google.com>
167 * elf/common.h (DT_ENCODING): Bump to 38.
168 * elf/external.h (Elf32_External_Relr): New.
169 (Elf64_External_Relr): New.
171 2021-09-07 Luis Machado <luis.machado@linaro.org>
173 Revert: [AArch64] MTE corefile support
175 2021-05-21 Luis Machado <luis.machado@linaro.org>
177 * elf/common.h (NT_MEMTAG): New constant.
178 (NT_MEMTAG_TYPE_AARCH_MTE): New constant.
180 2021-07-03 Nick Clifton <nickc@redhat.com>
182 * 2.37 release branch created.
184 2021-07-03 Nick Clifton <nickc@redhat.com>
186 Import from gcc mainline:
187 2021-03-31 Patrick Palka <ppalka@redhat.com>
190 * demangle.h (enum demangle_component_type): Add
191 DEMANGLE_COMPONENT_VENDOR_EXPR.
193 2021-07-01 Mike Frysinger <vapier@gentoo.org>
195 * opcode/aarch64.h (aarch64_opcode_table): Mark const.
197 2021-07-01 Richard Earnshaw <rearnsha@arm.com>
200 * opcode/arm.h (FPU_ANY): Exclude XScale-related features.
202 2021-06-18 H.J. Lu <hongjiu.lu@intel.com>
204 * elf/common.h (GNU_PROPERTY_UINT32_AND_LO): New.
205 (GNU_PROPERTY_UINT32_AND_HI): Likewise.
206 (GNU_PROPERTY_UINT32_OR_LO): Likewise.
207 (GNU_PROPERTY_UINT32_OR_HI): Likewise.
209 2021-06-15 Nick Clifton <nickc@redhat.com>
211 * elf/common.h (NT_GO_BUILDID): Define.
213 2021-06-02 Shahab Vahedi <shahab@synopsys.com>
215 * dis-asm.h (disassembler_options_arc): New prototype.
217 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
219 * opcode/mips.h (cpu_is_member): Remove code for MIPSr6 ISA
221 (opcode_is_member): Handle ISA level exclusion.
223 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
225 * opcode/mips.h (isa_is_member): New inline function, factored
227 (opcode_is_member): ... here.
229 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
231 * opcode/mips.h: Document `g' and `y' operand codes.
232 (mips_reg_operand_type): Add OP_REG_CONTROL enumeration
235 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
237 * opcode/mips.h: Complement change made to opcodes and remove
238 references to the `g' regular MIPS ISA operand code.
240 2021-05-28 H.J. Lu <hongjiu.lu@intel.com>
243 * elf/common.h (GNU_PROPERTY_X86_FEATURE_2_CODE16): Removed.
245 2021-05-26 H.J. Lu <hongjiu.lu@intel.com>
248 * elf/common.h (GNU_PROPERTY_X86_FEATURE_2_CODE16): New.
250 2021-05-23 Tiezhu Yang <yangtiezhu@loongson.cn>
252 * elf/common.h (EM_LOONGARCH): Change Loongson Loongarch to
255 2021-05-21 Luis Machado <luis.machado@linaro.org>
257 * elf/common.h (NT_MEMTAG): New constant.
258 (NT_MEMTAG_TYPE_AARCH_MTE): New constant.
260 2021-05-07 Clément Chigot <clement.chigot@atos.net>
262 * coff/internal.h (C_DWARF): New define.
263 * coff/xcoff.h (SSUBTYP_DWLOC, SSUBTYP_DWFRAME,
264 SSUBTYP_DWMAC): New defines.
266 2021-05-06 Stafford Horne <shorne@gmail.com>
269 * elf/or1k.h (elf_or1k_reloc_type): Define R_OR1K_GOT_AHI16 number.
271 2021-05-06 Nick Alcock <nick.alcock@oracle.com>
273 * ctf.h (CTF_K_UNKNOWN): Document that it can be used for
274 nonrepresentable types, not just padding.
275 * ctf-api.h (ctf_add_unknown): New.
277 2021-04-22 Clément Chigot <clement.chigot@atos.net>
279 * coff/internal.h (union internal_auxent):
280 Add x_sect structure.
281 * coff/rs6000.h (union external_auxent): Rework to
282 match official documentation.
283 * coff/rs6k64.h (union external_auxent): Likewise.
284 (_AUX_SECT): New define.
286 2021-04-21 Eli Zaretskii <eliz@gnu.org>
289 * coff/pe.h (IMAGE_DLLCHARACTERISTICS_APPCONTAINER): Define.
290 (IMAGE_DLLCHARACTERISTICS_GUARD_CF): Define.
292 2021-04-16 Alan Modra <amodra@gmail.com>
295 * coff/internal.h (struct internal_scnhdr): Make s_flags unsigned long.
296 * coff/pe.h (COFF_ENCODE_ALIGNMENT): Don't set align flags for an
297 executable and return false. Do so for a relocatable object and
299 * coff/ti.h (COFF_ENCODE_ALIGNMENT): Add bfd arg and evaluate to true.
300 (COFF_DECODE_ALIGNMENT): Formatting.
301 * coff/z80.h (COFF_ENCODE_ALIGNMENT): Similarly.
302 (COFF_DECODE_ALIGNMENT): Similarly.
304 2021-04-09 Alan Modra <amodra@gmail.com>
306 * dis-asm.h (struct disassemble_info): Add dynrelbuf and dynrelcount.
308 2021-04-06 Alan Modra <amodra@gmail.com>
310 * dis-asm.h (struct disassemble_info <symbol_at_address_func>):
313 2021-04-01 Martin Liska <mliska@suse.cz>
315 * opcode/cr16.h (strneq): Remove strneq and use startswith.
317 2021-03-31 Alan Modra <amodra@gmail.com>
319 * bfdlink.h: Replace bfd_boolean with bool throughout.
320 * coff/ecoff.h: Likewise.
321 * coff/xcoff.h: Likewise.
322 * dis-asm.h: Likewise.
323 * elf/mmix.h: Likewise.
324 * elf/xtensa.h: Likewise.
325 * opcode/aarch64.h: Likewise, and FALSE with false, TRUE with true.
326 * opcode/arc.h: Likewise.
327 * opcode/mips.h: Likewise.
328 * opcode/tic6x-opcode-table.h: Likewise.
329 * opcode/tic6x.h: Likewise.
331 2021-03-31 Alan Modra <amodra@gmail.com>
333 * cgen/basic-modes.h: Include stdint.h in place of bfd_stdint.h.
334 * elf/nfp.h: Likewise.
335 * opcode/aarch64.h: Likewise.
336 * opcode/cgen.h: Likewise.
337 * opcode/nfp.h: Likewise.
338 * opcode/ppc.h: Likewise.
340 2021-03-29 Alan Modra <amodra@gmail.com>
342 * opcode/aarch64.h (alias_opcode_p): Simplify boolean expression.
343 (opcode_has_alias, pseudo_opcode_p, optional_operand_p): Likewise.
344 (opcode_has_special_coder): Likewise.
346 2021-03-29 Alan Modra <amodra@gmail.com>
348 * opcode/aarch64.h (aarch64_opcode_encode): Correct prototype.
350 2021-03-25 Nick Alcock <nick.alcock@oracle.com>
353 * ctf-api.h: Fix some indentation.
354 (CTF_SET_STID): Always do an unsigned shift, even if STID is
357 2021-03-19 H.J. Lu <hongjiu.lu@intel.com>
359 * elf/common.h (EM_INTEL205): Renamed to ...
362 2021-03-16 Nick Clifton <nickc@redhat.com>
364 * coff/internal.h (struct internal_auxent): Fix a couple of typos
365 in comment describing the x_fname field.
367 2021-03-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
369 * opcode/riscv-opc.h: Support zba, zbb and zbc extensions.
370 * opcode/riscv.h (riscv_insn_class): Add INSN_CLASS_ZB*.
372 2021-03-12 Frederic Cambus <fred@statdns.com>
374 * elf/common.h (NT_NETBSD_PAX, NT_NETBSD_PAX_MPROTECT)
375 (NT_NETBSD_PAX_NOMPROTECT, NT_NETBSD_PAX_GUARD, NT_NETBSD_PAX_NOGUARD)
376 (NT_NETBSD_PAX_ASLR, NT_NETBSD_PAX_NOASLR): Define.
378 2021-03-12 Clément Chigot <clement.chigot@atos.net>
380 * coff/internal.h (struct internal_aouthdr): Add new fields.
381 * coff/rs6000.h (AOUTHDRÃ): Add new fields.
382 * coff/rs6k64.h (struct external_filehdr): Likewise.
383 * coff/xcoff.h (_TDATA), _TBSS): New defines
384 (RS6K_AOUTHDR_TLS_LE, RS6K_AOUTHDR_RAS, RS6K_AOUTHDR_ALGNTDATA,
385 RS6K_AOUTHDR_SHR_SYMTAB, RS6K_AOUTHDR_FORK_POLICY,
386 RS6K_AOUTHDR_FORK_COR): New defines.
388 (XMC_UL): New define.
390 2021-03-12 Clément Chigot <clement.chigot@atos.net>
392 * coff/xcoff.h (R_RTB): Remove.
395 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
396 Andrew Burgess <andrew.burgess@embecosm.com>
398 * elf/common.h (NT_RISCV_CSR): Define.
400 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
401 Andrew Burgess <andrew.burgess@embecosm.com>
403 * elf/common.h (NT_GDB_TDESC): Define.
405 2021-03-03 Alan Modra <amodra@gmail.com>
407 * coff/internal.h: Delete obsolete relocation defines. Move used
409 * coff/i386.h: ..to here..
410 * coff/ti.h: ..and here..
411 * coff/x86_64.h: ..and here..
412 * coff/z80.h: ..and here..
413 * coff/z8k.h: ..and here.
415 2021-03-02 Nick Alcock <nick.alcock@oracle.com>
417 * ctf-api.h (CTF_LINK_SHARE_DUPLICATED): Note that this might
418 merely change how much deduplication is done.
420 2021-03-01 Alan Modra <amodra@gmail.com>
421 Fangrui Song <maskray@google.com>
423 * bfdlink.h (struct bfd_link_info): Add start_stop_gc.
425 2021-02-21 Alan Modra <amodra@gmail.com>
427 * bfdlink.h (struct bfd_link_info): Add warn_multiple_definition.
429 2021-02-17 Nick Alcock <nick.alcock@oracle.com>
431 * ctf-api.h (ctf_arc_lookup_symbol_name): New.
432 (ctf_lookup_by_symbol_name): Likewise.
434 2021-02-19 Nelson Chu <nelson.chu@sifive.com>
437 * opcode/riscv.h: Updated encoding macros.
439 2021-02-18 Nelson Chu <nelson.chu@sifive.com>
441 * opcode/riscv.h: Moved stuff and make the file tidy.
443 2021-02-15 Andreas Krebbel <krebbel@linux.ibm.com>
445 * opcode/s390.h (enum s390_opcode_cpu_val): Add
448 2021-02-08 Mike Frysinger <vapier@gentoo.org>
450 * opcode/tic54x.h (mmregs): Rename to ...
451 (tic54x_mmregs): ... this.
452 (regs): Rename to ...
453 (tic54x_regs): ... this.
454 (condition_codes): Rename to ...
455 (tic54x_condition_codes): ... this.
456 (cc2_codes): Rename to ...
457 (tic54x_cc2_codes): ... this.
458 (status_bits): Rename to ...
459 (tic54x_status_bits): ... this.
460 (cc3_codes): Rename to ...
461 (tic54x_cc3_codes): ... this.
462 (misc_symbols): Rename to ...
463 (tic54x_misc_symbols): ... this.
465 2021-02-05 Nelson Chu <nelson.chu@sifive.com>
468 * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM.
470 2021-02-05 Nelson Chu <nelson.chu@sifive.com>
473 * opcode/riscv-opc.h: Remove obsolete Xcustom support.
475 2021-01-27 Nick Alcock <nick.alcock@oracle.com>
477 * ctf-api.h (ECTF_NONAME): New.
480 2021-01-26 Nick Alcock <nick.alcock@oracle.com>
482 * ctf-api.h (CTF_LINK_NO_FILTER_REPORTED_SYMS): New.
484 2021-02-04 Nelson Chu <nelson.chu@sifive.com>
486 * opcode/riscv-opc.h: Removed macros for zb* extensions.
487 * opcode/riscv.h (riscv_insn_class): Removed INSN_CLASS_ZB*.
489 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
491 * opcode/riscv.h: Indent and GNU coding standards tidy,
492 also aligned the code.
494 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
496 * elf/riscv.h: Comments tidy and improvement.
497 * opcode/riscv-opc.h: Likewise.
498 * opcode/riscv.h: Likewise.
500 2021-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
502 * opcode/aarch64.h (AARCH64_FEATURE_CSRE): Delete.
503 (aarch64_opnd): Delete AARCH64_OPND_CSRE_CSR.
505 2021-01-09 Nick Clifton <nickc@redhat.com>
507 * 2.36 release branch crated.
509 2021-01-07 Philipp Tomsich <prt@gnu.org>
511 * opcode/riscv-opc.h: Added MATCH_PAUSE, MASK_PAUSE and DECLARE_INSN
512 for pause hint instruction.
513 * opcode/riscv.h (enum riscv_insn_class): Added INSN_CLASS_ZIHINTPAUSE.
515 2021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
516 Jim Wilson <jimw@sifive.com>
517 Andrew Waterman <andrew@sifive.com>
518 Maxim Blinov <maxim.blinov@embecosm.com>
519 Kito Cheng <kito.cheng@sifive.com>
520 Nelson Chu <nelson.chu@sifive.com>
522 * opcode/riscv-opc.h: Added MASK/MATCH/DECLARE_INSN for ZBA/ZBB/ZBC.
523 * opcode/riscv.h (riscv_insn_class): Added INSN_CLASS_ZB*.
524 (enum riscv_isa_spec_class): Added ISA_SPEC_CLASS_DRAFT for the
527 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
529 * ctf-api.h (CTF_MN_RECURSE): New.
530 (ctf_member_next): Add flags argument.
532 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
534 * ctf-api.h (ECTF_INCOMPLETE): New.
537 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
539 * coff/internal.h: Correct comment spelling.
540 * coff/sym.h: Likewise.
541 * opcode/aarch64.h: Likewise.
543 2021-01-01 Alan Modra <amodra@gmail.com>
545 Update year range in copyright notice of all files.
547 For older changes see ChangeLog-2020
549 Copyright (C) 2021-2023 Free Software Foundation, Inc.
551 Copying and distribution of this file, with or without modification,
552 are permitted in any medium without royalty provided the copyright
553 notice and this notice are preserved.
559 version-control: never