]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - include/ChangeLog
x86-64/PE: adjust PR ld/26659 testcase for Cygwin
[thirdparty/binutils-gdb.git] / include / ChangeLog
CommitLineData
18e9a809
EZ
12021-04-21 Eli Zaretskii <eliz@gnu.org>
2
3 PR 27760
4 * coff/pe.h (IMAGE_DLLCHARACTERISTICS_APPCONTAINER): Define.
5 (IMAGE_DLLCHARACTERISTICS_GUARD_CF): Define.
6
6f8f6017
AM
72021-04-16 Alan Modra <amodra@gmail.com>
8
9 PR 27567
10 * coff/internal.h (struct internal_scnhdr): Make s_flags unsigned long.
11 * coff/pe.h (COFF_ENCODE_ALIGNMENT): Don't set align flags for an
12 executable and return false. Do so for a relocatable object and
13 evaluate to true.
14 * coff/ti.h (COFF_ENCODE_ALIGNMENT): Add bfd arg and evaluate to true.
15 (COFF_DECODE_ALIGNMENT): Formatting.
16 * coff/z80.h (COFF_ENCODE_ALIGNMENT): Similarly.
17 (COFF_DECODE_ALIGNMENT): Similarly.
18
c3f72de4
AM
192021-04-09 Alan Modra <amodra@gmail.com>
20
21 * dis-asm.h (struct disassemble_info): Add dynrelbuf and dynrelcount.
22
a2e66773
AM
232021-04-06 Alan Modra <amodra@gmail.com>
24
25 * dis-asm.h (struct disassemble_info <symbol_at_address_func>):
26 Return asymbol*.
27
e9b095a5
ML
282021-04-01 Martin Liska <mliska@suse.cz>
29
30 * opcode/cr16.h (strneq): Remove strneq and use startswith.
31
9193bc42
AM
322021-03-31 Alan Modra <amodra@gmail.com>
33
34 * bfdlink.h: Replace bfd_boolean with bool throughout.
35 * coff/ecoff.h: Likewise.
36 * coff/xcoff.h: Likewise.
37 * dis-asm.h: Likewise.
38 * elf/mmix.h: Likewise.
39 * elf/xtensa.h: Likewise.
40 * opcode/aarch64.h: Likewise, and FALSE with false, TRUE with true.
41 * opcode/arc.h: Likewise.
42 * opcode/mips.h: Likewise.
43 * opcode/tic6x-opcode-table.h: Likewise.
44 * opcode/tic6x.h: Likewise.
45
3dfb1b6d
AM
462021-03-31 Alan Modra <amodra@gmail.com>
47
48 * cgen/basic-modes.h: Include stdint.h in place of bfd_stdint.h.
49 * elf/nfp.h: Likewise.
50 * opcode/aarch64.h: Likewise.
51 * opcode/cgen.h: Likewise.
52 * opcode/nfp.h: Likewise.
53 * opcode/ppc.h: Likewise.
54
63b4cc53
AM
552021-03-29 Alan Modra <amodra@gmail.com>
56
57 * opcode/aarch64.h (alias_opcode_p): Simplify boolean expression.
58 (opcode_has_alias, pseudo_opcode_p, optional_operand_p): Likewise.
59 (opcode_has_special_coder): Likewise.
60
3d7d6c1b
AM
612021-03-29 Alan Modra <amodra@gmail.com>
62
63 * opcode/aarch64.h (aarch64_opcode_encode): Correct prototype.
64
24c877f9
NA
652021-03-25 Nick Alcock <nick.alcock@oracle.com>
66
67 PR libctf/27628
68 * ctf-api.h: Fix some indentation.
69 (CTF_SET_STID): Always do an unsigned shift, even if STID is
70 signed.
71
7b9f9859
L
722021-03-19 H.J. Lu <hongjiu.lu@intel.com>
73
74 * elf/common.h (EM_INTEL205): Renamed to ...
75 (EM_INTELGT): This.
76
012d4426
NC
772021-03-16 Nick Clifton <nickc@redhat.com>
78
79 * coff/internal.h (struct internal_auxent): Fix a couple of typos
80 in comment describing the x_fname field.
81
80d49d6a
KLC
822021-03-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
83
84 * opcode/riscv-opc.h: Support zba, zbb and zbc extensions.
85 * opcode/riscv.h (riscv_insn_class): Add INSN_CLASS_ZB*.
86
be3b926d
FC
872021-03-12 Frederic Cambus <fred@statdns.com>
88
89 * elf/common.h (NT_NETBSD_PAX, NT_NETBSD_PAX_MPROTECT)
90 (NT_NETBSD_PAX_NOMPROTECT, NT_NETBSD_PAX_GUARD, NT_NETBSD_PAX_NOGUARD)
91 (NT_NETBSD_PAX_ASLR, NT_NETBSD_PAX_NOASLR): Define.
92
1b2cb8e2
CC
932021-03-12 Clément Chigot <clement.chigot@atos.net>
94
95 * coff/internal.h (struct internal_aouthdr): Add new fields.
96 * coff/rs6000.h (AOUTHDRÃ): Add new fields.
97 * coff/rs6k64.h (struct external_filehdr): Likewise.
98 * coff/xcoff.h (_TDATA), _TBSS): New defines
99 (RS6K_AOUTHDR_TLS_LE, RS6K_AOUTHDR_RAS, RS6K_AOUTHDR_ALGNTDATA,
100 RS6K_AOUTHDR_SHR_SYMTAB, RS6K_AOUTHDR_FORK_POLICY,
101 RS6K_AOUTHDR_FORK_COR): New defines.
102 (XMC_TU): Removed.
103 (XMC_UL): New define.
104
2c1bef53
CC
1052021-03-12 Clément Chigot <clement.chigot@atos.net>
106
107 * coff/xcoff.h (R_RTB): Remove.
108 (R_TRL): Fix value.
109
db6092f3
AB
1102021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
111 Andrew Burgess <andrew.burgess@embecosm.com>
112
113 * elf/common.h (NT_RISCV_CSR): Define.
114
b63a5e38
AB
1152021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
116 Andrew Burgess <andrew.burgess@embecosm.com>
117
118 * elf/common.h (NT_GDB_TDESC): Define.
119
dc83f2d2
AM
1202021-03-03 Alan Modra <amodra@gmail.com>
121
122 * coff/internal.h: Delete obsolete relocation defines. Move used
123 relocation defines..
124 * coff/i386.h: ..to here..
125 * coff/ti.h: ..and here..
126 * coff/x86_64.h: ..and here..
127 * coff/z80.h: ..and here..
128 * coff/z8k.h: ..and here.
129
8915c559
NA
1302021-03-02 Nick Alcock <nick.alcock@oracle.com>
131
132 * ctf-api.h (CTF_LINK_SHARE_DUPLICATED): Note that this might
133 merely change how much deduplication is done.
134
8ee10e86
AM
1352021-03-01 Alan Modra <amodra@gmail.com>
136 Fangrui Song <maskray@google.com>
137
138 * bfdlink.h (struct bfd_link_info): Add start_stop_gc.
139
89753bbf
AM
1402021-02-21 Alan Modra <amodra@gmail.com>
141
142 * bfdlink.h (struct bfd_link_info): Add warn_multiple_definition.
143
f4f60336
NA
1442021-02-17 Nick Alcock <nick.alcock@oracle.com>
145
146 * ctf-api.h (ctf_arc_lookup_symbol_name): New.
147 (ctf_lookup_by_symbol_name): Likewise.
148
5a9f5403
NC
1492021-02-19 Nelson Chu <nelson.chu@sifive.com>
150
151 PR 27158
152 * opcode/riscv.h: Updated encoding macros.
153
3d73d29e
NC
1542021-02-18 Nelson Chu <nelson.chu@sifive.com>
155
156 * opcode/riscv.h: Moved stuff and make the file tidy.
157
ba2b480f
AK
1582021-02-15 Andreas Krebbel <krebbel@linux.ibm.com>
159
160 * opcode/s390.h (enum s390_opcode_cpu_val): Add
161 S390_OPCODE_ARCH14.
162
bfd428bc
MF
1632021-02-08 Mike Frysinger <vapier@gentoo.org>
164
165 * opcode/tic54x.h (mmregs): Rename to ...
166 (tic54x_mmregs): ... this.
167 (regs): Rename to ...
168 (tic54x_regs): ... this.
169 (condition_codes): Rename to ...
170 (tic54x_condition_codes): ... this.
171 (cc2_codes): Rename to ...
172 (tic54x_cc2_codes): ... this.
173 (status_bits): Rename to ...
174 (tic54x_status_bits): ... this.
175 (cc3_codes): Rename to ...
176 (tic54x_cc3_codes): ... this.
177 (misc_symbols): Rename to ...
178 (tic54x_misc_symbols): ... this.
179
5f40035f
NC
1802021-02-05 Nelson Chu <nelson.chu@sifive.com>
181
182 PR 27348
183 * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM.
184
cb4ff67a
NC
1852021-02-05 Nelson Chu <nelson.chu@sifive.com>
186
187 PR 27348
188 * opcode/riscv-opc.h: Remove obsolete Xcustom support.
189
caa17049
NA
1902021-01-27 Nick Alcock <nick.alcock@oracle.com>
191
192 * ctf-api.h (ECTF_NONAME): New.
193 (ECTF_NERR): Adjust.
194
35a01a04
NA
1952021-01-26 Nick Alcock <nick.alcock@oracle.com>
196
197 * ctf-api.h (CTF_LINK_NO_FILTER_REPORTED_SYMS): New.
198
24075dcc
NC
1992021-02-04 Nelson Chu <nelson.chu@sifive.com>
200
201 * opcode/riscv-opc.h: Removed macros for zb* extensions.
202 * opcode/riscv.h (riscv_insn_class): Removed INSN_CLASS_ZB*.
203
1942a048
NC
2042021-01-15 Nelson Chu <nelson.chu@sifive.com>
205
206 * opcode/riscv.h: Indent and GNU coding standards tidy,
207 also aligned the code.
208
dcd709e0
NC
2092021-01-15 Nelson Chu <nelson.chu@sifive.com>
210
211 * elf/riscv.h: Comments tidy and improvement.
212 * opcode/riscv-opc.h: Likewise.
213 * opcode/riscv.h: Likewise.
214
82c70b08
KT
2152021-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
216
217 * opcode/aarch64.h (AARCH64_FEATURE_CSRE): Delete.
218 (aarch64_opnd): Delete AARCH64_OPND_CSRE_CSR.
219
055bc77a
NC
2202021-01-09 Nick Clifton <nickc@redhat.com>
221
222 * 2.36 release branch crated.
223
aa881ecd
PT
2242021-01-07 Philipp Tomsich <prt@gnu.org>
225
226 * opcode/riscv-opc.h: Added MATCH_PAUSE, MASK_PAUSE and DECLARE_INSN
227 for pause hint instruction.
228 * opcode/riscv.h (enum riscv_insn_class): Added INSN_CLASS_ZIHINTPAUSE.
229
2652cfad
CXW
2302021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
231 Jim Wilson <jimw@sifive.com>
232 Andrew Waterman <andrew@sifive.com>
233 Maxim Blinov <maxim.blinov@embecosm.com>
234 Kito Cheng <kito.cheng@sifive.com>
235 Nelson Chu <nelson.chu@sifive.com>
236
237 * opcode/riscv-opc.h: Added MASK/MATCH/DECLARE_INSN for ZBA/ZBB/ZBC.
238 * opcode/riscv.h (riscv_insn_class): Added INSN_CLASS_ZB*.
239 (enum riscv_isa_spec_class): Added ISA_SPEC_CLASS_DRAFT for the
240 frozen extensions.
241
6c3a3877
NA
2422021-01-05 Nick Alcock <nick.alcock@oracle.com>
243
244 * ctf-api.h (CTF_MN_RECURSE): New.
245 (ctf_member_next): Add flags argument.
246
ffeece6a
NA
2472021-01-05 Nick Alcock <nick.alcock@oracle.com>
248
249 * ctf-api.h (ECTF_INCOMPLETE): New.
250 (ECTF_NERR): Adjust.
251
f9a6a8f0
AM
2522021-01-01 Nicolas Boulenguez <nicolas@debian.org>
253
254 * coff/internal.h: Correct comment spelling.
255 * coff/sym.h: Likewise.
256 * opcode/aarch64.h: Likewise.
257
250d07de
AM
2582021-01-01 Alan Modra <amodra@gmail.com>
259
260 Update year range in copyright notice of all files.
261
c2795844 262For older changes see ChangeLog-2020
3499769a 263\f
c2795844 264Copyright (C) 2021 Free Software Foundation, Inc.
3499769a
AM
265
266Copying and distribution of this file, with or without modification,
267are permitted in any medium without royalty provided the copyright
268notice and this notice are preserved.
269
270Local Variables:
271mode: change-log
272left-margin: 8
273fill-column: 74
274version-control: never
275End: