]>
Commit | Line | Data |
---|---|---|
c5d7be0c AM |
1 | 2020-02-04 Alan Modra <[email protected]> |
2 | ||
3 | * opcode/d30v.h (struct pd_reg): Make value field unsigned. | |
4 | ||
1957ab10 JT |
5 | 2020-01-16 Jon Turney <[email protected]> |
6 | ||
7 | * coff/internal.h (PE_IMAGE_DEBUG_TYPE_VC_FEATURE) | |
8 | (PE_IMAGE_DEBUG_TYPE_POGO, PE_IMAGE_DEBUG_TYPE_ILTCG) | |
9 | (PE_IMAGE_DEBUG_TYPE_MPX, PE_IMAGE_DEBUG_TYPE_REPRO): Add. | |
10 | ||
ae774686 NC |
11 | 2020-01-18 Nick Clifton <[email protected]> |
12 | ||
13 | Binutils 2.34 branch created. | |
14 | ||
533da483 NC |
15 | 2020-01-17 Nick Clifton <[email protected]> |
16 | ||
17 | * Import from gcc mainline: | |
18 | 2019-06-10 Martin Liska <[email protected]> | |
19 | ||
20 | * ansidecl.h (ATTRIBUTE_WARN_UNUSED_RESULT): New macro. | |
21 | * libiberty.h (xmalloc): Use it. | |
22 | (xrealloc): Likewise. | |
23 | (xcalloc): Likewise. | |
24 | (xstrdup): Likewise. | |
25 | (xstrndup): Likewise. | |
26 | (xmemdup): Likewise. | |
27 | ||
28 | 2019-06-10 Martin Liska <[email protected]> | |
29 | ||
30 | * ansidecl.h: | |
31 | (ATTRIBUTE_RESULT_SIZE_1): Define new macro. | |
32 | (ATTRIBUTE_RESULT_SIZE_2): Likewise. | |
33 | (ATTRIBUTE_RESULT_SIZE_1_2): Likewise. | |
34 | * libiberty.h (xmalloc): Add RESULT_SIZE attribute. | |
35 | (xrealloc): Likewise. | |
36 | (xcalloc): Likewise. | |
37 | ||
38 | 2019-11-16 Tim Ruehsen <[email protected]> | |
39 | ||
40 | * demangle.h (struct demangle_component): Add member | |
41 | d_counting. | |
42 | ||
43 | 2019-11-16 Eduard-Mihai Burtescu <[email protected]> | |
44 | ||
45 | * demangle.h (rust_demangle_callback): Add. | |
46 | ||
47 | 2019-07-18 Eduard-Mihai Burtescu <[email protected]> | |
48 | ||
49 | * demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h. | |
50 | (rust_demangle_sym): Move to libiberty/rust-demangle.h. | |
51 | ||
2da2eaf4 AV |
52 | 2020-01-16 Andre Vieira <[email protected]> |
53 | ||
54 | PR 25376 | |
55 | * opcodes/arm.h (FPU_MVE, FPU_MVE_FPU): Move these features to... | |
56 | (ARM_EXT2_MVE, ARM_EXT2_MVE_FP): ... the CORE_HIGH space. | |
57 | (ARM_ANY): Redefine to not include any MVE bits. | |
58 | (ARM_FEATURE_ALL): Removed. | |
59 | ||
131cb553 JL |
60 | 2020-01-15 Jozef Lawrynowicz <[email protected]> |
61 | ||
62 | * opcode/msp430.h (enum msp430_expp_e): New. | |
63 | (struct msp430_operand_s): Add expp member to struct. | |
64 | ||
39fe16e0 CZ |
65 | 2020-01-13 Claudiu Zissulescu <[email protected]> |
66 | ||
67 | * elf/arc-cpu.def: Update ARC cpu list. | |
68 | ||
5496abe1 AM |
69 | 2020-01-13 Alan Modra <[email protected]> |
70 | ||
71 | * opcode/tic4x.h (EXTR): Delete. | |
72 | (EXTRU, EXTRS, INSERTU, INSERTS): Rewrite without zero/sign | |
73 | extension using shifts. Do trim INSERTU value to specified bitfield. | |
74 | ||
8948cc69 AM |
75 | 2020-01-10 Alan Modra <[email protected]> |
76 | ||
77 | * opcode/spu.h: Formatting. | |
78 | (UNSIGNED_EXTRACT): Use 1u. | |
79 | (SIGNED_EXTRACT): Don't sign extend with shifts. | |
80 | (DECODE_INSN_I9a, DECODE_INSN_I9b): Avoid left shift of signed value. | |
81 | Keep result signed. | |
82 | (DECODE_INSN_U9a, DECODE_INSN_U9b): Delete. | |
83 | ||
bb82aefe SV |
84 | 2020-01-07 Shahab Vahedi <[email protected]> |
85 | ||
86 | * opcode/arc.h (insn_class_t): Add 'LLOCK' and 'SCOND'. | |
87 | ||
6655dba2 SB |
88 | 2020-01-02 Sergey Belyashov <[email protected]> |
89 | ||
90 | * coff/internal.h: Add defintions of Z80 reloc names. | |
91 | ||
d73b58f4 NC |
92 | 2020-01-02 Christian Biesinger <[email protected]> |
93 | ||
94 | * opcode/s12z.h: Undef REG_Y. | |
95 | ||
b14ce8bf AM |
96 | 2020-01-01 Alan Modra <[email protected]> |
97 | ||
98 | Update year range in copyright notice of all files. | |
99 | ||
0b114740 | 100 | For older changes see ChangeLog-2019 |
3499769a | 101 | \f |
0b114740 | 102 | Copyright (C) 2020 Free Software Foundation, Inc. |
3499769a AM |
103 | |
104 | Copying and distribution of this file, with or without modification, | |
105 | are permitted in any medium without royalty provided the copyright | |
106 | notice and this notice are preserved. | |
107 | ||
108 | Local Variables: | |
109 | mode: change-log | |
110 | left-margin: 8 | |
111 | fill-column: 74 | |
112 | version-control: never | |
113 | End: |