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