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