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