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