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