]>
Commit | Line | Data |
---|---|---|
39ff0b81 NC |
1 | 2020-06-22 Nelson Chu <nelson.chu@sifive.com> |
2 | ||
3 | * opcode/riscv.h (riscv_get_priv_spec_class): Move the function | |
4 | forward declarations to bfd/elfxx-riscv.h. | |
5 | (riscv_get_priv_spec_name): Likewise. | |
6 | ||
7a77f1ac MF |
7 | 2020-06-15 Max Filippov <jcmvbkbc@gmail.com> |
8 | ||
9 | * elf/xtensa.h (xtensa_abi_choice): New declaration. | |
10 | ||
cae64165 RM |
11 | 2020-06-12 Roland McGrath <mcgrathr@google.com> |
12 | ||
13 | * bfdlink.h (struct bfd_link_info): New field start_stop_visibility. | |
14 | ||
d8af286f NC |
15 | 2020-06-12 Nelson Chu <nelson.chu@sifive.com> |
16 | ||
17 | * opcode/riscv-opc.h: Update the defined versions of CSR from | |
18 | PRIV_SPEC_CLASS_1P9 to PRIV_SPEC_CLASS_1P9P1. Also, drop the | |
19 | MISA DECLARE_CSR_ALIAS since it's aborted version is v1.9. | |
20 | * opcode/riscv.h (enum riscv_priv_spec_class): Remove | |
21 | PRIV_SPEC_CLASS_1P9. | |
22 | ||
14962256 AC |
23 | 2020-06-11 Alex Coplan <alex.coplan@arm.com> |
24 | ||
25 | * opcode/aarch64.h (aarch64_sys_reg): Add required features to struct | |
26 | describing system registers. | |
27 | ||
d0c4e780 AM |
28 | 2020-06-11 Alan Modra <amodra@gmail.com> |
29 | ||
30 | * elf/mips.h (Elf32_RegInfo): Use fixed width integer types. | |
31 | (Elf64_Internal_RegInfo, Elf_Internal_Options): Likewise. | |
32 | ||
87c69f97 AM |
33 | 2020-06-06 Alan Modra <amodra@gmail.com> |
34 | ||
35 | * elf/ppc64.h (elf_ppc64_reloc_type): Rename | |
36 | R_PPC64_GOT_TLSGD34 to R_PPC64_GOT_TLSGD_PCREL34, | |
37 | R_PPC64_GOT_TLSLD34 to R_PPC64_GOT_TLSLD_PCREL34, | |
38 | R_PPC64_GOT_TPREL34 to R_PPC64_GOT_TPREL_PCREL34, and | |
39 | R_PPC64_GOT_DTPREL34 to R_PPC64_GOT_DTPREL_PCREL34. | |
40 | ||
e9bffec9 JM |
41 | 2020-06-04 Jose E. Marchesi <jose.marchesi@oracle.com> |
42 | ||
43 | * opcode/cgen.h: Get an `endian' argument in both | |
44 | cgen_get_insn_value and cgen_put_insn_value. | |
45 | ||
b3db6d07 JM |
46 | 2020-06-04 Jose E. Marchesi <jemarch@gnu.org> |
47 | ||
48 | * opcode/cgen.h (enum cgen_cpu_open_arg): New value | |
49 | CGEN_CPU_OPEN_INSN_ENDIAN. | |
50 | ||
44730156 NC |
51 | 2020-06-03 Nelson Chu <nelson.chu@sifive.com> |
52 | ||
53 | * opcode/riscv.h: Remove #include "bfd.h". And change the return | |
54 | types of riscv_get_isa_spec_class and riscv_get_priv_spec_class | |
55 | from bfd_boolean to int. | |
56 | ||
8eff95bc AM |
57 | 2020-05-28 Alan Modra <amodra@gmail.com> |
58 | ||
59 | PR 26044 | |
60 | * opcode/tilepro.h (TILEPRO_NUM_PIPELINE_ENCODINGS): Move to | |
61 | tilepro_pipeline enum. | |
62 | ||
a6dbf402 L |
63 | 2020-05-27 H.J. Lu <hongjiu.lu@intel.com> |
64 | ||
65 | PR ld/22909 | |
66 | * bfdlink.h (textrel_check_method): New enum. | |
67 | (bfd_link_textrel_check): New. | |
68 | (bfd_link_info): Replace warn_shared_textrel and error_textrel | |
69 | with textrel_check. | |
70 | ||
68dc60e6 L |
71 | 2020-05-25 H.J. Lu <hongjiu.lu@intel.com> |
72 | ||
73 | * elf/common.h: Update comments for ET_EXEC and ET_DYN. | |
74 | ||
8f595e9b NC |
75 | 2020-05-20 Nelson Chu <nelson.chu@sifive.com> |
76 | ||
77 | * opcode/riscv.h: Include "bfd.h" to support bfd_boolean. | |
78 | (enum riscv_isa_spec_class): New enum class. All supported ISA spec | |
79 | belong to one of the class | |
80 | (struct riscv_ext_version): New structure holds version information | |
81 | for the specific ISA. | |
82 | * opcode/riscv-opc.h (DECLARE_CSR): There are two version information, | |
83 | define_version and abort_version. The define_version means which | |
84 | privilege spec is started to define the CSR, and the abort_version | |
85 | means which privilege spec is started to abort the CSR. If the CSR is | |
86 | valid for the newest spec, then the abort_version should be | |
87 | PRIV_SPEC_CLASS_DRAFT. | |
88 | (DECLARE_CSR_ALIAS): Same as DECLARE_CSR, but only for the obselete CSR. | |
89 | * opcode/riscv.h (enum riscv_priv_spec_class): New enum class. Define | |
90 | the current supported privilege spec versions. | |
91 | (struct riscv_csr_extra): Add new fields to store more information | |
92 | about the CSR. We use these information to find the suitable CSR | |
93 | address when user choosing a specific privilege spec. | |
94 | ||
164446e0 AF |
95 | 2020-05-19 Alexander Fedotov <alfedotov@gmail.com> |
96 | ||
97 | PR 25992 | |
98 | * opcode/arm.h (ARM_EXT2_V8R): Define. Modified ARM_AEXT2_V8R. | |
99 | ||
aa3c112f AM |
100 | 2020-05-11 Alan Modra <amodra@gmail.com> |
101 | ||
102 | * opcode/ppc.h (PPC_OPERAND_ACC): Define. Renumber following | |
103 | PPC_OPERAND defines. | |
104 | ||
7c1f4227 AM |
105 | 2020-05-11 Alan Modra <amodra@gmail.com> |
106 | ||
107 | * elf/ppc64.h: Update comment. | |
108 | * opcode/ppc.h (PPC_OPCODE_POWER10): Rename from PPC_OPCODE_POWERXX. | |
109 | ||
09c1e68a AC |
110 | 2020-04-30 Alex Coplan <alex.coplan@arm.com> |
111 | ||
112 | * opcode/aarch64.h (enum aarch64_opnd): Add | |
113 | AARCH64_OPND_UNDEFINED. | |
114 | ||
27456742 AK |
115 | 2020-04-23 Anton Kolesov <anton.kolesov@synopsys.com> |
116 | ||
117 | * elf/common.h (NT_ARC_V2): New macro definitions. | |
118 | ||
30ce8e47 MF |
119 | 2020-04-22 Max Filippov <jcmvbkbc@gmail.com> |
120 | ||
121 | PR ld/25861 | |
122 | * elf/xtensa.h (elf_xtensa_reloc_type): New entries for | |
123 | R_XTENSA_PDIFF{8,16,32} and R_XTENSA_NDIFF{8,16,32}. | |
124 | ||
fad3d2c1 AM |
125 | 2020-04-21 Alan Modra <amodra@gmail.com> |
126 | ||
127 | * elf/sh.h (STO_SH5_ISA32, SHF_SH5_ISA32, SHF_SH5_ISA32_MIXED), | |
128 | (SHT_SH5_CR_SORTED, STT_DATALABEL): Delete. | |
129 | ||
95a51568 FS |
130 | 2020-04-10 Fangrui Song <maskray@google.com> |
131 | ||
132 | PR binutils/24613 | |
133 | * bfdlink.h (enum report_method): Delete RM_GENERATE_WARNING and | |
134 | RM_GENERATE_ERROR. Add RM_DIAGNOSE. | |
135 | (struct bfd_link_info): Add warn_unresolved_syms. | |
136 | ||
fa1477dc SC |
137 | 2020-04-14 Stephen Casner <casner@acm.org> |
138 | ||
139 | PR ld/25677 | |
140 | * aout/aout64.h (N_DATADDR): Add IMAGIC case. | |
141 | ||
4d095f5b JJ |
142 | 2020-04-02 Jan W. Jagersma <jwjagersma@gmail.com> |
143 | ||
144 | * coff/go32exe.h: Remove file. | |
145 | * coff/internal.h (struct internal_filehdr): Remove field | |
146 | go32stub. Remove flag F_GO32STUB. | |
147 | ||
40bd13ce ML |
148 | 2020-04-01 Martin Liska <mliska@suse.cz> |
149 | Maciej W. Rozycki <macro@linux-mips.org> | |
150 | ||
151 | PR lto/94249 | |
152 | * plugin-api.h: Fix a typo. | |
153 | ||
d1a89da5 NC |
154 | 2020-03-30 Nelson Chu <nelson.chu@sifive.com> |
155 | ||
156 | * opcode/riscv-opc.h: Update CSR to 1.11. | |
157 | ||
a879b4d5 JB |
158 | 2020-03-26 John Baldwin <jhb@FreeBSD.org> |
159 | ||
160 | * elf/common.h (AT_FREEBSD_BSDFLAGS): Define. | |
161 | ||
dfb68cc3 ML |
162 | 2020-03-24 Martin Liska <mliska@suse.cz> |
163 | ||
164 | PR lto/94249 | |
165 | * plugin-api.h: Add more robust endianess detection. | |
166 | ||
e3b1fa32 ML |
167 | 2020-03-21 Martin Liska <mliska@suse.cz> |
168 | ||
169 | * plugin-api.h (enum ld_plugin_symbol_type): Remove | |
170 | comma after last value of an enum. | |
171 | * lto-symtab.h (enum gcc_plugin_symbol_type): Likewise. | |
172 | ||
3734bec8 ML |
173 | 2020-03-19 Martin Liska <mliska@suse.cz> |
174 | ||
175 | * lto-symtab.h (enum gcc_plugin_symbol_type): New. | |
176 | (enum gcc_plugin_symbol_section_kind): Likewise. | |
177 | ||
178 | 2020-03-19 Martin Liska <mliska@suse.cz> | |
179 | ||
180 | * plugin-api.h (struct ld_plugin_symbol): Split | |
181 | int def into 4 char fields. | |
182 | (enum ld_plugin_symbol_type): New. | |
183 | (enum ld_plugin_symbol_section_kind): New. | |
184 | (enum ld_plugin_tag): Add LDPT_ADD_SYMBOLS_V2. | |
185 | ||
06d949ec KR |
186 | 2020-03-13 Kamil Rytarowski <n54@gmx.com> |
187 | ||
188 | * elf/common.h (NT_NETBSDCORE_LWPSTATUS): New define. | |
189 | ||
190 | 2020-03-13 Kamil Rytarowski <n54@gmx.com> | |
9fcbd8a9 KR |
191 | |
192 | * elf/common.h (NT_NETBSDCORE_AUXV): New define. | |
193 | ||
abf874aa CL |
194 | 2020-03-13 Christophe Lyon <christophe.lyon@linaro.org> |
195 | ||
196 | * bfdlink.h (bfd_link_info): Add non_contiguous_regions and | |
197 | non_contiguous_regions_warnings fields. | |
198 | ||
66631823 CE |
199 | 2020-03-13 Christian Eggers <ceggers@gmx.de> |
200 | ||
201 | * bfdlink.h (struct bfd_link_order): Add unit (bytes/octets) to | |
202 | offset and size members. | |
203 | * elf/internal.h (struct elf_internal_phdr): Likewise for | |
204 | p_align member. | |
205 | (struct elf_segment_map): Likewise for p_paddr and p_size | |
206 | members | |
207 | ||
502794d4 CE |
208 | 2020-03-13 Christian Eggers <ceggers@gmx.de> |
209 | ||
210 | * elf/internal.h (struct elf_internal_phdr): Add unit (octets) | |
211 | to several member field comments. | |
212 | (Elf_Internal_Shdr): likewise. | |
213 | ||
e10ac147 AM |
214 | 2020-03-10 Alan Modra <amodra@gmail.com> |
215 | ||
216 | * som/aout.h (SOM_AUX_ID_MANDATORY, SOM_SPACE_IS_LOADABLE), | |
217 | (SOM_SYMBOL_HIDDEN, SOM_SYMBOL_HAS_LONG_RETURN): Use 1u << 31. | |
218 | * som/lst.h (LST_SYMBOL_HIDDEN): Likewise. | |
219 | ||
b5ebe8dd LM |
220 | 2020-03-03 Luis Machado <luis.machado@linaro.org> |
221 | ||
222 | * elf/common.h (AT_L1I_CACHESIZE, AT_L1I_CACHEGEOMETRY) | |
223 | (AT_L1D_CACHESIZE, AT_L1D_CACHEGEOMETRY, AT_L2_CACHESIZE) | |
224 | (AT_L2_CACHEGEOMETRY, AT_L3_CACHESIZE, AT_L3_CACHEGEOMETRY) | |
225 | (AT_MINSIGSTKSZ): New defines, imported from glibc. | |
226 | ||
99e47410 AB |
227 | 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com> |
228 | ||
229 | Import from gcc mainline: | |
230 | 2020-02-05 Andrew Burgess <andrew.burgess@embecosm.com> | |
231 | ||
232 | * hashtab.h (htab_remove_elt): Make a parameter const. | |
233 | (htab_remove_elt_with_hash): Likewise. | |
234 | ||
bd0cf5a6 NC |
235 | 2020-02-20 Nelson Chu <nelson.chu@sifive.com> |
236 | ||
237 | * opcode/riscv-opc.h: Extend DECLARE_CSR and DECLARE_CSR_ALIAS to | |
238 | record riscv_csr_class. | |
239 | ||
4934a27c MM |
240 | 2020-02-10 Stam Markianos-Wright <stam.markianos-wright@arm.com> |
241 | Matthew Malcomson <matthew.malcomson@arm.com> | |
242 | ||
243 | * opcode/arm.h (ARM_EXT2_CDE): New extension macro. | |
244 | (ARM_EXT2_CDE0): New extension macro. | |
245 | (ARM_EXT2_CDE1): New extension macro. | |
246 | (ARM_EXT2_CDE2): New extension macro. | |
247 | (ARM_EXT2_CDE3): New extension macro. | |
248 | (ARM_EXT2_CDE4): New extension macro. | |
249 | (ARM_EXT2_CDE5): New extension macro. | |
250 | (ARM_EXT2_CDE6): New extension macro. | |
251 | (ARM_EXT2_CDE7): New extension macro. | |
252 | ||
9fc0b501 SB |
253 | 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com> |
254 | ||
255 | PR 25469 | |
256 | * coff/internal.h (R_IMM16BE): Define. | |
257 | * elf/z80.h (EF_Z80_MACH_Z80N): Define. | |
258 | (R_Z80_16_BE): New reloc. | |
259 | ||
c5d7be0c AM |
260 | 2020-02-04 Alan Modra <amodra@gmail.com> |
261 | ||
262 | * opcode/d30v.h (struct pd_reg): Make value field unsigned. | |
263 | ||
1957ab10 JT |
264 | 2020-01-16 Jon Turney <jon.turney@dronecode.org.uk> |
265 | ||
266 | * coff/internal.h (PE_IMAGE_DEBUG_TYPE_VC_FEATURE) | |
267 | (PE_IMAGE_DEBUG_TYPE_POGO, PE_IMAGE_DEBUG_TYPE_ILTCG) | |
268 | (PE_IMAGE_DEBUG_TYPE_MPX, PE_IMAGE_DEBUG_TYPE_REPRO): Add. | |
269 | ||
ae774686 NC |
270 | 2020-01-18 Nick Clifton <nickc@redhat.com> |
271 | ||
272 | Binutils 2.34 branch created. | |
273 | ||
533da483 NC |
274 | 2020-01-17 Nick Clifton <nickc@redhat.com> |
275 | ||
276 | * Import from gcc mainline: | |
277 | 2019-06-10 Martin Liska <mliska@suse.cz> | |
278 | ||
279 | * ansidecl.h (ATTRIBUTE_WARN_UNUSED_RESULT): New macro. | |
280 | * libiberty.h (xmalloc): Use it. | |
281 | (xrealloc): Likewise. | |
282 | (xcalloc): Likewise. | |
283 | (xstrdup): Likewise. | |
284 | (xstrndup): Likewise. | |
285 | (xmemdup): Likewise. | |
286 | ||
287 | 2019-06-10 Martin Liska <mliska@suse.cz> | |
288 | ||
289 | * ansidecl.h: | |
290 | (ATTRIBUTE_RESULT_SIZE_1): Define new macro. | |
291 | (ATTRIBUTE_RESULT_SIZE_2): Likewise. | |
292 | (ATTRIBUTE_RESULT_SIZE_1_2): Likewise. | |
293 | * libiberty.h (xmalloc): Add RESULT_SIZE attribute. | |
294 | (xrealloc): Likewise. | |
295 | (xcalloc): Likewise. | |
296 | ||
297 | 2019-11-16 Tim Ruehsen <tim.ruehsen@gmx.de> | |
298 | ||
299 | * demangle.h (struct demangle_component): Add member | |
300 | d_counting. | |
301 | ||
302 | 2019-11-16 Eduard-Mihai Burtescu <eddyb@lyken.rs> | |
303 | ||
304 | * demangle.h (rust_demangle_callback): Add. | |
305 | ||
306 | 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs> | |
307 | ||
308 | * demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h. | |
309 | (rust_demangle_sym): Move to libiberty/rust-demangle.h. | |
310 | ||
2da2eaf4 AV |
311 | 2020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com> |
312 | ||
313 | PR 25376 | |
314 | * opcodes/arm.h (FPU_MVE, FPU_MVE_FPU): Move these features to... | |
315 | (ARM_EXT2_MVE, ARM_EXT2_MVE_FP): ... the CORE_HIGH space. | |
316 | (ARM_ANY): Redefine to not include any MVE bits. | |
317 | (ARM_FEATURE_ALL): Removed. | |
318 | ||
131cb553 JL |
319 | 2020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com> |
320 | ||
321 | * opcode/msp430.h (enum msp430_expp_e): New. | |
322 | (struct msp430_operand_s): Add expp member to struct. | |
323 | ||
39fe16e0 CZ |
324 | 2020-01-13 Claudiu Zissulescu <claziss@gmail.com> |
325 | ||
326 | * elf/arc-cpu.def: Update ARC cpu list. | |
327 | ||
5496abe1 AM |
328 | 2020-01-13 Alan Modra <amodra@gmail.com> |
329 | ||
330 | * opcode/tic4x.h (EXTR): Delete. | |
331 | (EXTRU, EXTRS, INSERTU, INSERTS): Rewrite without zero/sign | |
332 | extension using shifts. Do trim INSERTU value to specified bitfield. | |
333 | ||
8948cc69 AM |
334 | 2020-01-10 Alan Modra <amodra@gmail.com> |
335 | ||
336 | * opcode/spu.h: Formatting. | |
337 | (UNSIGNED_EXTRACT): Use 1u. | |
338 | (SIGNED_EXTRACT): Don't sign extend with shifts. | |
339 | (DECODE_INSN_I9a, DECODE_INSN_I9b): Avoid left shift of signed value. | |
340 | Keep result signed. | |
341 | (DECODE_INSN_U9a, DECODE_INSN_U9b): Delete. | |
342 | ||
bb82aefe SV |
343 | 2020-01-07 Shahab Vahedi <shahab@synopsys.com> |
344 | ||
345 | * opcode/arc.h (insn_class_t): Add 'LLOCK' and 'SCOND'. | |
346 | ||
6655dba2 SB |
347 | 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com> |
348 | ||
349 | * coff/internal.h: Add defintions of Z80 reloc names. | |
350 | ||
d73b58f4 NC |
351 | 2020-01-02 Christian Biesinger <cbiesinger@google.com> |
352 | ||
353 | * opcode/s12z.h: Undef REG_Y. | |
354 | ||
b14ce8bf AM |
355 | 2020-01-01 Alan Modra <amodra@gmail.com> |
356 | ||
357 | Update year range in copyright notice of all files. | |
358 | ||
0b114740 | 359 | For older changes see ChangeLog-2019 |
3499769a | 360 | \f |
0b114740 | 361 | Copyright (C) 2020 Free Software Foundation, Inc. |
3499769a AM |
362 | |
363 | Copying and distribution of this file, with or without modification, | |
364 | are permitted in any medium without royalty provided the copyright | |
365 | notice and this notice are preserved. | |
366 | ||
367 | Local Variables: | |
368 | mode: change-log | |
369 | left-margin: 8 | |
370 | fill-column: 74 | |
371 | version-control: never | |
372 | End: |