]>
Commit | Line | Data |
---|---|---|
b49d12e2 NC |
1 | 2025-01-19 Nick Clifton <nickc@redhat.com> |
2 | ||
3 | * 2.44 Branch point. | |
4 | ||
b33c4f8f NC |
5 | 2024-07-20 Nick Clifton <nickc@redhat.com> |
6 | ||
7 | * 2.43 branch point. | |
8 | ||
ecc3c386 SM |
9 | 2024-04-07 Simon Marchi <simon.marchi@efficios.com> |
10 | ||
11 | * diagnostics.h (DIAGNOSTIC_IGNORE_DEPRECATED_REGISTER): Rename | |
12 | to... | |
13 | (DIAGNOSTIC_IGNORE_REGISTER): ... this. Ignore `-Wregister` | |
14 | instead of `-Wdeprecated-register`. | |
15 | ||
c0852af0 YK |
16 | 2024-02-14 Yuriy Kolerov <ykolerov@synopsys.com> |
17 | ||
18 | * opcode/arc.h (enum insn_class_t): Add DBNZ class. | |
19 | ||
d86205c3 FC |
20 | 2024-02-12 Frederic Cambus <fred@statdns.com> |
21 | ||
22 | * elf/common.h (PT_OPENBSD_SYSCALLS): Define. | |
23 | ||
0c45feb1 JM |
24 | 2024-01-29 Jose E. Marchesi <jose.marchesi@oracle.com> |
25 | ||
26 | * opcode/bpf.h (enum bpf_insn_id): Remove BPF_INSN_LDINDDW and | |
27 | BPF_INSN_LDABSDW instructions. | |
28 | ||
299b91cd NC |
29 | 2024-01-15 Nick Clifton <nickc@redhat.com> |
30 | ||
31 | * 2.42 branch point. | |
32 | ||
4a50820e JJ |
33 | 2023-11-28 Jakub Jelinek <jakub@redhat.com> |
34 | ||
35 | * sha1.h (sha1_process_bytes_fn): New typedef. | |
36 | (sha1_choose_process_bytes): Declare. | |
37 | ||
a7a0cb6c SM |
38 | 2023-11-10 Simon Marchi <simon.marchi@efficios.com> |
39 | ||
40 | * elf/amdgpu.h (EF_AMDGPU_MACH_AMDGCN_GFX1100, | |
41 | EF_AMDGPU_MACH_AMDGCN_GFX1101, | |
42 | EF_AMDGPU_MACH_AMDGCN_GFX1102): New. | |
43 | ||
e922d1ea NC |
44 | 2023-11-10 Nick Clifton <nickc@redhat.com> |
45 | ||
46 | * bfdlink.h (struct bfd_link_info): Update descriptions of the | |
47 | 'execstack', 'noexecstack' and 'warn_execstack' fields. | |
48 | Add 'error_exectack' and 'warn_is_error_for_rwx_segments' fields. | |
49 | ||
a4a51292 NC |
50 | 2023-10-30 Nick Clifton <nickc@redhat.com> |
51 | ||
52 | * elf/bpf.h (R_BPF_64_NODYLD32): Add a note that this reloc is | |
53 | generated by other tools, eg LLVM. | |
54 | ||
73b22419 FC |
55 | 2023-09-28 Frederic Cambus <fred@statdns.com> |
56 | ||
57 | * elf/common.h (PT_OPENBSD_NOBTCFI): Define. | |
58 | ||
f559e52a TT |
59 | 2023-08-02 Tom Tromey <tromey@adacore.com> |
60 | ||
61 | * coff/x86_64.h (COFF_X86_64_H): Add include guard. | |
62 | * coff/loongarch64.h (COFF_LOONGARCH64_H): Add include guard. | |
63 | * coff/aarch64.h (COFF_AARCH64_H): Add include guard. | |
64 | ||
b5c37946 SJ |
65 | 2023-07-30 Jose E. Marchesi <jose.marchesi@oracle.com> |
66 | ||
67 | * elf/bpf.h (EF_BPF_CPUVER): Define. | |
68 | * opcode/bpf.h (BPF_XBPF): Change from 0xf to 0xff so it fits in | |
69 | EF_BPF_CPUVER. | |
70 | ||
71 | 2023-07-24 Jose E. Marchesi <jose.marchesi@oracle.com> | |
72 | ||
73 | * opcode/bpf.h (BPF_IMM32_BSWAP16): Define. | |
74 | (BPF_IMM32_BSWAP32): Likewise. | |
75 | (BPF_IMM32_BSWAP64): Likewise. | |
76 | (enum bpf_insn_id): New entries BPF_INSN_BSWAP{16,32,64}. | |
77 | ||
78 | 2023-07-24 Jose E. Marchesi <jose.marchesi@oracle.com> | |
79 | ||
80 | * opcode/bpf.h (enum bpf_insn_id): Add entry BPF_INSN_JAL. | |
81 | (enum bpf_insn_id): Remove spurious entry BPF_INSN_CALLI. | |
82 | ||
83 | 2023-07-21 Jose E. Marchesi <jose.marchesi@oracle.com> | |
84 | ||
85 | * opcode/bpf.h (enum bpf_insn_id): Add entries for signed load | |
86 | instructions. | |
87 | (BPF_MODE_SMEM): Define. | |
88 | ||
89 | 2023-07-21 Jose E. Marchesi <jose.marchesi@oracle.com> | |
90 | ||
91 | * opcode/bpf.h (BPF_OFFSET16_MOVS8): Define. | |
92 | (BPF_OFFSET16_MOVS16): Likewise. | |
93 | (BPF_OFFSET16_MOVS32): Likewise. | |
94 | (enum bpf_insn_id): Add entries for MOVS{8,16,32}R and | |
95 | MOVS32{8,16,32}R. | |
96 | ||
d501d384 NC |
97 | 2023-07-03 Nick Clifton <nickc@redhat.com> |
98 | ||
99 | 2.41 Branch Point. | |
100 | ||
5fd6b60d AS |
101 | 2023-05-25 Andreas Schwab <schwab@linux-m68k.org> |
102 | ||
103 | * coff/pe.h (IMAGE_FILE_MACHINE_AMD64): Remove duplicate | |
104 | definition. Alphabetize. | |
105 | ||
80251d41 FC |
106 | 2023-03-23 Frederic Cambus <fred@statdns.com> |
107 | ||
108 | * elf/common.h (PT_OPENBSD_MUTABLE): Define. | |
109 | ||
a8f175d9 LM |
110 | 2023-01-03 Luis Machado <luis.machado@arm.com> |
111 | ||
112 | * elf/common.h (NT_ARM_SSVE): Define. | |
113 | (NT_ARM_ZA): Define. | |
114 | ||
a72b0718 NC |
115 | 2022-12-31 Nick Clifton <nickc@redhat.com> |
116 | ||
117 | * 2.40 branch created. | |
118 | ||
aef1974a JBG |
119 | 2022-10-03 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
120 | ||
121 | * diagnostics.h (DIAGNOSTIC_IGNORE_SELF_MOVE): Define for GCC 13+. | |
122 | ||
0bd09323 NC |
123 | 2022-07-08 Nick Clifton <nickc@redhat.com> |
124 | ||
125 | * 2.39 branch created. | |
126 | ||
1876a542 CC |
127 | 2022-04-20 Clément Chigot <clement.chigot@atos.net> |
128 | ||
129 | * coff/xcoff.h (struct xcoff_loader_info): Add ldrel_count and | |
130 | libpath fields. | |
131 | ||
145667f8 MH |
132 | 2022-04-07 Mark Harmstone <mark@harmstone.com> |
133 | ||
134 | * coff/i386.h: Define R_SECTION. | |
135 | * coff/x86_64.h: Likewise. | |
136 | ||
a171378a JB |
137 | 2022-04-01 John Baldwin <jhb@FreeBSD.org> |
138 | ||
139 | * elf/common.h (NT_FREEBSD_X86_SEGBASES): Define. | |
140 | ||
0c857ef4 SM |
141 | 2022-03-16 Simon Marchi <simon.marchi@efficios.com> |
142 | ||
143 | * elf/amdgpu.h: Add relocation values. | |
144 | ||
28cdbb18 SM |
145 | 2022-03-16 Simon Marchi <simon.marchi@efficios.com> |
146 | ||
147 | * elf/amdgcn.h (NT_AMDGPU_METADATA): New. | |
148 | ||
c077c580 SM |
149 | 2022-03-16 Simon Marchi <simon.marchi@efficios.com> |
150 | ||
151 | * elf/amdgcn.h: Add EF_AMDGPU_MACH_AMDGCN_* and | |
152 | EF_AMDGPU_FEATURE_* defines. | |
153 | ||
37870be8 SM |
154 | 2022-03-16 Simon Marchi <simon.marchi@efficios.com> |
155 | ||
156 | * elf/common.h (ELFOSABI_AMDGPU_PAL, ELFOSABI_AMDGPU_MESA3D): | |
157 | New. | |
158 | ||
978602e8 SM |
159 | 2022-03-16 Simon Marchi <simon.marchi@efficios.com> |
160 | ||
161 | * elf/amdgpu.h: New. | |
162 | * elf/common.h (ELFOSABI_AMDGPU_HSA): Add. | |
163 | ||
bb368aad VM |
164 | 2022-03-11 Vladimir Mezentsev <vladimir.mezentsev@oracle.com> |
165 | ||
166 | * collectorAPI.h: New file. | |
167 | * libcollector.h: New file. | |
168 | * libfcollector.h: New file. | |
169 | ||
b6437be6 KZ |
170 | 2022-01-25 Klaus Ziegler <klausz@haus-gisela.de> |
171 | ||
172 | PR 28816 | |
173 | * elf/common.h (AT_SUN_HWCAP): Make definition conditional. | |
174 | ||
a74e1cb3 NC |
175 | 2022-01-22 Nick Clifton <nickc@redhat.com> |
176 | ||
177 | * 2.38 release branch created. | |
178 | ||
ce2d3708 NC |
179 | 2022-01-13 Nick Clifton <nickc@redhat.com> |
180 | ||
181 | Import from gcc mainline: | |
182 | ||
183 | 2021-01-03 Mike Frysinger <vapier@gentoo.org> | |
184 | ||
185 | * libiberty.h (strverscmp): Delete duplicate prototype. | |
186 | ||
b4992e99 JB |
187 | 2021-12-07 John Baldwin <jhb@FreeBSD.org> |
188 | ||
189 | * elf/common.h (AT_FREEBSD_FXRNG, AT_FREEBSD_KPRELOAD): Define. | |
190 | ||
92fc129e NC |
191 | 2021-12-01 Nick Clifton <nickc@redhat.com> |
192 | ||
193 | PR 28630 | |
194 | * coff/internal.h (x_n): Use bfd_hostptr_t for the fields in this | |
195 | structure. | |
196 | ||
3a337a86 AB |
197 | 2021-11-25 Andrew Burgess <aburgess@redhat.com> |
198 | Simon Cook <simon.cook@embecosm.com> | |
199 | ||
200 | * dis-asm.h (disassembler_options_riscv): Declare. | |
201 | ||
a7fd1186 FS |
202 | 2021-11-16 Fangrui Song <maskray@google.com> |
203 | ||
204 | * elf/common.h (DT_ENCODING): Bump to 38. | |
205 | * elf/external.h (Elf32_External_Relr): New. | |
206 | (Elf64_External_Relr): New. | |
207 | ||
64dbf74d LM |
208 | 2021-09-07 Luis Machado <luis.machado@linaro.org> |
209 | ||
210 | Revert: [AArch64] MTE corefile support | |
211 | ||
212 | 2021-05-21 Luis Machado <luis.machado@linaro.org> | |
213 | ||
214 | * elf/common.h (NT_MEMTAG): New constant. | |
215 | (NT_MEMTAG_TYPE_AARCH_MTE): New constant. | |
216 | ||
51419248 NC |
217 | 2021-07-03 Nick Clifton <nickc@redhat.com> |
218 | ||
219 | * 2.37 release branch created. | |
220 | ||
20c4b12e NC |
221 | 2021-07-03 Nick Clifton <nickc@redhat.com> |
222 | ||
223 | Import from gcc mainline: | |
224 | 2021-03-31 Patrick Palka <ppalka@redhat.com> | |
225 | ||
226 | PR c++/88115 | |
227 | * demangle.h (enum demangle_component_type): Add | |
228 | DEMANGLE_COMPONENT_VENDOR_EXPR. | |
229 | ||
6c2ede01 MF |
230 | 2021-07-01 Mike Frysinger <vapier@gentoo.org> |
231 | ||
232 | * opcode/aarch64.h (aarch64_opcode_table): Mark const. | |
233 | ||
417f991f RE |
234 | 2021-07-01 Richard Earnshaw <rearnsha@arm.com> |
235 | ||
236 | PR gas/28031 | |
237 | * opcode/arm.h (FPU_ANY): Exclude XScale-related features. | |
238 | ||
5a767724 L |
239 | 2021-06-18 H.J. Lu <hongjiu.lu@intel.com> |
240 | ||
241 | * elf/common.h (GNU_PROPERTY_UINT32_AND_LO): New. | |
242 | (GNU_PROPERTY_UINT32_AND_HI): Likewise. | |
243 | (GNU_PROPERTY_UINT32_OR_LO): Likewise. | |
244 | (GNU_PROPERTY_UINT32_OR_HI): Likewise. | |
245 | ||
c8795e1f NC |
246 | 2021-06-15 Nick Clifton <nickc@redhat.com> |
247 | ||
248 | * elf/common.h (NT_GO_BUILDID): Define. | |
249 | ||
8f467114 SV |
250 | 2021-06-02 Shahab Vahedi <shahab@synopsys.com> |
251 | ||
252 | * dis-asm.h (disassembler_options_arc): New prototype. | |
253 | ||
21629cf8 MR |
254 | 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk> |
255 | ||
256 | * opcode/mips.h (cpu_is_member): Remove code for MIPSr6 ISA | |
257 | exclusion. | |
258 | (opcode_is_member): Handle ISA level exclusion. | |
259 | ||
b1458c45 MR |
260 | 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk> |
261 | ||
262 | * opcode/mips.h (isa_is_member): New inline function, factored | |
263 | out from... | |
264 | (opcode_is_member): ... here. | |
265 | ||
9204ccd4 MR |
266 | 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk> |
267 | ||
268 | * opcode/mips.h: Document `g' and `y' operand codes. | |
269 | (mips_reg_operand_type): Add OP_REG_CONTROL enumeration | |
270 | constant. | |
271 | ||
cccc84fa MR |
272 | 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk> |
273 | ||
274 | * opcode/mips.h: Complement change made to opcodes and remove | |
275 | references to the `g' regular MIPS ISA operand code. | |
276 | ||
1273b2f8 L |
277 | 2021-05-28 H.J. Lu <hongjiu.lu@intel.com> |
278 | ||
279 | PR ld/27905 | |
280 | * elf/common.h (GNU_PROPERTY_X86_FEATURE_2_CODE16): Removed. | |
281 | ||
50c95a73 L |
282 | 2021-05-26 H.J. Lu <hongjiu.lu@intel.com> |
283 | ||
284 | PR ld/27905 | |
285 | * elf/common.h (GNU_PROPERTY_X86_FEATURE_2_CODE16): New. | |
286 | ||
01a8c731 CX |
287 | 2021-05-23 Tiezhu Yang <yangtiezhu@loongson.cn> |
288 | ||
289 | * elf/common.h (EM_LOONGARCH): Change Loongson Loongarch to | |
290 | LoongArch. | |
291 | ||
894982bf LM |
292 | 2021-05-21 Luis Machado <luis.machado@linaro.org> |
293 | ||
294 | * elf/common.h (NT_MEMTAG): New constant. | |
295 | (NT_MEMTAG_TYPE_AARCH_MTE): New constant. | |
296 | ||
97834047 CC |
297 | 2021-05-07 Clément Chigot <clement.chigot@atos.net> |
298 | ||
299 | * coff/internal.h (C_DWARF): New define. | |
300 | * coff/xcoff.h (SSUBTYP_DWLOC, SSUBTYP_DWFRAME, | |
301 | SSUBTYP_DWMAC): New defines. | |
302 | ||
0b3e14c9 SH |
303 | 2021-05-06 Stafford Horne <shorne@gmail.com> |
304 | ||
305 | PR 21464 | |
306 | * elf/or1k.h (elf_or1k_reloc_type): Define R_OR1K_GOT_AHI16 number. | |
307 | ||
49da556c NA |
308 | 2021-05-06 Nick Alcock <nick.alcock@oracle.com> |
309 | ||
310 | * ctf.h (CTF_K_UNKNOWN): Document that it can be used for | |
311 | nonrepresentable types, not just padding. | |
312 | * ctf-api.h (ctf_add_unknown): New. | |
313 | ||
b11b2969 CC |
314 | 2021-04-22 Clément Chigot <clement.chigot@atos.net> |
315 | ||
316 | * coff/internal.h (union internal_auxent): | |
317 | Add x_sect structure. | |
318 | * coff/rs6000.h (union external_auxent): Rework to | |
319 | match official documentation. | |
320 | * coff/rs6k64.h (union external_auxent): Likewise. | |
321 | (_AUX_SECT): New define. | |
322 | ||
18e9a809 EZ |
323 | 2021-04-21 Eli Zaretskii <eliz@gnu.org> |
324 | ||
325 | PR 27760 | |
326 | * coff/pe.h (IMAGE_DLLCHARACTERISTICS_APPCONTAINER): Define. | |
327 | (IMAGE_DLLCHARACTERISTICS_GUARD_CF): Define. | |
328 | ||
6f8f6017 AM |
329 | 2021-04-16 Alan Modra <amodra@gmail.com> |
330 | ||
331 | PR 27567 | |
332 | * coff/internal.h (struct internal_scnhdr): Make s_flags unsigned long. | |
333 | * coff/pe.h (COFF_ENCODE_ALIGNMENT): Don't set align flags for an | |
334 | executable and return false. Do so for a relocatable object and | |
335 | evaluate to true. | |
336 | * coff/ti.h (COFF_ENCODE_ALIGNMENT): Add bfd arg and evaluate to true. | |
337 | (COFF_DECODE_ALIGNMENT): Formatting. | |
338 | * coff/z80.h (COFF_ENCODE_ALIGNMENT): Similarly. | |
339 | (COFF_DECODE_ALIGNMENT): Similarly. | |
340 | ||
c3f72de4 AM |
341 | 2021-04-09 Alan Modra <amodra@gmail.com> |
342 | ||
343 | * dis-asm.h (struct disassemble_info): Add dynrelbuf and dynrelcount. | |
344 | ||
a2e66773 AM |
345 | 2021-04-06 Alan Modra <amodra@gmail.com> |
346 | ||
347 | * dis-asm.h (struct disassemble_info <symbol_at_address_func>): | |
348 | Return asymbol*. | |
349 | ||
e9b095a5 ML |
350 | 2021-04-01 Martin Liska <mliska@suse.cz> |
351 | ||
352 | * opcode/cr16.h (strneq): Remove strneq and use startswith. | |
353 | ||
9193bc42 AM |
354 | 2021-03-31 Alan Modra <amodra@gmail.com> |
355 | ||
356 | * bfdlink.h: Replace bfd_boolean with bool throughout. | |
357 | * coff/ecoff.h: Likewise. | |
358 | * coff/xcoff.h: Likewise. | |
359 | * dis-asm.h: Likewise. | |
360 | * elf/mmix.h: Likewise. | |
361 | * elf/xtensa.h: Likewise. | |
362 | * opcode/aarch64.h: Likewise, and FALSE with false, TRUE with true. | |
363 | * opcode/arc.h: Likewise. | |
364 | * opcode/mips.h: Likewise. | |
365 | * opcode/tic6x-opcode-table.h: Likewise. | |
366 | * opcode/tic6x.h: Likewise. | |
367 | ||
3dfb1b6d AM |
368 | 2021-03-31 Alan Modra <amodra@gmail.com> |
369 | ||
370 | * cgen/basic-modes.h: Include stdint.h in place of bfd_stdint.h. | |
371 | * elf/nfp.h: Likewise. | |
372 | * opcode/aarch64.h: Likewise. | |
373 | * opcode/cgen.h: Likewise. | |
374 | * opcode/nfp.h: Likewise. | |
375 | * opcode/ppc.h: Likewise. | |
376 | ||
63b4cc53 AM |
377 | 2021-03-29 Alan Modra <amodra@gmail.com> |
378 | ||
379 | * opcode/aarch64.h (alias_opcode_p): Simplify boolean expression. | |
380 | (opcode_has_alias, pseudo_opcode_p, optional_operand_p): Likewise. | |
381 | (opcode_has_special_coder): Likewise. | |
382 | ||
3d7d6c1b AM |
383 | 2021-03-29 Alan Modra <amodra@gmail.com> |
384 | ||
385 | * opcode/aarch64.h (aarch64_opcode_encode): Correct prototype. | |
386 | ||
24c877f9 NA |
387 | 2021-03-25 Nick Alcock <nick.alcock@oracle.com> |
388 | ||
389 | PR libctf/27628 | |
390 | * ctf-api.h: Fix some indentation. | |
391 | (CTF_SET_STID): Always do an unsigned shift, even if STID is | |
392 | signed. | |
393 | ||
7b9f9859 L |
394 | 2021-03-19 H.J. Lu <hongjiu.lu@intel.com> |
395 | ||
396 | * elf/common.h (EM_INTEL205): Renamed to ... | |
397 | (EM_INTELGT): This. | |
398 | ||
012d4426 NC |
399 | 2021-03-16 Nick Clifton <nickc@redhat.com> |
400 | ||
401 | * coff/internal.h (struct internal_auxent): Fix a couple of typos | |
402 | in comment describing the x_fname field. | |
403 | ||
80d49d6a KLC |
404 | 2021-03-16 Kuan-Lin Chen <kuanlinchentw@gmail.com> |
405 | ||
406 | * opcode/riscv-opc.h: Support zba, zbb and zbc extensions. | |
407 | * opcode/riscv.h (riscv_insn_class): Add INSN_CLASS_ZB*. | |
408 | ||
be3b926d FC |
409 | 2021-03-12 Frederic Cambus <fred@statdns.com> |
410 | ||
411 | * elf/common.h (NT_NETBSD_PAX, NT_NETBSD_PAX_MPROTECT) | |
412 | (NT_NETBSD_PAX_NOMPROTECT, NT_NETBSD_PAX_GUARD, NT_NETBSD_PAX_NOGUARD) | |
413 | (NT_NETBSD_PAX_ASLR, NT_NETBSD_PAX_NOASLR): Define. | |
414 | ||
1b2cb8e2 CC |
415 | 2021-03-12 Clément Chigot <clement.chigot@atos.net> |
416 | ||
417 | * coff/internal.h (struct internal_aouthdr): Add new fields. | |
418 | * coff/rs6000.h (AOUTHDRÃ): Add new fields. | |
419 | * coff/rs6k64.h (struct external_filehdr): Likewise. | |
420 | * coff/xcoff.h (_TDATA), _TBSS): New defines | |
421 | (RS6K_AOUTHDR_TLS_LE, RS6K_AOUTHDR_RAS, RS6K_AOUTHDR_ALGNTDATA, | |
422 | RS6K_AOUTHDR_SHR_SYMTAB, RS6K_AOUTHDR_FORK_POLICY, | |
423 | RS6K_AOUTHDR_FORK_COR): New defines. | |
424 | (XMC_TU): Removed. | |
425 | (XMC_UL): New define. | |
426 | ||
2c1bef53 CC |
427 | 2021-03-12 Clément Chigot <clement.chigot@atos.net> |
428 | ||
429 | * coff/xcoff.h (R_RTB): Remove. | |
430 | (R_TRL): Fix value. | |
431 | ||
db6092f3 AB |
432 | 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com> |
433 | Andrew Burgess <andrew.burgess@embecosm.com> | |
434 | ||
435 | * elf/common.h (NT_RISCV_CSR): Define. | |
436 | ||
b63a5e38 AB |
437 | 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com> |
438 | Andrew Burgess <andrew.burgess@embecosm.com> | |
439 | ||
440 | * elf/common.h (NT_GDB_TDESC): Define. | |
441 | ||
dc83f2d2 AM |
442 | 2021-03-03 Alan Modra <amodra@gmail.com> |
443 | ||
444 | * coff/internal.h: Delete obsolete relocation defines. Move used | |
445 | relocation defines.. | |
446 | * coff/i386.h: ..to here.. | |
447 | * coff/ti.h: ..and here.. | |
448 | * coff/x86_64.h: ..and here.. | |
449 | * coff/z80.h: ..and here.. | |
450 | * coff/z8k.h: ..and here. | |
451 | ||
8915c559 NA |
452 | 2021-03-02 Nick Alcock <nick.alcock@oracle.com> |
453 | ||
454 | * ctf-api.h (CTF_LINK_SHARE_DUPLICATED): Note that this might | |
455 | merely change how much deduplication is done. | |
456 | ||
8ee10e86 AM |
457 | 2021-03-01 Alan Modra <amodra@gmail.com> |
458 | Fangrui Song <maskray@google.com> | |
459 | ||
460 | * bfdlink.h (struct bfd_link_info): Add start_stop_gc. | |
461 | ||
89753bbf AM |
462 | 2021-02-21 Alan Modra <amodra@gmail.com> |
463 | ||
464 | * bfdlink.h (struct bfd_link_info): Add warn_multiple_definition. | |
465 | ||
f4f60336 NA |
466 | 2021-02-17 Nick Alcock <nick.alcock@oracle.com> |
467 | ||
468 | * ctf-api.h (ctf_arc_lookup_symbol_name): New. | |
469 | (ctf_lookup_by_symbol_name): Likewise. | |
470 | ||
5a9f5403 NC |
471 | 2021-02-19 Nelson Chu <nelson.chu@sifive.com> |
472 | ||
473 | PR 27158 | |
474 | * opcode/riscv.h: Updated encoding macros. | |
475 | ||
3d73d29e NC |
476 | 2021-02-18 Nelson Chu <nelson.chu@sifive.com> |
477 | ||
478 | * opcode/riscv.h: Moved stuff and make the file tidy. | |
479 | ||
ba2b480f AK |
480 | 2021-02-15 Andreas Krebbel <krebbel@linux.ibm.com> |
481 | ||
482 | * opcode/s390.h (enum s390_opcode_cpu_val): Add | |
483 | S390_OPCODE_ARCH14. | |
484 | ||
bfd428bc MF |
485 | 2021-02-08 Mike Frysinger <vapier@gentoo.org> |
486 | ||
487 | * opcode/tic54x.h (mmregs): Rename to ... | |
488 | (tic54x_mmregs): ... this. | |
489 | (regs): Rename to ... | |
490 | (tic54x_regs): ... this. | |
491 | (condition_codes): Rename to ... | |
492 | (tic54x_condition_codes): ... this. | |
493 | (cc2_codes): Rename to ... | |
494 | (tic54x_cc2_codes): ... this. | |
495 | (status_bits): Rename to ... | |
496 | (tic54x_status_bits): ... this. | |
497 | (cc3_codes): Rename to ... | |
498 | (tic54x_cc3_codes): ... this. | |
499 | (misc_symbols): Rename to ... | |
500 | (tic54x_misc_symbols): ... this. | |
501 | ||
5f40035f NC |
502 | 2021-02-05 Nelson Chu <nelson.chu@sifive.com> |
503 | ||
504 | PR 27348 | |
505 | * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM. | |
506 | ||
cb4ff67a NC |
507 | 2021-02-05 Nelson Chu <nelson.chu@sifive.com> |
508 | ||
509 | PR 27348 | |
510 | * opcode/riscv-opc.h: Remove obsolete Xcustom support. | |
511 | ||
caa17049 NA |
512 | 2021-01-27 Nick Alcock <nick.alcock@oracle.com> |
513 | ||
514 | * ctf-api.h (ECTF_NONAME): New. | |
515 | (ECTF_NERR): Adjust. | |
516 | ||
35a01a04 NA |
517 | 2021-01-26 Nick Alcock <nick.alcock@oracle.com> |
518 | ||
519 | * ctf-api.h (CTF_LINK_NO_FILTER_REPORTED_SYMS): New. | |
520 | ||
24075dcc NC |
521 | 2021-02-04 Nelson Chu <nelson.chu@sifive.com> |
522 | ||
523 | * opcode/riscv-opc.h: Removed macros for zb* extensions. | |
524 | * opcode/riscv.h (riscv_insn_class): Removed INSN_CLASS_ZB*. | |
525 | ||
1942a048 NC |
526 | 2021-01-15 Nelson Chu <nelson.chu@sifive.com> |
527 | ||
528 | * opcode/riscv.h: Indent and GNU coding standards tidy, | |
529 | also aligned the code. | |
530 | ||
dcd709e0 NC |
531 | 2021-01-15 Nelson Chu <nelson.chu@sifive.com> |
532 | ||
533 | * elf/riscv.h: Comments tidy and improvement. | |
534 | * opcode/riscv-opc.h: Likewise. | |
535 | * opcode/riscv.h: Likewise. | |
536 | ||
82c70b08 KT |
537 | 2021-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com> |
538 | ||
539 | * opcode/aarch64.h (AARCH64_FEATURE_CSRE): Delete. | |
540 | (aarch64_opnd): Delete AARCH64_OPND_CSRE_CSR. | |
541 | ||
055bc77a NC |
542 | 2021-01-09 Nick Clifton <nickc@redhat.com> |
543 | ||
544 | * 2.36 release branch crated. | |
545 | ||
aa881ecd PT |
546 | 2021-01-07 Philipp Tomsich <prt@gnu.org> |
547 | ||
548 | * opcode/riscv-opc.h: Added MATCH_PAUSE, MASK_PAUSE and DECLARE_INSN | |
549 | for pause hint instruction. | |
550 | * opcode/riscv.h (enum riscv_insn_class): Added INSN_CLASS_ZIHINTPAUSE. | |
551 | ||
2652cfad CXW |
552 | 2021-01-07 Claire Xenia Wolf <claire@symbioticeda.com> |
553 | Jim Wilson <jimw@sifive.com> | |
554 | Andrew Waterman <andrew@sifive.com> | |
555 | Maxim Blinov <maxim.blinov@embecosm.com> | |
556 | Kito Cheng <kito.cheng@sifive.com> | |
557 | Nelson Chu <nelson.chu@sifive.com> | |
558 | ||
559 | * opcode/riscv-opc.h: Added MASK/MATCH/DECLARE_INSN for ZBA/ZBB/ZBC. | |
560 | * opcode/riscv.h (riscv_insn_class): Added INSN_CLASS_ZB*. | |
561 | (enum riscv_isa_spec_class): Added ISA_SPEC_CLASS_DRAFT for the | |
562 | frozen extensions. | |
563 | ||
6c3a3877 NA |
564 | 2021-01-05 Nick Alcock <nick.alcock@oracle.com> |
565 | ||
566 | * ctf-api.h (CTF_MN_RECURSE): New. | |
567 | (ctf_member_next): Add flags argument. | |
568 | ||
ffeece6a NA |
569 | 2021-01-05 Nick Alcock <nick.alcock@oracle.com> |
570 | ||
571 | * ctf-api.h (ECTF_INCOMPLETE): New. | |
572 | (ECTF_NERR): Adjust. | |
573 | ||
f9a6a8f0 AM |
574 | 2021-01-01 Nicolas Boulenguez <nicolas@debian.org> |
575 | ||
576 | * coff/internal.h: Correct comment spelling. | |
577 | * coff/sym.h: Likewise. | |
578 | * opcode/aarch64.h: Likewise. | |
579 | ||
250d07de AM |
580 | 2021-01-01 Alan Modra <amodra@gmail.com> |
581 | ||
582 | Update year range in copyright notice of all files. | |
583 | ||
c2795844 | 584 | For older changes see ChangeLog-2020 |
3499769a | 585 | \f |
e8e7cf2a | 586 | Copyright (C) 2021-2025 Free Software Foundation, Inc. |
3499769a AM |
587 | |
588 | Copying and distribution of this file, with or without modification, | |
589 | are permitted in any medium without royalty provided the copyright | |
590 | notice and this notice are preserved. | |
591 | ||
592 | Local Variables: | |
593 | mode: change-log | |
594 | left-margin: 8 | |
595 | fill-column: 74 | |
596 | version-control: never | |
597 | End: |