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