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