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