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