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