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