]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - include/ChangeLog
5872f284533aca351a626348f64631e34a021334
[thirdparty/binutils-gdb.git] / include / ChangeLog
1 2023-07-21 Jose E. Marchesi <jose.marchesi@oracle.com>
2
3 * opcode/bpf.h (BPF_OFFSET16_MOVS8): Define.
4 (BPF_OFFSET16_MOVS16): Likewise.
5 (BPF_OFFSET16_MOVS32): Likewise.
6 (enum bpf_insn_id): Add entries for MOVS{8,16,32}R and
7 MOVS32{8,16,32}R.
8
9 2023-07-03 Nick Clifton <nickc@redhat.com>
10
11 2.41 Branch Point.
12
13 2023-05-25 Andreas Schwab <schwab@linux-m68k.org>
14
15 * coff/pe.h (IMAGE_FILE_MACHINE_AMD64): Remove duplicate
16 definition. Alphabetize.
17
18 2023-03-23 Frederic Cambus <fred@statdns.com>
19
20 * elf/common.h (PT_OPENBSD_MUTABLE): Define.
21
22 2023-01-03 Luis Machado <luis.machado@arm.com>
23
24 * elf/common.h (NT_ARM_SSVE): Define.
25 (NT_ARM_ZA): Define.
26
27 2022-12-31 Nick Clifton <nickc@redhat.com>
28
29 * 2.40 branch created.
30
31 2022-10-03 Jan-Benedict Glaw <jbglaw@lug-owl.de>
32
33 * diagnostics.h (DIAGNOSTIC_IGNORE_SELF_MOVE): Define for GCC 13+.
34
35 2022-07-08 Nick Clifton <nickc@redhat.com>
36
37 * 2.39 branch created.
38
39 2022-04-20 Clément Chigot <clement.chigot@atos.net>
40
41 * coff/xcoff.h (struct xcoff_loader_info): Add ldrel_count and
42 libpath fields.
43
44 2022-04-07 Mark Harmstone <mark@harmstone.com>
45
46 * coff/i386.h: Define R_SECTION.
47 * coff/x86_64.h: Likewise.
48
49 2022-04-01 John Baldwin <jhb@FreeBSD.org>
50
51 * elf/common.h (NT_FREEBSD_X86_SEGBASES): Define.
52
53 2022-03-16 Simon Marchi <simon.marchi@efficios.com>
54
55 * elf/amdgpu.h: Add relocation values.
56
57 2022-03-16 Simon Marchi <simon.marchi@efficios.com>
58
59 * elf/amdgcn.h (NT_AMDGPU_METADATA): New.
60
61 2022-03-16 Simon Marchi <simon.marchi@efficios.com>
62
63 * elf/amdgcn.h: Add EF_AMDGPU_MACH_AMDGCN_* and
64 EF_AMDGPU_FEATURE_* defines.
65
66 2022-03-16 Simon Marchi <simon.marchi@efficios.com>
67
68 * elf/common.h (ELFOSABI_AMDGPU_PAL, ELFOSABI_AMDGPU_MESA3D):
69 New.
70
71 2022-03-16 Simon Marchi <simon.marchi@efficios.com>
72
73 * elf/amdgpu.h: New.
74 * elf/common.h (ELFOSABI_AMDGPU_HSA): Add.
75
76 2022-03-11 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
77
78 * collectorAPI.h: New file.
79 * libcollector.h: New file.
80 * libfcollector.h: New file.
81
82 2022-01-25 Klaus Ziegler <klausz@haus-gisela.de>
83
84 PR 28816
85 * elf/common.h (AT_SUN_HWCAP): Make definition conditional.
86
87 2022-01-22 Nick Clifton <nickc@redhat.com>
88
89 * 2.38 release branch created.
90
91 2022-01-13 Nick Clifton <nickc@redhat.com>
92
93 Import from gcc mainline:
94
95 2021-01-03 Mike Frysinger <vapier@gentoo.org>
96
97 * libiberty.h (strverscmp): Delete duplicate prototype.
98
99 2021-12-07 John Baldwin <jhb@FreeBSD.org>
100
101 * elf/common.h (AT_FREEBSD_FXRNG, AT_FREEBSD_KPRELOAD): Define.
102
103 2021-12-01 Nick Clifton <nickc@redhat.com>
104
105 PR 28630
106 * coff/internal.h (x_n): Use bfd_hostptr_t for the fields in this
107 structure.
108
109 2021-11-25 Andrew Burgess <aburgess@redhat.com>
110 Simon Cook <simon.cook@embecosm.com>
111
112 * dis-asm.h (disassembler_options_riscv): Declare.
113
114 2021-11-16 Fangrui Song <maskray@google.com>
115
116 * elf/common.h (DT_ENCODING): Bump to 38.
117 * elf/external.h (Elf32_External_Relr): New.
118 (Elf64_External_Relr): New.
119
120 2021-09-07 Luis Machado <luis.machado@linaro.org>
121
122 Revert: [AArch64] MTE corefile support
123
124 2021-05-21 Luis Machado <luis.machado@linaro.org>
125
126 * elf/common.h (NT_MEMTAG): New constant.
127 (NT_MEMTAG_TYPE_AARCH_MTE): New constant.
128
129 2021-07-03 Nick Clifton <nickc@redhat.com>
130
131 * 2.37 release branch created.
132
133 2021-07-03 Nick Clifton <nickc@redhat.com>
134
135 Import from gcc mainline:
136 2021-03-31 Patrick Palka <ppalka@redhat.com>
137
138 PR c++/88115
139 * demangle.h (enum demangle_component_type): Add
140 DEMANGLE_COMPONENT_VENDOR_EXPR.
141
142 2021-07-01 Mike Frysinger <vapier@gentoo.org>
143
144 * opcode/aarch64.h (aarch64_opcode_table): Mark const.
145
146 2021-07-01 Richard Earnshaw <rearnsha@arm.com>
147
148 PR gas/28031
149 * opcode/arm.h (FPU_ANY): Exclude XScale-related features.
150
151 2021-06-18 H.J. Lu <hongjiu.lu@intel.com>
152
153 * elf/common.h (GNU_PROPERTY_UINT32_AND_LO): New.
154 (GNU_PROPERTY_UINT32_AND_HI): Likewise.
155 (GNU_PROPERTY_UINT32_OR_LO): Likewise.
156 (GNU_PROPERTY_UINT32_OR_HI): Likewise.
157
158 2021-06-15 Nick Clifton <nickc@redhat.com>
159
160 * elf/common.h (NT_GO_BUILDID): Define.
161
162 2021-06-02 Shahab Vahedi <shahab@synopsys.com>
163
164 * dis-asm.h (disassembler_options_arc): New prototype.
165
166 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
167
168 * opcode/mips.h (cpu_is_member): Remove code for MIPSr6 ISA
169 exclusion.
170 (opcode_is_member): Handle ISA level exclusion.
171
172 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
173
174 * opcode/mips.h (isa_is_member): New inline function, factored
175 out from...
176 (opcode_is_member): ... here.
177
178 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
179
180 * opcode/mips.h: Document `g' and `y' operand codes.
181 (mips_reg_operand_type): Add OP_REG_CONTROL enumeration
182 constant.
183
184 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
185
186 * opcode/mips.h: Complement change made to opcodes and remove
187 references to the `g' regular MIPS ISA operand code.
188
189 2021-05-28 H.J. Lu <hongjiu.lu@intel.com>
190
191 PR ld/27905
192 * elf/common.h (GNU_PROPERTY_X86_FEATURE_2_CODE16): Removed.
193
194 2021-05-26 H.J. Lu <hongjiu.lu@intel.com>
195
196 PR ld/27905
197 * elf/common.h (GNU_PROPERTY_X86_FEATURE_2_CODE16): New.
198
199 2021-05-23 Tiezhu Yang <yangtiezhu@loongson.cn>
200
201 * elf/common.h (EM_LOONGARCH): Change Loongson Loongarch to
202 LoongArch.
203
204 2021-05-21 Luis Machado <luis.machado@linaro.org>
205
206 * elf/common.h (NT_MEMTAG): New constant.
207 (NT_MEMTAG_TYPE_AARCH_MTE): New constant.
208
209 2021-05-07 Clément Chigot <clement.chigot@atos.net>
210
211 * coff/internal.h (C_DWARF): New define.
212 * coff/xcoff.h (SSUBTYP_DWLOC, SSUBTYP_DWFRAME,
213 SSUBTYP_DWMAC): New defines.
214
215 2021-05-06 Stafford Horne <shorne@gmail.com>
216
217 PR 21464
218 * elf/or1k.h (elf_or1k_reloc_type): Define R_OR1K_GOT_AHI16 number.
219
220 2021-05-06 Nick Alcock <nick.alcock@oracle.com>
221
222 * ctf.h (CTF_K_UNKNOWN): Document that it can be used for
223 nonrepresentable types, not just padding.
224 * ctf-api.h (ctf_add_unknown): New.
225
226 2021-04-22 Clément Chigot <clement.chigot@atos.net>
227
228 * coff/internal.h (union internal_auxent):
229 Add x_sect structure.
230 * coff/rs6000.h (union external_auxent): Rework to
231 match official documentation.
232 * coff/rs6k64.h (union external_auxent): Likewise.
233 (_AUX_SECT): New define.
234
235 2021-04-21 Eli Zaretskii <eliz@gnu.org>
236
237 PR 27760
238 * coff/pe.h (IMAGE_DLLCHARACTERISTICS_APPCONTAINER): Define.
239 (IMAGE_DLLCHARACTERISTICS_GUARD_CF): Define.
240
241 2021-04-16 Alan Modra <amodra@gmail.com>
242
243 PR 27567
244 * coff/internal.h (struct internal_scnhdr): Make s_flags unsigned long.
245 * coff/pe.h (COFF_ENCODE_ALIGNMENT): Don't set align flags for an
246 executable and return false. Do so for a relocatable object and
247 evaluate to true.
248 * coff/ti.h (COFF_ENCODE_ALIGNMENT): Add bfd arg and evaluate to true.
249 (COFF_DECODE_ALIGNMENT): Formatting.
250 * coff/z80.h (COFF_ENCODE_ALIGNMENT): Similarly.
251 (COFF_DECODE_ALIGNMENT): Similarly.
252
253 2021-04-09 Alan Modra <amodra@gmail.com>
254
255 * dis-asm.h (struct disassemble_info): Add dynrelbuf and dynrelcount.
256
257 2021-04-06 Alan Modra <amodra@gmail.com>
258
259 * dis-asm.h (struct disassemble_info <symbol_at_address_func>):
260 Return asymbol*.
261
262 2021-04-01 Martin Liska <mliska@suse.cz>
263
264 * opcode/cr16.h (strneq): Remove strneq and use startswith.
265
266 2021-03-31 Alan Modra <amodra@gmail.com>
267
268 * bfdlink.h: Replace bfd_boolean with bool throughout.
269 * coff/ecoff.h: Likewise.
270 * coff/xcoff.h: Likewise.
271 * dis-asm.h: Likewise.
272 * elf/mmix.h: Likewise.
273 * elf/xtensa.h: Likewise.
274 * opcode/aarch64.h: Likewise, and FALSE with false, TRUE with true.
275 * opcode/arc.h: Likewise.
276 * opcode/mips.h: Likewise.
277 * opcode/tic6x-opcode-table.h: Likewise.
278 * opcode/tic6x.h: Likewise.
279
280 2021-03-31 Alan Modra <amodra@gmail.com>
281
282 * cgen/basic-modes.h: Include stdint.h in place of bfd_stdint.h.
283 * elf/nfp.h: Likewise.
284 * opcode/aarch64.h: Likewise.
285 * opcode/cgen.h: Likewise.
286 * opcode/nfp.h: Likewise.
287 * opcode/ppc.h: Likewise.
288
289 2021-03-29 Alan Modra <amodra@gmail.com>
290
291 * opcode/aarch64.h (alias_opcode_p): Simplify boolean expression.
292 (opcode_has_alias, pseudo_opcode_p, optional_operand_p): Likewise.
293 (opcode_has_special_coder): Likewise.
294
295 2021-03-29 Alan Modra <amodra@gmail.com>
296
297 * opcode/aarch64.h (aarch64_opcode_encode): Correct prototype.
298
299 2021-03-25 Nick Alcock <nick.alcock@oracle.com>
300
301 PR libctf/27628
302 * ctf-api.h: Fix some indentation.
303 (CTF_SET_STID): Always do an unsigned shift, even if STID is
304 signed.
305
306 2021-03-19 H.J. Lu <hongjiu.lu@intel.com>
307
308 * elf/common.h (EM_INTEL205): Renamed to ...
309 (EM_INTELGT): This.
310
311 2021-03-16 Nick Clifton <nickc@redhat.com>
312
313 * coff/internal.h (struct internal_auxent): Fix a couple of typos
314 in comment describing the x_fname field.
315
316 2021-03-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
317
318 * opcode/riscv-opc.h: Support zba, zbb and zbc extensions.
319 * opcode/riscv.h (riscv_insn_class): Add INSN_CLASS_ZB*.
320
321 2021-03-12 Frederic Cambus <fred@statdns.com>
322
323 * elf/common.h (NT_NETBSD_PAX, NT_NETBSD_PAX_MPROTECT)
324 (NT_NETBSD_PAX_NOMPROTECT, NT_NETBSD_PAX_GUARD, NT_NETBSD_PAX_NOGUARD)
325 (NT_NETBSD_PAX_ASLR, NT_NETBSD_PAX_NOASLR): Define.
326
327 2021-03-12 Clément Chigot <clement.chigot@atos.net>
328
329 * coff/internal.h (struct internal_aouthdr): Add new fields.
330 * coff/rs6000.h (AOUTHDRÃ): Add new fields.
331 * coff/rs6k64.h (struct external_filehdr): Likewise.
332 * coff/xcoff.h (_TDATA), _TBSS): New defines
333 (RS6K_AOUTHDR_TLS_LE, RS6K_AOUTHDR_RAS, RS6K_AOUTHDR_ALGNTDATA,
334 RS6K_AOUTHDR_SHR_SYMTAB, RS6K_AOUTHDR_FORK_POLICY,
335 RS6K_AOUTHDR_FORK_COR): New defines.
336 (XMC_TU): Removed.
337 (XMC_UL): New define.
338
339 2021-03-12 Clément Chigot <clement.chigot@atos.net>
340
341 * coff/xcoff.h (R_RTB): Remove.
342 (R_TRL): Fix value.
343
344 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
345 Andrew Burgess <andrew.burgess@embecosm.com>
346
347 * elf/common.h (NT_RISCV_CSR): Define.
348
349 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
350 Andrew Burgess <andrew.burgess@embecosm.com>
351
352 * elf/common.h (NT_GDB_TDESC): Define.
353
354 2021-03-03 Alan Modra <amodra@gmail.com>
355
356 * coff/internal.h: Delete obsolete relocation defines. Move used
357 relocation defines..
358 * coff/i386.h: ..to here..
359 * coff/ti.h: ..and here..
360 * coff/x86_64.h: ..and here..
361 * coff/z80.h: ..and here..
362 * coff/z8k.h: ..and here.
363
364 2021-03-02 Nick Alcock <nick.alcock@oracle.com>
365
366 * ctf-api.h (CTF_LINK_SHARE_DUPLICATED): Note that this might
367 merely change how much deduplication is done.
368
369 2021-03-01 Alan Modra <amodra@gmail.com>
370 Fangrui Song <maskray@google.com>
371
372 * bfdlink.h (struct bfd_link_info): Add start_stop_gc.
373
374 2021-02-21 Alan Modra <amodra@gmail.com>
375
376 * bfdlink.h (struct bfd_link_info): Add warn_multiple_definition.
377
378 2021-02-17 Nick Alcock <nick.alcock@oracle.com>
379
380 * ctf-api.h (ctf_arc_lookup_symbol_name): New.
381 (ctf_lookup_by_symbol_name): Likewise.
382
383 2021-02-19 Nelson Chu <nelson.chu@sifive.com>
384
385 PR 27158
386 * opcode/riscv.h: Updated encoding macros.
387
388 2021-02-18 Nelson Chu <nelson.chu@sifive.com>
389
390 * opcode/riscv.h: Moved stuff and make the file tidy.
391
392 2021-02-15 Andreas Krebbel <krebbel@linux.ibm.com>
393
394 * opcode/s390.h (enum s390_opcode_cpu_val): Add
395 S390_OPCODE_ARCH14.
396
397 2021-02-08 Mike Frysinger <vapier@gentoo.org>
398
399 * opcode/tic54x.h (mmregs): Rename to ...
400 (tic54x_mmregs): ... this.
401 (regs): Rename to ...
402 (tic54x_regs): ... this.
403 (condition_codes): Rename to ...
404 (tic54x_condition_codes): ... this.
405 (cc2_codes): Rename to ...
406 (tic54x_cc2_codes): ... this.
407 (status_bits): Rename to ...
408 (tic54x_status_bits): ... this.
409 (cc3_codes): Rename to ...
410 (tic54x_cc3_codes): ... this.
411 (misc_symbols): Rename to ...
412 (tic54x_misc_symbols): ... this.
413
414 2021-02-05 Nelson Chu <nelson.chu@sifive.com>
415
416 PR 27348
417 * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM.
418
419 2021-02-05 Nelson Chu <nelson.chu@sifive.com>
420
421 PR 27348
422 * opcode/riscv-opc.h: Remove obsolete Xcustom support.
423
424 2021-01-27 Nick Alcock <nick.alcock@oracle.com>
425
426 * ctf-api.h (ECTF_NONAME): New.
427 (ECTF_NERR): Adjust.
428
429 2021-01-26 Nick Alcock <nick.alcock@oracle.com>
430
431 * ctf-api.h (CTF_LINK_NO_FILTER_REPORTED_SYMS): New.
432
433 2021-02-04 Nelson Chu <nelson.chu@sifive.com>
434
435 * opcode/riscv-opc.h: Removed macros for zb* extensions.
436 * opcode/riscv.h (riscv_insn_class): Removed INSN_CLASS_ZB*.
437
438 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
439
440 * opcode/riscv.h: Indent and GNU coding standards tidy,
441 also aligned the code.
442
443 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
444
445 * elf/riscv.h: Comments tidy and improvement.
446 * opcode/riscv-opc.h: Likewise.
447 * opcode/riscv.h: Likewise.
448
449 2021-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
450
451 * opcode/aarch64.h (AARCH64_FEATURE_CSRE): Delete.
452 (aarch64_opnd): Delete AARCH64_OPND_CSRE_CSR.
453
454 2021-01-09 Nick Clifton <nickc@redhat.com>
455
456 * 2.36 release branch crated.
457
458 2021-01-07 Philipp Tomsich <prt@gnu.org>
459
460 * opcode/riscv-opc.h: Added MATCH_PAUSE, MASK_PAUSE and DECLARE_INSN
461 for pause hint instruction.
462 * opcode/riscv.h (enum riscv_insn_class): Added INSN_CLASS_ZIHINTPAUSE.
463
464 2021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
465 Jim Wilson <jimw@sifive.com>
466 Andrew Waterman <andrew@sifive.com>
467 Maxim Blinov <maxim.blinov@embecosm.com>
468 Kito Cheng <kito.cheng@sifive.com>
469 Nelson Chu <nelson.chu@sifive.com>
470
471 * opcode/riscv-opc.h: Added MASK/MATCH/DECLARE_INSN for ZBA/ZBB/ZBC.
472 * opcode/riscv.h (riscv_insn_class): Added INSN_CLASS_ZB*.
473 (enum riscv_isa_spec_class): Added ISA_SPEC_CLASS_DRAFT for the
474 frozen extensions.
475
476 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
477
478 * ctf-api.h (CTF_MN_RECURSE): New.
479 (ctf_member_next): Add flags argument.
480
481 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
482
483 * ctf-api.h (ECTF_INCOMPLETE): New.
484 (ECTF_NERR): Adjust.
485
486 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
487
488 * coff/internal.h: Correct comment spelling.
489 * coff/sym.h: Likewise.
490 * opcode/aarch64.h: Likewise.
491
492 2021-01-01 Alan Modra <amodra@gmail.com>
493
494 Update year range in copyright notice of all files.
495
496 For older changes see ChangeLog-2020
497 \f
498 Copyright (C) 2021-2023 Free Software Foundation, Inc.
499
500 Copying and distribution of this file, with or without modification,
501 are permitted in any medium without royalty provided the copyright
502 notice and this notice are preserved.
503
504 Local Variables:
505 mode: change-log
506 left-margin: 8
507 fill-column: 74
508 version-control: never
509 End: