]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - include/ChangeLog
gdb/riscv: introduce bare metal core dump support
[thirdparty/binutils-gdb.git] / include / ChangeLog
CommitLineData
b63a5e38
AB
12021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
2 Andrew Burgess <andrew.burgess@embecosm.com>
3
4 * elf/common.h (NT_GDB_TDESC): Define.
5
dc83f2d2
AM
62021-03-03 Alan Modra <amodra@gmail.com>
7
8 * coff/internal.h: Delete obsolete relocation defines. Move used
9 relocation defines..
10 * coff/i386.h: ..to here..
11 * coff/ti.h: ..and here..
12 * coff/x86_64.h: ..and here..
13 * coff/z80.h: ..and here..
14 * coff/z8k.h: ..and here.
15
8915c559
NA
162021-03-02 Nick Alcock <nick.alcock@oracle.com>
17
18 * ctf-api.h (CTF_LINK_SHARE_DUPLICATED): Note that this might
19 merely change how much deduplication is done.
20
8ee10e86
AM
212021-03-01 Alan Modra <amodra@gmail.com>
22 Fangrui Song <maskray@google.com>
23
24 * bfdlink.h (struct bfd_link_info): Add start_stop_gc.
25
89753bbf
AM
262021-02-21 Alan Modra <amodra@gmail.com>
27
28 * bfdlink.h (struct bfd_link_info): Add warn_multiple_definition.
29
f4f60336
NA
302021-02-17 Nick Alcock <nick.alcock@oracle.com>
31
32 * ctf-api.h (ctf_arc_lookup_symbol_name): New.
33 (ctf_lookup_by_symbol_name): Likewise.
34
5a9f5403
NC
352021-02-19 Nelson Chu <nelson.chu@sifive.com>
36
37 PR 27158
38 * opcode/riscv.h: Updated encoding macros.
39
3d73d29e
NC
402021-02-18 Nelson Chu <nelson.chu@sifive.com>
41
42 * opcode/riscv.h: Moved stuff and make the file tidy.
43
ba2b480f
AK
442021-02-15 Andreas Krebbel <krebbel@linux.ibm.com>
45
46 * opcode/s390.h (enum s390_opcode_cpu_val): Add
47 S390_OPCODE_ARCH14.
48
bfd428bc
MF
492021-02-08 Mike Frysinger <vapier@gentoo.org>
50
51 * opcode/tic54x.h (mmregs): Rename to ...
52 (tic54x_mmregs): ... this.
53 (regs): Rename to ...
54 (tic54x_regs): ... this.
55 (condition_codes): Rename to ...
56 (tic54x_condition_codes): ... this.
57 (cc2_codes): Rename to ...
58 (tic54x_cc2_codes): ... this.
59 (status_bits): Rename to ...
60 (tic54x_status_bits): ... this.
61 (cc3_codes): Rename to ...
62 (tic54x_cc3_codes): ... this.
63 (misc_symbols): Rename to ...
64 (tic54x_misc_symbols): ... this.
65
5f40035f
NC
662021-02-05 Nelson Chu <nelson.chu@sifive.com>
67
68 PR 27348
69 * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM.
70
cb4ff67a
NC
712021-02-05 Nelson Chu <nelson.chu@sifive.com>
72
73 PR 27348
74 * opcode/riscv-opc.h: Remove obsolete Xcustom support.
75
caa17049
NA
762021-01-27 Nick Alcock <nick.alcock@oracle.com>
77
78 * ctf-api.h (ECTF_NONAME): New.
79 (ECTF_NERR): Adjust.
80
35a01a04
NA
812021-01-26 Nick Alcock <nick.alcock@oracle.com>
82
83 * ctf-api.h (CTF_LINK_NO_FILTER_REPORTED_SYMS): New.
84
24075dcc
NC
852021-02-04 Nelson Chu <nelson.chu@sifive.com>
86
87 * opcode/riscv-opc.h: Removed macros for zb* extensions.
88 * opcode/riscv.h (riscv_insn_class): Removed INSN_CLASS_ZB*.
89
1942a048
NC
902021-01-15 Nelson Chu <nelson.chu@sifive.com>
91
92 * opcode/riscv.h: Indent and GNU coding standards tidy,
93 also aligned the code.
94
dcd709e0
NC
952021-01-15 Nelson Chu <nelson.chu@sifive.com>
96
97 * elf/riscv.h: Comments tidy and improvement.
98 * opcode/riscv-opc.h: Likewise.
99 * opcode/riscv.h: Likewise.
100
82c70b08
KT
1012021-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
102
103 * opcode/aarch64.h (AARCH64_FEATURE_CSRE): Delete.
104 (aarch64_opnd): Delete AARCH64_OPND_CSRE_CSR.
105
055bc77a
NC
1062021-01-09 Nick Clifton <nickc@redhat.com>
107
108 * 2.36 release branch crated.
109
aa881ecd
PT
1102021-01-07 Philipp Tomsich <prt@gnu.org>
111
112 * opcode/riscv-opc.h: Added MATCH_PAUSE, MASK_PAUSE and DECLARE_INSN
113 for pause hint instruction.
114 * opcode/riscv.h (enum riscv_insn_class): Added INSN_CLASS_ZIHINTPAUSE.
115
2652cfad
CXW
1162021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
117 Jim Wilson <jimw@sifive.com>
118 Andrew Waterman <andrew@sifive.com>
119 Maxim Blinov <maxim.blinov@embecosm.com>
120 Kito Cheng <kito.cheng@sifive.com>
121 Nelson Chu <nelson.chu@sifive.com>
122
123 * opcode/riscv-opc.h: Added MASK/MATCH/DECLARE_INSN for ZBA/ZBB/ZBC.
124 * opcode/riscv.h (riscv_insn_class): Added INSN_CLASS_ZB*.
125 (enum riscv_isa_spec_class): Added ISA_SPEC_CLASS_DRAFT for the
126 frozen extensions.
127
6c3a3877
NA
1282021-01-05 Nick Alcock <nick.alcock@oracle.com>
129
130 * ctf-api.h (CTF_MN_RECURSE): New.
131 (ctf_member_next): Add flags argument.
132
ffeece6a
NA
1332021-01-05 Nick Alcock <nick.alcock@oracle.com>
134
135 * ctf-api.h (ECTF_INCOMPLETE): New.
136 (ECTF_NERR): Adjust.
137
f9a6a8f0
AM
1382021-01-01 Nicolas Boulenguez <nicolas@debian.org>
139
140 * coff/internal.h: Correct comment spelling.
141 * coff/sym.h: Likewise.
142 * opcode/aarch64.h: Likewise.
143
250d07de
AM
1442021-01-01 Alan Modra <amodra@gmail.com>
145
146 Update year range in copyright notice of all files.
147
c2795844 148For older changes see ChangeLog-2020
3499769a 149\f
c2795844 150Copyright (C) 2021 Free Software Foundation, Inc.
3499769a
AM
151
152Copying and distribution of this file, with or without modification,
153are permitted in any medium without royalty provided the copyright
154notice and this notice are preserved.
155
156Local Variables:
157mode: change-log
158left-margin: 8
159fill-column: 74
160version-control: never
161End: