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