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