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