]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - include/ChangeLog
RISC-V: PR27436, make operand C> work the same as >.
[thirdparty/binutils-gdb.git] / include / ChangeLog
CommitLineData
c3f72de4
AM
12021-04-09 Alan Modra <amodra@gmail.com>
2
3 * dis-asm.h (struct disassemble_info): Add dynrelbuf and dynrelcount.
4
a2e66773
AM
52021-04-06 Alan Modra <amodra@gmail.com>
6
7 * dis-asm.h (struct disassemble_info <symbol_at_address_func>):
8 Return asymbol*.
9
e9b095a5
ML
102021-04-01 Martin Liska <mliska@suse.cz>
11
12 * opcode/cr16.h (strneq): Remove strneq and use startswith.
13
9193bc42
AM
142021-03-31 Alan Modra <amodra@gmail.com>
15
16 * bfdlink.h: Replace bfd_boolean with bool throughout.
17 * coff/ecoff.h: Likewise.
18 * coff/xcoff.h: Likewise.
19 * dis-asm.h: Likewise.
20 * elf/mmix.h: Likewise.
21 * elf/xtensa.h: Likewise.
22 * opcode/aarch64.h: Likewise, and FALSE with false, TRUE with true.
23 * opcode/arc.h: Likewise.
24 * opcode/mips.h: Likewise.
25 * opcode/tic6x-opcode-table.h: Likewise.
26 * opcode/tic6x.h: Likewise.
27
3dfb1b6d
AM
282021-03-31 Alan Modra <amodra@gmail.com>
29
30 * cgen/basic-modes.h: Include stdint.h in place of bfd_stdint.h.
31 * elf/nfp.h: Likewise.
32 * opcode/aarch64.h: Likewise.
33 * opcode/cgen.h: Likewise.
34 * opcode/nfp.h: Likewise.
35 * opcode/ppc.h: Likewise.
36
63b4cc53
AM
372021-03-29 Alan Modra <amodra@gmail.com>
38
39 * opcode/aarch64.h (alias_opcode_p): Simplify boolean expression.
40 (opcode_has_alias, pseudo_opcode_p, optional_operand_p): Likewise.
41 (opcode_has_special_coder): Likewise.
42
3d7d6c1b
AM
432021-03-29 Alan Modra <amodra@gmail.com>
44
45 * opcode/aarch64.h (aarch64_opcode_encode): Correct prototype.
46
24c877f9
NA
472021-03-25 Nick Alcock <nick.alcock@oracle.com>
48
49 PR libctf/27628
50 * ctf-api.h: Fix some indentation.
51 (CTF_SET_STID): Always do an unsigned shift, even if STID is
52 signed.
53
7b9f9859
L
542021-03-19 H.J. Lu <hongjiu.lu@intel.com>
55
56 * elf/common.h (EM_INTEL205): Renamed to ...
57 (EM_INTELGT): This.
58
012d4426
NC
592021-03-16 Nick Clifton <nickc@redhat.com>
60
61 * coff/internal.h (struct internal_auxent): Fix a couple of typos
62 in comment describing the x_fname field.
63
80d49d6a
KLC
642021-03-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
65
66 * opcode/riscv-opc.h: Support zba, zbb and zbc extensions.
67 * opcode/riscv.h (riscv_insn_class): Add INSN_CLASS_ZB*.
68
be3b926d
FC
692021-03-12 Frederic Cambus <fred@statdns.com>
70
71 * elf/common.h (NT_NETBSD_PAX, NT_NETBSD_PAX_MPROTECT)
72 (NT_NETBSD_PAX_NOMPROTECT, NT_NETBSD_PAX_GUARD, NT_NETBSD_PAX_NOGUARD)
73 (NT_NETBSD_PAX_ASLR, NT_NETBSD_PAX_NOASLR): Define.
74
1b2cb8e2
CC
752021-03-12 Clément Chigot <clement.chigot@atos.net>
76
77 * coff/internal.h (struct internal_aouthdr): Add new fields.
78 * coff/rs6000.h (AOUTHDRÃ): Add new fields.
79 * coff/rs6k64.h (struct external_filehdr): Likewise.
80 * coff/xcoff.h (_TDATA), _TBSS): New defines
81 (RS6K_AOUTHDR_TLS_LE, RS6K_AOUTHDR_RAS, RS6K_AOUTHDR_ALGNTDATA,
82 RS6K_AOUTHDR_SHR_SYMTAB, RS6K_AOUTHDR_FORK_POLICY,
83 RS6K_AOUTHDR_FORK_COR): New defines.
84 (XMC_TU): Removed.
85 (XMC_UL): New define.
86
2c1bef53
CC
872021-03-12 Clément Chigot <clement.chigot@atos.net>
88
89 * coff/xcoff.h (R_RTB): Remove.
90 (R_TRL): Fix value.
91
db6092f3
AB
922021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
93 Andrew Burgess <andrew.burgess@embecosm.com>
94
95 * elf/common.h (NT_RISCV_CSR): Define.
96
b63a5e38
AB
972021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
98 Andrew Burgess <andrew.burgess@embecosm.com>
99
100 * elf/common.h (NT_GDB_TDESC): Define.
101
dc83f2d2
AM
1022021-03-03 Alan Modra <amodra@gmail.com>
103
104 * coff/internal.h: Delete obsolete relocation defines. Move used
105 relocation defines..
106 * coff/i386.h: ..to here..
107 * coff/ti.h: ..and here..
108 * coff/x86_64.h: ..and here..
109 * coff/z80.h: ..and here..
110 * coff/z8k.h: ..and here.
111
8915c559
NA
1122021-03-02 Nick Alcock <nick.alcock@oracle.com>
113
114 * ctf-api.h (CTF_LINK_SHARE_DUPLICATED): Note that this might
115 merely change how much deduplication is done.
116
8ee10e86
AM
1172021-03-01 Alan Modra <amodra@gmail.com>
118 Fangrui Song <maskray@google.com>
119
120 * bfdlink.h (struct bfd_link_info): Add start_stop_gc.
121
89753bbf
AM
1222021-02-21 Alan Modra <amodra@gmail.com>
123
124 * bfdlink.h (struct bfd_link_info): Add warn_multiple_definition.
125
f4f60336
NA
1262021-02-17 Nick Alcock <nick.alcock@oracle.com>
127
128 * ctf-api.h (ctf_arc_lookup_symbol_name): New.
129 (ctf_lookup_by_symbol_name): Likewise.
130
5a9f5403
NC
1312021-02-19 Nelson Chu <nelson.chu@sifive.com>
132
133 PR 27158
134 * opcode/riscv.h: Updated encoding macros.
135
3d73d29e
NC
1362021-02-18 Nelson Chu <nelson.chu@sifive.com>
137
138 * opcode/riscv.h: Moved stuff and make the file tidy.
139
ba2b480f
AK
1402021-02-15 Andreas Krebbel <krebbel@linux.ibm.com>
141
142 * opcode/s390.h (enum s390_opcode_cpu_val): Add
143 S390_OPCODE_ARCH14.
144
bfd428bc
MF
1452021-02-08 Mike Frysinger <vapier@gentoo.org>
146
147 * opcode/tic54x.h (mmregs): Rename to ...
148 (tic54x_mmregs): ... this.
149 (regs): Rename to ...
150 (tic54x_regs): ... this.
151 (condition_codes): Rename to ...
152 (tic54x_condition_codes): ... this.
153 (cc2_codes): Rename to ...
154 (tic54x_cc2_codes): ... this.
155 (status_bits): Rename to ...
156 (tic54x_status_bits): ... this.
157 (cc3_codes): Rename to ...
158 (tic54x_cc3_codes): ... this.
159 (misc_symbols): Rename to ...
160 (tic54x_misc_symbols): ... this.
161
5f40035f
NC
1622021-02-05 Nelson Chu <nelson.chu@sifive.com>
163
164 PR 27348
165 * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM.
166
cb4ff67a
NC
1672021-02-05 Nelson Chu <nelson.chu@sifive.com>
168
169 PR 27348
170 * opcode/riscv-opc.h: Remove obsolete Xcustom support.
171
caa17049
NA
1722021-01-27 Nick Alcock <nick.alcock@oracle.com>
173
174 * ctf-api.h (ECTF_NONAME): New.
175 (ECTF_NERR): Adjust.
176
35a01a04
NA
1772021-01-26 Nick Alcock <nick.alcock@oracle.com>
178
179 * ctf-api.h (CTF_LINK_NO_FILTER_REPORTED_SYMS): New.
180
24075dcc
NC
1812021-02-04 Nelson Chu <nelson.chu@sifive.com>
182
183 * opcode/riscv-opc.h: Removed macros for zb* extensions.
184 * opcode/riscv.h (riscv_insn_class): Removed INSN_CLASS_ZB*.
185
1942a048
NC
1862021-01-15 Nelson Chu <nelson.chu@sifive.com>
187
188 * opcode/riscv.h: Indent and GNU coding standards tidy,
189 also aligned the code.
190
dcd709e0
NC
1912021-01-15 Nelson Chu <nelson.chu@sifive.com>
192
193 * elf/riscv.h: Comments tidy and improvement.
194 * opcode/riscv-opc.h: Likewise.
195 * opcode/riscv.h: Likewise.
196
82c70b08
KT
1972021-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
198
199 * opcode/aarch64.h (AARCH64_FEATURE_CSRE): Delete.
200 (aarch64_opnd): Delete AARCH64_OPND_CSRE_CSR.
201
055bc77a
NC
2022021-01-09 Nick Clifton <nickc@redhat.com>
203
204 * 2.36 release branch crated.
205
aa881ecd
PT
2062021-01-07 Philipp Tomsich <prt@gnu.org>
207
208 * opcode/riscv-opc.h: Added MATCH_PAUSE, MASK_PAUSE and DECLARE_INSN
209 for pause hint instruction.
210 * opcode/riscv.h (enum riscv_insn_class): Added INSN_CLASS_ZIHINTPAUSE.
211
2652cfad
CXW
2122021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
213 Jim Wilson <jimw@sifive.com>
214 Andrew Waterman <andrew@sifive.com>
215 Maxim Blinov <maxim.blinov@embecosm.com>
216 Kito Cheng <kito.cheng@sifive.com>
217 Nelson Chu <nelson.chu@sifive.com>
218
219 * opcode/riscv-opc.h: Added MASK/MATCH/DECLARE_INSN for ZBA/ZBB/ZBC.
220 * opcode/riscv.h (riscv_insn_class): Added INSN_CLASS_ZB*.
221 (enum riscv_isa_spec_class): Added ISA_SPEC_CLASS_DRAFT for the
222 frozen extensions.
223
6c3a3877
NA
2242021-01-05 Nick Alcock <nick.alcock@oracle.com>
225
226 * ctf-api.h (CTF_MN_RECURSE): New.
227 (ctf_member_next): Add flags argument.
228
ffeece6a
NA
2292021-01-05 Nick Alcock <nick.alcock@oracle.com>
230
231 * ctf-api.h (ECTF_INCOMPLETE): New.
232 (ECTF_NERR): Adjust.
233
f9a6a8f0
AM
2342021-01-01 Nicolas Boulenguez <nicolas@debian.org>
235
236 * coff/internal.h: Correct comment spelling.
237 * coff/sym.h: Likewise.
238 * opcode/aarch64.h: Likewise.
239
250d07de
AM
2402021-01-01 Alan Modra <amodra@gmail.com>
241
242 Update year range in copyright notice of all files.
243
c2795844 244For older changes see ChangeLog-2020
3499769a 245\f
c2795844 246Copyright (C) 2021 Free Software Foundation, Inc.
3499769a
AM
247
248Copying and distribution of this file, with or without modification,
249are permitted in any medium without royalty provided the copyright
250notice and this notice are preserved.
251
252Local Variables:
253mode: change-log
254left-margin: 8
255fill-column: 74
256version-control: never
257End: