]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - include/ChangeLog
libctf, include: find types of symbols by name
[thirdparty/binutils-gdb.git] / include / ChangeLog
1 2021-02-17 Nick Alcock <nick.alcock@oracle.com>
2
3 * ctf-api.h (ctf_arc_lookup_symbol_name): New.
4 (ctf_lookup_by_symbol_name): Likewise.
5
6 2021-02-19 Nelson Chu <nelson.chu@sifive.com>
7
8 PR 27158
9 * opcode/riscv.h: Updated encoding macros.
10
11 2021-02-18 Nelson Chu <nelson.chu@sifive.com>
12
13 * opcode/riscv.h: Moved stuff and make the file tidy.
14
15 2021-02-15 Andreas Krebbel <krebbel@linux.ibm.com>
16
17 * opcode/s390.h (enum s390_opcode_cpu_val): Add
18 S390_OPCODE_ARCH14.
19
20 2021-02-08 Mike Frysinger <vapier@gentoo.org>
21
22 * opcode/tic54x.h (mmregs): Rename to ...
23 (tic54x_mmregs): ... this.
24 (regs): Rename to ...
25 (tic54x_regs): ... this.
26 (condition_codes): Rename to ...
27 (tic54x_condition_codes): ... this.
28 (cc2_codes): Rename to ...
29 (tic54x_cc2_codes): ... this.
30 (status_bits): Rename to ...
31 (tic54x_status_bits): ... this.
32 (cc3_codes): Rename to ...
33 (tic54x_cc3_codes): ... this.
34 (misc_symbols): Rename to ...
35 (tic54x_misc_symbols): ... this.
36
37 2021-02-05 Nelson Chu <nelson.chu@sifive.com>
38
39 PR 27348
40 * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM.
41
42 2021-02-05 Nelson Chu <nelson.chu@sifive.com>
43
44 PR 27348
45 * opcode/riscv-opc.h: Remove obsolete Xcustom support.
46
47 2021-01-27 Nick Alcock <nick.alcock@oracle.com>
48
49 * ctf-api.h (ECTF_NONAME): New.
50 (ECTF_NERR): Adjust.
51
52 2021-01-26 Nick Alcock <nick.alcock@oracle.com>
53
54 * ctf-api.h (CTF_LINK_NO_FILTER_REPORTED_SYMS): New.
55
56 2021-02-04 Nelson Chu <nelson.chu@sifive.com>
57
58 * opcode/riscv-opc.h: Removed macros for zb* extensions.
59 * opcode/riscv.h (riscv_insn_class): Removed INSN_CLASS_ZB*.
60
61 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
62
63 * opcode/riscv.h: Indent and GNU coding standards tidy,
64 also aligned the code.
65
66 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
67
68 * elf/riscv.h: Comments tidy and improvement.
69 * opcode/riscv-opc.h: Likewise.
70 * opcode/riscv.h: Likewise.
71
72 2021-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
73
74 * opcode/aarch64.h (AARCH64_FEATURE_CSRE): Delete.
75 (aarch64_opnd): Delete AARCH64_OPND_CSRE_CSR.
76
77 2021-01-09 Nick Clifton <nickc@redhat.com>
78
79 * 2.36 release branch crated.
80
81 2021-01-07 Philipp Tomsich <prt@gnu.org>
82
83 * opcode/riscv-opc.h: Added MATCH_PAUSE, MASK_PAUSE and DECLARE_INSN
84 for pause hint instruction.
85 * opcode/riscv.h (enum riscv_insn_class): Added INSN_CLASS_ZIHINTPAUSE.
86
87 2021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
88 Jim Wilson <jimw@sifive.com>
89 Andrew Waterman <andrew@sifive.com>
90 Maxim Blinov <maxim.blinov@embecosm.com>
91 Kito Cheng <kito.cheng@sifive.com>
92 Nelson Chu <nelson.chu@sifive.com>
93
94 * opcode/riscv-opc.h: Added MASK/MATCH/DECLARE_INSN for ZBA/ZBB/ZBC.
95 * opcode/riscv.h (riscv_insn_class): Added INSN_CLASS_ZB*.
96 (enum riscv_isa_spec_class): Added ISA_SPEC_CLASS_DRAFT for the
97 frozen extensions.
98
99 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
100
101 * ctf-api.h (CTF_MN_RECURSE): New.
102 (ctf_member_next): Add flags argument.
103
104 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
105
106 * ctf-api.h (ECTF_INCOMPLETE): New.
107 (ECTF_NERR): Adjust.
108
109 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
110
111 * coff/internal.h: Correct comment spelling.
112 * coff/sym.h: Likewise.
113 * opcode/aarch64.h: Likewise.
114
115 2021-01-01 Alan Modra <amodra@gmail.com>
116
117 Update year range in copyright notice of all files.
118
119 For older changes see ChangeLog-2020
120 \f
121 Copyright (C) 2021 Free Software Foundation, Inc.
122
123 Copying and distribution of this file, with or without modification,
124 are permitted in any medium without royalty provided the copyright
125 notice and this notice are preserved.
126
127 Local Variables:
128 mode: change-log
129 left-margin: 8
130 fill-column: 74
131 version-control: never
132 End: