]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gold/ChangeLog
2.41 Release sources
[thirdparty/binutils-gdb.git] / gold / ChangeLog
CommitLineData
675b9d61 12023-07-30 Nick Clifton <nickc@redhat.com>
87485f53 2
675b9d61 3 This is the 2.41 release.
87485f53
NC
4 * po/gold.pot: Regenerate.
5
d501d384
NC
62023-07-03 Nick Clifton <nickc@redhat.com>
7
8 2.41 Branch Point.
9
8527c366
NC
102023-06-28 Nick Clifton <nickc@redhat.com>
11
12 * po/fr.po: Updated French translation.
13
eb42b9d6
NC
142023-03-27 Nick Clifton <nickc@redhat.com>
15
16 PR 30187
17 * options.h (class General_options): Add enable-linker-version.
18 * layout.cc (Layout::create_gold_note): If linker-version is
19 enabled put the version string into the .comment section.
20
11982f9f
NC
212023-01-03 Nick Clifton <nickc@redhat.com>
22
23 * po/ro.po: Updated Romainian translation.
24 * po/uk.po: Updated Ukrainian translation.
25
a72b0718
NC
262022-12-31 Nick Clifton <nickc@redhat.com>
27
28 * 2.40 branch created.
29
d14b3ea1
NC
302022-12-19 Nick Clifton <nickc@redhat.com>
31
32 * po/ro.po: New file: Romainian translation.
33
0bd09323
NC
342022-07-08 Nick Clifton <nickc@redhat.com>
35
36 * 2.39 branch created.
37
2a4fc266
NC
382022-06-27 Nick Clifton <nickc@redhat.com>
39
40 PR 23765
41 * fileread.cc (File_read::do_read): Check start parameter before
42 computing number of bytes to read.
43
2a89fa96
NC
442022-05-18 Nick Clifton <nickc@redhat.com>
45
46 * int_encoding.cc (get_length_as_unsigned_LEB_128): Remove
47 current_length variable.
48
36d285b9
NC
492022-02-17 Nick Clifton <nickc@redhat.com>
50
51 * po/sr.po: Updated Serbian translation.
52
a6983974
NC
532022-02-02 Nick Clifton <nickc@redhat.com>
54
55 * po/fr.po: Updated French translation.
56
5fe73d46
NC
572022-01-24 Nick Clifton <nickc@redhat.com>
58
59 * po/ro.po: Updated Romanian translation.
60
f908e960
NC
612022-01-22 Nick Clifton <nickc@redhat.com>
62
63 * configure: Regenerate.
64 * po/gold.pot: Regenerate.
65 * Makefile.in: Regenerate.
66 * testsuite/Makefile.in: Regenerate.
67
a74e1cb3
NC
682022-01-22 Nick Clifton <nickc@redhat.com>
69
70 * 2.38 release branch created.
71
3ee0cd9e
NC
722021-08-10 Nick Clifton <nickc@redhat.com>
73
74 * po/sr.po: Updated Serbian translation.
75
b97bd976
AM
762021-07-20 Alan Modra <amodra@gmail.com>
77
78 PR gold/28106
79 PR gold/27815
80 * gc.h (gc_process_relocs): Use static_cast in Section_id constructor.
81
7c6ff8af
MK
822021-07-17 Michael Krasnyk <michael.krasnyk@gmail.com>
83
84 PR gold/28098
85 * reloc.cc (Track_relocs::advance): Skip R_*_NONE relocation entries
86 with r_sym of zero without counting in advance method.
87
346d80ef
NC
882021-07-03 Nick Clifton <nickc@redhat.com>
89
90 * po/gold.pot: Regenerate.
91
51419248
NC
922021-07-03 Nick Clifton <nickc@redhat.com>
93
94 * 2.37 release branch created.
95
5d7f11f0
AM
962021-05-25 Alan Modra <amodra@gmail.com>
97
98 PR gold/27815
99 * gc.h (gc_process_relocs): Use cast in Section_id constructor.
100
1f1fb219
AM
1012021-05-22 Alan Modra <amodra@gmail.com>
102
103 PR gold/27815
104 * gc.h (gc_process_relocs): Use nullptr in Section_id constructor.
105
7c96e612
AM
1062021-05-15 Alan Modra <amodra@gmail.com>
107
108 PR 27834
109 * options.cc (General_options::General_options): Init bsymbolic_.
110
823241a2
FS
1112021-05-04 Fangrui Song <maskray@google.com>
112
113 PR 27834
114 * options.h (General_options): Make -Bsymbolic and
115 -Bsymbolic-functions special and adjust the help messages. Add
116 enum Bsymbolic_kind and -Bno-symbolic.
117 * options.cc (General_options): Define parse_Bno_symbolic,
118 parse_Bsymbolic_functions, and parse_Bsymbolic.
119
0af4fcc2
AM
1202021-03-30 Alan Modra <amodra@gmail.com>
121
122 PR gold/27625
123 * powerpc.cc (Powerpc_relobj): Add no_tls_marker_, tls_marker_,
124 and tls_opt_error_ variables and accessors.
125 (Target_powerpc::Scan::local, global): Call set_tls_marker and
126 set_no_tls_marker for GD and LD code sequence relocations.
127 (Target_powerpc::Relocate::relocate): Downgrade the "lacks marker
128 reloc" error to a warning when safe to do so, and omit the error
129 entirely if not optimising TLS sequences. Do not optimise GD and
130 LD sequences for objects lacking marker relocs.
131 (Target_powerpc::relocate_relocs): Heed no_tls_marker here too.
132
35891b47
CC
1332021-03-19 Cary Coutant <ccoutant@gmail.com>
134
135 PR gold/27615
136 * errors.cc (Errors::trace): New method.
137 (gold_trace): New function.
138 * errors.h (Errors::trace): New method.
139 * gold.h (gold_trace): New function.
140 * object.cc (Input_objects::add_object): Use gold_trace to print
141 object file names.
142
b218a839
CC
1432021-03-19 Cary Coutant <ccoutant@gmail.com>
144
145 PR gold/pr23870
146 * testsuite/aarch64_pr23870_bar.c: Return a magic value.
147 * testsuite/aarch64_pr23870_foo.c: Check the magic value and return
148 success or failure.
149
07b1c3db
HB
1502021-03-19 Holger Berger <holger.berger@googlemail.com>
151
152 PR gold/26541
153 * output.cc (gold_fallocate): Use errno when calling system fallocate.
154
cc184971
CC
1552021-03-19 Cary Coutant <ccoutant@gmail.com>
156
157 PR gold/26585
158 * main.cc (main): Fix typo in previous patch.
159
1602021-03-19 Duncan Simpson <dr.duncan.p.simpson@gmail.com>
4ee60495
DS
161
162 PR gold/26585
163 * configure.ac: Add check for mallinfo2.
164 * configure: Regenerate.
cc184971 165 * config.in: Regenerate from previous commit.
4ee60495
DS
166 * main.cc (main): Use mallinfo2 if available.
167
5cde809b
CC
1682021-03-19 Cary Coutant <ccoutant@gmail.com>
169
170 PR gold/27246
171 * dwarf_reader.cc (Dwarf_abbrev_table::do_get_abbrev): Handle
172 DW_FORM_implicit_const.
173 (Dwarf_ranges_table::read_ranges_table): Add version parameter;
174 Adjust all callers. Look for .debug_rnglists section if DWARF 5.
175 (Dwarf_ranges_table::read_range_list_v5): New method.
176 (Dwarf_die::read_attributes): Handle new DWARF 5 DW_FORM codes.
177 (Dwarf_die::skip_attributes): Likewise.
178 (Dwarf_info_reader::do_parse): Support DWARF 5 unit header format.
179 (Dwarf_info_reader::read_3bytes_from_pointer): New method.
180 (Sized_dwarf_line_info::Sized_dwarf_line_info): Initialize
181 str_buffer_, str_buffer_start, reloc_map_, line_number_map_.
182 Look for .debug_line_str section.
183 (Sized_dwarf_line_info::read_header_prolog): Support DWARF 5 prolog.
184 (Sized_dwarf_line_info::read_header_tables): Rename to...
185 (Sized_dwarf_line_info::read_header_tables_v2): ... this.
186 (Sized_dwarf_line_info::read_header_tables_v5): New method.
187 (Sized_dwarf_line_info::process_one_opcode): Insert missing "this->".
188 Change advance_line to signed int64_t.
189 (Sized_dwarf_line_info::read_lines): Add endptr parameter; adjust
190 callers. Insert missing "this->".
191 (Sized_dwarf_line_info::read_line_mappings): Support DWARF 5.
192 (Sized_dwarf_line_info::do_addr2line): Add debug code.
193 * dwarf_reader.h (Dwarf_abbrev_table::Attribute): Add implicit_const
194 field. Adjust constructor.
195 (Dwarf_abbrev_table::add_sttribute): Add implicit_const parameter.
196 (Dwarf_ranges_table::read_ranges_table): Add version parameter.
197 (Dwarf_ranges_table::read_range_list_v5): New method.
198 (Dwarf_die): Remove unused attr_off field.
199 (Dwarf_info_reader::Dwarf_info_reader): Initialize unit_type_ field.
200 (Dwarf_info_reader::is_type_unit): New method.
201 (Dwarf_info_reader::read_3bytes_from_pointer): New method.
202 (Dwarf_info_reader::read_range_list): Call read_range_list_v5 for
203 DWARF 5 range lists.
204 (Dwarf_info_reader::is_type_unit_): Remove.
205 (Dwarf_info_reader::unit_type_): New field.
206 (Sized_dwarf_line_info::~Sized_dwarf_line_info): Delete
207 str_buffer_start_.
208 (Sized_dwarf_line_info::read_header_tables): Rename to...
209 (Sized_dwarf_line_info::read_header_tables_v2): ... this.
210 (Sized_dwarf_line_info::read_header_tables_v5): New method.
211 (Sized_dwarf_line_info::read_lines): Add endptr parameter.
212 (Sized_dwarf_line_info::Dwarf_line_infoHeader): Add address_size field.
213 (Sized_dwarf_line_info::str_buffer_): New field.
214 (Sized_dwarf_line_info::str_buffer_end_): New field.
215 (Sized_dwarf_line_info::str_buffer_start_): New field.
216 (Sized_dwarf_line_info::end_of_header_length_): New field.
217 (Sized_dwarf_line_info::end_of_unit_): New field.
218
0318cca4
L
2192021-01-28 H.J. Lu <hongjiu.lu@intel.com>
220
221 PR gold/27246
222 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog):
223 Skip address size and segment selector for DWARF5.
224
a75a6a41
AM
2252021-01-19 Alan Modra <amodra@gmail.com>
226
227 PR 27203
228 * powerpc.cc (do_plt_fde_location): Remove doing_static_link
229 assertion.
230
25294ff0
L
2312021-01-17 H.J. Lu <hongjiu.lu@intel.com>
232
233 * testsuite/ifuncmain6pie.c: Remove non-JUMP_SLOT relocations
234 against foo in ifuncmod6.so.
235 * testsuite/ifuncmod6.c: Likewise.
236
5a10699f
NC
2372021-01-14 Nick Clifton <nickc@redhat.com>
238
239 * po/fr.po: Updated French translation.
240
a8aa72b9
NC
2412021-01-11 Nick Clifton <nickc@redhat.com>
242
243 * po/sr.po: Updated Serbian translation.
244 * po/uk.po: Updated Ukranian translation.
245
055bc77a
NC
2462021-01-09 Nick Clifton <nickc@redhat.com>
247
248 * 2.36 release branch crated.
249
e3b53295
AM
2502021-01-03 Alan Modra <amodra@gmail.com>
251
252 PR 27140
253 * powerpc.cc (Target_powerpc::Branch_info::make_stub): Only access
254 object->st_other() when 64-bit.
255 (Stub_table::add_long_branch_entry): Ignore "other" when 32-bit.
256
f9a6a8f0
AM
2572021-01-01 Nicolas Boulenguez <nicolas@debian.org>
258
259 * tilegx.cc: Correct comment spelling.
260
250d07de
AM
2612021-01-01 Alan Modra <amodra@gmail.com>
262
263 Update year range in copyright notice of all files.
264
c2795844 265For older changes see ChangeLog-2020
3499769a 266\f
d87bef3a 267Copyright (C) 2021-2023 Free Software Foundation, Inc.
3499769a
AM
268
269Copying and distribution of this file, with or without modification,
270are permitted in any medium without royalty provided the copyright
271notice and this notice are preserved.
272
273Local Variables:
274mode: change-log
275left-margin: 8
276fill-column: 74
277version-control: never
278End: