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