Remove strneq macro and use startswith.
[deliverable/binutils-gdb.git] / include / ChangeLog
1 2021-04-01 Martin Liska <mliska@suse.cz>
2
3 * opcode/cr16.h (strneq): Remove strneq and use startswith.
4
5 2021-03-31 Alan Modra <amodra@gmail.com>
6
7 * bfdlink.h: Replace bfd_boolean with bool throughout.
8 * coff/ecoff.h: Likewise.
9 * coff/xcoff.h: Likewise.
10 * dis-asm.h: Likewise.
11 * elf/mmix.h: Likewise.
12 * elf/xtensa.h: Likewise.
13 * opcode/aarch64.h: Likewise, and FALSE with false, TRUE with true.
14 * opcode/arc.h: Likewise.
15 * opcode/mips.h: Likewise.
16 * opcode/tic6x-opcode-table.h: Likewise.
17 * opcode/tic6x.h: Likewise.
18
19 2021-03-31 Alan Modra <amodra@gmail.com>
20
21 * cgen/basic-modes.h: Include stdint.h in place of bfd_stdint.h.
22 * elf/nfp.h: Likewise.
23 * opcode/aarch64.h: Likewise.
24 * opcode/cgen.h: Likewise.
25 * opcode/nfp.h: Likewise.
26 * opcode/ppc.h: Likewise.
27
28 2021-03-29 Alan Modra <amodra@gmail.com>
29
30 * opcode/aarch64.h (alias_opcode_p): Simplify boolean expression.
31 (opcode_has_alias, pseudo_opcode_p, optional_operand_p): Likewise.
32 (opcode_has_special_coder): Likewise.
33
34 2021-03-29 Alan Modra <amodra@gmail.com>
35
36 * opcode/aarch64.h (aarch64_opcode_encode): Correct prototype.
37
38 2021-03-25 Nick Alcock <nick.alcock@oracle.com>
39
40 PR libctf/27628
41 * ctf-api.h: Fix some indentation.
42 (CTF_SET_STID): Always do an unsigned shift, even if STID is
43 signed.
44
45 2021-03-19 H.J. Lu <hongjiu.lu@intel.com>
46
47 * elf/common.h (EM_INTEL205): Renamed to ...
48 (EM_INTELGT): This.
49
50 2021-03-16 Nick Clifton <nickc@redhat.com>
51
52 * coff/internal.h (struct internal_auxent): Fix a couple of typos
53 in comment describing the x_fname field.
54
55 2021-03-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
56
57 * opcode/riscv-opc.h: Support zba, zbb and zbc extensions.
58 * opcode/riscv.h (riscv_insn_class): Add INSN_CLASS_ZB*.
59
60 2021-03-12 Frederic Cambus <fred@statdns.com>
61
62 * elf/common.h (NT_NETBSD_PAX, NT_NETBSD_PAX_MPROTECT)
63 (NT_NETBSD_PAX_NOMPROTECT, NT_NETBSD_PAX_GUARD, NT_NETBSD_PAX_NOGUARD)
64 (NT_NETBSD_PAX_ASLR, NT_NETBSD_PAX_NOASLR): Define.
65
66 2021-03-12 Clément Chigot <clement.chigot@atos.net>
67
68 * coff/internal.h (struct internal_aouthdr): Add new fields.
69 * coff/rs6000.h (AOUTHDRÃ): Add new fields.
70 * coff/rs6k64.h (struct external_filehdr): Likewise.
71 * coff/xcoff.h (_TDATA), _TBSS): New defines
72 (RS6K_AOUTHDR_TLS_LE, RS6K_AOUTHDR_RAS, RS6K_AOUTHDR_ALGNTDATA,
73 RS6K_AOUTHDR_SHR_SYMTAB, RS6K_AOUTHDR_FORK_POLICY,
74 RS6K_AOUTHDR_FORK_COR): New defines.
75 (XMC_TU): Removed.
76 (XMC_UL): New define.
77
78 2021-03-12 Clément Chigot <clement.chigot@atos.net>
79
80 * coff/xcoff.h (R_RTB): Remove.
81 (R_TRL): Fix value.
82
83 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
84 Andrew Burgess <andrew.burgess@embecosm.com>
85
86 * elf/common.h (NT_RISCV_CSR): Define.
87
88 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
89 Andrew Burgess <andrew.burgess@embecosm.com>
90
91 * elf/common.h (NT_GDB_TDESC): Define.
92
93 2021-03-03 Alan Modra <amodra@gmail.com>
94
95 * coff/internal.h: Delete obsolete relocation defines. Move used
96 relocation defines..
97 * coff/i386.h: ..to here..
98 * coff/ti.h: ..and here..
99 * coff/x86_64.h: ..and here..
100 * coff/z80.h: ..and here..
101 * coff/z8k.h: ..and here.
102
103 2021-03-02 Nick Alcock <nick.alcock@oracle.com>
104
105 * ctf-api.h (CTF_LINK_SHARE_DUPLICATED): Note that this might
106 merely change how much deduplication is done.
107
108 2021-03-01 Alan Modra <amodra@gmail.com>
109 Fangrui Song <maskray@google.com>
110
111 * bfdlink.h (struct bfd_link_info): Add start_stop_gc.
112
113 2021-02-21 Alan Modra <amodra@gmail.com>
114
115 * bfdlink.h (struct bfd_link_info): Add warn_multiple_definition.
116
117 2021-02-17 Nick Alcock <nick.alcock@oracle.com>
118
119 * ctf-api.h (ctf_arc_lookup_symbol_name): New.
120 (ctf_lookup_by_symbol_name): Likewise.
121
122 2021-02-19 Nelson Chu <nelson.chu@sifive.com>
123
124 PR 27158
125 * opcode/riscv.h: Updated encoding macros.
126
127 2021-02-18 Nelson Chu <nelson.chu@sifive.com>
128
129 * opcode/riscv.h: Moved stuff and make the file tidy.
130
131 2021-02-15 Andreas Krebbel <krebbel@linux.ibm.com>
132
133 * opcode/s390.h (enum s390_opcode_cpu_val): Add
134 S390_OPCODE_ARCH14.
135
136 2021-02-08 Mike Frysinger <vapier@gentoo.org>
137
138 * opcode/tic54x.h (mmregs): Rename to ...
139 (tic54x_mmregs): ... this.
140 (regs): Rename to ...
141 (tic54x_regs): ... this.
142 (condition_codes): Rename to ...
143 (tic54x_condition_codes): ... this.
144 (cc2_codes): Rename to ...
145 (tic54x_cc2_codes): ... this.
146 (status_bits): Rename to ...
147 (tic54x_status_bits): ... this.
148 (cc3_codes): Rename to ...
149 (tic54x_cc3_codes): ... this.
150 (misc_symbols): Rename to ...
151 (tic54x_misc_symbols): ... this.
152
153 2021-02-05 Nelson Chu <nelson.chu@sifive.com>
154
155 PR 27348
156 * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM.
157
158 2021-02-05 Nelson Chu <nelson.chu@sifive.com>
159
160 PR 27348
161 * opcode/riscv-opc.h: Remove obsolete Xcustom support.
162
163 2021-01-27 Nick Alcock <nick.alcock@oracle.com>
164
165 * ctf-api.h (ECTF_NONAME): New.
166 (ECTF_NERR): Adjust.
167
168 2021-01-26 Nick Alcock <nick.alcock@oracle.com>
169
170 * ctf-api.h (CTF_LINK_NO_FILTER_REPORTED_SYMS): New.
171
172 2021-02-04 Nelson Chu <nelson.chu@sifive.com>
173
174 * opcode/riscv-opc.h: Removed macros for zb* extensions.
175 * opcode/riscv.h (riscv_insn_class): Removed INSN_CLASS_ZB*.
176
177 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
178
179 * opcode/riscv.h: Indent and GNU coding standards tidy,
180 also aligned the code.
181
182 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
183
184 * elf/riscv.h: Comments tidy and improvement.
185 * opcode/riscv-opc.h: Likewise.
186 * opcode/riscv.h: Likewise.
187
188 2021-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
189
190 * opcode/aarch64.h (AARCH64_FEATURE_CSRE): Delete.
191 (aarch64_opnd): Delete AARCH64_OPND_CSRE_CSR.
192
193 2021-01-09 Nick Clifton <nickc@redhat.com>
194
195 * 2.36 release branch crated.
196
197 2021-01-07 Philipp Tomsich <prt@gnu.org>
198
199 * opcode/riscv-opc.h: Added MATCH_PAUSE, MASK_PAUSE and DECLARE_INSN
200 for pause hint instruction.
201 * opcode/riscv.h (enum riscv_insn_class): Added INSN_CLASS_ZIHINTPAUSE.
202
203 2021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
204 Jim Wilson <jimw@sifive.com>
205 Andrew Waterman <andrew@sifive.com>
206 Maxim Blinov <maxim.blinov@embecosm.com>
207 Kito Cheng <kito.cheng@sifive.com>
208 Nelson Chu <nelson.chu@sifive.com>
209
210 * opcode/riscv-opc.h: Added MASK/MATCH/DECLARE_INSN for ZBA/ZBB/ZBC.
211 * opcode/riscv.h (riscv_insn_class): Added INSN_CLASS_ZB*.
212 (enum riscv_isa_spec_class): Added ISA_SPEC_CLASS_DRAFT for the
213 frozen extensions.
214
215 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
216
217 * ctf-api.h (CTF_MN_RECURSE): New.
218 (ctf_member_next): Add flags argument.
219
220 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
221
222 * ctf-api.h (ECTF_INCOMPLETE): New.
223 (ECTF_NERR): Adjust.
224
225 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
226
227 * coff/internal.h: Correct comment spelling.
228 * coff/sym.h: Likewise.
229 * opcode/aarch64.h: Likewise.
230
231 2021-01-01 Alan Modra <amodra@gmail.com>
232
233 Update year range in copyright notice of all files.
234
235 For older changes see ChangeLog-2020
236 \f
237 Copyright (C) 2021 Free Software Foundation, Inc.
238
239 Copying and distribution of this file, with or without modification,
240 are permitted in any medium without royalty provided the copyright
241 notice and this notice are preserved.
242
243 Local Variables:
244 mode: change-log
245 left-margin: 8
246 fill-column: 74
247 version-control: never
248 End:
This page took 0.033978 seconds and 5 git commands to generate.