[PowerPC64] pc-relative TLS relocations
[external/binutils.git] / include / ChangeLog
1 2019-07-19  Alan Modra  <amodra@gmail.com>
2
3         * elf/ppc64.h (R_PPC64_TPREL34, R_PPC64_DTPREL34),
4         (R_PPC64_GOT_TLSGD34, R_PPC64_GOT_TLSLD34),
5         (R_PPC64_GOT_TPREL34, R_PPC64_GOT_DTPREL34): Define.
6         (IS_PPC64_TLS_RELOC): Include new tls relocs.
7
8 2019-07-18  Nick Alcock  <nick.alcock@oracle.com>
9
10         * ctf-api.h (ECTF_NOTFUNC): Fix description.
11         (ctf_func_type_info): New.
12         (ctf_func_type_args): Likewise.
13         (ctf_type_aname_raw): Likewise.
14
15 2019-07-16  Jan Beulich  <jbeulich@suse.com>
16
17         * opcode/i386.h (POP_SEG386_SHORT): New.
18
19 2019-07-01  Matthew Malcomson  <matthew.malcomson@arm.com>
20
21         * opcode/aarch64.h (enum aarch64_insn_class): sve_size_013
22         renamed to sve_size_13.
23
24 2019-06-19  Nick Alcock <nick.alcock@oracle.com>
25
26         * ctf.h (ctf_slice_t): Make cts_offset and cts_bits unsigned
27         short, so following structures are properly aligned.
28
29 2019-06-14  Szabolcs Nagy  <szabolcs.nagy@arm.com>
30
31         * elf/aarch64.h (R_AARCH64_P32_MOVW_PREL_G0): Define.
32         (R_AARCH64_P32_MOVW_PREL_G0_NC): Define.
33         (R_AARCH64_P32_MOVW_PREL_G1): Define.
34
35 2019-06-03  Nick Alcock  <nick.alcock@oracle.com>
36
37         * ctf.h (ctf_enum.cte_value): Fix type to int32_t.
38
39 2019-05-29  Nick Alcock  <nick.alcock@oracle.com>
40
41         * ctf-api.h (ctf_sect_t): Drop cts_type, cts_flags, and cts_offset.
42         (ctf_id_t): This is now an unsigned type.
43         (CTF_ERR): Cast it to ctf_id_t.  Note that it should only be used
44         for ctf_id_t-returning functions.
45
46 2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
47
48         * ctf-api.h (ctf_dump_decorate_f): New.
49         (ctf_dump_state_t): new.
50         (ctf_dump): New.
51
52 2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
53
54         * ctf-api.h (ctf_label_f): New.
55         (ctf_label_set): New.
56         (ctf_label_get): New.
57         (ctf_label_topmost): New.
58         (ctf_label_info): New.
59         (ctf_label_iter): New.
60
61 2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
62
63         * ctf-api.h (ctf_version): New.
64
65 2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
66
67         * ctf-api.h (ctf_func_info): New.
68         (ctf_func_args): Likewise.
69         (ctf_lookup_by_symbol): Likewise.
70         (ctf_lookup_by_symbol): Likewise.
71         (ctf_lookup_variable): Likewise.
72
73 2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
74
75         * ctf-api.h (ctf_visit_f): New definition.
76         (ctf_member_f): Likewise.
77         (ctf_enum_f): Likewise.
78         (ctf_variable_f): Likewise.
79         (ctf_type_f): Likewise.
80         (ctf_type_isparent): Likewise.
81         (ctf_type_ischild): Likewise.
82         (ctf_type_resolve): Likewise.
83         (ctf_type_aname): Likewise.
84         (ctf_type_lname): Likewise.
85         (ctf_type_name): Likewise.
86         (ctf_type_sizee): Likewise.
87         (ctf_type_align): Likewise.
88         (ctf_type_kind): Likewise.
89         (ctf_type_reference): Likewise.
90         (ctf_type_pointer): Likewise.
91         (ctf_type_encoding): Likewise.
92         (ctf_type_visit): Likewise.
93         (ctf_type_cmp): Likewise.
94         (ctf_type_compat): Likewise.
95         (ctf_member_info): Likewise.
96         (ctf_array_info): Likewise.
97         (ctf_enum_name): Likewise.
98         (ctf_enum_value): Likewise.
99         (ctf_member_iter): Likewise.
100         (ctf_enum_iter): Likewise.
101         (ctf_type_iter): Likewise.
102         (ctf_variable_iter): Likewise.
103
104 2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
105
106         * ctf-api.h (struct bfd): New forward.
107         (ctf_fdopen): New.
108         (ctf_bfdopen): Likewise.
109         (ctf_open): Likewise.
110         (ctf_arc_open): Likewise.
111
112 2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
113
114         * ctf.h (CTFA_MAGIC): New.
115         (struct ctf_archive): New.
116         (struct ctf_archive_modent): Likewise.
117         * ctf-api.h (ctf_archive_member_f): New.
118         (ctf_archive_raw_member_f): Likewise.
119         (ctf_arc_write): Likewise.
120         (ctf_arc_close): Likewise.
121         (ctf_arc_open_by_name): Likewise.
122         (ctf_archive_iter): Likewise.
123         (ctf_archive_raw_iter): Likewise.
124         (ctf_get_arc): Likewise.
125
126 2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
127
128         * ctf-api.h (ctf_file_close): New declaration.
129         (ctf_getdatasect): Likewise.
130         (ctf_parent_file): Likewise.
131         (ctf_parent_name): Likewise.
132         (ctf_parent_name_set): Likewise.
133         (ctf_import): Likewise.
134         (ctf_setmodel): Likewise.
135         (ctf_getmodel): Likewise.
136         (ctf_setspecific): Likewise.
137         (ctf_getspecific): Likewise.
138
139 2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
140
141         * ctf-api.h (zlib.h): New include.
142         (ctf_sect_t): New.
143         (ctf_sect_names_t): Likewise.
144         (ctf_encoding_t): Likewise.
145         (ctf_membinfo_t): Likewise.
146         (ctf_arinfo_t): Likewise.
147         (ctf_funcinfo_t): Likewise.
148         (ctf_lblinfo_t): Likewise.
149         (ctf_snapshot_id_t): Likewise.
150         (CTF_FUNC_VARARG): Likewise.
151         (ctf_simple_open): Likewise.
152         (ctf_bufopen): Likewise.
153         (ctf_create): Likewise.
154         (ctf_add_array): Likewise.
155         (ctf_add_const): Likewise.
156         (ctf_add_enum_encoded): Likewise.
157         (ctf_add_enum): Likewise.
158         (ctf_add_float): Likewise.
159         (ctf_add_forward): Likewise.
160         (ctf_add_function): Likewise.
161         (ctf_add_integer): Likewise.
162         (ctf_add_slice): Likewise.
163         (ctf_add_pointer): Likewise.
164         (ctf_add_type): Likewise.
165         (ctf_add_typedef): Likewise.
166         (ctf_add_restrict): Likewise.
167         (ctf_add_struct): Likewise.
168         (ctf_add_union): Likewise.
169         (ctf_add_struct_sized): Likewise.
170         (ctf_add_union_sized): Likewise.
171         (ctf_add_volatile): Likewise.
172         (ctf_add_enumerator): Likewise.
173         (ctf_add_member): Likewise.
174         (ctf_add_member_offset): Likewise.
175         (ctf_add_member_encoded): Likewise.
176         (ctf_add_variable): Likewise.
177         (ctf_set_array): Likewise.
178         (ctf_update): Likewise.
179         (ctf_snapshot): Likewise.
180         (ctf_rollback): Likewise.
181         (ctf_discard): Likewise.
182         (ctf_write): Likewise.
183         (ctf_gzwrite): Likewise.
184         (ctf_compress_write): Likewise.
185
186 2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
187
188         * ctf-api.h (ctf_errno): New declaration.
189         (ctf_errmsg): Likewise.
190
191 2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
192
193         * ctf-api.h (ctf_setdebug): New.
194         (ctf_getdebug): Likewise.
195
196 2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
197
198         * ctf-api.h: New file.
199
200 2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
201
202         * ctf.h: New file.
203
204 2019-05-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
205
206         * elf/aarch64.h (DT_AARCH64_VARIANT_PCS): Define.
207         (STO_AARCH64_VARIANT_PCS): Define.
208
209 2019-05-24  Alan Modra  <amodra@gmail.com>
210
211         * elf/ppc64.h (R_PPC64_PLTSEQ_NOTOC, R_PPC64_PLTCALL_NOTOC),
212         (R_PPC64_PCREL_OPT, R_PPC64_D34, R_PPC64_D34_LO, R_PPC64_D34_HI30),
213         (R_PPC64_D34_HA30, R_PPC64_PCREL34, R_PPC64_GOT_PCREL34),
214         (R_PPC64_PLT_PCREL34, R_PPC64_PLT_PCREL34_NOTOC),
215         (R_PPC64_ADDR16_HIGHER34, R_PPC64_ADDR16_HIGHERA34),
216         (R_PPC64_ADDR16_HIGHEST34, R_PPC64_ADDR16_HIGHESTA34),
217         (R_PPC64_REL16_HIGHER34, R_PPC64_REL16_HIGHERA34),
218         (R_PPC64_REL16_HIGHEST34, R_PPC64_REL16_HIGHESTA34),
219         (R_PPC64_D28, R_PPC64_PCREL28): Define.
220
221 2019-05-24  Peter Bergner  <bergner@linux.ibm.com>
222             Alan Modra  <amodra@gmail.com>
223
224         * dis-asm.h (WIDE_OUTPUT): Define.
225         * opcode/ppc.h (prefix_opcodes, prefix_num_opcodes): Declare.
226         (PPC_OPCODE_POWERXX, PPC_GET_PREFIX, PPC_GET_SUFFIX),
227         (PPC_PREFIX_P, PPC_PREFIX_SEG): Define.
228
229 2019-05-23  Jose E. Marchesi  <jose.marchesi@oracle.com>
230
231         * elf/bpf.h: New file.
232
233 2019-05-16  Andre Vieira  <andre.simoesdiasvieira@arm.com>
234
235         * elf/arm.h (Tag_MVE_arch): Define new enum value.
236         * opcode/arm.h (FPU_MVE, FPU_MVE_FP): New MACROs for new features.
237
238 2019-05-09  Matthew Malcomson  <matthew.malcomson@arm.com>
239
240         * opcode/aarch64.h (enum aarch64_opnd): New SVE_SHLIMM_UNPRED_22
241         operand.
242
243 2019-05-09  Matthew Malcomson  <matthew.malcomson@arm.com>
244
245         * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_tsz_bhs
246         iclass.
247
248 2019-05-09  Matthew Malcomson  <matthew.malcomson@arm.com>
249
250         * opcode/aarch64.h (enum aarch64_opnd): New SVE_Zm4_11_INDEX operand.
251
252 2019-05-09  Matthew Malcomson  <matthew.malcomson@arm.com>
253
254         * opcode/aarch64.h (enum aarch64_insn_class): Add sve_shift_tsz_bhsd
255         iclass.
256
257 2019-05-09  Matthew Malcomson  <matthew.malcomson@arm.com>
258
259         * opcode/aarch64.h (enum aarch64_opnd): New SVE_SHRIMM_UNPRED_22
260         operand.
261         (enum aarch64_insn_class): Add sve_shift_tsz_hsd iclass.
262
263 2019-05-09  Matthew Malcomson  <matthew.malcomson@arm.com>
264
265         * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_013 iclass.
266
267 2019-05-09  Matthew Malcomson  <matthew.malcomson@arm.com>
268
269         * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_bh iclass.
270
271 2019-05-09  Matthew Malcomson  <matthew.malcomson@arm.com>
272
273         * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_sd2 iclass.
274
275 2019-05-09  Matthew Malcomson  <matthew.malcomson@arm.com>
276
277         * opcode/aarch64.h (enum aarch64_opnd): New SVE_ADDR_ZX operand.
278
279 2019-05-09  Matthew Malcomson  <matthew.malcomson@arm.com>
280
281         * opcode/aarch64.h (enum aarch64_opnd): New SVE_Zm3_11_INDEX operand.
282
283 2019-05-09  Matthew Malcomson  <matthew.malcomson@arm.com>
284
285         * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_hsd2 iclass.
286
287 2019-05-09  Matthew Malcomson  <matthew.malcomson@arm.com>
288
289         * opcode/aarch64.h (enum aarch64_opnd): New SVE_IMM_ROT3 operand.
290
291 2019-05-09  Matthew Malcomson  <matthew.malcomson@arm.com>
292
293         * opcode/aarch64.h (AARCH64_FEATURE_SVE2
294         AARCH64_FEATURE_SVE2_AES, AARCH64_FEATURE_SVE2_BITPERM,
295         AARCH64_FEATURE_SVE2_SM4, AARCH64_FEATURE_SVE2_SHA3): New
296         feature macros.
297
298 2019-05-06  Andrew Bennett  <andrew.bennett@imgtec.com>
299             Faraz Shahbazker  <fshahbazker@wavecomp.com>
300
301         * opcode/mips.h (ASE_EVA_R6): New macro.
302         (M_LLWPE_AB, M_SCWPE_AB): New enum values.
303
304 2019-05-01  Sudakshina Das  <sudi.das@arm.com>
305
306         * opcode/aarch64.h (AARCH64_FEATURE_TME): New.
307         (enum aarch64_opnd): Add AARCH64_OPND_TME_UIMM16.
308
309 2019-04-26  Andrew Bennett  <andrew.bennett@imgtec.com>
310             Faraz Shahbazker  <fshahbazker@wavecomp.com>
311
312         * opcode/mips.h (M_LLWP_AB, M_LLDP_AB): New enum values.
313         (M_SCWP_AB, M_SCDP_AB): Likewise.
314
315 2019-04-25  Maciej W. Rozycki  <macro@linux-mips.org>
316
317         * opcode/mips.h: Update comment for MIPS32 CODE20 operand.
318
319 2019-04-15  Sudakshina Das  <sudi.das@arm.com>
320
321         * elf/arm.h (START_RELOC_NUMBERS): New entry for R_ARM_THM_BF12.
322
323 2019-04-15  Sudakshina Das  <sudi.das@arm.com>
324
325         * elf/arm.h (START_RELOC_NUMBERS): New entry for R_ARM_THM_BF18.
326
327 2019-04-15  Sudakshina Das  <sudi.das@arm.com>
328
329         * elf/arm.h (START_RELOC_NUMBERS): New entry for R_ARM_THM_BF16.
330
331 2019-04-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
332
333         * elf/arm.h (TAG_CPU_ARCH_V8_1M_MAIN): new macro.
334         (MAX_TAG_CPU_ARCH): Set value to above macro.
335         * opcode/arm.h (ARM_EXT2_V8_1M_MAIN): New macro.
336         (ARM_AEXT_V8_1M_MAIN): Likewise.
337         (ARM_AEXT2_V8_1M_MAIN): Likewise.
338         (ARM_ARCH_V8_1M_MAIN): Likewise.
339
340 2019-04-11  Sudakshina Das  <sudi.das@arm.com>
341
342         * opcode/aarch64.h (enum aarch64_opnd): Add AARCH64_OPND_Rt_SP.
343
344 2019-04-08  H.J. Lu  <hongjiu.lu@intel.com>
345
346         * elf/common.h (GNU_PROPERTY_X86_ISA_1_AVX512_BF16): New.
347
348 2019-04-07  Alan Modra  <amodra@gmail.com>
349
350         Merge from gcc.
351         2019-04-03  Vineet Gupta  <vgupta@synopsys.com>
352         PR89877
353         * longlong.h [__arc__] (add_ssaaaa): Add cc clobber.
354         (sub_ddmmss): Likewise.
355
356 2019-04-06  H.J. Lu  <hongjiu.lu@intel.com>
357
358         * bfdlink.h (bfd_link_info): Remove x86-specific linker options.
359
360 2019-04-01  Andre Vieira  <andre.simoesdiasvieira@arm.com>
361
362         * opcode/arm.h (FPU_NEON_ARMV8_1): New.
363         (FPU_ARCH_NEON_VFP_ARMV8_1): Use FPU_NEON_ARMV8_1.
364         (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_1): Likewise.
365         (FPU_ARCH_DOTPROD_NEON_VFP_ARMV8): Likewise.
366         (FPU_ARCH_NEON_VFP_ARMV8_2_FP16): New.
367         (FPU_ARCH_NEON_VFP_ARMV8_2_FP16FML): New.
368         (FPU_ARCH_NEON_VFP_ARMV8_4_FP16FML): New.
369         (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_4): New.
370
371 2019-03-28  Alan Modra  <amodra@gmail.com>
372
373         PR 24390
374         * opcode/ppc.h (PPC_OPERAND_CR_REG): Comment.
375
376 2019-03-25  Tamar Christina  <tamar.christina@arm.com>
377
378         * dis-asm.h (struct disassemble_info): Add stop_offset.
379
380 2019-03-13  Sudakshina Das  <sudi.das@arm.com>
381
382         * elf/aarch64.h (DT_AARCH64_PAC_PLT): New.
383
384 2019-03-13  Sudakshina Das  <sudi.das@arm.com>
385             Szabolcs Nagy  <szabolcs.nagy@arm.com>
386
387         * elf/aarch64.h (DT_AARCH64_BTI_PLT): New.
388
389 2019-03-13  Sudakshina Das  <sudi.das@arm.com>
390
391         * elf/common.h (GNU_PROPERTY_AARCH64_FEATURE_1_AND): New.
392         (GNU_PROPERTY_AARCH64_FEATURE_1_BTI): New.
393         (GNU_PROPERTY_AARCH64_FEATURE_1_PAC): New.
394
395 2019-02-20  Alan Hayward  <alan.hayward@arm.com>
396
397         * elf/common.h (NT_ARM_PAC_MASK): Add define.
398
399 2019-02-15  Saagar Jha  <saagar@saagarjha.com>
400
401         * mach-o/loader.h: Use new OS names in comments.
402
403 2019-02-11  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
404
405         * splay-tree.h (splay_tree_delete_key_fn): Update comment.
406         (splay_tree_delete_value_fn): Likewise.
407
408 2019-01-31  Andreas Krebbel  <krebbel@linux.ibm.com>
409
410         * opcode/s390.h (enum s390_opcode_cpu_val): Add
411         S390_OPCODE_ARCH13.
412
413 2019-01-25  Sudakshina Das  <sudi.das@arm.com>
414             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
415
416         * opcode/aarch64.h (enum aarch64_opnd): Remove
417         AARCH64_OPND_ADDR_SIMPLE_2.
418         (enum aarch64_insn_class): Remove ldstgv_indexed.
419
420 2019-01-22  Tom Tromey  <tom@tromey.com>
421
422         * coff/ecoff.h: Include coff/sym.h.
423
424 2018-06-24  Nick Clifton  <nickc@redhat.com>
425
426         2.32 branch created.
427
428 2019-01-16  Kito Cheng  <kito@andestech.com>
429
430         * elf/riscv.h (SHT_RISCV_ATTRIBUTES): Define.
431         (Tag_RISCV_arch): Likewise.
432         (Tag_RISCV_priv_spec): Likewise.
433         (Tag_RISCV_priv_spec_minor): Likewise.
434         (Tag_RISCV_priv_spec_revision): Likewise.
435         (Tag_RISCV_unaligned_access): Likewise.
436         (Tag_RISCV_stack_align): Likewise.
437
438 2019-01-14  Pavel I. Kryukov  <kryukov@frtk.ru>
439
440         * dis-asm.h: include <string.h>
441
442 2019-01-10  Nick Clifton  <nickc@redhat.com>
443
444         * Merge from GCC:
445         2018-12-22  Jason Merrill  <jason@redhat.com>
446
447         * demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
448         ARM, HP, and EDG demangling styles.
449
450 2019-01-09  Sandra Loosemore  <sandra@codesourcery.com>
451
452         Merge from GCC:
453         PR other/16615
454
455         * libiberty.h: Mechanically replace "can not" with "cannot".
456         * plugin-api.h: Likewise.
457
458 2018-12-25  Yoshinori Sato <ysato@users.sourceforge.jp>
459
460         * elf/rx.h (EF_RX_CPU_MASK): Update new bits.
461         (E_FLAG_RX_V3): New RXv3 type.
462         * opcode/rx.h (RX_Size): Add double size.
463         (RX_Operand_Type): Add double FPU registers.
464         (RX_Opcode_ID): Add new instuctions.
465
466 2019-01-01  Alan Modra  <amodra@gmail.com>
467
468         Update year range in copyright notice of all files.
469
470 For older changes see ChangeLog-2018
471 \f
472 Copyright (C) 2019 Free Software Foundation, Inc.
473
474 Copying and distribution of this file, with or without modification,
475 are permitted in any medium without royalty provided the copyright
476 notice and this notice are preserved.
477
478 Local Variables:
479 mode: change-log
480 left-margin: 8
481 fill-column: 74
482 version-control: never
483 End: