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