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