Fix formatting in elf32-arm.c
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2021-05-25 Nick Clifton <nickc@redhat.com>
2
3 * elf32-arm.c: Fix formatting.
4
5 2021-05-25 Alan Modra <amodra@gmail.com>
6
7 * elf-attrs.c (elf_attr_strdup): New function.
8 (_bfd_elf_attr_strdup): Use it here.
9 (elf_add_obj_attr_string): New function, extracted from..
10 (bfd_elf_add_obj_attr_string): ..here.
11 (elf_add_obj_attr_int_string): New function, extracted from..
12 (bfd_elf_add_obj_attr_int_string): ..here.
13 (_bfd_elf_parse_attributes): Don't allocate an extra byte for a
14 string terminator. Instead ensure parsing doesn't go past
15 end of sub-section. Use size_t variables for lengths.
16
17 2021-05-22 Alan Modra <amodra@gmail.com>
18
19 * libbfd.c (_bfd_safe_read_leb128): Remove length_return parameter.
20 Replace data pointer with pointer to pointer. Increment pointer
21 over bytes read.
22 * libbfd-in.h (_bfd_safe_read_leb128): Update prototype.
23 * elf-attrs.c (_bfd_elf_parse_attributes): Adjust to suit. Be
24 careful not to increment data pointer past end. Remove now
25 redundant pr17512 check.
26 * wasm-module.c (READ_LEB128): Adjust to suit changes to
27 _bfd_safe_read_leb128.
28 * dwarf2.c (read_n_bytes): New inline function, old one renamed to..
29 (read_blk): ..this. Allocate and return block. Increment bfd_byte**
30 arg.
31 (read_3_bytes): New function.
32 (read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes),
33 (read_8_bytes, read_string, read_indirect_string),
34 (read_indirect_line_string, read_alt_indirect_string): Take a
35 byte_byte** arg which is incremented over bytes read. Remove any
36 bytes_read return. Rewrite limit checks to compare lengths
37 rather than pointers.
38 (read_abbrevs, read_attribute_value, read_formatted_entries),
39 (decode_line_info, find_abstract_instance, read_ranges),
40 (read_rnglists, scan_unit_for_symbols, parse_comp_unit),
41 (stash_comp_unit): Adjust to suit. Rewrite limit checks to
42 compare lengths rather than pointers.
43 * libbfd.h: Regenerate.
44
45 2021-05-21 Luis Machado <luis.machado@linaro.org>
46
47 * elf.c (elfcore_make_memtag_note_section): New function.
48 (elfcore_grok_note): Handle NT_MEMTAG note types.
49
50 2021-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
51
52 * section.c (bfd_get_section_by_name): Return NULL if name is
53 NULL.
54 (bfd_get_section_by_name_if): Likewise.
55 * dwarf2.c (read_section): Remove unneeded NULL check.
56 (find_debug_info): Likewise.
57
58 2021-05-19 Nick Clifton <nickc@redhat.com>
59
60 * plugin.c (bfd_plugin_open_input): Inform the user if the limit
61 on the number of open files is reached. If possible, try to
62 increase this limit before failing.
63
64 2021-05-14 Nelson Chu <nelson.chu@sifive.com>
65
66 * elfnn-riscv.c (riscv_resolve_pcrel_lo_relocs): Check the values
67 of %pcrel_hi, before and after adding the addend. Make sure the
68 value won't be changed, otherwise, report dangerous error.
69
70 2021-05-13 Nelson Chu <nelson.chu@sifive.com>
71
72 * elfxx-riscv.c (check_implicit_always): The check_func, always add
73 the implicit subset without checking.
74 (check_implicit_for_i): The check_func for i, only add zicsr and
75 zifencei when the version of i less than 2.1.
76 (struct riscv_implicit_subset): Record the subsets and their
77 corresponding implicit subsets.
78 (riscv_implicit_subsets): Table records all implicit informations.
79 (riscv_parse_add_implicit_subsets): Updated and add implicit subsets
80 according to riscv_implicit_subsets. Remove the redundant codes.
81
82 2021-05-13 Alan Modra <amodra@gmail.com>
83
84 PR 27858
85 * elf32-sh.c (sh_elf_info_to_howto): Correct check for last valid
86 reloc howto.
87
88 2021-05-12 Luis Machado <luis.machado@linaro.org>
89
90 * elf-bfd.h (elfcore_write_aarch_mte): New prototype.
91 * elf.c (elfcore_grok_aarch_mte, elfcore_write_aarch_mte): New
92 functions.
93 (elfcore_grok_note): Handle notes of type NT_ARM_TAGGED_ADDR_CTRL.
94 (elfcore_write_register_note): Handle MTE notes.
95
96 2021-05-11 Alan Modra <amodra@gmail.com>
97
98 PR 27844
99 * pdp11.c (aout_get_external_symbols): Clear first four bytes of
100 strings array, not just the first byte.
101 * aoutx.h (aout_get_external_symbols): Likewise.
102
103 2021-05-10 H.J. Lu <hongjiu.lu@intel.com>
104
105 PR binutils/27839
106 * simple.c (bfd_simple_get_relocated_section_contents): Remove
107 strayed fprintf.
108
109 2021-05-10 Nick Clifton <nickc@redhat.com>
110
111 PR 27839
112 * simple.c (simple_dummy_add_to_set): New function.
113 (simple_dummy_constructor): New function.
114 (simple_dummy_multiple_common): New function.
115 (bfd_simple_get_relocated_section_contents): Zero out the
116 callbacks structure, and then set the add_to_set, constructor and
117 multiple_common fields.
118
119 2021-05-10 Dimitar Dimitrov <dimitar@dinux.eu>
120
121 * elf32-pru.c (elf_backend_can_gc_sections): Define as 1.
122
123 2021-05-08 Mike Frysinger <vapier@gentoo.org>
124
125 * doc/Makefile.am (html-local, bfd/index.html): New targets.
126 * doc/Makefile.in: Regenerate.
127
128 2021-05-08 Mike Frysinger <vapier@gentoo.org>
129
130 * doc/Makefile.am (AM_MAKEINFOFLAGS): Define.
131 * doc/Makefile.in: Regenerate.
132
133 2021-05-07 Clément Chigot <clement.chigot@atos.net>
134
135 * coff-rs6000.c (xcoff_dwsect_names): Add new DWARF
136 sections.
137 * coffgen.c (coff_pointerize_aux): Handle C_DWARF.
138 (coff_print_symbol): Likewise.
139 * libxcoff.h (XCOFF_DWSECT_NBR_NAMES): Update.
140
141 2021-05-07 Jan Beulich <jbeulich@suse.com>
142
143 * elf64-x86-64.c (x86_64_elf_howto_table): Set src_mask fields
144 to zero.
145
146 2021-05-07 Alan Modra <amodra@gmail.com>
147
148 * bfd-in2.h: Regenerate.
149 * libbfd.h: Regenerate.
150
151 2021-05-06 Stafford Horne <shorne@gmail.com>
152
153 PR 27746
154 * elf32-or1k.c (PLT_ENTRY_SIZE_LARGE, PLT_MAX_INSN_COUNT,
155 OR1K_ADD, OR1K_ORI): New macros to help with plt creation.
156 (elf_or1k_link_hash_table): New field plt_count.
157 (elf_or1k_link_hash_entry): New field plt_index.
158 (elf_or1k_plt_entry_size): New function.
159 (or1k_write_plt_entry): Update to support variable size PLTs.
160 (or1k_elf_finish_dynamic_sections): Use new or1k_write_plt_entry
161 API.
162 (or1k_elf_finish_dynamic_symbol): Update to write large PLTs
163 when needed.
164 (allocate_dynrelocs): Use elf_or1k_plt_entry_size to account for
165 PLT size.
166
167 2021-05-06 Stafford Horne <shorne@gmail.com>
168
169 PR 21464
170 * elf32-or1k.c (or1k_elf_relocate_section): Relax R_OR1K_GOT16
171 overflow check if we have R_OR1K_GOT_AHI16 followed by
172 R_OR1K_GOT16.
173
174 2021-05-06 Stafford Horne <shorne@gmail.com>
175
176 PR 21464
177 * bfd-in2.h: Add BFD_RELOC_OR1K_GOT_AHI16 relocation.
178 * elf32-or1k.c (or1k_elf_howto_table, or1k_reloc_map): Likewise.
179 (or1k_final_link_relocate, or1k_elf_relocate_section,
180 or1k_elf_check_relocs): Likewise.
181 * libbfd.h (bfd_reloc_code_real_names): Likewise.
182 * reloc.c: Likewise.
183
184 2021-05-06 Stafford Horne <shorne@gmail.com>
185
186 PR 27624
187 * elf32-or1k.c (or1k_elf_adjust_dynamic_symbol): Change
188 condition used to cleanup plt entries to cleanup forced local
189 entries.
190
191 2021-05-05 H.J. Lu <hongjiu.lu@intel.com>
192
193 PR ld/27825
194 * elflink.c (elf_link_output_symstrtab): Always append ".COUNT"
195 to local symbols.
196
197 2021-05-05 Alan Modra <amodra@gmail.com>
198
199 * vms-lib.c (vms_traverse_index): Account for vms_kbn size when
200 sanity checking keylen.
201
202 2021-05-04 Nick Clifton <nickc@redhat.com>
203
204 * libbfd.c (bfd_malloc): Provide some documenation. Treat a size
205 of 0 as 1.
206 (bfd_realloc): Likewise.
207 (bfd_zmalloc): Likewise.
208 (bfd_realloc_or_free): Provide some documentation. Treat a size
209 of 0 as a request to free.
210 * libbfd-in.h (bfd_realloc): Remove prototype.
211 (bfd_realloc_or_free): Remove prototype.
212 (bfd_zmalloc): Remove prototype.
213 * libbfd.h: Regenerate.
214
215 2021-05-03 Jan Beulich <jbeulich@suse.com>
216
217 * elf32-i386.c (elf_howto_table): Switch all 32-bit relocs to
218 complain_overflow_dont.
219 * elf64-x86-64.c (x86_64_elf_howto_table): Switch all 64-bit
220 relocs to complain_overflow_dont.
221
222 2021-05-03 Alan Modra <amodra@gmail.com>
223
224 * elf32-ppc.c (allocate_dynrelocs): Keep dyn_relocs for undefweak
225 symbols when -z dynamic-undefined-weak or when there are no
226 dynamic relocs in read-only sections and -z nodynamic-undefined-weak
227 is not given.
228 * elf64-ppc.c (allocate_dynrelocs): Likewise.
229
230 2021-05-03 Alan Modra <amodra@gmail.com>
231
232 * elf32-ppc.c (allocate_dynrelocs): Call ensure_undef_dynamic for
233 weak undefined symols that only appear on PLT relocs.
234 * elf64-ppc.c (allocate_dynrelocs): Likewise.
235
236 2021-05-03 Alan Modra <amodra@gmail.com>
237
238 PR 27755
239 * elf32-ppc.c (ppc_elf_inline_plt): Do increment rel in loop.
240
241 2021-05-03 Alan Modra <amodra@gmail.com>
242
243 * elf32-csky.c (is_mapping_symbol_name): New function.
244 (csky_elf_is_target_special_symbol): Likewise.
245 (csky_elf_maybe_function_sym): Likewise.
246 (bfd_elf32_bfd_is_target_special_symbol): Define.
247 (elf_backend_maybe_function_sym): Define.
248
249 2021-04-30 Nick Clifton <nickc@redhat.com>
250
251 PR 27801
252 * mach-o.c (bfd_mach_o_core_fetch_environment): Use bfd_get_32 to
253 read 32-bit value.
254
255 2021-04-30 Nick Clifton <nickc@redhat.com>
256
257 PR 27799
258 * elf32-xtensa.c (elf_xtensa_grok_prstatus): Check for core notes
259 that are too small.
260
261 2021-04-30 Nick Clifton <nickc@redhat.com>
262
263 PR 27797
264 * libbfd.c (bfd_realloc_or_free): Do not free a pointer than has
265 been realloc'ed to size 0.
266
267 2021-04-30 Nick Clifton <nickc@redhat.com>
268
269 PR 27795
270 * coff-rs6000.c (_bfd_xcoff_read_ar_hdr): Check for invalid name
271 lengths.
272
273 2021-04-29 Nick Clifton <nickc@redhat.com>
274
275 PR 27793
276 * som.c (som_slurp_symbol_table): Assign symbols without any scope
277 to the undefined section.
278 (som_decode_symclass): Check for a missing symbol section.
279 * syms.c (bfd_decode_symclass): Likewise.
280
281 2021-04-29 Nick Clifton <nickc@redhat.com>
282
283 PR 27792
284 * som.c (som_slurp_string_table): Place a terminating NUL byte at
285 the end of the table.
286 (som_slurp_symbol_table): Check for an over-large offset into the
287 string string table.
288
289 2021-04-28 Nick Clifton <nickc@redhat.com>
290
291 * elf.c (_bfd_elf_maybe_function_sym): Do not accept annobin
292 symbols as potential function symbols.
293 * elfnn-aarch64.c (elfNN_aarch64_maybe_function_sym): Likewise.
294 * elf64-ppc.c (ppc64_elf_maybe_function_sym): Likewise.
295 * elf32-arm.c (elf32_arm_maybe_function_sym): Likewise.
296
297 2021-04-26 Mike Frysinger <vapier@gentoo.org>
298
299 * elf-bfd.h: Include stdlib.h.
300
301 2021-04-26 Jan Beulich <jbeulich@suse.com>
302
303 * elf32-i386.c (elf_howto_table): Switch R_386_PC16 to
304 complain_overflow_signed.
305 * elf64-x86-64.c (x86_64_elf_howto_table): Switch R_X86_64_PC16
306 to complain_overflow_signed.
307
308 2021-04-23 Eric Botcazou <ebotcazou@adacore.com>
309
310 * elf.c (special_sections_p): Add .persistent.bss.
311
312 2021-04-23 Jan Beulich <jbeulich@suse.com>
313
314 * elf32-i386.c (elf_howto_table): R_386_TLS_DESC_CALL has zero
315 size field.
316 * elf64-x86-64.c (x86_64_elf_howto_table): R_X86_64_TLSDESC_CALL
317 has zero size field.
318
319 2021-04-22 Clément Chigot <clement.chigot@atos.net>
320
321 * hash.c (struct bfd_strtab_hash): Remove xcoff field.
322 Add length_field_size field.
323 (_bfd_stringtab_init): Change prototype.
324 Adapt to new length_field_size.
325 (_bfd_xcoff_stringtab_init): Likewise.
326 (_bfd_stringtab_add): Likewise.
327 (_bfd_stringtab_emit): Likewise.
328 * libbfd-in.h (_bfd_xcoff_stringtab_init):
329 Change prototype.
330 * libbfd.h: Regenerate.
331 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create):
332 Call _bfd_xcoff_stringtab_init with isxcoff64 value.
333
334 2021-04-22 Clément Chigot <clement.chigot@atos.net>
335
336 * coff-rs6000.c (_bfd_xcoff_swap_aux_in): Add errors for
337 unsupported storage class or auxialiry entries.
338 Improve and adapt to new aux structures.
339 Add C_DWARF support.
340 (_bfd_xcoff_swap_aux_out): Likewise.
341 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Likewise.
342 (_bfd_xcoff64_swap_aux_out): Likewise.
343
344 2021-04-21 Eli Zaretskii <eliz@gnu.org>
345
346 PR 27760
347 * peXXigen.c (_bfd_XX_print_private_bfd_data_common): Add display
348 of IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP,
349 IMAGE_FILE_NET_RUN_FROM_SWAP and IMAGE_FILE_UP_SYSTEM_ONLY flags.
350 Decode the contents of the DllCharacteristics field.
351
352 2021-04-21 Nick Clifton <nickc@redhat.com>
353
354 PR 27759
355 * srec.c (srec_read_section): Replace assertions with error
356 returns.
357
358 2021-04-20 Clément Chigot <clement.chigot@atos.net>
359
360 PR binutils/21700
361 * reloc.c (BFD_RELOC_PPC_NEG): New relocation.
362 * bfd-in2.h: Regenerate.
363 * libbfd.h: Regenerate.
364 * coff-rs6000.c (_bfd_xcoff_reloc_type_lookup): Add
365 BFD_RELOC_PPC_NEG handler.
366 (xcoff_reloc_type_neg): Correctly substract addend.
367 * coff64-rs6000.c (xcoff64_howto_table): Add R_NEG_32
368 howto.
369 (xcoff64_rtype2howto): Add handler for R_NEG_32.
370 (xcoff64_reloc_type_lookup): Add BFD_RELOC_PPC_NEG handler.
371 * xcofflink.c (xcoff_need_ldrel_p): Check output section
372 for R_POS-like relocations. New argument added.
373 (xcoff_mark): Adapt to new xcoff_need_ldrel_p argument.
374 (xcoff_link_input_bfd): Likewise.
375
376 2021-04-16 Alan Modra <amodra@gmail.com>
377
378 PR 27567
379 * coffcode.h (styp_to_sec_flags): Use an unsigned long styp_flags.
380 (coff_write_object_contents): Pass bfd to COFF_ENCODE_ALIGNMENT,
381 ignore alignment checks when return is false. Formatting.
382
383 2021-04-15 Nelson Chu <nelson.chu@sifive.com>
384
385 PR27584
386 * elfnn-riscv.c (riscv_elf_is_target_special_symbol): Added to
387 omit local and empty symbols since they usually generated to
388 mark the auipc instructions.
389
390 2021-04-15 Lifang Xia<lifang_xia@c-sky.com>
391
392 * elf32-csky.c (csky_elf_howto_table)
393 <R_CKCORE_PCREL_IMM16BY2>: Set special_function to
394 bfd_elf_generic_reloc.
395 <R_CKCORE_PCREL_IMM16BY4>: Likewise.
396 <R_CKCORE_PCREL_IMM10BY4>: Likewise.
397 <R_CKCORE_PCREL_IMM18BY2>: Likewise.
398 <R_CKCORE_PCREL_FLRW_IMM8BY4>: Likewise.
399
400 2021-04-14 H.J. Lu <hongjiu.lu@intel.com>
401
402 PR binutils/27708
403 * elf.c (assign_file_positions_for_non_load_sections): Set
404 p_memsz to p_filesz for the loadable PT_NOTE segment.
405
406 2021-04-14 Frederic Cambus <fred@statdns.com>
407
408 * elf.c (elfcore_grok_netbsd_note): Remove unneeded #ifdef
409 checks for NT_NETBSDCORE_AUXV and NT_NETBSDCORE_LWPSTATUS.
410
411 2021-04-14 Alan Modra <amodra@gmail.com>
412
413 PR 27631
414 * elf32-metag.c (elf_metag_relocate_section): Don't use &hh->elf
415 when hh might be NULL, test for NULL first.
416
417 2021-04-14 Alan Modra <amodra@gmail.com>
418
419 PR 27630
420 * elf32-arm.c (elf32_arm_size_stubs): Don't use &hash->root when
421 hash might be NULL, cast instead.
422
423 2021-04-13 Clément Chigot <clement.chigot@atos.net>
424
425 * xcofflink.c (xcoff_link_check_ar_symbols): Update esym earlier.
426
427 2021-04-13 Nelson Chu <nelson.chu@sifive.com>
428
429 * elfnn-riscv.c (riscv_version_mismatch): Do not report the warning
430 when the version of input or output is RISCV_UNKNOWN_VERSION, since
431 the extension is added implicitly.
432 * elfxx-riscv.c: Updated the obsolete comments.
433 (RISCV_UNKNOWN_VERSION): Moved to elfxx-riscv.h.
434 * elfxx-riscv.h (RISCV_UNKNOWN_VERSION): Added.
435
436 2021-04-12 Alan Modra <amodra@gmail.com>
437
438 * elf-bfd.h (ENABLE_CHECKING): Define.
439 (elf_link_hash_lookup): Abort if wrong type of hash table.
440 * configure.ac (--enable-checking): Add support.
441 * config.in: Regenerate.
442 * configure: Regenerate.
443
444 2021-04-12 Alan Modra <amodra@gmail.com>
445
446 * elf-bfd.h (is_elf_hash_table): Convert macro to inline function.
447 (elf_link_hash_lookup, elf_link_hash_traverse): Likewise.
448 (elf_hash_table, elf_hash_table_id): Likewise.
449 * elf32-arm.c (elf32_arm_setup_section_lists): Delete redundant
450 is_elf_hash_table check.
451 * elf32-csky.c (elf32_csky_setup_section_lists): Likewise.
452 * elf32-hppa.c (clobber_millicode_symbols): Correct param types.
453 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
454 * elfnn-ia64.c (elfNN_ia64_global_dyn_info_free: Likewise.
455 (elfNN_ia64_global_dyn_sym_thunk: Likewise.
456 * elf64-ia64-vms.c (elf64_ia64_global_dyn_info_free): Likewise.
457 (elf64_ia64_global_dyn_sym_thunk): Likewise.
458 (elf64_vms_link_add_object_symbols): Pass base type of hash table
459 to is_elf_hash_table.
460 * elflink.c (_bfd_elf_dynamic_symbol_p): Likewise.
461 (_bfd_elf_symbol_refs_local_p, _bfd_elf_add_dynamic_entry): Likewise.
462 (_bfd_elf_strip_zero_sized_dynamic_sections): Likewise.
463 (_bfd_elf_link_check_relocs, elf_link_add_object_symbols): Likewise.
464 (bfd_elf_final_link): Likewise.
465 * elfnn-aarch64.c (elfNN_aarch64_setup_section_lists): Likewise.
466 * elf64-ppc.c (ppc64_elf_set_toc): Likewise. Use bfd_link_hash_lookup.
467
468 2021-04-12 Alan Modra <amodra@gmail.com>
469
470 * elf-bfd.h (struct elf_backend_data): Return bfd_link_hash_entry*
471 from elf_backend_archive_symbol_lookup.
472 (_bfd_elf_archive_symbol_lookup): Return bfd_link_hash_entry*.
473 * elf64-ppc.c (ppc64_elf_archive_symbol_lookup): Likewise. Check
474 we have a ppc_hash_table before accessing ppc_link_hash_entry
475 fields.
476 * elflink.c (_bfd_elf_archive_symbol_lookup): Return
477 bfd_link_hash_entry*.
478 (elf_link_add_archive_symbols): Adjust to suit.
479
480 2021-04-12 Nelson Chu <nelson.chu@sifive.com>
481
482 * elfxx-riscv.c (riscv_parse_std_ext): Fixed the wrong versions of
483 i-ext when expanding g-ext.
484
485 2021-04-12 Nelson Chu <nelson.chu@sifive.com>
486
487 * elfxx-riscv.c (riscv_ext_dont_care_version): Removed.
488 (riscv_parse_add_subset): Always add the implicit extensions, even if
489 their versions are RISCV_UNKNOWN_VERSION.
490 (riscv_parse_std_ext): Delay to add i-ext as the implicit extension
491 in the riscv_parse_add_implicit_subsets. Besides, add g-ext as the
492 implicit extension after it has been expanded.
493 (riscv_parse_add_implicit_subsets): Updated.
494
495 2021-04-12 Nelson Chu <nelson.chu@sifive.com>
496
497 * elfxx-riscv.c (riscv_std_z_ext_strtab): Moved forward.
498 (riscv_std_s_ext_strtab): Likewise.
499 (riscv_std_h_ext_strtab): Likewise.
500 (riscv_std_zxm_ext_strtab): Added for the zxm prefix.
501 (enum riscv_prefix_ext_class): Moved forward and renamed from
502 riscv_isa_ext_class. Reorder them according to the parsing order,
503 since the enum values are used to check the orders in the
504 riscv_compare_subsets.
505 (struct riscv_parse_prefix_config): Moved forward and renamed from
506 riscv_parse_config_t. Also removed the ext_valid_p field, the
507 related functions are replaced by riscv_valid_prefixed_ext.
508 (parse_config): Moved forward and updated. The more letters of the
509 prefix string, the more forward it must be defined. Otherwise, we
510 will get the wrong mapping when using strncmp in riscv_get_prefix_class.
511 (riscv_get_prefix_class): Moved forward. Support to parse the
512 multi-letter prefix, like zxm.
513 (riscv_known_prefixed_ext): New function, check if the prefixed
514 extension is supported according to the right riscv_std_*_ext_strtab.
515 (riscv_valid_prefixed_ext): New function, used to replace the
516 riscv_ext_*_valid_p functions.
517 (riscv_init_ext_order): Do not set the values for prefix keywords
518 since they may have multiple letters for now.
519 (riscv_compare_subsets): Set the order values of prefix keywords
520 to negative numbers according to the riscv_prefix_ext_class.
521 (riscv_parse_std_ext): Call riscv_get_prefix_class to see if we
522 have parsed the prefixed extensions.
523 (riscv_parse_prefixed_ext): Updated and removed the parameter config.
524 Report error when the prefix is unknown.
525 (riscv_parse_subset): Do not parse the prefixed extensions according
526 to the orders in the parse_config. Remove the confused message and
527 let riscv_parse_prefixed_ext to report the details.
528 * elfxx-riscv.h (enum riscv_isa_ext_class): Moved to elfxx-riscv.c.
529 (riscv_get_prefix_class): Removed to static.
530
531 2021-04-08 Mike Frysinger <vapier@gentoo.org>
532
533 * configure.ac (ACX_BUGURL): Use https://.
534 * configure.com (COPY_TEXT): Likewise.
535 * configure: Regenerate.
536
537 2021-04-05 Alan Modra <amodra@gmail.com>
538
539 * configure.ac: Don't check for long long or long double type.
540 Don't check for alloca.h, limits.h, stddef.h, stdlib.h, string.h,
541 strings.h, time.h, wchar.h, wctype.h or sys/time.h. Don't check
542 for strtoull, free, malloc, realloc, getenv, strstr, snprintf,
543 vsnprintf, strlen or setitimer. Sort AC_CHECK_DECLS.
544 (AC_ISC_POSIX): Don't invoke.
545 (AC_HEADER_TIME, AC_HEADER_DIRENT, ACX_HEADER_STRING): Likewise.
546 * sysdep.h: Remove many HAVE_*_H checks and fallback declarations.
547 Do test HAVE_SYS_TYPES_H. Don't include sys/time.h. Reorder
548 header order as per automake AC_INCLUDES_DEFAULT.
549 * bfd-in.h: Include inttypes.h unconditionally.
550 * bfd.c (_bfd_doprnt, _bfd_doprnt_scan): Assume long long and
551 long double are available.
552 (bfd_scan_vma): Assume long long and strtoull are available.
553 * elflink.c: Include limits.h unconditionally.
554 * elfnn-riscv.c: Likewise.
555 * wasm-module.c: Likewise.
556 * hpux-core.c: Include dirent.h unconditionally.
557 * trad-core.c: Likewise.
558 * hosts/x86-64linux.h: Include stdlib.h unconditionally.
559 * peXXigen.c: Remove HAVE_WCHAR_H and HAVE_WCTYPE_H checks.
560 * elf32-m68hc1x.c: Don't include alloca-conf.h.
561 * elf64-hppa.c: Likewise.
562 * som.c: Likewise.
563 * wasm-module.c: Likewise.
564 * xsym.c: Likewise.
565 * bfd-in2.h: Regenerate.
566 * config.in: Regenerate.
567 * configure: Regenerate.
568
569 2021-04-01 Tamar Christina <tamar.christina@arm.com>
570
571 PR ld/26659
572 * cofflink.c (_bfd_coff_generic_relocate_section): Ignore overflow.
573
574 2021-04-01 Martin Liska <mliska@suse.cz>
575
576 * ecoff.c (strneq): Remove strneq and use startswith.
577 (_bfd_ecoff_slurp_armap): Likewise.
578
579 2021-04-01 Martin Liska <mliska@suse.cz>
580
581 * elf-bfd.h (bfd_section_is_ctf): Use startswith function.
582 * elf.c (_bfd_elf_make_section_from_shdr): Likewise.
583 (elf_get_reloc_section): Likewise.
584 * elf32-arc.c (elf_arc_size_dynamic_sections): Likewise.
585 * elf32-m32r.c (m32r_elf_section_flags): Likewise.
586 * elf32-microblaze.c (microblaze_elf_size_dynamic_sections): Likewise.
587 * elf32-nds32.c (nds32_elf_size_dynamic_sections): Likewise.
588 (nds32_elf_relocate_section): Likewise.
589 (nds32_elf_action_discarded): Likewise.
590 (nds32_elf_check_relocs): Likewise.
591 (nds32_elf_section_flags): Likewise.
592 * elf32-or1k.c (or1k_elf_check_relocs): Likewise.
593 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
594 * elf32-rx.c (rx_table_find): Likewise.
595 (rx_table_map): Likewise.
596 * elf32-spu.c (spu_elf_backend_symbol_processing): Likewise.
597 (spu_elf_find_overlays): Likewise.
598 (needs_ovl_stub): Likewise.
599 (allocate_spuear_stubs): Likewise.
600 (build_spuear_stubs): Likewise.
601 (mark_overlay_section): Likewise.
602 (spu_elf_auto_overlay): Likewise.
603 (spu_elf_output_symbol_hook): Likewise.
604 * elf32-tilepro.c (tilepro_elf_size_dynamic_sections): Likewise.
605 * elf32-xtensa.c (xtensa_property_section_name): Likewise.
606 * elf64-ppc.c (ppc64_elf_section_flags): Likewise.
607 (ppc64_elf_relocate_section): Likewise.
608 * elflink.c (resolve_section): Likewise.
609 (UNARY_OP): Likewise.
610 (BINARY_OP_HEAD): Likewise.
611 (elf_link_input_bfd): Likewise.
612 * elfnn-riscv.c (riscv_elf_size_dynamic_sections): Likewise.
613 * elfxx-riscv.c (riscv_parse_subset): Likewise.
614 * elfxx-tilegx.c (tilegx_elf_size_dynamic_sections): Likewise.
615 * opncls.c (get_build_id): Likewise.
616
617 2021-03-31 Alan Modra <amodra@gmail.com>
618
619 PR 27671
620 * bfd-in.h: Don't poison FALSE or TRUE.
621 * bfd-in2.h: Regenerate.
622
623 2021-03-31 Alan Modra <amodra@gmail.com>
624
625 * sysdep.h: POISON_BFD_BOOLEAN: Define.
626 * aix5ppc-core.c, * aout-cris.c, * aout-ns32k.c, * aout-target.h,
627 * aoutx.h, * arc-got.h, * archive.c, * archive64.c, * archures.c,
628 * bfd-in.h, * bfd.c, * bfdwin.c, * binary.c, * cache.c,
629 * coff-alpha.c, * coff-arm.c, * coff-arm.h, * coff-bfd.c,
630 * coff-bfd.h, * coff-go32.c, * coff-i386.c, * coff-ia64.c,
631 * coff-mcore.c, * coff-mips.c, * coff-rs6000.c, * coff-sh.c,
632 * coff-stgo32.c, * coff-tic30.c, * coff-tic4x.c, * coff-tic54x.c,
633 * coff-x86_64.c, * coff-z80.c, * coff-z8k.c, * coff64-rs6000.c,
634 * coffcode.h, * coffgen.c, * cofflink.c, * compress.c,
635 * corefile.c, * cpu-aarch64.c, * cpu-aarch64.h, * cpu-alpha.c,
636 * cpu-arc.c, * cpu-arm.c, * cpu-arm.h, * cpu-avr.c, * cpu-bfin.c,
637 * cpu-bpf.c, * cpu-cr16.c, * cpu-cris.c, * cpu-crx.c,
638 * cpu-csky.c, * cpu-d10v.c, * cpu-d30v.c, * cpu-dlx.c,
639 * cpu-epiphany.c, * cpu-fr30.c, * cpu-frv.c, * cpu-ft32.c,
640 * cpu-h8300.c, * cpu-hppa.c, * cpu-i386.c, * cpu-ia64.c,
641 * cpu-iamcu.c, * cpu-ip2k.c, * cpu-iq2000.c, * cpu-k1om.c,
642 * cpu-l1om.c, * cpu-lm32.c, * cpu-m10200.c, * cpu-m10300.c,
643 * cpu-m32c.c, * cpu-m32r.c, * cpu-m68hc11.c, * cpu-m68hc12.c,
644 * cpu-m68k.c, * cpu-m9s12x.c, * cpu-m9s12xg.c, * cpu-mcore.c,
645 * cpu-mep.c, * cpu-metag.c, * cpu-microblaze.c, * cpu-mips.c,
646 * cpu-mmix.c, * cpu-moxie.c, * cpu-msp430.c, * cpu-mt.c,
647 * cpu-nds32.c, * cpu-nfp.c, * cpu-nios2.c, * cpu-ns32k.c,
648 * cpu-or1k.c, * cpu-pdp11.c, * cpu-pj.c, * cpu-powerpc.c,
649 * cpu-pru.c, * cpu-riscv.c, * cpu-rl78.c, * cpu-rs6000.c,
650 * cpu-rx.c, * cpu-s12z.c, * cpu-s390.c, * cpu-score.c,
651 * cpu-sh.c, * cpu-sparc.c, * cpu-spu.c, * cpu-tic30.c,
652 * cpu-tic4x.c, * cpu-tic54x.c, * cpu-tic6x.c, * cpu-tilegx.c,
653 * cpu-tilepro.c, * cpu-v850.c, * cpu-v850_rh850.c, * cpu-vax.c,
654 * cpu-visium.c, * cpu-wasm32.c, * cpu-xc16x.c, * cpu-xgate.c,
655 * cpu-xstormy16.c, * cpu-xtensa.c, * cpu-z80.c, * cpu-z8k.c,
656 * dwarf1.c, * dwarf2.c, * ecoff-bfd.h, * ecoff.c, * ecofflink.c,
657 * elf-attrs.c, * elf-bfd.h, * elf-eh-frame.c, * elf-hppa.h,
658 * elf-ifunc.c, * elf-m10200.c, * elf-m10300.c, * elf-nacl.c,
659 * elf-nacl.h, * elf-properties.c, * elf-s390-common.c,
660 * elf-s390.h, * elf-strtab.c, * elf-vxworks.c, * elf-vxworks.h,
661 * elf.c, * elf32-am33lin.c, * elf32-arc.c, * elf32-arm.c,
662 * elf32-arm.h, * elf32-avr.c, * elf32-avr.h, * elf32-bfin.c,
663 * elf32-bfin.h, * elf32-cr16.c, * elf32-cr16.h, * elf32-cris.c,
664 * elf32-crx.c, * elf32-csky.c, * elf32-csky.h, * elf32-d10v.c,
665 * elf32-d30v.c, * elf32-dlx.c, * elf32-epiphany.c,
666 * elf32-fr30.c, * elf32-frv.c, * elf32-ft32.c, * elf32-gen.c,
667 * elf32-h8300.c, * elf32-hppa.c, * elf32-hppa.h, * elf32-i386.c,
668 * elf32-ip2k.c, * elf32-iq2000.c, * elf32-lm32.c, * elf32-m32c.c,
669 * elf32-m32r.c, * elf32-m68hc11.c, * elf32-m68hc12.c,
670 * elf32-m68hc1x.c, * elf32-m68hc1x.h, * elf32-m68k.c,
671 * elf32-m68k.h, * elf32-mcore.c, * elf32-mep.c, * elf32-metag.c,
672 * elf32-metag.h, * elf32-microblaze.c, * elf32-mips.c,
673 * elf32-moxie.c, * elf32-msp430.c, * elf32-mt.c, * elf32-nds32.c,
674 * elf32-nios2.c, * elf32-nios2.h, * elf32-or1k.c, * elf32-pj.c,
675 * elf32-ppc.c, * elf32-ppc.h, * elf32-pru.c, * elf32-rl78.c,
676 * elf32-rx.c, * elf32-s12z.c, * elf32-s390.c, * elf32-score.c,
677 * elf32-score.h, * elf32-score7.c, * elf32-sh-relocs.h,
678 * elf32-sh.c, * elf32-sparc.c, * elf32-spu.c, * elf32-spu.h,
679 * elf32-tic6x.c, * elf32-tic6x.h, * elf32-tilegx.c,
680 * elf32-tilepro.c, * elf32-v850.c, * elf32-v850.h,
681 * elf32-vax.c, * elf32-visium.c, * elf32-wasm32.c,
682 * elf32-xc16x.c, * elf32-xgate.c, * elf32-xstormy16.c,
683 * elf32-xtensa.c, * elf32-z80.c, * elf64-alpha.c, * elf64-bpf.c,
684 * elf64-gen.c, * elf64-hppa.c, * elf64-ia64-vms.c,
685 * elf64-mips.c, * elf64-mmix.c, * elf64-nfp.c, * elf64-ppc.c,
686 * elf64-ppc.h, * elf64-s390.c, * elf64-sparc.c,
687 * elf64-tilegx.c, * elf64-x86-64.c, * elfcode.h,
688 * elfcore.h, * elflink.c, * elfn32-mips.c, * elfnn-aarch64.c,
689 * elfnn-ia64.c, * elfnn-riscv.c, * elfxx-aarch64.c,
690 * elfxx-aarch64.h, * elfxx-ia64.c, * elfxx-ia64.h,
691 * elfxx-mips.c, * elfxx-mips.h, * elfxx-riscv.c, * elfxx-riscv.h,
692 * elfxx-sparc.c, * elfxx-sparc.h, * elfxx-target.h,
693 * elfxx-tilegx.c, * elfxx-tilegx.h, * elfxx-x86.c, * elfxx-x86.h,
694 * format.c, * genlink.h, * hash.c, * i386aout.c, * i386lynx.c,
695 * i386msdos.c, * ihex.c, * libaout.h, * libbfd-in.h,
696 * libbfd.c, * libcoff-in.h, * libecoff.h, * libpei.h,
697 * libxcoff.h, * linker.c, * mach-o-aarch64.c, * mach-o-arm.c,
698 * mach-o-i386.c, * mach-o-x86-64.c, * mach-o.c, * mach-o.h,
699 * merge.c, * mmo.c, * netbsd.h, * opncls.c, * pc532-mach.c,
700 * pdp11.c, * pe-arm.c, * pe-i386.c, * pe-mcore.c, * pe-sh.c,
701 * pe-x86_64.c, * peXXigen.c, * pef.c, * pei-arm.c, * pei-i386.c,
702 * pei-ia64.c, * pei-mcore.c, * pei-sh.c, * pei-x86_64.c,
703 * peicode.h, * plugin.c, * plugin.h, * ppcboot.c, * reloc.c,
704 * reloc16.c, * rs6000-core.c, * section.c, * simple.c, * som.c,
705 * som.h, * srec.c, * stabs.c, * syms.c, * targets.c, * tekhex.c,
706 * verilog.c, * vms-alpha.c, * vms-lib.c, * vms-misc.c, * vms.h,
707 * wasm-module.c, * xcofflink.c, * xcofflink.h, * xsym.c,
708 * xsym.h: Replace bfd_boolean with bool, FALSE with false, and
709 TRUE with true throughout.
710 * bfd-in2.h: Regenerate.
711 * libbfd.h: Regenerate.
712 * libcoff.h: Regenerate.
713
714 2021-03-31 Alan Modra <amodra@gmail.com>
715
716 * bfd-in.h: Include stdbool.h.
717 (bfd_boolean): Define as bool
718 * bfd-in2.h: Regenerate.
719
720 2021-03-31 Alan Modra <amodra@gmail.com>
721
722 * .gitignore: Delete bfd_stdint.h entry.
723 * Makefile.am (bfdinclude_HEADERS): Delete bfd_stdint.h.
724 (BUILD_HFILES, LOCAL_H_DEPS): Likewise.
725 * bfd-in.h: Include stdint.h in place of bfd_stdint.h.
726 * configure.ac: Don't invoke GCC_HEADER_STDINT.
727 * configure.com: Don't create bfd_stdint.h.
728 * Makefile.in: Regenerate.
729 * aclocal.m4: Regenerate.
730 * bfd-in2.h: Regenerate.
731 * config.in: Regenerate.
732 * configure: Regenerate.
733 * doc/Makefile.in: Regenerate.
734 * po/BLD-POTFILES.in: Regenerate.
735
736 2021-03-31 Alan Modra <amodra@gmail.com>
737
738 * bfd-in.h: Include string.h.
739 (LITMEMCPY, LITSTRCPY): Delete.
740 * bfd-in2.h: Regenerate.
741
742 2021-03-30 Alan Modra <amodra@gmail.com>
743
744 * elflink.c (elf_link_add_object_symbols): Don't set h->indx
745 unless is_elf_hash_table.
746
747 2021-03-29 Alan Modra <amodra@gmail.com>
748
749 * aoutx.h (aout_link_write_symbols): Don't cast boolean expression
750 to bfd_boolean.
751 * elf32-or1k.c (or1k_set_got_and_rela_sizes): Dont compare booleans
752 against FALSE.
753 * elf32-arc.c (name_for_global_symbol): Don't compare boolean to TRUE.
754 (is_reloc_PC_relative): Don't use "boolean_condition ? TRUE : FALSE".
755 (is_reloc_SDA_relative, is_reloc_for_GOT): Likewise.
756 (is_reloc_for_PLT, is_reloc_for_TLS): Likewise.
757 * elf32-arm.c (stm32l4xx_need_create_replacing_stub): Likewise.
758 * elf32-nds32.c (insert_nds32_elf_blank): Likewise.
759 * elf32-rx.c (rx_set_section_contents): Likewise.
760 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Likewise.
761 * elfxx-mips.c (_bfd_mips_elf_ignore_undef_symbol): Likewise.
762 * mach-o.c (bfd_mach_o_read_command): Likewise.
763 * targets.c (bfd_get_target_info): Likewise.
764
765 2021-03-29 Alan Modra <amodra@gmail.com>
766
767 * coff-z80.c (z80_is_local_label_name): Return bfd_boolean.
768 * elf32-z80.c (z80_is_local_label_name): Likewise.
769 * elf32-spu.c (spu_elf_modify_headers): Likewise.
770 * elf32-nds32.h (struct elf_nds32_link_hash_table <hyper_relax>):
771 Change type to int.
772 * vms-lib.c (_bfd_vms_lib_write_archive_contents): Correct test
773 for error return from vms_write_data_block.
774
775 2021-03-29 Alan Modra <amodra@gmail.com>
776
777 * elf32-i386.c (elf_i386_finish_local_dynamic_symbol): Return int.
778 * elf64-ia64-vms.c (elf64_ia64_local_dyn_info_free): Likewise.
779 (elf64_ia64_local_dyn_sym_thunk): Likewise.
780 * elf64-x86-64.c (elf_x86_64_finish_local_dynamic_symbol): Likewise.
781 * elfnn-aarch64.c (elfNN_aarch64_allocate_local_ifunc_dynrelocs),
782 (elfNN_aarch64_finish_local_dynamic_symbol): Likewise.
783 * elfnn-ia64.c (elfNN_ia64_local_dyn_info_free): Likewise.
784 (elfNN_ia64_local_dyn_sym_thunk): Likewise.
785 * elfnn-riscv.c (allocate_local_ifunc_dynrelocs): Likewise.
786 (riscv_pcrel_reloc_eq): Likewise.
787 (riscv_elf_finish_local_dynamic_symbol): Likewise.
788 * elfxx-sparc.c (allocate_local_dynrelocs): Likewise.
789 (finish_local_dynamic_symbol): Likewise.
790 * elfxx-x86.c (elf_x86_allocate_local_dynreloc): Likewise.
791 * elfxx-mips.c (mips_elf_resolve_got_page_ref): Likewise.
792 (mips_elf_count_got_symbols): Change return type to bfd_boolean.
793
794 2021-03-29 Alan Modra <amodra@gmail.com>
795
796 * elflink.c (elf_link_output_symstrtab): Make flinfo parameter
797 a void pointer.
798 (bfd_elf_final_link): Delete out_sym_func typedef and don't cast
799 elf_link_output_symstrtab when calling output_arch_syms and
800 output_arch_local_syms.
801 * elf-bfd.h (struct elf_backend_data <elf_backend_output_arch_syms,
802 elf_backend_output_arch_local_syms>): Change return type of func
803 arg to match elf_link_output_symstrtab.
804 * elf-vxworks.h (elf_vxworks_link_output_symbol_hook): Correct
805 return type.
806 * elf32-nds32.c (nds32_elf_output_symbol_hook): Correct return type.
807 (nds32_elf_output_arch_syms): Correct func return type.
808
809 2021-03-29 Alan Modra <amodra@gmail.com>
810
811 * elf-m10200.c (mn10200_elf_relocate_section): Return int.
812 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
813 * elf32-arc.c (elf_arc_relocate_section): Likewise.
814 * elf32-arm.c (elf32_arm_relocate_section): Likewise.
815 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
816 * elf32-bfin.c (bfin_relocate_section): Likewise.
817 (bfinfdpic_relocate_section): Likewise.
818 * elf32-cr16.c (elf32_cr16_relocate_section): Likewise.
819 * elf32-cris.c (cris_elf_relocate_section): Likewise.
820 * elf32-crx.c (elf32_crx_relocate_section): Likewise.
821 * elf32-csky.c (csky_elf_relocate_section): Likewise.
822 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
823 * elf32-epiphany.c (epiphany_elf_relocate_section): Likewise.
824 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
825 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
826 * elf32-ft32.c (ft32_elf_relocate_section): Likewise.
827 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
828 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
829 * elf32-i386.c (elf_i386_relocate_section): Likewise.
830 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
831 * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
832 * elf32-lm32.c (lm32_elf_relocate_section): Likewise.
833 * elf32-m32c.c (m32c_elf_relocate_section): Likewise.
834 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
835 * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Likewise.
836 * elf32-m68hc1x.h (elf32_m68hc11_relocate_section): Likewise.
837 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
838 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
839 * elf32-mep.c (mep_elf_relocate_section): Likewise.
840 * elf32-metag.c (elf_metag_relocate_section): Likewise.
841 * elf32-microblaze.c (microblaze_elf_relocate_section): Likewise.
842 * elf32-moxie.c (moxie_elf_relocate_section): Likewise.
843 * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
844 * elf32-mt.c (mt_elf_relocate_section): Likewise.
845 * elf32-nds32.c (nds32_elf_relocate_section): Likewise.
846 * elf32-nios2.c (nios2_elf32_relocate_section): Likewise.
847 * elf32-or1k.c (or1k_elf_relocate_section): Likewise.
848 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
849 * elf32-pru.c (pru_elf32_relocate_section): Likewise.
850 * elf32-rl78.c (rl78_elf_relocate_section): Likewise.
851 * elf32-rx.c (rx_elf_relocate_section): Likewise.
852 * elf32-s390.c (elf_s390_relocate_section): Likewise.
853 * elf32-score.c (s3_bfd_score_elf_relocate_section): Likewise.
854 (_bfd_score_elf_relocate_section): Likewise.
855 * elf32-score.h (s7_bfd_score_elf_relocate_section): Likewise.
856 * elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise.
857 * elf32-sh.c (sh_elf_relocate_section): Likewise.
858 * elf32-tic6x.c (elf32_tic6x_relocate_section): Likewise.
859 * elf32-tilepro.c (tilepro_elf_relocate_section): Likewise.
860 * elf32-v850.c (v850_elf_relocate_section): Likewise.
861 * elf32-vax.c (elf_vax_relocate_section): Likewise.
862 * elf32-visium.c (visium_elf_relocate_section): Likewise.
863 * elf32-xc16x.c (elf32_xc16x_relocate_section): Likewise.
864 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
865 * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
866 * elf32-z80.c (z80_elf_relocate_section): Likewise.
867 * elf64-alpha.c (elf64_alpha_relocate_section_r): Likewise.
868 (elf64_alpha_relocate_section): Likewise.
869 * elf64-bpf.c (bpf_elf_relocate_section): Likewise.
870 * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
871 * elf64-ia64-vms.c (elf64_ia64_relocate_section): Likewise.
872 * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
873 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
874 * elf64-s390.c (elf_s390_relocate_section): Likewise.
875 * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
876 * elfnn-aarch64.c (elfNN_aarch64_relocate_section): Likewise.
877 * elfnn-ia64.c (elfNN_ia64_relocate_section): Likewise.
878 * elfnn-riscv.c (riscv_elf_relocate_section): Likewise.
879 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
880 * elfxx-mips.h (_bfd_mips_elf_relocate_section): Likewise.
881 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Likewise.
882 * elfxx-sparc.h (_bfd_sparc_elf_relocate_section): Likewise.
883 * elfxx-tilegx.c (tilegx_elf_relocate_section): Likewise.
884 * elfxx-tilegx.h (tilegx_elf_relocate_section): Likewise.
885
886 2021-03-26 Keith Seitz <keiths@redhat.com>
887
888 * elfcore.h (_bfd_elf_core_find_build_id): Seek file
889 offset of program headers after calling elf_read_notes.
890
891 2021-03-23 Jan Beulich <jbeulich@suse.com>
892
893 * dwarf2.c (read_indexed_string): Rename index to idx.
894
895 2021-03-22 Martin Liska <mliska@suse.cz>
896
897 * bfd-in.h (startswith): Add startswith function.
898 (CONST_STRNEQ): Remove.
899 * bfd-in2.h (startswith): Regenerate with make headers.
900 * archive.c (bfd_slurp_armap): Replace usage of CONST_STRNEQ with startswith.
901 (_bfd_slurp_extended_name_table): Likewise.
902 * archive64.c (_bfd_archive_64_bit_slurp_armap): Likewise.
903 * bfd.c (bfd_get_sign_extend_vma): Likewise.
904 (bfd_convert_section_size): Likewise.
905 (bfd_convert_section_contents): Likewise.
906 * coff-stgo32.c (go32exe_create_stub): Likewise.
907 (go32exe_check_format): Likewise.
908 * coffcode.h (styp_to_sec_flags): Likewise.
909 (GNU_DEBUGALTLINK): Likewise.
910 * coffgen.c (_bfd_coff_section_already_linked): Likewise.
911 (coff_gc_sweep): Likewise.
912 (bfd_coff_gc_sections): Likewise.
913 * cofflink.c (coff_link_add_symbols): Likewise.
914 (process_embedded_commands): Likewise.
915 * compress.c (bfd_is_section_compressed_with_header): Likewise.
916 (bfd_init_section_decompress_status): Likewise.
917 * dwarf2.c (find_debug_info): Likewise.
918 (place_sections): Likewise.
919 * ecoff.c (_bfd_ecoff_slurp_armap): Likewise.
920 * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
921 * elf.c (_bfd_elf_make_section_from_shdr): Likewise.
922 (assign_section_numbers): Likewise.
923 (elfcore_grok_win32pstatus): Likewise.
924 * elf32-arm.c (cmse_scan): Likewise.
925 (elf32_arm_gc_mark_extra_sections): Likewise.
926 (elf32_arm_size_dynamic_sections): Likewise.
927 (is_arm_elf_unwind_section_name): Likewise.
928 * elf32-bfin.c (bfin_size_dynamic_sections): Likewise.
929 * elf32-cr16.c (_bfd_cr16_elf_size_dynamic_sections): Likewise.
930 * elf32-cris.c (elf_cris_size_dynamic_sections): Likewise.
931 * elf32-csky.c (csky_elf_size_dynamic_sections): Likewise.
932 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
933 * elf32-iq2000.c (iq2000_elf_check_relocs): Likewise.
934 * elf32-lm32.c (lm32_elf_size_dynamic_sections): Likewise.
935 * elf32-m32r.c (m32r_elf_size_dynamic_sections): Likewise.
936 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
937 * elf32-metag.c (elf_metag_size_dynamic_sections): Likewise.
938 * elf32-msp430.c (msp430_elf_relax_delete_bytes): Likewise.
939 * elf32-nios2.c (nios2_elf32_size_dynamic_sections): Likewise.
940 * elf32-or1k.c (or1k_elf_size_dynamic_sections): Likewise.
941 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
942 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
943 * elf32-score.c (s3_bfd_score_elf_size_dynamic_sections): Likewise.
944 * elf32-score7.c (s7_bfd_score_elf_size_dynamic_sections): Likewise.
945 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
946 * elf32-tic6x.c (is_tic6x_elf_unwind_section_name): Likewise.
947 (elf32_tic6x_size_dynamic_sections): Likewise.
948 * elf32-vax.c (elf_vax_size_dynamic_sections): Likewise.
949 * elf32-xtensa.c (elf_xtensa_size_dynamic_sections): Likewise.
950 (xtensa_is_insntable_section): Likewise.
951 (xtensa_is_littable_section): Likewise.
952 (xtensa_is_proptable_section): Likewise.
953 (xtensa_property_section_name): Likewise.
954 (xtensa_callback_required_dependence): Likewise.
955 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
956 * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
957 * elf64-ia64-vms.c (is_unwind_section_name): Likewise.
958 (get_reloc_section): Likewise.
959 (elf64_ia64_size_dynamic_sections): Likewise.
960 (elf64_ia64_object_p): Likewise.
961 * elf64-mmix.c (mmix_elf_add_symbol_hook): Likewise.
962 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Likewise.
963 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
964 * elflink.c (elf_link_add_object_symbols): Likewise.
965 (_bfd_elf_gc_mark_extra_sections): Likewise.
966 (bfd_elf_parse_eh_frame_entries): Likewise.
967 (_bfd_elf_section_already_linked): Likewise.
968 * elfnn-aarch64.c (elfNN_aarch64_size_dynamic_sections): Likewise.
969 * elfnn-ia64.c (is_unwind_section_name): Likewise.
970 (elfNN_ia64_size_dynamic_sections): Likewise.
971 (elfNN_ia64_object_p): Likewise.
972 * elfxx-mips.c (FN_STUB_P): Likewise.
973 (CALL_STUB_P): Likewise.
974 (CALL_FP_STUB_P): Likewise.
975 (_bfd_mips_elf_section_from_shdr): Likewise.
976 (_bfd_mips_elf_fake_sections): Likewise.
977 (_bfd_mips_elf_size_dynamic_sections): Likewise.
978 (_bfd_mips_final_write_processing): Likewise.
979 (_bfd_mips_elf_final_link): Likewise.
980 * elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Likewise.
981 * elfxx-x86.c (elf_i386_is_reloc_section): Likewise.
982 (elf_x86_64_is_reloc_section): Likewise.
983 * hpux-core.c (thread_section_p): Likewise.
984 * libcoff.h (bfd_pei_p): Likewise.
985 * linker.c (REAL): Likewise.
986 (unwrap_hash_lookup): Likewise.
987 (_bfd_generic_link_add_one_symbol): Likewise.
988 * mmo.c (mmo_internal_write_section): Likewise.
989 * osf-core.c (osf_core_core_file_p): Likewise.
990 * pef.c (bfd_pef_print_symbol): Likewise.
991 * pei-x86_64.c (pex64_print_all_pdata_sections): Likewise.
992 * som.c (som_slurp_symbol_table): Likewise.
993 (som_slurp_armap): Likewise.
994 * wasm-module.c (wasm_compute_custom_section_file_position): Likewise.
995
996 2021-03-22 Jan Beulich <jbeulich@suse.com>
997
998 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Add missing
999 language translation wrapping to _bfd_error_handler()
1000 invocations.
1001
1002 2021-03-21 Alan Modra <amodra@gmail.com>
1003
1004 * bfd-in.h (startswith): New inline.
1005 (CONST_STRNEQ): Use startswith.
1006 * bfd-in2.h: Regenerate.
1007
1008 2021-03-20 Alan Modra <amodra@gmail.com>
1009
1010 PR 27590
1011 * elf.c (_bfd_elf_make_section_from_shdr): Remove SHF_EXCLUDE
1012 test for .gnu.debuglto*.
1013
1014 2021-03-18 H.J. Lu <hongjiu.lu@intel.com>
1015
1016 PR ld/27590
1017 * elf.c (_bfd_elf_make_section_from_shdr): Treat
1018 .gnu.debuglto_.debug_ section as debugging section unless it is
1019 marked with SHF_EXCLUDE.
1020 * elflink.c (elf_create_symbuf): Revert commit 994b2513281.
1021 (bfd_elf_match_symbols_in_sections): Ignore section symbols when
1022 matching non-debugging sections or linkonce section with comdat
1023 section.
1024
1025 2021-03-18 H.J. Lu <hongjiu.lu@intel.com>
1026
1027 PR ld/27587
1028 * dwarf2.c (read_attribute_value): Check version >= 3 for
1029 DW_FORM_ref_addr.
1030
1031 2021-03-16 Nick Clifton <nickc@redhat.com>
1032
1033 * peXXigen.c (_bfd_XXi_swap_aux_out): Avoid potential buffer
1034 overrun by using sizeof of the destination x_fname field as the
1035 limit for a memcpy.
1036
1037 2021-03-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1038
1039 * elfxx-riscv.c (riscv_std_z_ext_strtab): Add zba, zbb and zbc.
1040
1041 2021-03-12 Clément Chigot <clement.chigot@atos.net>
1042
1043 * reloc.c (BFD_RELOC_PPC_TLS_LE, BFD_RELOC_PPC_TLS_IE,
1044 BFD_RELOC_PPC_TLS_M, BFD_RELOC_PPC_TLS_ML, BFD_RELOC_PPC64_TLS_GD,
1045 BFD_RELOC_PPC64_TLS_LD, BFD_RELOC_PPC64_TLS_LE,
1046 BFD_RELOC_PPC64_TLS_IE, BFD_RELOC_PPC64_TLS_M,
1047 BFD_RELOC_PPC64_TLS_ML): New relocations.
1048 * bfd-in2.h: Regenerate.
1049 * libbfd.h: Regenerate.
1050 * coff-rs6000.c (xcoff_calculate_relocation): Call
1051 xcoff_reloc_type_tls for TLS relocations.
1052 (xcoff_howto_table): Implement TLS relocations.
1053 (_bfd_xcoff_reloc_type_lookup): Add cases TLS relocations.
1054 (xcoff_reloc_type_tls): New function.
1055 * coff64-rs6000.c (xcoff_calculate_relocation): Likewise.
1056 (xcoff_howto_table): Likewise.
1057 (_bfd_xcoff_reloc_type_lookup): Likewise.
1058 * coffcode.h (sec_to_styp_flags): Handle TLS sections.
1059 (styp_to_sec_flags): Likewise.
1060 (coff_compute_section_file_positions): Avoid file offset
1061 optimisation for .data when the previous section is .tdata.
1062 (coff_write_object_contents): Handle TLS sections.
1063 * coffswap.h (coff_swap_aouthdr_out): Add support for
1064 new fields in aouthdr.
1065 * libxcoff.h (xcoff_reloc_type_tls): Add prototype.
1066 * xcofflink.c (xcoff_link_add_symbols): Handle XMC_UL.
1067 (xcoff_need_ldrel_p): Add cases for TLS relocations.
1068 (xcoff_create_ldrel): Add l_symndx for TLS sections.
1069
1070 2021-03-12 Clément Chigot <clement.chigot@atos.net>
1071
1072 * reloc.c (BFD_RELOC_PPC_TOC16_HI, BFD_RELOC_PPC_TOC16_LO):
1073 New relocations.
1074 * bfd-in2.h: Regenerate.
1075 * libbfd.h: Regenerate.
1076 * coff-rs6000.c (xcoff_calculate_relocation): Call
1077 xcoff_reloc_type_toc for R_TOCU and R_TOCL.
1078 (xcoff_howto_table): Remove src_mask for TOC relocations.
1079 Add R_TOCU and R_TOCL howtos.
1080 (_bfd_xcoff_reloc_type_lookup): Add cases for
1081 BFD_RELOC_PPC_TOC16_HI and BFD_RELOC_PPC_TOC16_LO.
1082 (xcoff_reloc_type_toc): Compute the whole offset.
1083 Implement R_TOCU and R_TOCL.
1084 * coff64-rs6000.c (xcoff64_calculate_relocation):
1085 Likewise.
1086 (xcoff64_howto_table): Likewise.
1087 (xcoff64_reloc_type_lookup): Likewise.
1088
1089 2021-03-12 Clément Chigot <clement.chigot@atos.net>
1090
1091 * coff-rs6000.c (xcoff_calculate_relocation): Correct and
1092 add new relocations.
1093 (xcoff_howto_table): Likewise.
1094 (xcoff_rtype2howto): Increase r_type maximum value.
1095 (xcoff_ppc_relocate_section): Reuse predefined HOWTOs instead
1096 of create a new one from scratch. Enable only some relocations
1097 to have a changing r_size.
1098 * coff64-rs6000.c (xcoff64_calculate_relocation): Likewise.
1099 (xcoff64_howto_table): Likewise.
1100 (xcoff64_rtype2howto): Likewise.
1101 (xcoff64_ppc_relocate_section): Likewise.
1102 * libxcoff.h (XCOFF_MAX_CALCULATE_RELOCATION): Fix value.
1103
1104 2021-03-12 Clément Chigot <clement.chigot@atos.net>
1105
1106 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Move.
1107
1108 2021-03-12 Clément Chigot <clement.chigot@atos.net>
1109
1110 * coff64-rs6000.c (xcoff64_write_object_contents): Remove.
1111 * coffcode.h (coff_write_object_contents): Add bfd_mach_ppc_620
1112 support for o_cputype field. Avoid creating an empty a.out header
1113 for XCOFF64.
1114
1115 2021-03-12 Clément Chigot <clement.chigot@atos.net>
1116
1117 * coff64-rs6000.c (xcoff64_create_csect_from_smclas): Add
1118 missing smclass.
1119
1120 2021-03-11 Nelson Chu <nelson.chu@sifive.com>
1121
1122 * elfnn-riscv.c (riscv_elf_link_hash_table): New boolean
1123 restart_relax, used to check if we need to run the whole
1124 relaxations from relax pass 0 to 2 again.
1125 (riscv_elf_link_hash_table_create): Init restart_relax to FALSE.
1126 (_bfd_riscv_relax_align): Remove obsolete sec_flg0 set.
1127 (_bfd_riscv_relax_delete): Set again to TRUE if we do delete the code.
1128 (bfd_elfNN_riscv_restart_relax_sections): New function. Called by
1129 after_allocation to check if we need to run the whole relaxations again.
1130 (_bfd_riscv_relax_section): We will only enter into the relax pass 3
1131 when the restart_relax is FALSE; At last set restart_relax to TRUE if
1132 again is TRUE, too.
1133 * elfxx-riscv.h (bfd_elf32_riscv_restart_relax_sections): Declaration.
1134 (bfd_elf64_riscv_restart_relax_sections): Likewise.
1135
1136 2021-03-10 Jan Beulich <jbeulich@suse.com>
1137
1138 * cofflink.c (_bfd_coff_write_global_sym): Range-check symbol
1139 offset.
1140
1141 2021-03-10 Alan Modra <amodra@gmail.com>
1142 Jan Beulich <jbeulich@suse.com>
1143
1144 * elf.c (bfd_elf_generic_reloc): Make references between debug
1145 sections use section relative values.
1146
1147 2021-03-09 Jan Beulich <jbeulich@suse.com>
1148
1149 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Diagnose out of range RVA.
1150
1151 2021-03-05 H.J. Lu <hongjiu.lu@intel.com>
1152
1153 PR ld/27425
1154 PR ld/27432
1155 * bfd.c (_bfd_get_link_info): New function.
1156 * elf-bfd.h (output_elf_obj_tdata): Add link_info.
1157 (elf_link_info): New.
1158 * libbfd-in.h (_bfd_get_link_info): New prototype.
1159 * coff-x86_64.c (coff_amd64_reloc): Also subtract __ImageBase for
1160 R_AMD64_IMAGEBASE when generating x86-64 ELF executable.
1161 * pe-x86_64.c: Include "coff/internal.h" and "libcoff.h".
1162 (pex64_link_add_symbols): New function.
1163 (coff_bfd_link_add_symbols): New macro.
1164 * libbfd.h: Regenerated.
1165
1166 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
1167 Andrew Burgess <andrew.burgess@embecosm.com>
1168
1169 * elf-bfd.h (elfcore_write_riscv_csr): Declare.
1170 * elf.c (elfcore_grok_riscv_csr): New function.
1171 (elfcore_grok_note): Handle NT_RISCV_CSR.
1172 (elfcore_write_riscv_csr): New function.
1173 (elfcore_write_register_note): Handle '.reg-riscv-csr'.
1174
1175 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
1176 Andrew Burgess <andrew.burgess@embecosm.com>
1177
1178 * elfnn-riscv.c (PRPSINFO_PR_FNAME_LENGTH): Define.
1179 (PRPSINFO_PR_PSARGS_LENGTH): Define.
1180 (riscv_write_core_note): New function.
1181 (riscv_elf_grok_psinfo): Make use of two new length defines.
1182 (elf_backend_write_core_note): Define.
1183
1184 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
1185 Andrew Burgess <andrew.burgess@embecosm.com>
1186
1187 * elf-bfd.h (elfcore_write_gdb_tdesc): Declare new function.
1188 * elf.c (elfcore_grok_gdb_tdesc): New function.
1189 (elfcore_grok_note): Handle NT_GDB_TDESC.
1190 (elfcore_write_gdb_tdesc): New function.
1191 (elfcore_write_register_note): Handle NT_GDB_TDESC.
1192
1193 2021-03-05 Nick Clifton <nickc@redhat.com>
1194
1195 PR 27521
1196 * dwarf2.c (is_str_attr): Add DW_FORM_strx* forms.
1197 (read_indexed_string): Placeholder function.
1198 (read_attribute_value): Handle DW_FORM_strx* and DW_FORM_addrx*
1199 forms.
1200
1201 2021-03-05 Alan Modra <amodra@gmail.com>
1202
1203 * reloc.c (bfd_perform_relocation): Revert 2021-01-12 and
1204 2020-09-16 changes.
1205 * coff-x86_64.c (coff_amd64_reloc): Do more or less the same
1206 adjustments here instead. Separate pc-relative adjustments
1207 from symbol related adjustments. Tidy comments and formatting.
1208
1209 2021-03-04 Jan Beulich <jbeulich@suse.com>
1210
1211 * coffcode.h (sec_to_styp_flags): Don't set IMAGE_SCN_LNK_* in
1212 final PE images.
1213
1214 2021-03-04 Alan Modra <amodra@gmail.com>
1215
1216 * rs6000-core.c (rs6000coff_core_p): Correct prototype.
1217
1218 2021-03-03 Alan Modra <amodra@gmail.com>
1219
1220 PR 27500
1221 * elflink.c (_bfd_elf_gc_mark_rsec): Do special start/stop
1222 processing not when start/stop symbol section is unmarked but
1223 on first time a start/stop symbol is processed.
1224
1225 2021-03-03 Alan Modra <amodra@gmail.com>
1226
1227 * reloc.c: Include x86_64.h rather than internal.h.
1228
1229 2021-03-02 Nick Clifton <nickc@redhat.com>
1230
1231 PR 27484
1232 * dwarf2.c (scan_unit_for_symbols): Scan twice, once to accumulate
1233 function and variable tags and a second time to resolve their
1234 attributes.
1235
1236 2021-03-02 Nick Alcock <nick.alcock@oracle.com>
1237
1238 * elf-strtab.c (_bfd_elf_strtab_str): Skip strings with zero refcount.
1239
1240 2021-03-02 Alan Modra <amodra@gmail.com>
1241
1242 PR 27451
1243 * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Ignore synthesized
1244 linker defined start/stop symbols when start_stop_gc.
1245
1246 2021-03-02 Alan Modra <amodra@gmail.com>
1247
1248 * elf64-ppc.c (ppc64_elf_relocate_section): Don't optimise got
1249 indirect to pc-relative or toc-relative for undefined symbols.
1250
1251 2021-03-01 Alan Modra <amodra@gmail.com>
1252 Fangrui Song <maskray@google.com>
1253
1254 * elflink.c (_bfd_elf_gc_mark_rsec): Ignore synthesized linker
1255 defined start/stop symbols when start_stop_gc.
1256 (bfd_elf_gc_mark_dynamic_ref_symbol): Likewise.
1257 (bfd_elf_define_start_stop): Don't modify ldscript_def syms.
1258 * linker.c (bfd_generic_define_start_stop): Likewise.
1259
1260 2021-02-25 Alan Modra <amodra@gmail.com>
1261
1262 PR 27441
1263 * elf-bfd.h (struct elf_link_hash_entry): Add ref_ir_nonweak.
1264 * elflink.c (elf_link_add_object_symbols): Set ref_ir_nonweak and
1265 use when deciding an as-needed library should be loaded instead
1266 of using the binding of the library definition.
1267
1268 2021-02-24 Alan Modra <amodra@gmail.com>
1269
1270 PR 27459
1271 * coff-stgo32.c (go32exe_check_format): Sanity check size of
1272 header to avoid a buffer overflow.
1273
1274 2021-02-22 Alan Modra <amodra@gmail.com>
1275
1276 * coff-rs6000.c (_bfd_xcoff_reloc_type_lookup): Remove BFD_RELOC_16.
1277 * coff64-rs6000.c (xcoff64_reloc_type_lookup): Likewise.
1278
1279 2021-02-19 Nelson Chu <nelson.chu@sifive.com>
1280
1281 PR 27158
1282 * elfnn-riscv.c (perform_relocation): Updated encoding macros.
1283 (_bfd_riscv_relax_call): Likewise.
1284 (_bfd_riscv_relax_lui): Likewise.
1285 * elfxx-riscv.c (howto_table): Likewise.
1286
1287 2021-02-18 Nelson Chu <nelson.chu@sifive.com>
1288
1289 * Makefile.am: Added cpu-riscv.h.
1290 * Makefile.in: Regenerated.
1291 * po/SRC-POTFILES.in: Regenerated.
1292 * cpu-riscv.h: Added to support spec versions controlling.
1293 Also added extern arrays and functions for cpu-riscv.c.
1294 (enum riscv_spec_class): Define all spec classes here uniformly.
1295 (struct riscv_spec): Added for all specs.
1296 (RISCV_GET_SPEC_CLASS): Added to reduce repeated code.
1297 (RISCV_GET_SPEC_NAME): Likewise.
1298 (RISCV_GET_ISA_SPEC_CLASS): Added to get ISA spec class.
1299 (RISCV_GET_PRIV_SPEC_CLASS): Added to get privileged spec class.
1300 (RISCV_GET_PRIV_SPEC_NAME): Added to get privileged spec name.
1301 * cpu-riscv.c (struct priv_spec_t): Replaced with struct riscv_spec.
1302 (riscv_get_priv_spec_class): Replaced with RISCV_GET_PRIV_SPEC_CLASS.
1303 (riscv_get_priv_spec_name): Replaced with RISCV_GET_PRIV_SPEC_NAME.
1304 (riscv_priv_specs): Moved below.
1305 (riscv_get_priv_spec_class_from_numbers): Likewise, updated.
1306 (riscv_isa_specs): Moved from include/opcode/riscv.h.
1307 * elfnn-riscv.c: Included cpu-riscv.h.
1308 (riscv_merge_attributes): Initialize in_priv_spec and out_priv_spec.
1309 * elfxx-riscv.c: Included cpu-riscv.h and opcode/riscv.h.
1310 (RISCV_UNKNOWN_VERSION): Moved from include/opcode/riscv.h.
1311 * elfxx-riscv.h: Removed extern functions to cpu-riscv.h.
1312
1313 2021-02-17 Alan Modra <amodra@gmail.com>
1314
1315 * wasm-module.c: Guard include of limits.h.
1316 (CHAR_BIT): Provide backup define.
1317 (wasm_read_leb128): Use CHAR_BIT to size "result" in bits.
1318 Correct signed overflow checking.
1319
1320 2021-02-17 Nelson Chu <nelson.chu@sifive.com>
1321
1322 PR 27200
1323 * elfnn-riscv.c (_bfd_riscv_elf_merge_private_bfd_data): Delay
1324 copying the elf flags from input BFD to output BFD, until we have
1325 checked if the input BFD has no code section or not. Also fix the
1326 problem that we only check the first section rather than the entire
1327 sections for input BFD.
1328
1329 2021-02-16 Alan Modra <amodra@gmail.com>
1330
1331 * libbfd.c (_bfd_read_unsigned_leb128): Avoid excessive shift.
1332 (_bfd_safe_read_leb128, _bfd_read_signed_leb128): Likewise.
1333
1334 2021-02-15 Jan Beulich <jbeulich@suse.com>
1335
1336 * doc/Makefile.am: Replace "cp -p" by "$(LN_S)".
1337 * doc/Makefile.in: Re-generate.
1338
1339 2021-02-15 Alan Modra <amodra@gmail.com>
1340
1341 * elf32-nds32.c (nds32_get_section_contents): Replace
1342 bfd_malloc_and_get_section with bfd_get_full_section_contents.
1343 (nds32_elf_relax_delete_blanks): Init contents.
1344 (nds32_elf_relax_section, nds32_relax_fp_as_gp): Likewise.
1345
1346 2021-02-15 Alan Modra <amodra@gmail.com>
1347
1348 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Use
1349 bfd_get_full_section_contents.
1350
1351 2021-02-14 Alan Modra <amodra@gmail.com>
1352
1353 * elfxx-mips.c (_bfd_elf_mips_get_relocated_section_contents): Apply
1354 all fixes to bfd_generic_get_relocated_section_contents since this
1355 function was split out.
1356
1357 2021-02-11 Alan Modra <amodra@gmail.com>
1358
1359 * config.bfd: Remove ia64 from obsolete list.
1360
1361 2021-02-11 Alan Modra <amodra@gmail.com>
1362
1363 PR ld/22269
1364 * elfnn-ia64.c: Revert 2017-10-14 git commit db41f6eb5234.
1365
1366 2021-02-11 Alan Modra <amodra@gmail.com>
1367
1368 PR 27294
1369 * elf32-avr.c (avr_elf32_load_records_from_section): Use
1370 bfd_malloc_and_get_section. Use bfd_byte* vars and remove then
1371 unnecessary casts.
1372
1373 2021-02-11 Alan Modra <amodra@gmail.com>
1374
1375 PR 27291
1376 * section.c (bfd_get_section_contents): Avoid possible overflow
1377 when range checking offset and count.
1378 (bfd_set_section_contents): Likewise.
1379
1380 2021-02-03 Nick Alcock <nick.alcock@oracle.com>
1381
1382 * configure.ac (SHARED_LIBADD): Remove explicit -lintl population in
1383 favour of LIBINTL.
1384 * configure: Regenerated.
1385
1386 2021-02-09 Alan Modra <amodra@gmail.com>
1387
1388 * config.bfd (arm*-*-symbianelf*): Move from obsolete to removed.
1389 * configure.ac: Delete symbian entries.
1390 * elf-bfd.h (enum elf_target_os): Delete is_symbian.
1391 * elf32-arm.c: Remove symbian support. Formatting.
1392 * targets.c: Delete symbian entries.
1393 * configure: Regenerate.
1394
1395 2021-02-04 H.J. Lu <hongjiu.lu@intel.com>
1396
1397 PR ld/19609
1398 * elf64-x86-64.c (elf_x86_64_relocate_section): Provide more
1399 info when failed to convert GOTPCREL relocation.
1400
1401 2021-02-04 Nelson Chu <nelson.chu@sifive.com>
1402
1403 * elfxx-riscv.c (riscv_parse_prefixed_ext): Removed zb*.
1404
1405 2021-02-04 Alan Modra <amodra@gmail.com>
1406
1407 PR 27311
1408 * elflink.c (elf_link_add_object_symbols): Don't pull in as-needed
1409 libraries for IR references on pass over libraries after LTO
1410 recompilation.
1411
1412 2021-02-03 Alan Modra <amodra@gmail.com>
1413
1414 PR 27311
1415 * elflink.c (_bfd_elf_add_default_symbol): Revert last two changes.
1416 (elf_link_add_object_symbols): Here too. Don't pull in as-needed
1417 libraries when H is an indirect symbol after calling
1418 _bfd_elf_add_default_symbol.
1419
1420 2021-02-03 Alan Modra <amodra@gmail.com>
1421
1422 PR 27311
1423 * elflink.c (_bfd_elf_add_default_symbol): Clear override when
1424 undecorated symbol will have a different version.
1425
1426 2021-02-02 Alan Modra <amodra@gmail.com>
1427
1428 PR 27311
1429 * elflink.c (_bfd_elf_add_default_symbol): Add override parameter.
1430 Use when handling default versioned symbol. Rename existing
1431 override variable to nondef_override and use for non-default
1432 versioned symbol.
1433 (elf_link_add_object_symbols): Adjust call to suit. Don't
1434 pull in as-needed libraries when override is set.
1435
1436 2021-02-01 Emery Hemingway <ehmry@posteo.net>
1437
1438 * config.bfd: Add *-*-genode* as a target for AArch64 and x86.
1439
1440 2021-02-01 Egor Vishnyakov <lenvampir@yandex.ru>
1441
1442 PR 27254
1443 * elf32-rl78.c (rl78_elf_relocate_section): Fix calculation of
1444 offset for the R_RL78_RH_SADDR relocation.
1445
1446 2021-01-29 Alan Modra <amodra@gmail.com>
1447
1448 PR 27271
1449 * elflink.c (bfd_elf_link_record_dynamic_symbol): Don't segfault
1450 on symbols defined in absolute or other special sections.
1451
1452 2021-01-28 Alan Modra <amodra@gmail.com>
1453
1454 PR 27259
1455 * elflink.c (_bfd_elf_gc_mark_extra_sections): Use linker_mark to
1456 prevent endless looping of linked-to sections.
1457
1458 2020-12-17 Mihails Strasuns <mihails.strasuns@intel.com>
1459
1460 * bfd-elf.h (elfcore_write_file_note): New function.
1461 * elf.c (elfcore_write_file_note): New function.
1462
1463 2021-01-26 Alan Modra <amodra@gmail.com>
1464
1465 * elf32-ft32.c (ft32_reloc_type_lookup): Don't miss ft32_reloc_map[0].
1466
1467 2021-01-24 H.J. Lu <hongjiu.lu@intel.com>
1468
1469 PR binutils/27231
1470 * dwarf2.c (read_rnglists): Ignore empty range when parsing line
1471 number tables.
1472
1473 2021-01-23 H.J. Lu <hongjiu.lu@intel.com>
1474
1475 PR binutils/27231
1476 * dwarf2.c (read_rnglists): Advance rngs_ptr after
1477 _bfd_safe_read_leb128 when parsing DW_RLE_offset_pair.
1478
1479 2021-01-20 Alan Modra <amodra@gmail.com>
1480
1481 * elf32-ppc.c: Delete outdated comment.
1482 (TARGET_KEEP_UNUSED_SECTION_SYMBOLS): Define.
1483 * elf64-ppc.c (TARGET_KEEP_UNUSED_SECTION_SYMBOLS): Define.
1484
1485 2021-01-20 Alan Modra <amodra@gmail.com>
1486
1487 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Don't assume
1488 section symbols are present.
1489
1490 2021-01-19 Alan Modra <amodra@gmail.com>
1491
1492 * elf64-ppc.c (elf_hash_entry): New inline function. Use
1493 throughout to replace casts.
1494 (branch_reloc_hash_match): Remove const from params.
1495 (use_local_plt): New function.
1496 (allocate_dynrelocs, ppc_build_one_stub, ppc_size_one_stub),
1497 (build_global_entry_stubs_and_plt, ppc64_elf_relocate_section):
1498 Use use_local_plt.
1499 * elf32-ppc.c (use_local_plt): New function.
1500 (allocate_dynrelocs, ppc_elf_relocate_section),
1501 (write_global_sym_plt): Use use_local_plt.
1502
1503 2021-01-17 H.J. Lu <hongjiu.lu@intel.com>
1504
1505 PR ld/27193
1506 * elflink.c (elf_create_symbuf): Also ignore section symbols.
1507
1508 2021-01-16 H.J. Lu <hongjiu.lu@intel.com>
1509
1510 PR ld/23169
1511 * elfxx-x86.c (_bfd_x86_elf_link_fixup_ifunc_symbol): Don't
1512 check pointer_equality_needed.
1513
1514 2021-01-15 H.J. Lu <hongjiu.lu@intel.com>
1515
1516 * elf-linker-x86.h (elf_linker_x86_params): Add
1517 report_relative_reloc.
1518 * elf32-i386.c (elf_i386_relocate_section): Call
1519 _bfd_x86_elf_link_report_relative_reloc to report relative
1520 relocations for -z report-relative-reloc.
1521 (elf_i386_finish_dynamic_symbol): Likewse.
1522 * elf64-x86-64.c (elf_x86_64_relocate_section): Likewse.
1523 (elf_x86_64_finish_dynamic_symbol): Likewse.
1524 * elfxx-x86.c (_bfd_x86_elf_link_report_relative_reloc): New
1525 function.
1526 * elfxx-x86.h (_bfd_x86_elf_link_report_relative_reloc): New
1527 prototype.
1528
1529 2021-01-16 Alan Modra <amodra@gmail.com>
1530
1531 * compress.c (decompress_contents): Tidy inflateEnd result test.
1532
1533 2021-01-16 Alan Modra <amodra@gmail.com>
1534
1535 PR 26002
1536 * elflink.c (elf_link_output_extsym): Use version 1 in
1537 .gnu.version for undefined unversioned symbols.
1538
1539 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
1540
1541 * elfnn-riscv.c (riscv_relax_delete_bytes): Fixed the indent that
1542 caused the by previous commit accidentally.
1543
1544 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
1545
1546 * elfnn-riscv.c: Indent, labels and GNU coding standards tidy,
1547 also aligned the code.
1548
1549 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
1550
1551 * elfnn-riscv.c (riscv_merge_attributes): Fix typos of messages.
1552
1553 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
1554
1555 * elfnn-riscv.c: Comments tidy and improvement.
1556 * elfxx-riscv.c: Likewise.
1557 * elfxx-riscv.h: Likewise.
1558
1559 2021-01-14 H.J. Lu <hongjiu.lu@intel.com>
1560
1561 PR ld/26688
1562 * elf32-bfin.c (bfinfdpic_relocate_section): Skip non SEC_ALLOC
1563 section for R_BFIN_FUNCDESC.
1564
1565 2021-01-14 Nick Clifton <nickc@redhat.com>
1566
1567 * elf.c (elfcore_grok_win32pstatus): Check for a note type of 0.
1568
1569 2021-01-13 Alan Modra <amodra@gmail.com>
1570
1571 * Makefile.in: Regenerate.
1572 * doc/Makefile.in: Regenerate.
1573
1574 2021-01-13 Alan Modra <amodra@gmail.com>
1575
1576 PR 27160
1577 * section.c (struct bfd_section): Remove pattern field.
1578 (BFD_FAKE_SECTION): Adjust to suit.
1579 * bfd-in2.h: Regenerate.
1580 * elflink.c (compare_link_order, elf_fixup_link_order): Delete.
1581 (bfd_elf_final_link): Don't call elf_fixup_link_order.
1582
1583 2021-01-12 H.J. Lu <hongjiu.lu@intel.com>
1584
1585 PR binutils/26792
1586 * configure.ac: Use GNU_MAKE_JOBSERVER.
1587 * aclocal.m4: Regenerated.
1588 * configure: Likewise.
1589
1590 2021-01-12 H.J. Lu <hongjiu.lu@intel.com>
1591
1592 PR ld/27171
1593 * reloc.c (bfd_perform_relocation): Adjust R_AMD64_DIR64 and
1594 R_AMD64_DIR32 relocations for PE/x86-64 inputs.
1595
1596 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
1597
1598 PR ld/27173
1599 * configure: Regenerated.
1600
1601 2021-01-11 Nick Clifton <nickc@redhat.com>
1602
1603 * po/fr.po: Updated French translation.
1604 * po/pt.po: Updated Portuguese translation.
1605 * po/sr.po: Updated Serbian translation.
1606 * po/uk.po: Updated Ukranian translation.
1607
1608 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
1609
1610 * configure: Regenerated.
1611
1612 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
1613
1614 PR ld/27166
1615 * elfxx-x86.c (_bfd_x86_elf_merge_gnu_properties): Handle
1616 -z lam-u48 and -z lam-u57.
1617
1618 2021-01-09 Nick Clifton <nickc@redhat.com>
1619
1620 * version.m4: Change to 2.36.50.
1621 * configure: Regenerate.
1622 * po/bfd.pot: Regenerate.
1623
1624 2021-01-09 Nick Clifton <nickc@redhat.com>
1625
1626 * 2.36 release branch crated.
1627
1628 2021-01-08 H.J. Lu <hongjiu.lu@intel.com>
1629
1630 * elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): Also set
1631 LAM_U57 when setting LAM_U48.
1632
1633 2021-01-08 H.J. Lu <hongjiu.lu@intel.com>
1634
1635 PR ld/26256
1636 PR ld/27160
1637 * elflink.c (elf_fixup_link_order): Verify that fixing up
1638 SHF_LINK_ORDER doesn't increase the output section size.
1639
1640 2021-01-09 Alan Modra <amodra@gmail.com>
1641
1642 * configure: Regenerate.
1643
1644 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
1645
1646 * configure: Regenerate.
1647
1648 2021-01-07 H.J. Lu <hongjiu.lu@intel.com>
1649
1650 PR 27109
1651 * aix386-core.c (core_aix386_vec): Initialize
1652 keep_unused_section_symbol to TARGET_KEEP_UNUSED_SECTION_SYMBOLS.
1653 * aout-target.h (MY (vec)): Likewise.
1654 * binary.c (binary_vec): Likewise.
1655 * cisco-core.c (core_cisco_be_vec): Likewise.
1656 (core_cisco_le_vec): Likewise.
1657 * coff-alpha.c (alpha_ecoff_le_vec): Likewise.
1658 * coff-i386.c (TARGET_SYM): Likewise.
1659 (TARGET_SYM_BIG): Likewise.
1660 * coff-ia64.c (TARGET_SYM): Likewise.
1661 * coff-mips.c (mips_ecoff_le_vec): Likewise.
1662 (mips_ecoff_be_vec): Likewise.
1663 (mips_ecoff_bele_vec): Likewise.
1664 * coff-rs6000.c (rs6000_xcoff_vec): Likewise.
1665 (powerpc_xcoff_vec): Likewise.
1666 * coff-sh.c (sh_coff_small_vec): Likewise.
1667 (sh_coff_small_le_vec): Likewise.
1668 * coff-tic30.c (tic30_coff_vec): Likewise.
1669 * coff-tic54x.c (tic54x_coff0_vec): Likewise.
1670 (tic54x_coff0_beh_vec): Likewise.
1671 (tic54x_coff1_vec): Likewise.
1672 (tic54x_coff1_beh_vec): Likewise.
1673 (tic54x_coff2_vec): Likewise.
1674 (tic54x_coff2_beh_vec): Likewise.
1675 * coff-x86_64.c (TARGET_SYM): Likewise.
1676 (TARGET_SYM_BIG): Likewise.
1677 * coff64-rs6000.c (rs6000_xcoff64_vec): Likewise.
1678 (rs6000_xcoff64_aix_vec): Likewise.
1679 * coffcode.h (CREATE_BIG_COFF_TARGET_VEC): Likewise.
1680 (CREATE_BIGHDR_COFF_TARGET_VEC): Likewise.
1681 (CREATE_LITTLE_COFF_TARGET_VEC): Likewise.
1682 * elfxx-target.h (TARGET_BIG_SYM): Likewise.
1683 (TARGET_LITTLE_SYM): Likewise.
1684 * hppabsd-core.c (core_hppabsd_vec): Likewise.
1685 * hpux-core.c (core_hpux_vec): Likewise.
1686 * i386msdos.c (i386_msdos_vec): Likewise.
1687 * ihex.c (ihex_vec): Likewise.
1688 * irix-core.c (core_irix_vec): Likewise.
1689 * mach-o-target.c (TARGET_NAME): Likewise.
1690 * mmo.c (mmix_mmo_vec): Likewise.
1691 * netbsd-core.c (core_netbsd_vec): Likewise.
1692 * osf-core.c (core_osf_vec): Likewise.
1693 * pdp11.c (MY (vec)): Likewise.
1694 * pef.c (pef_vec): Likewise.
1695 (pef_xlib_vec): Likewise.
1696 * plugin.c (plugin_vec): Likewise.
1697 * ppcboot.c (powerpc_boot_vec): Likewise.
1698 * ptrace-core.c (core_ptrace_vec): Likewise.
1699 * sco5-core.c (core_sco5_vec): Likewise.
1700 * som.c (hppa_som_vec): Likewise.
1701 * srec.c (srec_vec): Likewise.
1702 (symbolsrec_vec): Likewise.
1703 * tekhex.c (tekhex_vec): Likewise.
1704 * trad-core.c (core_trad_vec): Likewise.
1705 * verilog.c (verilog_vec): Likewise.
1706 * vms-alpha.c (alpha_vms_vec): Likewise.
1707 * vms-lib.c (alpha_vms_lib_txt_vec): Likewise.
1708 * wasm-module.c (wasm_vec): Likewise.
1709 * xsym.c (sym_vec): Likewise.
1710 * elf.c (ignore_section_sym): Return TRUE if BSF_SECTION_SYM_USED
1711 isn't set.
1712 (elf_map_symbols): Don't include ignored section symbols.
1713 * elfcode.h (elf_slurp_symbol_table): Also set
1714 BSF_SECTION_SYM_USED on STT_SECTION symbols.
1715 * elflink.c (bfd_elf_final_link): Generated section symbols only
1716 when emitting relocations or reqired.
1717 * elfxx-x86.h (TARGET_KEEP_UNUSED_SECTION_SYMBOLS): New.
1718 * syms.c (BSF_SECTION_SYM_USED): New.
1719 * targets.c (TARGET_KEEP_UNUSED_SECTION_SYMBOLS): New.
1720 (bfd_target): Add keep_unused_section_symbols.
1721 (bfd_keep_unused_section_symbols): New.
1722 * bfd-in2.h: Regenerated.
1723
1724 2021-01-07 Nick Clifton <nickc@redhat.com>
1725
1726 PR 25713
1727 * bfdio.c (_bfd_real_fopen): For Win32 convert relative paths to
1728 absolute paths and check to see if they are longer than MAX_PATH.
1729
1730 2021-01-07 Philipp Tomsich <prt@gnu.org>
1731
1732 * elfxx-riscv.c (riscv_std_z_ext_strtab): Added zihintpause.
1733
1734 2021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
1735 Jim Wilson <jimw@sifive.com>
1736 Andrew Waterman <andrew@sifive.com>
1737 Maxim Blinov <maxim.blinov@embecosm.com>
1738 Kito Cheng <kito.cheng@sifive.com>
1739 Nelson Chu <nelson.chu@sifive.com>
1740
1741 * elfxx-riscv.c (riscv_std_z_ext_strtab): Added zba, zbb and zbc.
1742
1743 2021-01-06 H.J. Lu <hongjiu.lu@intel.com>
1744
1745 * elf32-bfin.c (bfin_check_relocs): Check bfd_link_hash_indirect.
1746 (bfinfdpic_check_relocs): Likewise.
1747
1748 2021-01-06 Alan Modra <amodra@gmail.com>
1749
1750 * elf32-score.c (s3_bfd_score_info_to_howto): Report an error
1751 on unknown r_type.
1752 * elf32-score7.c (s7_bfd_score_info_to_howto): Likewise.
1753
1754 2021-01-06 Alan Modra <amodra@gmail.com>
1755
1756 * config.bfd (sparc-*-solaris2*): Add sparc_elf32_vec.
1757 (sparc64-*-solaris2*): Add sparc_elf64_vec and
1758 sparc_elf32_vec.
1759
1760 2021-01-06 Marcus Comstedt <marcus@mc.pp.se>
1761
1762 * config.bfd: Added targets riscv64be*-*-*, riscv32be*-*-* and
1763 riscvbe*-*-*. Also added riscv_elf[32|64]_be_vec.
1764 * configure.ac: Handle riscv_elf[32|64]_be_vec.
1765 * configure: Regenerate.
1766 * elfnn-riscv.c: Include <limits.h> and define CHAR_BIT for
1767 riscv_is_insn_reloc.
1768 (riscv_get_insn): RISC-V instructions are always little endian, but
1769 bfd_get may be used for big-endian, so add new riscv_get_insn to handle
1770 the insturctions.
1771 (riscv_put_insn): Likewsie.
1772 (riscv_is_insn_reloc): Check if we are relocaing an instruction.
1773 (perform_relocation): Call riscv_is_insn_reloc to decide if we should
1774 use riscv_[get|put]_insn or bfd_[get|put].
1775 (riscv_zero_pcrel_hi_reloc): Use riscv_[get|put]_insn, bfd_[get|put]l32
1776 or bfd_[get|put]l16 for code.
1777 (riscv_elf_relocate_section): Likewise.
1778 (riscv_elf_finish_dynamic_symbol): Likewise.
1779 (riscv_elf_finish_dynamic_sections): Likewise.
1780 (_bfd_riscv_relax_call): Likewise.
1781 (_bfd_riscv_relax_lui): Likewise.
1782 (_bfd_riscv_relax_align): Likewise.
1783 (_bfd_riscv_relax_pc): Likewise.
1784 (riscv_elf_object_p): Handled for big endian.
1785 (TARGET_BIG_SYM, TARGET_BIG_NAME): Defined.
1786 * targets.c: Add riscv_elf[32|64]_be_vec.
1787 (_bfd_target_vector): Likewise.
1788
1789 2021-01-05 Alan Modra <amodra@gmail.com>
1790
1791 * elflink.c (bfd_elf_link_record_dynamic_symbol): Handle no_export
1792 for relocatable executable.
1793
1794 2021-01-05 Alan Modra <amodra@gmail.com>
1795
1796 * vms-alpha.c (_bfd_vms_slurp_egsd): Read flags after size check.
1797
1798 2021-01-05 Nelson Chu <nelson.chu@sifive.com>
1799
1800 * elfnn-riscv.c (allocate_dynrelocs): When we are generating pde,
1801 make sure gp symbol is output as a dynamic symbol.
1802
1803 2021-01-04 H.J. Lu <hongjiu.lu@intel.com>
1804
1805 PR ld/26256
1806 * elflink.c (compare_link_order): Place unordered sections before
1807 ordered sections.
1808 (elf_fixup_link_order): Add a link info argument. Allow mixed
1809 ordered and unordered input sections for non-relocatable link.
1810 Sort the consecutive bfd_indirect_link_order sections with the
1811 same pattern. Change the offsets of the bfd_indirect_link_order
1812 sections only.
1813 (bfd_elf_final_link): Pass info to elf_fixup_link_order.
1814 * section.c (bfd_section): Add pattern.
1815 (BFD_FAKE_SECTION): Initialize pattern to NULL.
1816 * bfd-in2.h: Regenerated.
1817
1818 2021-01-04 Alexander Fedotov <alfedotov@gmail.com>
1819
1820 * elf32-arm.c (elf32_arm_print_private_bfd_data): Prefix hex value
1821 of private flags with 0x.
1822 * elfnn-aarch64.c (elfNN_aarch64_print_private_bfd_data): Likewise.
1823
1824 2021-01-04 Alan Modra <amodra@gmail.com>
1825
1826 PR 26822
1827 * elflink.c (elf_link_input_bfd): Use the file base name in
1828 linker generated STT_FILE symbols.
1829
1830 2021-01-04 Nelson Chu <nelson.chu@sifive.com>
1831
1832 * elfxx-riscv.c (riscv_compare_subsets): Removed static.
1833 * elfxx-riscv.h: Add declaration.
1834 * elfnn-riscv.c (riscv_merge_multi_letter_ext): Use
1835 riscv_compare_subsets to check the orders.
1836 (riscv_skip_prefix): Removed.
1837 (riscv_prefix_cmp): Removed.
1838
1839 2021-01-04 Alan Modra <amodra@gmail.com>
1840
1841 PR 26741
1842 * elfxx-riscv.c (riscv_parse_prefixed_ext): Free subset after
1843 calculating subset version length.
1844
1845 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
1846
1847 * xcofflink.c: Correct spelling in comments.
1848
1849 2021-01-01 Alan Modra <amodra@gmail.com>
1850
1851 Update year range in copyright notice of all files.
1852
1853 For older changes see ChangeLog-2020
1854 \f
1855 Copyright (C) 2021 Free Software Foundation, Inc.
1856
1857 Copying and distribution of this file, with or without modification,
1858 are permitted in any medium without royalty provided the copyright
1859 notice and this notice are preserved.
1860
1861 Local Variables:
1862 mode: change-log
1863 left-margin: 8
1864 fill-column: 74
1865 version-control: never
1866 End:
This page took 0.095491 seconds and 5 git commands to generate.