]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gold/ChangeLog
Updated French translation for the ld/ and gold/ sub-directories
[thirdparty/binutils-gdb.git] / gold / ChangeLog
1 2022-02-02 Nick Clifton <nickc@redhat.com>
2
3 * po/fr.po: Updated French translation.
4
5 2022-01-24 Nick Clifton <nickc@redhat.com>
6
7 * po/ro.po: Updated Romanian translation.
8
9 2022-01-22 Nick Clifton <nickc@redhat.com>
10
11 * configure: Regenerate.
12 * po/gold.pot: Regenerate.
13 * Makefile.in: Regenerate.
14 * testsuite/Makefile.in: Regenerate.
15
16 2022-01-22 Nick Clifton <nickc@redhat.com>
17
18 * 2.38 release branch created.
19
20 2021-08-10 Nick Clifton <nickc@redhat.com>
21
22 * po/sr.po: Updated Serbian translation.
23
24 2021-07-20 Alan Modra <amodra@gmail.com>
25
26 PR gold/28106
27 PR gold/27815
28 * gc.h (gc_process_relocs): Use static_cast in Section_id constructor.
29
30 2021-07-17 Michael Krasnyk <michael.krasnyk@gmail.com>
31
32 PR gold/28098
33 * reloc.cc (Track_relocs::advance): Skip R_*_NONE relocation entries
34 with r_sym of zero without counting in advance method.
35
36 2021-07-03 Nick Clifton <nickc@redhat.com>
37
38 * po/gold.pot: Regenerate.
39
40 2021-07-03 Nick Clifton <nickc@redhat.com>
41
42 * 2.37 release branch created.
43
44 2021-05-25 Alan Modra <amodra@gmail.com>
45
46 PR gold/27815
47 * gc.h (gc_process_relocs): Use cast in Section_id constructor.
48
49 2021-05-22 Alan Modra <amodra@gmail.com>
50
51 PR gold/27815
52 * gc.h (gc_process_relocs): Use nullptr in Section_id constructor.
53
54 2021-05-15 Alan Modra <amodra@gmail.com>
55
56 PR 27834
57 * options.cc (General_options::General_options): Init bsymbolic_.
58
59 2021-05-04 Fangrui Song <maskray@google.com>
60
61 PR 27834
62 * options.h (General_options): Make -Bsymbolic and
63 -Bsymbolic-functions special and adjust the help messages. Add
64 enum Bsymbolic_kind and -Bno-symbolic.
65 * options.cc (General_options): Define parse_Bno_symbolic,
66 parse_Bsymbolic_functions, and parse_Bsymbolic.
67
68 2021-03-30 Alan Modra <amodra@gmail.com>
69
70 PR gold/27625
71 * powerpc.cc (Powerpc_relobj): Add no_tls_marker_, tls_marker_,
72 and tls_opt_error_ variables and accessors.
73 (Target_powerpc::Scan::local, global): Call set_tls_marker and
74 set_no_tls_marker for GD and LD code sequence relocations.
75 (Target_powerpc::Relocate::relocate): Downgrade the "lacks marker
76 reloc" error to a warning when safe to do so, and omit the error
77 entirely if not optimising TLS sequences. Do not optimise GD and
78 LD sequences for objects lacking marker relocs.
79 (Target_powerpc::relocate_relocs): Heed no_tls_marker here too.
80
81 2021-03-19 Cary Coutant <ccoutant@gmail.com>
82
83 PR gold/27615
84 * errors.cc (Errors::trace): New method.
85 (gold_trace): New function.
86 * errors.h (Errors::trace): New method.
87 * gold.h (gold_trace): New function.
88 * object.cc (Input_objects::add_object): Use gold_trace to print
89 object file names.
90
91 2021-03-19 Cary Coutant <ccoutant@gmail.com>
92
93 PR gold/pr23870
94 * testsuite/aarch64_pr23870_bar.c: Return a magic value.
95 * testsuite/aarch64_pr23870_foo.c: Check the magic value and return
96 success or failure.
97
98 2021-03-19 Holger Berger <holger.berger@googlemail.com>
99
100 PR gold/26541
101 * output.cc (gold_fallocate): Use errno when calling system fallocate.
102
103 2021-03-19 Cary Coutant <ccoutant@gmail.com>
104
105 PR gold/26585
106 * main.cc (main): Fix typo in previous patch.
107
108 2021-03-19 Duncan Simpson <dr.duncan.p.simpson@gmail.com>
109
110 PR gold/26585
111 * configure.ac: Add check for mallinfo2.
112 * configure: Regenerate.
113 * config.in: Regenerate from previous commit.
114 * main.cc (main): Use mallinfo2 if available.
115
116 2021-03-19 Cary Coutant <ccoutant@gmail.com>
117
118 PR gold/27246
119 * dwarf_reader.cc (Dwarf_abbrev_table::do_get_abbrev): Handle
120 DW_FORM_implicit_const.
121 (Dwarf_ranges_table::read_ranges_table): Add version parameter;
122 Adjust all callers. Look for .debug_rnglists section if DWARF 5.
123 (Dwarf_ranges_table::read_range_list_v5): New method.
124 (Dwarf_die::read_attributes): Handle new DWARF 5 DW_FORM codes.
125 (Dwarf_die::skip_attributes): Likewise.
126 (Dwarf_info_reader::do_parse): Support DWARF 5 unit header format.
127 (Dwarf_info_reader::read_3bytes_from_pointer): New method.
128 (Sized_dwarf_line_info::Sized_dwarf_line_info): Initialize
129 str_buffer_, str_buffer_start, reloc_map_, line_number_map_.
130 Look for .debug_line_str section.
131 (Sized_dwarf_line_info::read_header_prolog): Support DWARF 5 prolog.
132 (Sized_dwarf_line_info::read_header_tables): Rename to...
133 (Sized_dwarf_line_info::read_header_tables_v2): ... this.
134 (Sized_dwarf_line_info::read_header_tables_v5): New method.
135 (Sized_dwarf_line_info::process_one_opcode): Insert missing "this->".
136 Change advance_line to signed int64_t.
137 (Sized_dwarf_line_info::read_lines): Add endptr parameter; adjust
138 callers. Insert missing "this->".
139 (Sized_dwarf_line_info::read_line_mappings): Support DWARF 5.
140 (Sized_dwarf_line_info::do_addr2line): Add debug code.
141 * dwarf_reader.h (Dwarf_abbrev_table::Attribute): Add implicit_const
142 field. Adjust constructor.
143 (Dwarf_abbrev_table::add_sttribute): Add implicit_const parameter.
144 (Dwarf_ranges_table::read_ranges_table): Add version parameter.
145 (Dwarf_ranges_table::read_range_list_v5): New method.
146 (Dwarf_die): Remove unused attr_off field.
147 (Dwarf_info_reader::Dwarf_info_reader): Initialize unit_type_ field.
148 (Dwarf_info_reader::is_type_unit): New method.
149 (Dwarf_info_reader::read_3bytes_from_pointer): New method.
150 (Dwarf_info_reader::read_range_list): Call read_range_list_v5 for
151 DWARF 5 range lists.
152 (Dwarf_info_reader::is_type_unit_): Remove.
153 (Dwarf_info_reader::unit_type_): New field.
154 (Sized_dwarf_line_info::~Sized_dwarf_line_info): Delete
155 str_buffer_start_.
156 (Sized_dwarf_line_info::read_header_tables): Rename to...
157 (Sized_dwarf_line_info::read_header_tables_v2): ... this.
158 (Sized_dwarf_line_info::read_header_tables_v5): New method.
159 (Sized_dwarf_line_info::read_lines): Add endptr parameter.
160 (Sized_dwarf_line_info::Dwarf_line_infoHeader): Add address_size field.
161 (Sized_dwarf_line_info::str_buffer_): New field.
162 (Sized_dwarf_line_info::str_buffer_end_): New field.
163 (Sized_dwarf_line_info::str_buffer_start_): New field.
164 (Sized_dwarf_line_info::end_of_header_length_): New field.
165 (Sized_dwarf_line_info::end_of_unit_): New field.
166
167 2021-01-28 H.J. Lu <hongjiu.lu@intel.com>
168
169 PR gold/27246
170 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog):
171 Skip address size and segment selector for DWARF5.
172
173 2021-01-19 Alan Modra <amodra@gmail.com>
174
175 PR 27203
176 * powerpc.cc (do_plt_fde_location): Remove doing_static_link
177 assertion.
178
179 2021-01-17 H.J. Lu <hongjiu.lu@intel.com>
180
181 * testsuite/ifuncmain6pie.c: Remove non-JUMP_SLOT relocations
182 against foo in ifuncmod6.so.
183 * testsuite/ifuncmod6.c: Likewise.
184
185 2021-01-14 Nick Clifton <nickc@redhat.com>
186
187 * po/fr.po: Updated French translation.
188
189 2021-01-11 Nick Clifton <nickc@redhat.com>
190
191 * po/sr.po: Updated Serbian translation.
192 * po/uk.po: Updated Ukranian translation.
193
194 2021-01-09 Nick Clifton <nickc@redhat.com>
195
196 * 2.36 release branch crated.
197
198 2021-01-03 Alan Modra <amodra@gmail.com>
199
200 PR 27140
201 * powerpc.cc (Target_powerpc::Branch_info::make_stub): Only access
202 object->st_other() when 64-bit.
203 (Stub_table::add_long_branch_entry): Ignore "other" when 32-bit.
204
205 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
206
207 * tilegx.cc: Correct comment spelling.
208
209 2021-01-01 Alan Modra <amodra@gmail.com>
210
211 Update year range in copyright notice of all files.
212
213 For older changes see ChangeLog-2020
214 \f
215 Copyright (C) 2021-2022 Free Software Foundation, Inc.
216
217 Copying and distribution of this file, with or without modification,
218 are permitted in any medium without royalty provided the copyright
219 notice and this notice are preserved.
220
221 Local Variables:
222 mode: change-log
223 left-margin: 8
224 fill-column: 74
225 version-control: never
226 End: