RISC-V: Support the ISA-dependent CSR checking.
[deliverable/binutils-gdb.git] / include / ChangeLog
1 2020-02-20 Nelson Chu <nelson.chu@sifive.com>
2
3 * opcode/riscv-opc.h: Extend DECLARE_CSR and DECLARE_CSR_ALIAS to
4 record riscv_csr_class.
5
6 2020-02-10 Stam Markianos-Wright <stam.markianos-wright@arm.com>
7 Matthew Malcomson <matthew.malcomson@arm.com>
8
9 * opcode/arm.h (ARM_EXT2_CDE): New extension macro.
10 (ARM_EXT2_CDE0): New extension macro.
11 (ARM_EXT2_CDE1): New extension macro.
12 (ARM_EXT2_CDE2): New extension macro.
13 (ARM_EXT2_CDE3): New extension macro.
14 (ARM_EXT2_CDE4): New extension macro.
15 (ARM_EXT2_CDE5): New extension macro.
16 (ARM_EXT2_CDE6): New extension macro.
17 (ARM_EXT2_CDE7): New extension macro.
18
19 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
20
21 PR 25469
22 * coff/internal.h (R_IMM16BE): Define.
23 * elf/z80.h (EF_Z80_MACH_Z80N): Define.
24 (R_Z80_16_BE): New reloc.
25
26 2020-02-04 Alan Modra <amodra@gmail.com>
27
28 * opcode/d30v.h (struct pd_reg): Make value field unsigned.
29
30 2020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
31
32 * coff/internal.h (PE_IMAGE_DEBUG_TYPE_VC_FEATURE)
33 (PE_IMAGE_DEBUG_TYPE_POGO, PE_IMAGE_DEBUG_TYPE_ILTCG)
34 (PE_IMAGE_DEBUG_TYPE_MPX, PE_IMAGE_DEBUG_TYPE_REPRO): Add.
35
36 2020-01-18 Nick Clifton <nickc@redhat.com>
37
38 Binutils 2.34 branch created.
39
40 2020-01-17 Nick Clifton <nickc@redhat.com>
41
42 * Import from gcc mainline:
43 2019-06-10 Martin Liska <mliska@suse.cz>
44
45 * ansidecl.h (ATTRIBUTE_WARN_UNUSED_RESULT): New macro.
46 * libiberty.h (xmalloc): Use it.
47 (xrealloc): Likewise.
48 (xcalloc): Likewise.
49 (xstrdup): Likewise.
50 (xstrndup): Likewise.
51 (xmemdup): Likewise.
52
53 2019-06-10 Martin Liska <mliska@suse.cz>
54
55 * ansidecl.h:
56 (ATTRIBUTE_RESULT_SIZE_1): Define new macro.
57 (ATTRIBUTE_RESULT_SIZE_2): Likewise.
58 (ATTRIBUTE_RESULT_SIZE_1_2): Likewise.
59 * libiberty.h (xmalloc): Add RESULT_SIZE attribute.
60 (xrealloc): Likewise.
61 (xcalloc): Likewise.
62
63 2019-11-16 Tim Ruehsen <tim.ruehsen@gmx.de>
64
65 * demangle.h (struct demangle_component): Add member
66 d_counting.
67
68 2019-11-16 Eduard-Mihai Burtescu <eddyb@lyken.rs>
69
70 * demangle.h (rust_demangle_callback): Add.
71
72 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
73
74 * demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h.
75 (rust_demangle_sym): Move to libiberty/rust-demangle.h.
76
77 2020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
78
79 PR 25376
80 * opcodes/arm.h (FPU_MVE, FPU_MVE_FPU): Move these features to...
81 (ARM_EXT2_MVE, ARM_EXT2_MVE_FP): ... the CORE_HIGH space.
82 (ARM_ANY): Redefine to not include any MVE bits.
83 (ARM_FEATURE_ALL): Removed.
84
85 2020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
86
87 * opcode/msp430.h (enum msp430_expp_e): New.
88 (struct msp430_operand_s): Add expp member to struct.
89
90 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
91
92 * elf/arc-cpu.def: Update ARC cpu list.
93
94 2020-01-13 Alan Modra <amodra@gmail.com>
95
96 * opcode/tic4x.h (EXTR): Delete.
97 (EXTRU, EXTRS, INSERTU, INSERTS): Rewrite without zero/sign
98 extension using shifts. Do trim INSERTU value to specified bitfield.
99
100 2020-01-10 Alan Modra <amodra@gmail.com>
101
102 * opcode/spu.h: Formatting.
103 (UNSIGNED_EXTRACT): Use 1u.
104 (SIGNED_EXTRACT): Don't sign extend with shifts.
105 (DECODE_INSN_I9a, DECODE_INSN_I9b): Avoid left shift of signed value.
106 Keep result signed.
107 (DECODE_INSN_U9a, DECODE_INSN_U9b): Delete.
108
109 2020-01-07 Shahab Vahedi <shahab@synopsys.com>
110
111 * opcode/arc.h (insn_class_t): Add 'LLOCK' and 'SCOND'.
112
113 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
114
115 * coff/internal.h: Add defintions of Z80 reloc names.
116
117 2020-01-02 Christian Biesinger <cbiesinger@google.com>
118
119 * opcode/s12z.h: Undef REG_Y.
120
121 2020-01-01 Alan Modra <amodra@gmail.com>
122
123 Update year range in copyright notice of all files.
124
125 For older changes see ChangeLog-2019
126 \f
127 Copyright (C) 2020 Free Software Foundation, Inc.
128
129 Copying and distribution of this file, with or without modification,
130 are permitted in any medium without royalty provided the copyright
131 notice and this notice are preserved.
132
133 Local Variables:
134 mode: change-log
135 left-margin: 8
136 fill-column: 74
137 version-control: never
138 End:
This page took 0.040681 seconds and 4 git commands to generate.