xtensa: use property tables for correct disassembly
[external/binutils.git] / include / ChangeLog
1 2018-06-04  Max Filippov  <jcmvbkbc@gmail.com>
2
3         * elf/xtensa.h (xtensa_read_table_entries)
4         (xtensa_compute_fill_extra_space): New declarations.
5
6 2018-06-04  H.J. Lu  <hongjiu.lu@intel.com>
7
8         * diagnostics.h (DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION): Always
9         define for GCC.
10
11 2018-06-04  H.J. Lu  <hongjiu.lu@intel.com>
12
13         * diagnostics.h (DIAGNOSTIC_STRINGIFY_1): New.
14         (DIAGNOSTIC_STRINGIFY): Likewise.
15         (DIAGNOSTIC_IGNORE): Replace STRINGIFY with DIAGNOSTIC_STRINGIFY.
16         (DIAGNOSTIC_IGNORE_SELF_MOVE): Define empty if not defined.
17         (DIAGNOSTIC_IGNORE_DEPRECATED_REGISTER): Likewise.
18         (DIAGNOSTIC_IGNORE_UNUSED_FUNCTION): Likewise.
19         (DIAGNOSTIC_IGNORE_SWITCH_DIFFERENT_ENUM_TYPES): Likewise.
20         (DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION): New.
21
22 2018-06-01  H.J. Lu  <hongjiu.lu@intel.com>
23
24         * diagnostics.h: Moved from ../gdb/common/diagnostics.h.
25
26 2018-05-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
27
28         * splay-tree.h (splay_tree_compare_strings,
29         splay_tree_delete_pointers): Declare new utility functions.
30
31 2018-05-21  Peter Bergner  <bergner@vnet.ibm.com.com>
32
33         * opcode/ppc.h (PPC_OPERAND_FAKE): Delete macro.
34
35 2018-05-18  Kito Cheng  <kito.cheng@gmail.com>
36
37         * elf/riscv.h (EF_RISCV_RVE): New define.
38
39 2018-05-18  John Darrington  <john@darrington.wattle.id.au>
40
41         * elf/s12z.h: New header.
42
43 2018-05-15  Tamar Christina  <tamar.christina@arm.com>
44
45         PR binutils/21446
46         * opcode/aarch64.h (F_SYS_READ, F_SYS_WRITE): New.
47
48 2018-05-15  Tamar Christina  <tamar.christina@arm.com>
49
50         PR binutils/21446
51         * opcode/aarch64.h (aarch64_operand_error): Add non_fatal.
52         (aarch64_print_operand): Support notes.
53
54 2018-05-15  Tamar Christina  <tamar.christina@arm.com>
55
56         PR binutils/21446
57         * opcode/aarch64.h (aarch64_opnd_info): Change sysreg to struct.
58         (aarch64_decode_insn): Accept error struct.
59
60 2018-05-15  Francois H. Theron  <francois.theron@netronome.com>
61
62         * opcode/nfp.h: Use uint64_t instead of bfd_vma.
63
64 2018-05-10  John Darrington  <john@darrington.wattle.id.au>
65
66         * elf/common.h (EM_S12Z): New macro.
67
68 2018-05-09  Sebastian Rasmussen  <sebras@gmail.com>
69
70         * mach-o/unwind.h (MACH_O_UNWIND_X86_64_RBP_FRAME_REGISTERS):
71         Rename from MACH_O_UNWIND_X86_64_RBP_FRAME_REGSITERS.
72         (MACH_O_UNWIND_X86_EBP_FRAME_REGISTERS): Rename from
73         MACH_O_UNWIND_X86_EBP_FRAME_REGSITERS.
74
75 2018-05-08  Jim Wilson  <jimw@sifive.com>
76
77         * opcode/riscv-opc.h (MATCH_C_SRLI64, MASK_C_SRLI64): New.
78         (MATCH_C_SRAI64, MASK_C_SRAI64): New.
79         (MATCH_C_SLLI64, MASK_C_SLLI64): New.
80
81 2018-05-07  Peter Bergner  <bergner@vnet.ibm.com.com>
82
83         * opcode/ppc.h (powerpc_num_opcodes): Change type to unsigned.
84         (vle_num_opcodes): Likewise.
85         (spe2_num_opcodes): Likewise.
86
87 2018-05-04  Alan Modra  <amodra@gmail.com>
88
89         * ansidecl.h: Import from gcc.
90         * coff/internal.h (struct internal_scnhdr): Add ATTRIBUTE_NONSTRING
91         to s_name.
92         (struct internal_syment): Add ATTRIBUTE_NONSTRING to _n_name.
93
94 2018-04-30  Francois H. Theron <francois.theron@netronome.com>
95
96         * dis-asm.h: Added print_nfp_disassembler_options prototype.
97         * elf/common.h: Added EM_NFP, officially assigned. See Google Group
98         Generic System V Application Binary Interface.
99         * elf/nfp.h: New, for NFP support.
100         * opcode/nfp.h: New, for NFP support.
101
102 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
103         Mickaël Guêné  <mickael.guene@st.com>
104
105         * elf/arm.h: Add R_ARM_TLS_GD32_FDPIC, R_ARM_TLS_LDM32_FDPIC,
106         R_ARM_TLS_IE32_FDPIC.
107
108 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
109         Mickaël Guêné  <mickael.guene@st.com>
110
111         * elf/arm.h (R_ARM_GOTFUNCDESC, R_ARM_GOTOFFFUNCDESC)
112         (R_ARM_FUNCDESC)
113         (R_ARM_FUNCDESC_VALUE): Define new relocations.
114
115 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
116         Mickaël Guêné  <mickael.guene@st.com>
117
118         * elf/arm.h (EF_ARM_FDPIC): New.
119
120 2018-04-18  Alan Modra  <amodra@gmail.com>
121
122         * coff/mipspe.h: Delete.
123
124 2018-04-18  Alan Modra  <amodra@gmail.com>
125
126         * aout/dynix3.h: Delete.
127
128 2018-04-17 Andrew Sadek  <andrew.sadek.se@gmail.com>
129
130         Microblaze Target: PIC data text relative
131
132         * bfdlink.h (Add flag): Add new flag @ 'bfd_link_info' struct.
133         * elf/microblaze.h (Add 3 new relocations):
134         R_MICROBLAZE_TEXTPCREL_64, R_MICROBLAZE_TEXTREL_64
135         and R_MICROBLAZE_TEXTREL_32_LO for relax function.
136
137 2018-04-17  Alan Modra  <amodra@gmail.com>
138
139         * elf/i370.h: Revert removal.
140         * elf/i860.h: Likewise.
141         * elf/i960.h: Likewise.
142
143 2018-04-16  Alan Modra  <amodra@gmail.com>
144
145         * coff/sparc.h: Delete.
146
147 2018-04-16  Alan Modra  <amodra@gmail.com>
148
149         * aout/host.h: Remove m68k-aout and m68k-coff support.
150         * aout/hp300hpux.h: Delete.
151         * coff/apollo.h: Delete.
152         * coff/aux-coff.h: Delete.
153         * coff/m68k.h: Delete.
154
155 2018-04-16  Alan Modra  <amodra@gmail.com>
156
157         * dis-asm.h: Remove sh5 and sh64 support.
158
159 2018-04-16  Alan Modra  <amodra@gmail.com>
160
161         * coff/internal.h: Remove w65 support.
162         * coff/w65.h: Delete.
163
164 2018-04-16  Alan Modra  <amodra@gmail.com>
165
166         * coff/we32k.h: Delete.
167
168 2018-04-16  Alan Modra  <amodra@gmail.com>
169
170         * coff/internal.h: Remove m88k support.
171         * coff/m88k.h: Delete.
172         * opcode/m88k.h: Delete.
173
174 2018-04-16  Alan Modra  <amodra@gmail.com>
175
176         * elf/i370.h: Delete.
177         * opcode/i370.h: Delete.
178
179 2018-04-16  Alan Modra  <amodra@gmail.com>
180
181         * coff/h8500.h: Delete.
182         * coff/internal.h: Remove h8500 support.
183
184 2018-04-16  Alan Modra  <amodra@gmail.com>
185
186         * coff/h8300.h: Delete.
187
188 2018-04-16  Alan Modra  <amodra@gmail.com>
189
190         * ieee.h: Delete.
191
192 2018-04-16  Alan Modra  <amodra@gmail.com>
193
194         * aout/host.h: Remove newsos3 support.
195
196 2018-04-16  Alan Modra  <amodra@gmail.com>
197
198         * nlm/ChangeLog-9315: Delete.
199         * nlm/alpha-ext.h: Delete.
200         * nlm/common.h: Delete.
201         * nlm/external.h: Delete.
202         * nlm/i386-ext.h: Delete.
203         * nlm/internal.h: Delete.
204         * nlm/ppc-ext.h: Delete.
205         * nlm/sparc32-ext.h: Delete.
206
207 2018-04-16  Alan Modra  <amodra@gmail.com>
208
209         * opcode/tahoe.h: Delete.
210
211 2018-04-11  Alan Modra  <amodra@gmail.com>
212
213         * aout/adobe.h: Delete.
214         * aout/reloc.h: Delete.
215         * coff/i860.h: Delete.
216         * coff/i960.h: Delete.
217         * elf/i860.h: Delete.
218         * elf/i960.h: Delete.
219         * opcode/i860.h: Delete.
220         * opcode/i960.h: Delete.
221         * aout/aout64.h (enum reloc_type): Trim off 29k and other unused values.
222         * aout/ar.h (ARMAGB): Remove.
223         * coff/internal.h (struct internal_aouthdr, struct internal_scnhdr,
224         union internal_auxent): Remove i960 support.
225
226 2018-04-09  Alan Modra  <amodra@gmail.com>
227
228         * elf/ppc.h (R_PPC_PLTSEQ, R_PPC_PLTCALL): Define.
229         * elf/ppc64.h (R_PPC64_PLTSEQ, R_PPC64_PLTCALL): Define.
230
231 2018-03-28  Renlin Li  <renlin.li@arm.com>
232
233         PR ld/22970
234         * elf/aarch64.h: Add relocation number for
235         R_AARCH64_P32_TLSLE_LDST16_TPREL_LO12,
236         R_AARCH64_P32_TLSLE_LDST16_TPREL_LO12_NC,
237         R_AARCH64_P32_TLSLE_LDST32_TPREL_LO12,
238         R_AARCH64_P32_TLSLE_LDST32_TPREL_LO12_NC,
239         R_AARCH64_P32_TLSLE_LDST64_TPREL_LO12,
240         R_AARCH64_P32_TLSLE_LDST64_TPREL_LO12_NC,
241         R_AARCH64_P32_TLSLE_LDST8_TPREL_LO12,
242         R_AARCH64_P32_TLSLE_LDST8_TPREL_LO12_NC.
243
244 2018-03-28  Nick Clifton  <nickc@redhat.com>
245
246         PR 22988
247         * opcode/aarch64.h (enum aarch64_opnd): Add
248         AARCH64_OPND_SVE_ADDR_R.
249
250 2018-03-21  H.J. Lu  <hongjiu.lu@intel.com>
251
252         * elf/common.h (DF_1_KMOD): New.
253         (DF_1_WEAKFILTER): Likewise.
254         (DF_1_NOCOMMON): Likewise.
255
256 2018-03-14  Kito Cheng  <kito.cheng@gmail.com>
257
258         * opcode/riscv.h (OP_MASK_FUNCT3): New.
259         (OP_SH_FUNCT3): Likewise.
260         (OP_MASK_FUNCT7): Likewise.
261         (OP_SH_FUNCT7): Likewise.
262         (OP_MASK_OP2): Likewise.
263         (OP_SH_OP2): Likewise.
264         (OP_MASK_CFUNCT4): Likewise.
265         (OP_SH_CFUNCT4): Likewise.
266         (OP_MASK_CFUNCT3): Likewise.
267         (OP_SH_CFUNCT3): Likewise.
268         (riscv_insn_types): Likewise.
269
270 2018-03-13  Nick Clifton  <nickc@redhat.com>
271
272         PR 22113
273         * coff/pe.h (struct pex64_unwind_info): Add a rawUnwindCodesEnd
274         field.
275
276 2018-03-08  H.J. Lu  <hongjiu.lu@intel.com>
277
278         * opcode/i386 (OLDGCC_COMPAT): Removed.
279
280 2018-02-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
281
282         * opcode/arm.h (ARM_FEATURE_COPY): Remove macro definition.
283
284 2018-02-20  Maciej W. Rozycki  <macro@mips.com>
285
286         * opcode/mips.h: Remove `M' operand code.
287
288 2018-02-12  Zebediah Figura  <z.figura12@gmail.com>
289
290         * coff/msdos.h: New header.
291         * coff/pe.h: Move common defines to msdos.h.
292         * coff/powerpc.h: Likewise.
293
294 2018-01-13  Nick Clifton  <nickc@redhat.com>
295
296         2.30 branch created.
297
298 2018-01-11  H.J. Lu  <hongjiu.lu@intel.com>
299
300         PR ld/22393
301         * bfdlink.h (bfd_link_info): Add separate_code.
302
303 2018-01-04  Jim Wilson  <jimw@sifive.com>
304
305         * opcode/riscv-opc.h (CSR_SBADADDR): Rename to CSR_STVAL.  Rename
306         DECLARE_CSR entry.  Add alias to map sbadaddr to CSR_STVAL.
307         (CSR_MBADADDR): Rename to CSR_MTVAL.  Rename DECLARE_CSR entry.
308         Add alias to map mbadaddr to CSR_MTVAL.
309
310 2018-01-03  Alan Modra  <amodra@gmail.com>
311
312         Update year range in copyright notice of all files.
313
314 For older changes see ChangeLog-2017
315 \f
316 Copyright (C) 2018 Free Software Foundation, Inc.
317
318 Copying and distribution of this file, with or without modification,
319 are permitted in any medium without royalty provided the copyright
320 notice and this notice are preserved.
321
322 Local Variables:
323 mode: change-log
324 left-margin: 8
325 fill-column: 74
326 version-control: never
327 End: