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