]>
Commit | Line | Data |
---|---|---|
8b37e7b6 NA |
1 | 2020-07-22 Nick Alcock <nick.alcock@oracle.com> |
2 | ||
3 | * ctf-api.h (ECTF_INTERNAL): Adjust error text. | |
4 | (ctf_errwarning_next): New. | |
5 | ||
ec388c16 NA |
6 | 2020-07-22 Nick Alcock <nick.alcock@oracle.com> |
7 | ||
8 | * ctf-api.h (ECTF_FLAGS): New. | |
9 | (ECTF_NERR): Adjust. | |
10 | * ctf.h (CTF_F_MAX): New. | |
11 | ||
688d28f6 NA |
12 | 2020-07-22 Nick Alcock <nick.alcock@oracle.com> |
13 | ||
14 | * ctf-api.h (ECTF_NEXT_END): New error. | |
15 | (ECTF_NEXT_WRONGFUN): Likewise. | |
16 | (ECTF_NEXT_WRONGFP): Likewise. | |
17 | (ECTF_NERR): Adjust. | |
18 | (ctf_next_t): New. | |
19 | (ctf_next_create): New prototype. | |
20 | (ctf_next_destroy): Likewise. | |
21 | (ctf_next_copy): Likewise. | |
22 | (ctf_member_next): Likewise. | |
23 | (ctf_enum_next): Likewise. | |
24 | (ctf_type_next): Likewise. | |
25 | (ctf_label_next): Likewise. | |
26 | (ctf_variable_next): Likewise. | |
27 | ||
2399827b NA |
28 | 2020-07-22 Nick Alcock <nick.alcock@oracle.com> |
29 | ||
30 | * ctf-api.h (ctf_ref): New. | |
31 | ||
9c23dfa5 NA |
32 | 2020-07-22 Nick Alcock <nick.alcock@oracle.com> |
33 | ||
34 | * ctf-api.h (ctf_archive_count): New. | |
35 | ||
e0325e2c NA |
36 | 2020-07-22 Nick Alcock <nick.alcock@oracle.com> |
37 | ||
38 | * ctf-api.h (ctf_member_count): New. | |
39 | ||
9b15cbb7 NA |
40 | 2020-07-22 Nick Alcock <nick.alcock@oracle.com> |
41 | ||
42 | * ctf-api.h (ctf_type_kind_forwarded): New. | |
43 | ||
01d93174 NA |
44 | 2020-07-22 Nick Alcock <nick.alcock@oracle.com> |
45 | ||
46 | * ctf-api.c (ctf_type_name_raw): New. | |
47 | ||
7eea9d3b NA |
48 | 2020-07-22 Nick Alcock <nick.alcock@oracle.com> |
49 | ||
50 | * ctf-api.h (ECTF_*): Improve comments. | |
51 | (ECTF_NERR): New. | |
52 | ||
b64751cf NA |
53 | 2020-07-22 Nick Alcock <nick.alcock@oracle.com> |
54 | ||
55 | * ctf-api.h: Fix typos in comments. | |
56 | ||
0e6a3f07 L |
57 | 2020-07-22 H.J. Lu <hongjiu.lu@intel.com> |
58 | ||
59 | PR ld/26262 | |
60 | PR ld/26267 | |
61 | * bfdlink.h (bfd_link_info): Add lto_all_symbols_read. | |
62 | ||
a308b89d L |
63 | 2020-07-11 H.J. Lu <hongjiu.lu@intel.com> |
64 | ||
65 | * elf/common.h (GNU_PROPERTY_X86_FEATURE_2_TMM): New. | |
66 | ||
fc238d4a JB |
67 | 2020-07-09 John Baldwin <jhb@FreeBSD.org> |
68 | ||
69 | * elf/common.h (AT_FREEBSD_ARGC, AT_FREEBSD_ARGV, AT_FREEBSD_ENVC) | |
70 | (AT_FREEBSD_ENVV, AT_FREEBSD_PS_STRINGS): Define. | |
71 | ||
fe49679d AM |
72 | 2020-07-09 Alan Modra <amodra@gmail.com> |
73 | ||
74 | * coff/powerpc.h: Delete. | |
75 | ||
b115b9fd NC |
76 | 2020-07-04 Nick Clifton <nickc@redhat.com> |
77 | ||
78 | Binutils 2.35 branch created. | |
79 | ||
08ccfccf NC |
80 | 2020-06-30 Nelson Chu <nelson.chu@sifive.com> |
81 | ||
82 | * opcode/riscv-opc.h: Support the unprivileged CSR. The versions | |
83 | of the unprivileged CSR should be PRIV_SPEC_CLASS_NONE for now. | |
84 | * opcode/riscv.h (enum riscv_csr_class): Add CSR_CLASS_DEBUG. | |
85 | ||
83d7d99e NC |
86 | 2020-06-30 Nelson Chu <nelson.chu@sifive.com> |
87 | ||
88 | * opcode/riscv-opc.h: Cleanup and remove the unused macros. | |
89 | ||
279edac5 AM |
90 | 2020-06-29 Alan Modra <amodra@gmail.com> |
91 | ||
92 | * coff/internal.h: Use C style comments. | |
93 | * coff/pe.h: Likewise. | |
94 | * elf/ppc64.h: Likewise. | |
95 | ||
2f6ecaed NA |
96 | 2020-06-26 Nick Alcock <nick.alcock@oracle.com> |
97 | ||
98 | * ctf-api.h (ctf_arc_bufopen): New. | |
99 | ||
85f7484a PB |
100 | 2020-06-26 Pat Bernardi <bernardi@adacore.com> |
101 | ||
102 | * elf/m68k.h: Add enum for GNU object attribute with floating point | |
103 | tag name and values. | |
104 | ||
6248d9d6 NC |
105 | 2020-06-25 Nick Clifton <nickc@redhat.com> |
106 | ||
107 | * libiberty.h (bsearch_r): Remove use of the register keyword from | |
108 | the prototype. | |
109 | ||
727b7b18 L |
110 | 2020-06-24 H.J. Lu <hongjiu.lu@intel.com> |
111 | ||
112 | Sync with GCC | |
113 | 2020-06-23 Nick Alcock <nick.alcock@oracle.com> | |
114 | ||
115 | * libiberty.h (bsearch_r): New. | |
116 | ||
117 | 2020-04-17 Martin Liska <mliska@suse.cz> | |
118 | Jonathan Yong <10walls@gmail.com> | |
119 | ||
120 | PR gcov-profile/94570 | |
121 | * filenames.h (defined): Do not define HAVE_DOS_BASED_FILE_SYSTEM | |
122 | for CYGWIN. | |
123 | ||
359157df AC |
124 | 2020-06-22 Alex Coplan <alex.coplan@arm.com> |
125 | ||
126 | * opcode/aarch64.h (AARCH64_FEATURE_SHA2): Normalize. | |
127 | (AARCH64_FEATURE_AES): Likewise. | |
128 | (AARCH64_FEATURE_V8_4): Likewise. | |
129 | (AARCH64_FEATURE_SM4): Likewise. | |
130 | (AARCH64_FEATURE_SHA3): Likewise. | |
131 | (AARCH64_FEATURE_V8): Likewise. | |
132 | (AARCH64_FEATURE_V8_2): Likewise. | |
133 | (AARCH64_FEATURE_V8_3): Likewise. | |
134 | (AARCH64_FEATURE_FP): Likewise. | |
135 | (AARCH64_FEATURE_SIMD): Likewise. | |
136 | (AARCH64_FEATURE_CRC): Likewise. | |
137 | (AARCH64_FEATURE_LSE): Likewise. | |
138 | (AARCH64_FEATURE_PAN): Likewise. | |
139 | (AARCH64_FEATURE_LOR): Likewise. | |
140 | (AARCH64_FEATURE_RDMA): Likewise. | |
141 | (AARCH64_FEATURE_V8_1): Likewise. | |
142 | (AARCH64_FEATURE_F16): Likewise. | |
143 | (AARCH64_FEATURE_RAS): Likewise. | |
144 | (AARCH64_FEATURE_PROFILE): Likewise. | |
145 | (AARCH64_FEATURE_SVE): Likewise. | |
146 | (AARCH64_FEATURE_RCPC): Likewise. | |
147 | (AARCH64_FEATURE_COMPNUM): Likewise. | |
148 | (AARCH64_FEATURE_DOTPROD): Likewise. | |
149 | (AARCH64_FEATURE_F16_FML): Likewise. | |
150 | (AARCH64_FEATURE_V8_5): Likewise. | |
151 | (AARCH64_FEATURE_V8_6): Likewise. | |
152 | (AARCH64_FEATURE_BFLOAT16): Likewise. | |
153 | (AARCH64_FEATURE_FLAGMANIP): Likewise. | |
154 | (AARCH64_FEATURE_FRINTTS): Likewise. | |
155 | (AARCH64_FEATURE_SB): Likewise. | |
156 | (AARCH64_FEATURE_PREDRES): Likewise. | |
157 | (AARCH64_FEATURE_CVADP): Likewise. | |
158 | (AARCH64_FEATURE_RNG): Likewise. | |
159 | (AARCH64_FEATURE_BTI): Likewise. | |
160 | (AARCH64_FEATURE_SCXTNUM): Likewise. | |
161 | (AARCH64_FEATURE_ID_PFR2): Likewise. | |
162 | (AARCH64_FEATURE_SSBS): Likewise. | |
163 | (AARCH64_FEATURE_MEMTAG): Likewise. | |
164 | (AARCH64_FEATURE_TME): Likewise. | |
165 | (AARCH64_FEATURE_I8MM): Likewise. | |
166 | (AARCH64_FEATURE_F32MM): Likewise. | |
167 | (AARCH64_FEATURE_F64MM): Likewise. | |
168 | (AARCH64_FEATURE_SVE2): Likewise. | |
169 | (AARCH64_FEATURE_SVE2_AES): Likewise. | |
170 | (AARCH64_FEATURE_SVE2_BITPERM): Likewise. | |
171 | (AARCH64_FEATURE_SVE2_SM4): Likewise. | |
172 | (AARCH64_FEATURE_SVE2_SHA3): Likewise. | |
173 | ||
d768f160 SJ |
174 | 2020-06-22 Saagar Jha <saagar@saagarjha.com> |
175 | ||
176 | * mach-o/loader.h: Add declarations of two new Mach-O load | |
177 | commands. | |
178 | ||
39ff0b81 NC |
179 | 2020-06-22 Nelson Chu <nelson.chu@sifive.com> |
180 | ||
181 | * opcode/riscv.h (riscv_get_priv_spec_class): Move the function | |
182 | forward declarations to bfd/elfxx-riscv.h. | |
183 | (riscv_get_priv_spec_name): Likewise. | |
184 | ||
7a77f1ac MF |
185 | 2020-06-15 Max Filippov <jcmvbkbc@gmail.com> |
186 | ||
187 | * elf/xtensa.h (xtensa_abi_choice): New declaration. | |
188 | ||
cae64165 RM |
189 | 2020-06-12 Roland McGrath <mcgrathr@google.com> |
190 | ||
191 | * bfdlink.h (struct bfd_link_info): New field start_stop_visibility. | |
192 | ||
d8af286f NC |
193 | 2020-06-12 Nelson Chu <nelson.chu@sifive.com> |
194 | ||
195 | * opcode/riscv-opc.h: Update the defined versions of CSR from | |
196 | PRIV_SPEC_CLASS_1P9 to PRIV_SPEC_CLASS_1P9P1. Also, drop the | |
197 | MISA DECLARE_CSR_ALIAS since it's aborted version is v1.9. | |
198 | * opcode/riscv.h (enum riscv_priv_spec_class): Remove | |
199 | PRIV_SPEC_CLASS_1P9. | |
200 | ||
14962256 AC |
201 | 2020-06-11 Alex Coplan <alex.coplan@arm.com> |
202 | ||
203 | * opcode/aarch64.h (aarch64_sys_reg): Add required features to struct | |
204 | describing system registers. | |
205 | ||
d0c4e780 AM |
206 | 2020-06-11 Alan Modra <amodra@gmail.com> |
207 | ||
208 | * elf/mips.h (Elf32_RegInfo): Use fixed width integer types. | |
209 | (Elf64_Internal_RegInfo, Elf_Internal_Options): Likewise. | |
210 | ||
87c69f97 AM |
211 | 2020-06-06 Alan Modra <amodra@gmail.com> |
212 | ||
213 | * elf/ppc64.h (elf_ppc64_reloc_type): Rename | |
214 | R_PPC64_GOT_TLSGD34 to R_PPC64_GOT_TLSGD_PCREL34, | |
215 | R_PPC64_GOT_TLSLD34 to R_PPC64_GOT_TLSLD_PCREL34, | |
216 | R_PPC64_GOT_TPREL34 to R_PPC64_GOT_TPREL_PCREL34, and | |
217 | R_PPC64_GOT_DTPREL34 to R_PPC64_GOT_DTPREL_PCREL34. | |
218 | ||
e9bffec9 JM |
219 | 2020-06-04 Jose E. Marchesi <jose.marchesi@oracle.com> |
220 | ||
221 | * opcode/cgen.h: Get an `endian' argument in both | |
222 | cgen_get_insn_value and cgen_put_insn_value. | |
223 | ||
b3db6d07 JM |
224 | 2020-06-04 Jose E. Marchesi <jemarch@gnu.org> |
225 | ||
226 | * opcode/cgen.h (enum cgen_cpu_open_arg): New value | |
227 | CGEN_CPU_OPEN_INSN_ENDIAN. | |
228 | ||
44730156 NC |
229 | 2020-06-03 Nelson Chu <nelson.chu@sifive.com> |
230 | ||
231 | * opcode/riscv.h: Remove #include "bfd.h". And change the return | |
232 | types of riscv_get_isa_spec_class and riscv_get_priv_spec_class | |
233 | from bfd_boolean to int. | |
234 | ||
8eff95bc AM |
235 | 2020-05-28 Alan Modra <amodra@gmail.com> |
236 | ||
237 | PR 26044 | |
238 | * opcode/tilepro.h (TILEPRO_NUM_PIPELINE_ENCODINGS): Move to | |
239 | tilepro_pipeline enum. | |
240 | ||
a6dbf402 L |
241 | 2020-05-27 H.J. Lu <hongjiu.lu@intel.com> |
242 | ||
243 | PR ld/22909 | |
244 | * bfdlink.h (textrel_check_method): New enum. | |
245 | (bfd_link_textrel_check): New. | |
246 | (bfd_link_info): Replace warn_shared_textrel and error_textrel | |
247 | with textrel_check. | |
248 | ||
68dc60e6 L |
249 | 2020-05-25 H.J. Lu <hongjiu.lu@intel.com> |
250 | ||
251 | * elf/common.h: Update comments for ET_EXEC and ET_DYN. | |
252 | ||
8f595e9b NC |
253 | 2020-05-20 Nelson Chu <nelson.chu@sifive.com> |
254 | ||
255 | * opcode/riscv.h: Include "bfd.h" to support bfd_boolean. | |
256 | (enum riscv_isa_spec_class): New enum class. All supported ISA spec | |
257 | belong to one of the class | |
258 | (struct riscv_ext_version): New structure holds version information | |
259 | for the specific ISA. | |
260 | * opcode/riscv-opc.h (DECLARE_CSR): There are two version information, | |
261 | define_version and abort_version. The define_version means which | |
262 | privilege spec is started to define the CSR, and the abort_version | |
263 | means which privilege spec is started to abort the CSR. If the CSR is | |
264 | valid for the newest spec, then the abort_version should be | |
265 | PRIV_SPEC_CLASS_DRAFT. | |
266 | (DECLARE_CSR_ALIAS): Same as DECLARE_CSR, but only for the obselete CSR. | |
267 | * opcode/riscv.h (enum riscv_priv_spec_class): New enum class. Define | |
268 | the current supported privilege spec versions. | |
269 | (struct riscv_csr_extra): Add new fields to store more information | |
270 | about the CSR. We use these information to find the suitable CSR | |
271 | address when user choosing a specific privilege spec. | |
272 | ||
164446e0 AF |
273 | 2020-05-19 Alexander Fedotov <alfedotov@gmail.com> |
274 | ||
275 | PR 25992 | |
276 | * opcode/arm.h (ARM_EXT2_V8R): Define. Modified ARM_AEXT2_V8R. | |
277 | ||
aa3c112f AM |
278 | 2020-05-11 Alan Modra <amodra@gmail.com> |
279 | ||
280 | * opcode/ppc.h (PPC_OPERAND_ACC): Define. Renumber following | |
281 | PPC_OPERAND defines. | |
282 | ||
7c1f4227 AM |
283 | 2020-05-11 Alan Modra <amodra@gmail.com> |
284 | ||
285 | * elf/ppc64.h: Update comment. | |
286 | * opcode/ppc.h (PPC_OPCODE_POWER10): Rename from PPC_OPCODE_POWERXX. | |
287 | ||
09c1e68a AC |
288 | 2020-04-30 Alex Coplan <alex.coplan@arm.com> |
289 | ||
290 | * opcode/aarch64.h (enum aarch64_opnd): Add | |
291 | AARCH64_OPND_UNDEFINED. | |
292 | ||
27456742 AK |
293 | 2020-04-23 Anton Kolesov <anton.kolesov@synopsys.com> |
294 | ||
295 | * elf/common.h (NT_ARC_V2): New macro definitions. | |
296 | ||
30ce8e47 MF |
297 | 2020-04-22 Max Filippov <jcmvbkbc@gmail.com> |
298 | ||
299 | PR ld/25861 | |
300 | * elf/xtensa.h (elf_xtensa_reloc_type): New entries for | |
301 | R_XTENSA_PDIFF{8,16,32} and R_XTENSA_NDIFF{8,16,32}. | |
302 | ||
fad3d2c1 AM |
303 | 2020-04-21 Alan Modra <amodra@gmail.com> |
304 | ||
305 | * elf/sh.h (STO_SH5_ISA32, SHF_SH5_ISA32, SHF_SH5_ISA32_MIXED), | |
306 | (SHT_SH5_CR_SORTED, STT_DATALABEL): Delete. | |
307 | ||
95a51568 FS |
308 | 2020-04-10 Fangrui Song <maskray@google.com> |
309 | ||
310 | PR binutils/24613 | |
311 | * bfdlink.h (enum report_method): Delete RM_GENERATE_WARNING and | |
312 | RM_GENERATE_ERROR. Add RM_DIAGNOSE. | |
313 | (struct bfd_link_info): Add warn_unresolved_syms. | |
314 | ||
fa1477dc SC |
315 | 2020-04-14 Stephen Casner <casner@acm.org> |
316 | ||
317 | PR ld/25677 | |
318 | * aout/aout64.h (N_DATADDR): Add IMAGIC case. | |
319 | ||
4d095f5b JJ |
320 | 2020-04-02 Jan W. Jagersma <jwjagersma@gmail.com> |
321 | ||
322 | * coff/go32exe.h: Remove file. | |
323 | * coff/internal.h (struct internal_filehdr): Remove field | |
324 | go32stub. Remove flag F_GO32STUB. | |
325 | ||
40bd13ce ML |
326 | 2020-04-01 Martin Liska <mliska@suse.cz> |
327 | Maciej W. Rozycki <macro@linux-mips.org> | |
328 | ||
329 | PR lto/94249 | |
330 | * plugin-api.h: Fix a typo. | |
331 | ||
d1a89da5 NC |
332 | 2020-03-30 Nelson Chu <nelson.chu@sifive.com> |
333 | ||
334 | * opcode/riscv-opc.h: Update CSR to 1.11. | |
335 | ||
a879b4d5 JB |
336 | 2020-03-26 John Baldwin <jhb@FreeBSD.org> |
337 | ||
338 | * elf/common.h (AT_FREEBSD_BSDFLAGS): Define. | |
339 | ||
dfb68cc3 ML |
340 | 2020-03-24 Martin Liska <mliska@suse.cz> |
341 | ||
342 | PR lto/94249 | |
343 | * plugin-api.h: Add more robust endianess detection. | |
344 | ||
e3b1fa32 ML |
345 | 2020-03-21 Martin Liska <mliska@suse.cz> |
346 | ||
347 | * plugin-api.h (enum ld_plugin_symbol_type): Remove | |
348 | comma after last value of an enum. | |
349 | * lto-symtab.h (enum gcc_plugin_symbol_type): Likewise. | |
350 | ||
3734bec8 ML |
351 | 2020-03-19 Martin Liska <mliska@suse.cz> |
352 | ||
353 | * lto-symtab.h (enum gcc_plugin_symbol_type): New. | |
354 | (enum gcc_plugin_symbol_section_kind): Likewise. | |
355 | ||
356 | 2020-03-19 Martin Liska <mliska@suse.cz> | |
357 | ||
358 | * plugin-api.h (struct ld_plugin_symbol): Split | |
359 | int def into 4 char fields. | |
360 | (enum ld_plugin_symbol_type): New. | |
361 | (enum ld_plugin_symbol_section_kind): New. | |
362 | (enum ld_plugin_tag): Add LDPT_ADD_SYMBOLS_V2. | |
363 | ||
06d949ec KR |
364 | 2020-03-13 Kamil Rytarowski <n54@gmx.com> |
365 | ||
366 | * elf/common.h (NT_NETBSDCORE_LWPSTATUS): New define. | |
367 | ||
368 | 2020-03-13 Kamil Rytarowski <n54@gmx.com> | |
9fcbd8a9 KR |
369 | |
370 | * elf/common.h (NT_NETBSDCORE_AUXV): New define. | |
371 | ||
abf874aa CL |
372 | 2020-03-13 Christophe Lyon <christophe.lyon@linaro.org> |
373 | ||
374 | * bfdlink.h (bfd_link_info): Add non_contiguous_regions and | |
375 | non_contiguous_regions_warnings fields. | |
376 | ||
66631823 CE |
377 | 2020-03-13 Christian Eggers <ceggers@gmx.de> |
378 | ||
379 | * bfdlink.h (struct bfd_link_order): Add unit (bytes/octets) to | |
380 | offset and size members. | |
381 | * elf/internal.h (struct elf_internal_phdr): Likewise for | |
382 | p_align member. | |
383 | (struct elf_segment_map): Likewise for p_paddr and p_size | |
384 | members | |
385 | ||
502794d4 CE |
386 | 2020-03-13 Christian Eggers <ceggers@gmx.de> |
387 | ||
388 | * elf/internal.h (struct elf_internal_phdr): Add unit (octets) | |
389 | to several member field comments. | |
390 | (Elf_Internal_Shdr): likewise. | |
391 | ||
e10ac147 AM |
392 | 2020-03-10 Alan Modra <amodra@gmail.com> |
393 | ||
394 | * som/aout.h (SOM_AUX_ID_MANDATORY, SOM_SPACE_IS_LOADABLE), | |
395 | (SOM_SYMBOL_HIDDEN, SOM_SYMBOL_HAS_LONG_RETURN): Use 1u << 31. | |
396 | * som/lst.h (LST_SYMBOL_HIDDEN): Likewise. | |
397 | ||
b5ebe8dd LM |
398 | 2020-03-03 Luis Machado <luis.machado@linaro.org> |
399 | ||
400 | * elf/common.h (AT_L1I_CACHESIZE, AT_L1I_CACHEGEOMETRY) | |
401 | (AT_L1D_CACHESIZE, AT_L1D_CACHEGEOMETRY, AT_L2_CACHESIZE) | |
402 | (AT_L2_CACHEGEOMETRY, AT_L3_CACHESIZE, AT_L3_CACHEGEOMETRY) | |
403 | (AT_MINSIGSTKSZ): New defines, imported from glibc. | |
404 | ||
99e47410 AB |
405 | 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com> |
406 | ||
407 | Import from gcc mainline: | |
408 | 2020-02-05 Andrew Burgess <andrew.burgess@embecosm.com> | |
409 | ||
410 | * hashtab.h (htab_remove_elt): Make a parameter const. | |
411 | (htab_remove_elt_with_hash): Likewise. | |
412 | ||
bd0cf5a6 NC |
413 | 2020-02-20 Nelson Chu <nelson.chu@sifive.com> |
414 | ||
415 | * opcode/riscv-opc.h: Extend DECLARE_CSR and DECLARE_CSR_ALIAS to | |
416 | record riscv_csr_class. | |
417 | ||
4934a27c MM |
418 | 2020-02-10 Stam Markianos-Wright <stam.markianos-wright@arm.com> |
419 | Matthew Malcomson <matthew.malcomson@arm.com> | |
420 | ||
421 | * opcode/arm.h (ARM_EXT2_CDE): New extension macro. | |
422 | (ARM_EXT2_CDE0): New extension macro. | |
423 | (ARM_EXT2_CDE1): New extension macro. | |
424 | (ARM_EXT2_CDE2): New extension macro. | |
425 | (ARM_EXT2_CDE3): New extension macro. | |
426 | (ARM_EXT2_CDE4): New extension macro. | |
427 | (ARM_EXT2_CDE5): New extension macro. | |
428 | (ARM_EXT2_CDE6): New extension macro. | |
429 | (ARM_EXT2_CDE7): New extension macro. | |
430 | ||
9fc0b501 SB |
431 | 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com> |
432 | ||
433 | PR 25469 | |
434 | * coff/internal.h (R_IMM16BE): Define. | |
435 | * elf/z80.h (EF_Z80_MACH_Z80N): Define. | |
436 | (R_Z80_16_BE): New reloc. | |
437 | ||
c5d7be0c AM |
438 | 2020-02-04 Alan Modra <amodra@gmail.com> |
439 | ||
440 | * opcode/d30v.h (struct pd_reg): Make value field unsigned. | |
441 | ||
1957ab10 JT |
442 | 2020-01-16 Jon Turney <jon.turney@dronecode.org.uk> |
443 | ||
444 | * coff/internal.h (PE_IMAGE_DEBUG_TYPE_VC_FEATURE) | |
445 | (PE_IMAGE_DEBUG_TYPE_POGO, PE_IMAGE_DEBUG_TYPE_ILTCG) | |
446 | (PE_IMAGE_DEBUG_TYPE_MPX, PE_IMAGE_DEBUG_TYPE_REPRO): Add. | |
447 | ||
ae774686 NC |
448 | 2020-01-18 Nick Clifton <nickc@redhat.com> |
449 | ||
450 | Binutils 2.34 branch created. | |
451 | ||
533da483 NC |
452 | 2020-01-17 Nick Clifton <nickc@redhat.com> |
453 | ||
454 | * Import from gcc mainline: | |
455 | 2019-06-10 Martin Liska <mliska@suse.cz> | |
456 | ||
457 | * ansidecl.h (ATTRIBUTE_WARN_UNUSED_RESULT): New macro. | |
458 | * libiberty.h (xmalloc): Use it. | |
459 | (xrealloc): Likewise. | |
460 | (xcalloc): Likewise. | |
461 | (xstrdup): Likewise. | |
462 | (xstrndup): Likewise. | |
463 | (xmemdup): Likewise. | |
464 | ||
465 | 2019-06-10 Martin Liska <mliska@suse.cz> | |
466 | ||
467 | * ansidecl.h: | |
468 | (ATTRIBUTE_RESULT_SIZE_1): Define new macro. | |
469 | (ATTRIBUTE_RESULT_SIZE_2): Likewise. | |
470 | (ATTRIBUTE_RESULT_SIZE_1_2): Likewise. | |
471 | * libiberty.h (xmalloc): Add RESULT_SIZE attribute. | |
472 | (xrealloc): Likewise. | |
473 | (xcalloc): Likewise. | |
474 | ||
475 | 2019-11-16 Tim Ruehsen <tim.ruehsen@gmx.de> | |
476 | ||
477 | * demangle.h (struct demangle_component): Add member | |
478 | d_counting. | |
479 | ||
480 | 2019-11-16 Eduard-Mihai Burtescu <eddyb@lyken.rs> | |
481 | ||
482 | * demangle.h (rust_demangle_callback): Add. | |
483 | ||
484 | 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs> | |
485 | ||
486 | * demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h. | |
487 | (rust_demangle_sym): Move to libiberty/rust-demangle.h. | |
488 | ||
2da2eaf4 AV |
489 | 2020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com> |
490 | ||
491 | PR 25376 | |
492 | * opcodes/arm.h (FPU_MVE, FPU_MVE_FPU): Move these features to... | |
493 | (ARM_EXT2_MVE, ARM_EXT2_MVE_FP): ... the CORE_HIGH space. | |
494 | (ARM_ANY): Redefine to not include any MVE bits. | |
495 | (ARM_FEATURE_ALL): Removed. | |
496 | ||
131cb553 JL |
497 | 2020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com> |
498 | ||
499 | * opcode/msp430.h (enum msp430_expp_e): New. | |
500 | (struct msp430_operand_s): Add expp member to struct. | |
501 | ||
39fe16e0 CZ |
502 | 2020-01-13 Claudiu Zissulescu <claziss@gmail.com> |
503 | ||
504 | * elf/arc-cpu.def: Update ARC cpu list. | |
505 | ||
5496abe1 AM |
506 | 2020-01-13 Alan Modra <amodra@gmail.com> |
507 | ||
508 | * opcode/tic4x.h (EXTR): Delete. | |
509 | (EXTRU, EXTRS, INSERTU, INSERTS): Rewrite without zero/sign | |
510 | extension using shifts. Do trim INSERTU value to specified bitfield. | |
511 | ||
8948cc69 AM |
512 | 2020-01-10 Alan Modra <amodra@gmail.com> |
513 | ||
514 | * opcode/spu.h: Formatting. | |
515 | (UNSIGNED_EXTRACT): Use 1u. | |
516 | (SIGNED_EXTRACT): Don't sign extend with shifts. | |
517 | (DECODE_INSN_I9a, DECODE_INSN_I9b): Avoid left shift of signed value. | |
518 | Keep result signed. | |
519 | (DECODE_INSN_U9a, DECODE_INSN_U9b): Delete. | |
520 | ||
bb82aefe SV |
521 | 2020-01-07 Shahab Vahedi <shahab@synopsys.com> |
522 | ||
523 | * opcode/arc.h (insn_class_t): Add 'LLOCK' and 'SCOND'. | |
524 | ||
6655dba2 SB |
525 | 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com> |
526 | ||
527 | * coff/internal.h: Add defintions of Z80 reloc names. | |
528 | ||
d73b58f4 NC |
529 | 2020-01-02 Christian Biesinger <cbiesinger@google.com> |
530 | ||
531 | * opcode/s12z.h: Undef REG_Y. | |
532 | ||
b14ce8bf AM |
533 | 2020-01-01 Alan Modra <amodra@gmail.com> |
534 | ||
535 | Update year range in copyright notice of all files. | |
536 | ||
0b114740 | 537 | For older changes see ChangeLog-2019 |
3499769a | 538 | \f |
0b114740 | 539 | Copyright (C) 2020 Free Software Foundation, Inc. |
3499769a AM |
540 | |
541 | Copying and distribution of this file, with or without modification, | |
542 | are permitted in any medium without royalty provided the copyright | |
543 | notice and this notice are preserved. | |
544 | ||
545 | Local Variables: | |
546 | mode: change-log | |
547 | left-margin: 8 | |
548 | fill-column: 74 | |
549 | version-control: never | |
550 | End: |