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