]>
Commit | Line | Data |
---|---|---|
4934a27c MM |
1 | 2020-02-10 Stam Markianos-Wright <[email protected]> |
2 | Matthew Malcomson <[email protected]> | |
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 | ||
9fc0b501 SB |
14 | 2020-02-07 Sergey Belyashov <[email protected]> |
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 | ||
c5d7be0c AM |
21 | 2020-02-04 Alan Modra <[email protected]> |
22 | ||
23 | * opcode/d30v.h (struct pd_reg): Make value field unsigned. | |
24 | ||
1957ab10 JT |
25 | 2020-01-16 Jon Turney <[email protected]> |
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 | ||
ae774686 NC |
31 | 2020-01-18 Nick Clifton <[email protected]> |
32 | ||
33 | Binutils 2.34 branch created. | |
34 | ||
533da483 NC |
35 | 2020-01-17 Nick Clifton <[email protected]> |
36 | ||
37 | * Import from gcc mainline: | |
38 | 2019-06-10 Martin Liska <[email protected]> | |
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 <[email protected]> | |
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 <[email protected]> | |
59 | ||
60 | * demangle.h (struct demangle_component): Add member | |
61 | d_counting. | |
62 | ||
63 | 2019-11-16 Eduard-Mihai Burtescu <[email protected]> | |
64 | ||
65 | * demangle.h (rust_demangle_callback): Add. | |
66 | ||
67 | 2019-07-18 Eduard-Mihai Burtescu <[email protected]> | |
68 | ||
69 | * demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h. | |
70 | (rust_demangle_sym): Move to libiberty/rust-demangle.h. | |
71 | ||
2da2eaf4 AV |
72 | 2020-01-16 Andre Vieira <[email protected]> |
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 | ||
131cb553 JL |
80 | 2020-01-15 Jozef Lawrynowicz <[email protected]> |
81 | ||
82 | * opcode/msp430.h (enum msp430_expp_e): New. | |
83 | (struct msp430_operand_s): Add expp member to struct. | |
84 | ||
39fe16e0 CZ |
85 | 2020-01-13 Claudiu Zissulescu <[email protected]> |
86 | ||
87 | * elf/arc-cpu.def: Update ARC cpu list. | |
88 | ||
5496abe1 AM |
89 | 2020-01-13 Alan Modra <[email protected]> |
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 | ||
8948cc69 AM |
95 | 2020-01-10 Alan Modra <[email protected]> |
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 | ||
bb82aefe SV |
104 | 2020-01-07 Shahab Vahedi <[email protected]> |
105 | ||
106 | * opcode/arc.h (insn_class_t): Add 'LLOCK' and 'SCOND'. | |
107 | ||
6655dba2 SB |
108 | 2020-01-02 Sergey Belyashov <[email protected]> |
109 | ||
110 | * coff/internal.h: Add defintions of Z80 reloc names. | |
111 | ||
d73b58f4 NC |
112 | 2020-01-02 Christian Biesinger <[email protected]> |
113 | ||
114 | * opcode/s12z.h: Undef REG_Y. | |
115 | ||
b14ce8bf AM |
116 | 2020-01-01 Alan Modra <[email protected]> |
117 | ||
118 | Update year range in copyright notice of all files. | |
119 | ||
0b114740 | 120 | For older changes see ChangeLog-2019 |
3499769a | 121 | \f |
0b114740 | 122 | Copyright (C) 2020 Free Software Foundation, Inc. |
3499769a AM |
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: |