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