]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
[GOLD] powerpc assertion failure
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
994b2513
L
12021-01-17 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/27193
4 * elflink.c (elf_create_symbuf): Also ignore section symbols.
5
75a933f3
L
62021-01-16 H.J. Lu <hongjiu.lu@intel.com>
7
8 PR ld/23169
9 * elfxx-x86.c (_bfd_x86_elf_link_fixup_ifunc_symbol): Don't
10 check pointer_equality_needed.
11
68b00778
L
122021-01-15 H.J. Lu <hongjiu.lu@intel.com>
13
14 * elf-linker-x86.h (elf_linker_x86_params): Add
15 report_relative_reloc.
16 * elf32-i386.c (elf_i386_relocate_section): Call
17 _bfd_x86_elf_link_report_relative_reloc to report relative
18 relocations for -z report-relative-reloc.
19 (elf_i386_finish_dynamic_symbol): Likewse.
20 * elf64-x86-64.c (elf_x86_64_relocate_section): Likewse.
21 (elf_x86_64_finish_dynamic_symbol): Likewse.
22 * elfxx-x86.c (_bfd_x86_elf_link_report_relative_reloc): New
23 function.
24 * elfxx-x86.h (_bfd_x86_elf_link_report_relative_reloc): New
25 prototype.
26
ad92f33d
AM
272021-01-16 Alan Modra <amodra@gmail.com>
28
29 * compress.c (decompress_contents): Tidy inflateEnd result test.
30
eb6e6af8
AM
312021-01-16 Alan Modra <amodra@gmail.com>
32
33 PR 26002
34 * elflink.c (elf_link_output_extsym): Use version 1 in
35 .gnu.version for undefined unversioned symbols.
36
4bb5732e
NC
372021-01-15 Nelson Chu <nelson.chu@sifive.com>
38
39 * elfnn-riscv.c (riscv_relax_delete_bytes): Fixed the indent that
40 caused the by previous commit accidentally.
41
1942a048
NC
422021-01-15 Nelson Chu <nelson.chu@sifive.com>
43
44 * elfnn-riscv.c: Indent, labels and GNU coding standards tidy,
45 also aligned the code.
46
b800637e
NC
472021-01-15 Nelson Chu <nelson.chu@sifive.com>
48
49 * elfnn-riscv.c (riscv_merge_attributes): Fix typos of messages.
50
dcd709e0
NC
512021-01-15 Nelson Chu <nelson.chu@sifive.com>
52
53 * elfnn-riscv.c: Comments tidy and improvement.
54 * elfxx-riscv.c: Likewise.
55 * elfxx-riscv.h: Likewise.
56
8ca9c7eb
L
572021-01-14 H.J. Lu <hongjiu.lu@intel.com>
58
59 PR ld/26688
60 * elf32-bfin.c (bfinfdpic_relocate_section): Skip non SEC_ALLOC
61 section for R_BFIN_FUNCDESC.
62
7e0d77ef
NC
632021-01-14 Nick Clifton <nickc@redhat.com>
64
65 * elf.c (elfcore_grok_win32pstatus): Check for a note type of 0.
66
5347ed60
AM
672021-01-13 Alan Modra <amodra@gmail.com>
68
69 * Makefile.in: Regenerate.
70 * doc/Makefile.in: Regenerate.
71
b209b5a6
AM
722021-01-13 Alan Modra <amodra@gmail.com>
73
74 PR 27160
75 * section.c (struct bfd_section): Remove pattern field.
76 (BFD_FAKE_SECTION): Adjust to suit.
77 * bfd-in2.h: Regenerate.
78 * elflink.c (compare_link_order, elf_fixup_link_order): Delete.
79 (bfd_elf_final_link): Don't call elf_fixup_link_order.
80
d546b610
L
812021-01-12 H.J. Lu <hongjiu.lu@intel.com>
82
83 PR binutils/26792
84 * configure.ac: Use GNU_MAKE_JOBSERVER.
85 * aclocal.m4: Regenerated.
86 * configure: Likewise.
87
c2e9a4a3
L
882021-01-12 H.J. Lu <hongjiu.lu@intel.com>
89
90 PR ld/27171
91 * reloc.c (bfd_perform_relocation): Adjust R_AMD64_DIR64 and
92 R_AMD64_DIR32 relocations for PE/x86-64 inputs.
93
83b33c6c
L
942021-01-11 H.J. Lu <hongjiu.lu@intel.com>
95
96 PR ld/27173
97 * configure: Regenerated.
98
a8aa72b9
NC
992021-01-11 Nick Clifton <nickc@redhat.com>
100
101 * po/fr.po: Updated French translation.
102 * po/pt.po: Updated Portuguese translation.
103 * po/sr.po: Updated Serbian translation.
104 * po/uk.po: Updated Ukranian translation.
105
a4966cd9
L
1062021-01-09 H.J. Lu <hongjiu.lu@intel.com>
107
108 * configure: Regenerated.
109
0a94990b
L
1102021-01-09 H.J. Lu <hongjiu.lu@intel.com>
111
112 PR ld/27166
113 * elfxx-x86.c (_bfd_x86_elf_merge_gnu_properties): Handle
114 -z lam-u48 and -z lam-u57.
115
573fe3fb
NC
1162021-01-09 Nick Clifton <nickc@redhat.com>
117
118 * version.m4: Change to 2.36.50.
119 * configure: Regenerate.
120 * po/bfd.pot: Regenerate.
121
055bc77a
NC
1222021-01-09 Nick Clifton <nickc@redhat.com>
123
124 * 2.36 release branch crated.
125
ba9e922f
L
1262021-01-08 H.J. Lu <hongjiu.lu@intel.com>
127
128 * elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): Also set
129 LAM_U57 when setting LAM_U48.
130
b1b29aa5
L
1312021-01-08 H.J. Lu <hongjiu.lu@intel.com>
132
133 PR ld/26256
134 PR ld/27160
135 * elflink.c (elf_fixup_link_order): Verify that fixing up
136 SHF_LINK_ORDER doesn't increase the output section size.
137
64307045
AM
1382021-01-09 Alan Modra <amodra@gmail.com>
139
140 * configure: Regenerate.
141
f4782128
ST
1422021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
143
144 * configure: Regenerate.
145
d1bcae83
L
1462021-01-07 H.J. Lu <hongjiu.lu@intel.com>
147
148 PR 27109
149 * aix386-core.c (core_aix386_vec): Initialize
150 keep_unused_section_symbol to TARGET_KEEP_UNUSED_SECTION_SYMBOLS.
151 * aout-target.h (MY (vec)): Likewise.
152 * binary.c (binary_vec): Likewise.
153 * cisco-core.c (core_cisco_be_vec): Likewise.
154 (core_cisco_le_vec): Likewise.
155 * coff-alpha.c (alpha_ecoff_le_vec): Likewise.
156 * coff-i386.c (TARGET_SYM): Likewise.
157 (TARGET_SYM_BIG): Likewise.
158 * coff-ia64.c (TARGET_SYM): Likewise.
159 * coff-mips.c (mips_ecoff_le_vec): Likewise.
160 (mips_ecoff_be_vec): Likewise.
161 (mips_ecoff_bele_vec): Likewise.
162 * coff-rs6000.c (rs6000_xcoff_vec): Likewise.
163 (powerpc_xcoff_vec): Likewise.
164 * coff-sh.c (sh_coff_small_vec): Likewise.
165 (sh_coff_small_le_vec): Likewise.
166 * coff-tic30.c (tic30_coff_vec): Likewise.
167 * coff-tic54x.c (tic54x_coff0_vec): Likewise.
168 (tic54x_coff0_beh_vec): Likewise.
169 (tic54x_coff1_vec): Likewise.
170 (tic54x_coff1_beh_vec): Likewise.
171 (tic54x_coff2_vec): Likewise.
172 (tic54x_coff2_beh_vec): Likewise.
173 * coff-x86_64.c (TARGET_SYM): Likewise.
174 (TARGET_SYM_BIG): Likewise.
175 * coff64-rs6000.c (rs6000_xcoff64_vec): Likewise.
176 (rs6000_xcoff64_aix_vec): Likewise.
177 * coffcode.h (CREATE_BIG_COFF_TARGET_VEC): Likewise.
178 (CREATE_BIGHDR_COFF_TARGET_VEC): Likewise.
179 (CREATE_LITTLE_COFF_TARGET_VEC): Likewise.
180 * elfxx-target.h (TARGET_BIG_SYM): Likewise.
181 (TARGET_LITTLE_SYM): Likewise.
182 * hppabsd-core.c (core_hppabsd_vec): Likewise.
183 * hpux-core.c (core_hpux_vec): Likewise.
184 * i386msdos.c (i386_msdos_vec): Likewise.
185 * ihex.c (ihex_vec): Likewise.
186 * irix-core.c (core_irix_vec): Likewise.
187 * mach-o-target.c (TARGET_NAME): Likewise.
188 * mmo.c (mmix_mmo_vec): Likewise.
189 * netbsd-core.c (core_netbsd_vec): Likewise.
190 * osf-core.c (core_osf_vec): Likewise.
191 * pdp11.c (MY (vec)): Likewise.
192 * pef.c (pef_vec): Likewise.
193 (pef_xlib_vec): Likewise.
194 * plugin.c (plugin_vec): Likewise.
195 * ppcboot.c (powerpc_boot_vec): Likewise.
196 * ptrace-core.c (core_ptrace_vec): Likewise.
197 * sco5-core.c (core_sco5_vec): Likewise.
198 * som.c (hppa_som_vec): Likewise.
199 * srec.c (srec_vec): Likewise.
200 (symbolsrec_vec): Likewise.
201 * tekhex.c (tekhex_vec): Likewise.
202 * trad-core.c (core_trad_vec): Likewise.
203 * verilog.c (verilog_vec): Likewise.
204 * vms-alpha.c (alpha_vms_vec): Likewise.
205 * vms-lib.c (alpha_vms_lib_txt_vec): Likewise.
206 * wasm-module.c (wasm_vec): Likewise.
207 * xsym.c (sym_vec): Likewise.
208 * elf.c (ignore_section_sym): Return TRUE if BSF_SECTION_SYM_USED
209 isn't set.
210 (elf_map_symbols): Don't include ignored section symbols.
211 * elfcode.h (elf_slurp_symbol_table): Also set
212 BSF_SECTION_SYM_USED on STT_SECTION symbols.
213 * elflink.c (bfd_elf_final_link): Generated section symbols only
214 when emitting relocations or reqired.
215 * elfxx-x86.h (TARGET_KEEP_UNUSED_SECTION_SYMBOLS): New.
216 * syms.c (BSF_SECTION_SYM_USED): New.
217 * targets.c (TARGET_KEEP_UNUSED_SECTION_SYMBOLS): New.
218 (bfd_target): Add keep_unused_section_symbols.
219 (bfd_keep_unused_section_symbols): New.
220 * bfd-in2.h: Regenerated.
221
17d60030
NC
2222021-01-07 Nick Clifton <nickc@redhat.com>
223
224 PR 25713
225 * bfdio.c (_bfd_real_fopen): For Win32 convert relative paths to
226 absolute paths and check to see if they are longer than MAX_PATH.
227
aa881ecd
PT
2282021-01-07 Philipp Tomsich <prt@gnu.org>
229
230 * elfxx-riscv.c (riscv_std_z_ext_strtab): Added zihintpause.
231
2652cfad
CXW
2322021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
233 Jim Wilson <jimw@sifive.com>
234 Andrew Waterman <andrew@sifive.com>
235 Maxim Blinov <maxim.blinov@embecosm.com>
236 Kito Cheng <kito.cheng@sifive.com>
237 Nelson Chu <nelson.chu@sifive.com>
238
239 * elfxx-riscv.c (riscv_std_z_ext_strtab): Added zba, zbb and zbc.
240
d4e57b87
L
2412021-01-06 H.J. Lu <hongjiu.lu@intel.com>
242
243 * elf32-bfin.c (bfin_check_relocs): Check bfd_link_hash_indirect.
244 (bfinfdpic_check_relocs): Likewise.
245
599c86c4
AM
2462021-01-06 Alan Modra <amodra@gmail.com>
247
248 * elf32-score.c (s3_bfd_score_info_to_howto): Report an error
249 on unknown r_type.
250 * elf32-score7.c (s7_bfd_score_info_to_howto): Likewise.
251
3677b729
AM
2522021-01-06 Alan Modra <amodra@gmail.com>
253
254 * config.bfd (sparc-*-solaris2*): Add sparc_elf32_vec.
255 (sparc64-*-solaris2*): Add sparc_elf64_vec and
256 sparc_elf32_vec.
257
fbc09e7a
MC
2582021-01-06 Marcus Comstedt <marcus@mc.pp.se>
259
260 * config.bfd: Added targets riscv64be*-*-*, riscv32be*-*-* and
261 riscvbe*-*-*. Also added riscv_elf[32|64]_be_vec.
262 * configure.ac: Handle riscv_elf[32|64]_be_vec.
263 * configure: Regenerate.
264 * elfnn-riscv.c: Include <limits.h> and define CHAR_BIT for
265 riscv_is_insn_reloc.
266 (riscv_get_insn): RISC-V instructions are always little endian, but
267 bfd_get may be used for big-endian, so add new riscv_get_insn to handle
268 the insturctions.
269 (riscv_put_insn): Likewsie.
270 (riscv_is_insn_reloc): Check if we are relocaing an instruction.
271 (perform_relocation): Call riscv_is_insn_reloc to decide if we should
272 use riscv_[get|put]_insn or bfd_[get|put].
273 (riscv_zero_pcrel_hi_reloc): Use riscv_[get|put]_insn, bfd_[get|put]l32
274 or bfd_[get|put]l16 for code.
275 (riscv_elf_relocate_section): Likewise.
276 (riscv_elf_finish_dynamic_symbol): Likewise.
277 (riscv_elf_finish_dynamic_sections): Likewise.
278 (_bfd_riscv_relax_call): Likewise.
279 (_bfd_riscv_relax_lui): Likewise.
280 (_bfd_riscv_relax_align): Likewise.
281 (_bfd_riscv_relax_pc): Likewise.
282 (riscv_elf_object_p): Handled for big endian.
283 (TARGET_BIG_SYM, TARGET_BIG_NAME): Defined.
284 * targets.c: Add riscv_elf[32|64]_be_vec.
285 (_bfd_target_vector): Likewise.
286
c8bad65e
AM
2872021-01-05 Alan Modra <amodra@gmail.com>
288
289 * elflink.c (bfd_elf_link_record_dynamic_symbol): Handle no_export
290 for relocatable executable.
291
de6a7ee4
AM
2922021-01-05 Alan Modra <amodra@gmail.com>
293
294 * vms-alpha.c (_bfd_vms_slurp_egsd): Read flags after size check.
295
18b98722
NC
2962021-01-05 Nelson Chu <nelson.chu@sifive.com>
297
298 * elfnn-riscv.c (allocate_dynrelocs): When we are generating pde,
299 make sure gp symbol is output as a dynamic symbol.
300
cd6d537c
L
3012021-01-04 H.J. Lu <hongjiu.lu@intel.com>
302
303 PR ld/26256
304 * elflink.c (compare_link_order): Place unordered sections before
305 ordered sections.
306 (elf_fixup_link_order): Add a link info argument. Allow mixed
307 ordered and unordered input sections for non-relocatable link.
308 Sort the consecutive bfd_indirect_link_order sections with the
309 same pattern. Change the offsets of the bfd_indirect_link_order
310 sections only.
311 (bfd_elf_final_link): Pass info to elf_fixup_link_order.
312 * section.c (bfd_section): Add pattern.
313 (BFD_FAKE_SECTION): Initialize pattern to NULL.
314 * bfd-in2.h: Regenerated.
315
dbb078f6
AF
3162021-01-04 Alexander Fedotov <alfedotov@gmail.com>
317
318 * elf32-arm.c (elf32_arm_print_private_bfd_data): Prefix hex value
319 of private flags with 0x.
320 * elfnn-aarch64.c (elfNN_aarch64_print_private_bfd_data): Likewise.
321
5b4293ba
AM
3222021-01-04 Alan Modra <amodra@gmail.com>
323
324 PR 26822
325 * elflink.c (elf_link_input_bfd): Use the file base name in
326 linker generated STT_FILE symbols.
327
4c0e540e
NC
3282021-01-04 Nelson Chu <nelson.chu@sifive.com>
329
330 * elfxx-riscv.c (riscv_compare_subsets): Removed static.
331 * elfxx-riscv.h: Add declaration.
332 * elfnn-riscv.c (riscv_merge_multi_letter_ext): Use
333 riscv_compare_subsets to check the orders.
334 (riscv_skip_prefix): Removed.
335 (riscv_prefix_cmp): Removed.
336
e9cf3691
AM
3372021-01-04 Alan Modra <amodra@gmail.com>
338
339 PR 26741
340 * elfxx-riscv.c (riscv_parse_prefixed_ext): Free subset after
341 calculating subset version length.
342
f9a6a8f0
AM
3432021-01-01 Nicolas Boulenguez <nicolas@debian.org>
344
345 * xcofflink.c: Correct spelling in comments.
346
250d07de
AM
3472021-01-01 Alan Modra <amodra@gmail.com>
348
349 Update year range in copyright notice of all files.
350
c2795844 351For older changes see ChangeLog-2020
3499769a 352\f
c2795844 353Copyright (C) 2021 Free Software Foundation, Inc.
3499769a
AM
354
355Copying and distribution of this file, with or without modification,
356are permitted in any medium without royalty provided the copyright
357notice and this notice are preserved.
358
359Local Variables:
360mode: change-log
361left-margin: 8
362fill-column: 74
363version-control: never
364End: