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