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