]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - include/ChangeLog
Add generic tests for linker support of the -shared or -pie options to tests which...
[thirdparty/binutils-gdb.git] / include / ChangeLog
CommitLineData
27456742
AK
12020-04-23 Anton Kolesov <anton.kolesov@synopsys.com>
2
3 * elf/common.h (NT_ARC_V2): New macro definitions.
4
30ce8e47
MF
52020-04-22 Max Filippov <jcmvbkbc@gmail.com>
6
7 PR ld/25861
8 * elf/xtensa.h (elf_xtensa_reloc_type): New entries for
9 R_XTENSA_PDIFF{8,16,32} and R_XTENSA_NDIFF{8,16,32}.
10
fad3d2c1
AM
112020-04-21 Alan Modra <amodra@gmail.com>
12
13 * elf/sh.h (STO_SH5_ISA32, SHF_SH5_ISA32, SHF_SH5_ISA32_MIXED),
14 (SHT_SH5_CR_SORTED, STT_DATALABEL): Delete.
15
95a51568
FS
162020-04-10 Fangrui Song <maskray@google.com>
17
18 PR binutils/24613
19 * bfdlink.h (enum report_method): Delete RM_GENERATE_WARNING and
20 RM_GENERATE_ERROR. Add RM_DIAGNOSE.
21 (struct bfd_link_info): Add warn_unresolved_syms.
22
fa1477dc
SC
232020-04-14 Stephen Casner <casner@acm.org>
24
25 PR ld/25677
26 * aout/aout64.h (N_DATADDR): Add IMAGIC case.
27
4d095f5b
JJ
282020-04-02 Jan W. Jagersma <jwjagersma@gmail.com>
29
30 * coff/go32exe.h: Remove file.
31 * coff/internal.h (struct internal_filehdr): Remove field
32 go32stub. Remove flag F_GO32STUB.
33
40bd13ce
ML
342020-04-01 Martin Liska <mliska@suse.cz>
35 Maciej W. Rozycki <macro@linux-mips.org>
36
37 PR lto/94249
38 * plugin-api.h: Fix a typo.
39
d1a89da5
NC
402020-03-30 Nelson Chu <nelson.chu@sifive.com>
41
42 * opcode/riscv-opc.h: Update CSR to 1.11.
43
a879b4d5
JB
442020-03-26 John Baldwin <jhb@FreeBSD.org>
45
46 * elf/common.h (AT_FREEBSD_BSDFLAGS): Define.
47
dfb68cc3
ML
482020-03-24 Martin Liska <mliska@suse.cz>
49
50 PR lto/94249
51 * plugin-api.h: Add more robust endianess detection.
52
e3b1fa32
ML
532020-03-21 Martin Liska <mliska@suse.cz>
54
55 * plugin-api.h (enum ld_plugin_symbol_type): Remove
56 comma after last value of an enum.
57 * lto-symtab.h (enum gcc_plugin_symbol_type): Likewise.
58
3734bec8
ML
592020-03-19 Martin Liska <mliska@suse.cz>
60
61 * lto-symtab.h (enum gcc_plugin_symbol_type): New.
62 (enum gcc_plugin_symbol_section_kind): Likewise.
63
642020-03-19 Martin Liska <mliska@suse.cz>
65
66 * plugin-api.h (struct ld_plugin_symbol): Split
67 int def into 4 char fields.
68 (enum ld_plugin_symbol_type): New.
69 (enum ld_plugin_symbol_section_kind): New.
70 (enum ld_plugin_tag): Add LDPT_ADD_SYMBOLS_V2.
71
06d949ec
KR
722020-03-13 Kamil Rytarowski <n54@gmx.com>
73
74 * elf/common.h (NT_NETBSDCORE_LWPSTATUS): New define.
75
762020-03-13 Kamil Rytarowski <n54@gmx.com>
9fcbd8a9
KR
77
78 * elf/common.h (NT_NETBSDCORE_AUXV): New define.
79
abf874aa
CL
802020-03-13 Christophe Lyon <christophe.lyon@linaro.org>
81
82 * bfdlink.h (bfd_link_info): Add non_contiguous_regions and
83 non_contiguous_regions_warnings fields.
84
66631823
CE
852020-03-13 Christian Eggers <ceggers@gmx.de>
86
87 * bfdlink.h (struct bfd_link_order): Add unit (bytes/octets) to
88 offset and size members.
89 * elf/internal.h (struct elf_internal_phdr): Likewise for
90 p_align member.
91 (struct elf_segment_map): Likewise for p_paddr and p_size
92 members
93
502794d4
CE
942020-03-13 Christian Eggers <ceggers@gmx.de>
95
96 * elf/internal.h (struct elf_internal_phdr): Add unit (octets)
97 to several member field comments.
98 (Elf_Internal_Shdr): likewise.
99
e10ac147
AM
1002020-03-10 Alan Modra <amodra@gmail.com>
101
102 * som/aout.h (SOM_AUX_ID_MANDATORY, SOM_SPACE_IS_LOADABLE),
103 (SOM_SYMBOL_HIDDEN, SOM_SYMBOL_HAS_LONG_RETURN): Use 1u << 31.
104 * som/lst.h (LST_SYMBOL_HIDDEN): Likewise.
105
b5ebe8dd
LM
1062020-03-03 Luis Machado <luis.machado@linaro.org>
107
108 * elf/common.h (AT_L1I_CACHESIZE, AT_L1I_CACHEGEOMETRY)
109 (AT_L1D_CACHESIZE, AT_L1D_CACHEGEOMETRY, AT_L2_CACHESIZE)
110 (AT_L2_CACHEGEOMETRY, AT_L3_CACHESIZE, AT_L3_CACHEGEOMETRY)
111 (AT_MINSIGSTKSZ): New defines, imported from glibc.
112
99e47410
AB
1132020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
114
115 Import from gcc mainline:
116 2020-02-05 Andrew Burgess <andrew.burgess@embecosm.com>
117
118 * hashtab.h (htab_remove_elt): Make a parameter const.
119 (htab_remove_elt_with_hash): Likewise.
120
bd0cf5a6
NC
1212020-02-20 Nelson Chu <nelson.chu@sifive.com>
122
123 * opcode/riscv-opc.h: Extend DECLARE_CSR and DECLARE_CSR_ALIAS to
124 record riscv_csr_class.
125
4934a27c
MM
1262020-02-10 Stam Markianos-Wright <stam.markianos-wright@arm.com>
127 Matthew Malcomson <matthew.malcomson@arm.com>
128
129 * opcode/arm.h (ARM_EXT2_CDE): New extension macro.
130 (ARM_EXT2_CDE0): New extension macro.
131 (ARM_EXT2_CDE1): New extension macro.
132 (ARM_EXT2_CDE2): New extension macro.
133 (ARM_EXT2_CDE3): New extension macro.
134 (ARM_EXT2_CDE4): New extension macro.
135 (ARM_EXT2_CDE5): New extension macro.
136 (ARM_EXT2_CDE6): New extension macro.
137 (ARM_EXT2_CDE7): New extension macro.
138
9fc0b501
SB
1392020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
140
141 PR 25469
142 * coff/internal.h (R_IMM16BE): Define.
143 * elf/z80.h (EF_Z80_MACH_Z80N): Define.
144 (R_Z80_16_BE): New reloc.
145
c5d7be0c
AM
1462020-02-04 Alan Modra <amodra@gmail.com>
147
148 * opcode/d30v.h (struct pd_reg): Make value field unsigned.
149
1957ab10
JT
1502020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
151
152 * coff/internal.h (PE_IMAGE_DEBUG_TYPE_VC_FEATURE)
153 (PE_IMAGE_DEBUG_TYPE_POGO, PE_IMAGE_DEBUG_TYPE_ILTCG)
154 (PE_IMAGE_DEBUG_TYPE_MPX, PE_IMAGE_DEBUG_TYPE_REPRO): Add.
155
ae774686
NC
1562020-01-18 Nick Clifton <nickc@redhat.com>
157
158 Binutils 2.34 branch created.
159
533da483
NC
1602020-01-17 Nick Clifton <nickc@redhat.com>
161
162 * Import from gcc mainline:
163 2019-06-10 Martin Liska <mliska@suse.cz>
164
165 * ansidecl.h (ATTRIBUTE_WARN_UNUSED_RESULT): New macro.
166 * libiberty.h (xmalloc): Use it.
167 (xrealloc): Likewise.
168 (xcalloc): Likewise.
169 (xstrdup): Likewise.
170 (xstrndup): Likewise.
171 (xmemdup): Likewise.
172
173 2019-06-10 Martin Liska <mliska@suse.cz>
174
175 * ansidecl.h:
176 (ATTRIBUTE_RESULT_SIZE_1): Define new macro.
177 (ATTRIBUTE_RESULT_SIZE_2): Likewise.
178 (ATTRIBUTE_RESULT_SIZE_1_2): Likewise.
179 * libiberty.h (xmalloc): Add RESULT_SIZE attribute.
180 (xrealloc): Likewise.
181 (xcalloc): Likewise.
182
183 2019-11-16 Tim Ruehsen <tim.ruehsen@gmx.de>
184
185 * demangle.h (struct demangle_component): Add member
186 d_counting.
187
188 2019-11-16 Eduard-Mihai Burtescu <eddyb@lyken.rs>
189
190 * demangle.h (rust_demangle_callback): Add.
191
192 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
193
194 * demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h.
195 (rust_demangle_sym): Move to libiberty/rust-demangle.h.
196
2da2eaf4
AV
1972020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
198
199 PR 25376
200 * opcodes/arm.h (FPU_MVE, FPU_MVE_FPU): Move these features to...
201 (ARM_EXT2_MVE, ARM_EXT2_MVE_FP): ... the CORE_HIGH space.
202 (ARM_ANY): Redefine to not include any MVE bits.
203 (ARM_FEATURE_ALL): Removed.
204
131cb553
JL
2052020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
206
207 * opcode/msp430.h (enum msp430_expp_e): New.
208 (struct msp430_operand_s): Add expp member to struct.
209
39fe16e0
CZ
2102020-01-13 Claudiu Zissulescu <claziss@gmail.com>
211
212 * elf/arc-cpu.def: Update ARC cpu list.
213
5496abe1
AM
2142020-01-13 Alan Modra <amodra@gmail.com>
215
216 * opcode/tic4x.h (EXTR): Delete.
217 (EXTRU, EXTRS, INSERTU, INSERTS): Rewrite without zero/sign
218 extension using shifts. Do trim INSERTU value to specified bitfield.
219
8948cc69
AM
2202020-01-10 Alan Modra <amodra@gmail.com>
221
222 * opcode/spu.h: Formatting.
223 (UNSIGNED_EXTRACT): Use 1u.
224 (SIGNED_EXTRACT): Don't sign extend with shifts.
225 (DECODE_INSN_I9a, DECODE_INSN_I9b): Avoid left shift of signed value.
226 Keep result signed.
227 (DECODE_INSN_U9a, DECODE_INSN_U9b): Delete.
228
bb82aefe
SV
2292020-01-07 Shahab Vahedi <shahab@synopsys.com>
230
231 * opcode/arc.h (insn_class_t): Add 'LLOCK' and 'SCOND'.
232
6655dba2
SB
2332020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
234
235 * coff/internal.h: Add defintions of Z80 reloc names.
236
d73b58f4
NC
2372020-01-02 Christian Biesinger <cbiesinger@google.com>
238
239 * opcode/s12z.h: Undef REG_Y.
240
b14ce8bf
AM
2412020-01-01 Alan Modra <amodra@gmail.com>
242
243 Update year range in copyright notice of all files.
244
0b114740 245For older changes see ChangeLog-2019
3499769a 246\f
0b114740 247Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
248
249Copying and distribution of this file, with or without modification,
250are permitted in any medium without royalty provided the copyright
251notice and this notice are preserved.
252
253Local Variables:
254mode: change-log
255left-margin: 8
256fill-column: 74
257version-control: never
258End: