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