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