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