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