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