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