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