]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - include/ChangeLog
aix: correct HOWTO table and add missing relocations
[thirdparty/binutils-gdb.git] / include / ChangeLog
1 2021-03-12 Clément Chigot <clement.chigot@atos.net>
2
3 * coff/xcoff.h (R_RTB): Remove.
4 (R_TRL): Fix value.
5
6 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
7 Andrew Burgess <andrew.burgess@embecosm.com>
8
9 * elf/common.h (NT_RISCV_CSR): Define.
10
11 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
12 Andrew Burgess <andrew.burgess@embecosm.com>
13
14 * elf/common.h (NT_GDB_TDESC): Define.
15
16 2021-03-03 Alan Modra <amodra@gmail.com>
17
18 * coff/internal.h: Delete obsolete relocation defines. Move used
19 relocation defines..
20 * coff/i386.h: ..to here..
21 * coff/ti.h: ..and here..
22 * coff/x86_64.h: ..and here..
23 * coff/z80.h: ..and here..
24 * coff/z8k.h: ..and here.
25
26 2021-03-02 Nick Alcock <nick.alcock@oracle.com>
27
28 * ctf-api.h (CTF_LINK_SHARE_DUPLICATED): Note that this might
29 merely change how much deduplication is done.
30
31 2021-03-01 Alan Modra <amodra@gmail.com>
32 Fangrui Song <maskray@google.com>
33
34 * bfdlink.h (struct bfd_link_info): Add start_stop_gc.
35
36 2021-02-21 Alan Modra <amodra@gmail.com>
37
38 * bfdlink.h (struct bfd_link_info): Add warn_multiple_definition.
39
40 2021-02-17 Nick Alcock <nick.alcock@oracle.com>
41
42 * ctf-api.h (ctf_arc_lookup_symbol_name): New.
43 (ctf_lookup_by_symbol_name): Likewise.
44
45 2021-02-19 Nelson Chu <nelson.chu@sifive.com>
46
47 PR 27158
48 * opcode/riscv.h: Updated encoding macros.
49
50 2021-02-18 Nelson Chu <nelson.chu@sifive.com>
51
52 * opcode/riscv.h: Moved stuff and make the file tidy.
53
54 2021-02-15 Andreas Krebbel <krebbel@linux.ibm.com>
55
56 * opcode/s390.h (enum s390_opcode_cpu_val): Add
57 S390_OPCODE_ARCH14.
58
59 2021-02-08 Mike Frysinger <vapier@gentoo.org>
60
61 * opcode/tic54x.h (mmregs): Rename to ...
62 (tic54x_mmregs): ... this.
63 (regs): Rename to ...
64 (tic54x_regs): ... this.
65 (condition_codes): Rename to ...
66 (tic54x_condition_codes): ... this.
67 (cc2_codes): Rename to ...
68 (tic54x_cc2_codes): ... this.
69 (status_bits): Rename to ...
70 (tic54x_status_bits): ... this.
71 (cc3_codes): Rename to ...
72 (tic54x_cc3_codes): ... this.
73 (misc_symbols): Rename to ...
74 (tic54x_misc_symbols): ... this.
75
76 2021-02-05 Nelson Chu <nelson.chu@sifive.com>
77
78 PR 27348
79 * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM.
80
81 2021-02-05 Nelson Chu <nelson.chu@sifive.com>
82
83 PR 27348
84 * opcode/riscv-opc.h: Remove obsolete Xcustom support.
85
86 2021-01-27 Nick Alcock <nick.alcock@oracle.com>
87
88 * ctf-api.h (ECTF_NONAME): New.
89 (ECTF_NERR): Adjust.
90
91 2021-01-26 Nick Alcock <nick.alcock@oracle.com>
92
93 * ctf-api.h (CTF_LINK_NO_FILTER_REPORTED_SYMS): New.
94
95 2021-02-04 Nelson Chu <nelson.chu@sifive.com>
96
97 * opcode/riscv-opc.h: Removed macros for zb* extensions.
98 * opcode/riscv.h (riscv_insn_class): Removed INSN_CLASS_ZB*.
99
100 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
101
102 * opcode/riscv.h: Indent and GNU coding standards tidy,
103 also aligned the code.
104
105 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
106
107 * elf/riscv.h: Comments tidy and improvement.
108 * opcode/riscv-opc.h: Likewise.
109 * opcode/riscv.h: Likewise.
110
111 2021-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
112
113 * opcode/aarch64.h (AARCH64_FEATURE_CSRE): Delete.
114 (aarch64_opnd): Delete AARCH64_OPND_CSRE_CSR.
115
116 2021-01-09 Nick Clifton <nickc@redhat.com>
117
118 * 2.36 release branch crated.
119
120 2021-01-07 Philipp Tomsich <prt@gnu.org>
121
122 * opcode/riscv-opc.h: Added MATCH_PAUSE, MASK_PAUSE and DECLARE_INSN
123 for pause hint instruction.
124 * opcode/riscv.h (enum riscv_insn_class): Added INSN_CLASS_ZIHINTPAUSE.
125
126 2021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
127 Jim Wilson <jimw@sifive.com>
128 Andrew Waterman <andrew@sifive.com>
129 Maxim Blinov <maxim.blinov@embecosm.com>
130 Kito Cheng <kito.cheng@sifive.com>
131 Nelson Chu <nelson.chu@sifive.com>
132
133 * opcode/riscv-opc.h: Added MASK/MATCH/DECLARE_INSN for ZBA/ZBB/ZBC.
134 * opcode/riscv.h (riscv_insn_class): Added INSN_CLASS_ZB*.
135 (enum riscv_isa_spec_class): Added ISA_SPEC_CLASS_DRAFT for the
136 frozen extensions.
137
138 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
139
140 * ctf-api.h (CTF_MN_RECURSE): New.
141 (ctf_member_next): Add flags argument.
142
143 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
144
145 * ctf-api.h (ECTF_INCOMPLETE): New.
146 (ECTF_NERR): Adjust.
147
148 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
149
150 * coff/internal.h: Correct comment spelling.
151 * coff/sym.h: Likewise.
152 * opcode/aarch64.h: Likewise.
153
154 2021-01-01 Alan Modra <amodra@gmail.com>
155
156 Update year range in copyright notice of all files.
157
158 For older changes see ChangeLog-2020
159 \f
160 Copyright (C) 2021 Free Software Foundation, Inc.
161
162 Copying and distribution of this file, with or without modification,
163 are permitted in any medium without royalty provided the copyright
164 notice and this notice are preserved.
165
166 Local Variables:
167 mode: change-log
168 left-margin: 8
169 fill-column: 74
170 version-control: never
171 End: