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