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