2cf36f4c3e0a669e4fbf9112bf74c89f9146f7ec
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2020-04-15 Fangrui Song <maskray@google.com>
2
3 PR binutils/24613
4 * coff-rs6000.c (xcoff_ppc_relocate_section): Change RM_GENERATE_ERROR
5 to RM_DIAGNOSE plus a check of warn_unresolved_syms.
6 * coff64-rs6000.c (xcoff_ppc_relocate_section): Likewise.
7 * elf-bfd.h (_bfd_elf_large_com_section): Likewise.
8 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
9 * elf32-score.c (s3_bfd_score_elf_relocate_section): Likewise.
10 * elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise.
11 * elf32-sh.c (sh_elf_relocate_section): Likewise.
12 * elf32-spu.c (spu_elf_relocate_section): Likewise.
13 * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
14 * elflink.c (elf_link_output_extsym): Likewise.
15 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
16
17 2020-04-15 Alan Modra <amodra@gmail.com>
18
19 PR 25823
20 * peXXigen.c (_bfd_XXi_swap_sym_in <C_SECTION>): Don't use a
21 pointer into strings that may be freed for section name, always
22 allocate a new string.
23
24 2020-04-14 Juan Manuel Guerrero <juan.guerrero@gmx.de>
25 Jan W. Jagersma <jwjagersma@gmail.com>
26
27 * coff-go32.c (COFF_GO32, IMAGE_SCN_LNK_NRELOC_OVFL)
28 (coff_SWAP_scnhdr_in, coff_SWAP_scnhdr_out): Define.
29 (_bfd_go32_swap_scnhdr_in, _bfd_go32_swap_scnhdr_out)
30 (_bfd_go32_mkobject): New functions.
31 * coff-stgo32.c (IMAGE_SCN_LNK_NRELOC_OVFL)
32 (coff_SWAP_scnhdr_in, coff_SWAP_scnhdr_out): Define.
33 (go32exe_mkobject): Call _bfd_go32_mkobject.
34 * coffcode.h (COFF_WITH_EXTENDED_RELOC_COUNTER): Define.
35 (coff_set_alignment_hook): Define function for COFF_GO32_EXE
36 and COFF_GO32.
37 (coff_write_relocs): Enable extended reloc counter code if
38 COFF_WITH_EXTENDED_RELOC_COUNTER is defined. Test for obj_go32.
39 (coff_write_object_contents): Likewise. Pad section headers
40 for COFF_GO32 and COFF_GO32EXE. Use bfd_coff_swap_scnhdr_out
41 instead of coff_swap_scnhdr_out.
42 * cofflink.c (_bfd_coff_final_link): Test also for obj_go32 to
43 enable extended reloc counter.
44 * coffswap.h: (coff_swap_scnhdr_in, coff_swap_scnhdr_out):
45 Declare with ATTRIBUTE_UNUSED.
46 * libcoff-in.h: (struct coff_tdata): New field go32.
47 (obj_go32): Define.
48 * libcoff.h: Regenerate.
49
50 2020-04-14 Fangrui Song <maskray@google.com>
51
52 PR gas/25768
53 * elf.c (assign_section_numbers): Always set .stab sh_entsize to
54 12.
55
56 2020-04-14 Stephen Casner <casner@acm.org>
57
58 PR ld/25677
59 * pdp11.c: Add implementation of --imagic option.
60 (adjust_o_magic): Fix objcopy --extract-symbol test.
61 * libaout.h (enum aout_magic): Add i_magic.
62
63 2020-04-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
64 Nick Clifton <nickc@redhat.com>
65
66 * elf32-sparc.c (sparc_final_write_processing): Fix whitespace.
67 <0>: Ignore.
68 <default>: Error rather than abort.
69
70 2020-04-03 H.J. Lu <hongjiu.lu@intel.com>
71
72 PR ld/25767
73 * elf.c (_bfd_elf_fixup_group_sections): Remove zero-sized
74 relocation section from section group.
75
76 2020-04-02 Jan W. Jagersma <jwjagersma@gmail.com>
77
78 * bfdio.c (bfd_bread, bfd_tell, bfd_seek, bfd_mmap): Always add
79 bfd->origin to file offset.
80 * bfdwin.c (bfd_get_file_window): Likewise.
81 * bfd.c: Clarify the use of the bfd->origin field.
82 * bfd-in2.h: Regenerate.
83 * coff-i386.c: Don't include go32exe.h. Allow overriding
84 coff_write_object_contents via COFF_WRITE_CONTENTS.
85 * coff-stgo32.c (go32exe_cleanup, go32exe_mkobject)
86 (go32exe_write_object_contents): New functions.
87 (go32exe_temp_stub, go32exe_temp_stub_size): New static globals.
88 (COFF_WRITE_CONTENTS, GO32EXE_DEFAULT_STUB_SIZE): Define.
89 (create_go32_stub): Remove check for 2k size limit. Read stub
90 from go32exe_temp_stub if present.
91 (go32_stubbed_coff_bfd_copy_private_bfd_data): Allocate and
92 copy variable-length stub.
93 (go32_check_format): Read stub to go32exe_temp_stub, set
94 origin, return go32exe_cleanup.
95 (adjust_filehdr_in_post, adjust_filehdr_out_pre)
96 (adjust_filehdr_out_post, adjust_scnhdr_in_post)
97 (adjust_scnhdr_out_pre, adjust_scnhdr_out_post)
98 (adjust_aux_in_post, adjust_aux_out_pre, adjust_aux_out_post):
99 Remove functions and their associated #defines.
100 * coffcode.h (coff_mkobject_hook): Remove stub copying code.
101 * libcoff-in.h: (struct coff_tdata): New field stub_size.
102 Rename field go32stub to stub.
103 * libcoff.h: Regenerate.
104 * coff-stgo32.c (go32_check_format): Rename to...
105 (go32exe_check_format): ...this.
106 (go32_stubbed_coff_bfd_copy_private_bfd_data): Rename to...
107 (go32exe_copy_private_bfd_data): ...this.
108 (stub_bytes): Rename to...
109 (go32exe_default_stub): ...this.
110 (create_go32_stub): Rename to...
111 (go32exe_create_stub): ...this.
112 * coff-stgo32.c (go32exe_copy_private_bfd_data): Avoid realloc
113 when possible.
114
115 2020-04-01 H.J. Lu <hongjiu.lu@intel.com>
116
117 PR ld/25749
118 PR ld/25754
119 * elf32-i386.c (elf_i386_convert_load_reloc): Convert load
120 relocation to R_386_32 for relocation against non-preemptible
121 absolute symbol.
122 (elf_i386_check_relocs): Call _bfd_elf_x86_valid_reloc_p. Don't
123 allocate dynamic relocation for non-preemptible absolute symbol.
124 (elf_i386_relocate_section): Pass sec to
125 GENERATE_DYNAMIC_RELOCATION_P.
126 * elf64-x86-64.c (R_X86_64_converted_reloc_bit): Moved.
127 (elf_x86_64_convert_load_reloc): Covert load relocation to
128 R_X86_64_32S or R_X86_64_32 for relocation against non-preemptible
129 absolute symbol. Don't convert to R_X86_64_32S nor R_X86_64_32
130 for non-preemptible absolute symbol if they overflow.
131 (elf_x86_64_check_relocs): Call _bfd_elf_x86_valid_reloc_p. Set
132 tls_type for GOT slot to GOT_ABS for non-preemptible absolute
133 symbol. Don't allocate dynamic relocation for non-preemptible
134 absolute symbol.
135 (elf_x86_64_relocate_section): Don't generate relative relocation
136 for GOTPCREL relocations aganst local absolute symbol. Pass sec
137 to GENERATE_DYNAMIC_RELOCATION_P.
138 * elfxx-x86.c (elf_x86_allocate_dynrelocs): No dynamic relocation
139 against non-preemptible absolute symbol.
140 (_bfd_elf_x86_valid_reloc_p): New function.
141 (_bfd_x86_elf_size_dynamic_sections): No dynamic relocation for
142 GOT_ABS GOT slot.
143 * elfxx-x86.h (GENERATE_DYNAMIC_RELOCATION_P): Add an SEC
144 argument. Don't generate dynamic relocation against
145 non-preemptible absolute symbol.
146 (ABS_SYMBOL_P): New.
147 (GENERATE_RELATIVE_RELOC_P): Don't generate relative relocation
148 against non-preemptible absolute symbol.
149 (GOT_ABS): New.
150 (R_X86_64_converted_reloc_bit): New. Moved from elf64-x86-64.c.
151 (_bfd_elf_x86_valid_reloc_p): New.
152
153 2020-04-01 Tamar Christina <tamar.christina@arm.com>
154
155 PR ld/16017
156 * elf32-arm.c (elf32_arm_populate_plt_entry): Set LSB of the PLT0
157 address in the GOT if in thumb only mode.
158
159 2020-04-01 Tamar Christina <tamar.christina@arm.com>
160
161 * elf32-arm.c (elf32_thumb2_plt_entry): Fix PC-rel offset.
162
163 2020-04-01 Hans-Peter Nilsson <hp@bitrange.com>
164
165 * mmo.c (mmo_scan): Create .text section only when needed, not
166 from the start.
167
168 2020-03-31 Alan Modra <amodra@gmail.com>
169
170 * coff-alpha.c (alpha_ecoff_get_elt_at_filepos): Correct bfd_bread
171 return value check.
172
173 2020-03-31 Alan Modra <amodra@gmail.com>
174
175 * vms-alpha.c (image_write): Check bounds for sections without
176 contents too. Error on non-zero write to section without
177 contents.
178 (_bfd_vms_slurp_etir): Check return of image_write* functions.
179
180 2020-03-31 Alan Modra <amodra@gmail.com>
181
182 * tekhex.c (pass_over): Check is_eof before reading buffer.
183
184 2020-03-30 Nick Clifton <nickc@redhat.com>
185
186 PR binutils/pr25662
187 * libcoff-in.h (struct pe_tdata): Rename the insert_timestamp
188 field to timestamp and make it an integer.
189 * libcoff.h: Regenerate.
190 * peXXigen.c (_bfd_XXi_only_swap_filehdr_out): Test the timestamp
191 field in the pe_data structure rather than the insert_timestamp
192 field.
193
194 2020-03-30 Alan Modra <amodra@gmail.com>
195
196 PR 25745
197 * elf64-ppc.c (ppc64_elf_build_stubs): Use asprintf to form
198 statistics message.
199
200 2020-03-26 Nick Clifton <nickc@redhat.com>
201
202 * cofflink.c (bfd_coff_get_internal_extra_pe_aouthdr): Delete.
203 * libbfd-in.h (bfd_coff_get_internal_extra_pe_aouthdr): Remove
204 prototype.
205 * libbfd.h: Regenerate.
206
207 2020-03-26 Alan Modra <amodra@gmail.com>
208
209 * i386msdos.c (msdos_object_p): Catch -1 return from bfd_bread.
210
211 2020-03-26 Alan Modra <amodra@gmail.com>
212
213 * vms-alpha.c (dst_define_location): Limit size of dst_ptr_offsets
214 array.
215 (_bfd_vms_slurp_object_records): Rename "err" to "ok".
216
217 2020-03-25 Nick Clifton <nickc@redhat.com>
218
219 * cofflink.c (bfd_coff_get_internal_extra_pe_aouthdr): New
220 function.
221 * libbfd-in.h (bfd_coff_get_internal_extra_pe_aouthdr): Prototype.
222 * libbfd.h: Regenerate.
223
224 2020-03-25 Shahab Vahedi <shahab@synopsys.com>
225
226 * elf32-arc.c (PRINT_DEBUG_RELOC_INFO_BEFORE): Use the
227 correct field name in the output string.
228
229 2020-03-25 Alan Modra <amodra@gmail.com>
230
231 PR 25662
232 * elf.c (assign_file_positions_for_load_sections): Adjust offset
233 for SHT_NOBITS section if first in segment.
234
235 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
236
237 PR binutils/25708
238 * elf-bfd.h (_bfd_elf_get_symbol_version_name): Renamed to ...
239 (_bfd_elf_get_symbol_version_string): This.
240 * elf.c (_bfd_elf_get_symbol_version_name): Renamed to ...
241 (_bfd_elf_get_symbol_version_string): This.
242 (bfd_elf_print_symbol): Pass TRUE to
243 _bfd_elf_get_symbol_version_string.
244 * libbfd-in.h (_bfd_nosymbols_get_symbol_version_string): Add a
245 bfd_boolean argument.
246 * syms.c (_bfd_nosymbols_get_symbol_version_string): Likewise.
247 * targets.c (_bfd_get_symbol_version_string): Likewise.
248 (bfd_get_symbol_version_string): Likewise.
249 * bfd-in2.h: Regenerated.
250
251 2020-03-24 Nick Clifton <nickc@redhat.com>
252 Jaydeep Chauhan <jaydeepchauhan1494@gmail.com>
253
254 PR 25713
255 * bfdio.c (_bfd_real_fopen): Add code to handle long filenames on
256 Win32 systems.
257
258 2020-03-24 Nick Clifton <nickc@redhat.com>
259
260 PR 25681
261 * elf.c (_bfd_elf_map_sections_to_segments): When looking for a
262 segment to use for PT_GNU_RELRO, ignore empty sections in a
263 segment's current list.
264
265 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
266
267 PR binutils/25717
268 * elf-bfd.h (elf_obj_tdata): Change num_group to unsigned int.
269
270 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
271
272 PR binutils/25708
273 * elf-bfd.h (_bfd_elf_get_symbol_version_name): New.
274 * elf.c (_bfd_elf_get_symbol_version_name): New function. Based
275 on the previous _bfd_elf_get_symbol_version_string.
276 (_bfd_elf_get_symbol_version_string): Use it.
277
278 2020-03-24 Alan Modra <amodra@gmail.com>
279
280 * archive.c (_bfd_generic_read_ar_hdr_mag): Sanity check extended
281 name size. Use bfd_malloc rather than bfd_zmalloc, clearing just
282 struct areltdata.
283
284 2020-03-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
285
286 * elflink.c (_bfd_elf_tls_setup): Mention .tdata in comment.
287
288 2020-03-23 Alan Modra <amodra@gmail.com>
289
290 * ecoff.c (_bfd_ecoff_slurp_armap): Sanity check parsed_size and
291 symbol count. Allocate an extra byte to ensure name strings
292 are terminated. Sanity check name offsets. Release memory on
293 error return.
294
295 2020-03-23 Alan Modra <amodra@gmail.com>
296
297 * i386msdos.c (msdos_object_p): Don't access e_lfanew when that
298 field hasn't been read. Remove unnecessary casts.
299
300 2020-03-22 Alan Modra <amodra@gmail.com>
301
302 * coff64-rs6000.c (xcoff64_slurp_armap): Ensure size is large
303 enough to read number of symbols.
304
305 2020-03-20 H.J. Lu <hongjiu.lu@intel.com>
306
307 * configure.ac (HAVE_EXECUTABLE_SUFFIX): Removed.
308 (EXECUTABLE_SUFFIX): Likewise.
309 * config.in: Regenerated.
310 * configure: Likewise.
311 * plugin.c (bfd_plugin_close_and_cleanup): Defined as
312 _bfd_generic_close_and_cleanup.
313 (plugin_list_entry): Remove resolution_file, resolution_option,
314 real_bfd, real_nsyms, real_syms, lto_nsyms, lto_syms, gcc,
315 lto_wrapper, gcc_env and initialized,
316 (need_lto_wrapper_p): Removed.
317 (get_lto_wrapper): Likewise.
318 (setup_lto_wrapper_env): Likewise.
319 (register_all_symbols_read): Likewise.
320 (egister_cleanup): Likewise.
321 (get_symbols): Likewise.
322 (add_input_file): Likewise.
323 (bfd_plugin_set_program_name): Remove need_lto_wrapper.
324 (add_symbols): Updated.
325 (try_claim): Likewise.
326 (try_load_plugin): Likewise.
327 (bfd_plugin_canonicalize_symtab): Likewise.
328 * plugin.h (bfd_plugin_set_program_name): Remove int argument.
329 (plugin_data_struct): Remove real_bfd, real_nsyms and real_syms.
330
331 2020-03-19 H.J. Lu <hongjiu.lu@intel.com>
332
333 PR binutils/25640
334 * plugin.c (plugin_list_entry): Add has_symbol_type.
335 (add_symbols_v2): New function.
336 (bfd_plugin_open_input): Don't invoke LTO wrapper if LTO plugin
337 provides symbol type.
338 (try_load_plugin): Add LDPT_ADD_SYMBOLS_V2.
339 (bfd_plugin_canonicalize_symtab): Use LTO plugin symbol type if
340 available.
341
342 2020-03-20 Alan Modra <amodra@gmail.com>
343
344 * coff-rs6000.c (_bfd_xcoff_slurp_armap): Ensure size is large
345 enough to read number of symbols.
346
347 2020-03-20 Alan Modra <amodra@gmail.com>
348
349 * elf.c (_bfd_elf_setup_sections): Don't test known non-NULL
350 backend functions for NULL before calling.
351 (copy_special_section_fields, _bfd_elf_copy_private_bfd_data),
352 (bfd_section_from_shdr, assign_section_numbers): Likewise.
353 * elfcode.h (elf_write_relocs, elf_slurp_reloc_table): Likewise.
354 * elfnn-ia64.c (ignore_errors): New function.
355 (elf_backend_link_order_error_handler): Redefine as ignore_errors.
356
357 2020-03-19 Nick Clifton <nickc@redhat.com>
358
359 PR 25676
360 * dwarf2.c (struct varinfo): Add unit_offset field to record the
361 location of the varinfo in the unit's debug info data. Change the
362 type of the stack field to a boolean.
363 (lookup_var_by_offset): New function. Returns the varinfo
364 structure for the variable described at the given offset in the
365 unit's debug info.
366 (scan_unit_for_symbols): Add support for variables which have the
367 DW_AT_specification attribute.
368
369 2020-03-19 Nick Clifton <nickc@redhat.com>
370
371 PR 25699
372 * elf.c (bfd_elf_set_group_contents): Replace assertion with an
373 error return.
374
375 2020-03-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
376
377 * elfxx-riscv.c (riscv_parse_subset): Don't use C99.
378
379 2020-03-18 Nick Clifton <nickc@redhat.com>
380
381 PR 25673
382 * elf.c (_bfd_elf_write_secondary_reloc_section): Fix illegal
383 memory access when processing a corrupt secondary reloc section.
384
385 2020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
386
387 * elf32-arm.c (arm_build_one_stub): Emit a fatal error message
388 instead of calling abort.
389 * elf32-csky.c (csky_build_one_stub): Likewise.
390 * elf32-hppa.c (hppa_build_one_stub): Likewise.
391 * elf32-m68hc11.c (m68hc11_elf_build_one_stub): Likewise.
392 * elf32-m68hc12.c (m68hc12_elf_build_one_stub): Likewise.
393 * elf32-metag.c (metag_build_one_stub): Likewise.
394 * elf32-nios2.c (nios2_build_one_stub): Likewise.
395 * elf64-ppc.c (ppc_build_one_stub): Likewise.
396 (ppc_size_one_stub): Likewise.
397 * elfnn-aarch64.c (aarch64_build_one_stub): Likewise.
398
399 2020-03-17 Nick Clifton <nickc@redhat.com>
400
401 PR 25688
402 * elf.c (_bfd_elf_copy_special_section_fields): Replace assertions
403 with error messages.
404
405 2020-03-17 Nick Clifton <nickc@redhat.com>
406
407 PR 25687
408 * elf.c (_bfd_elf_slurp_secondary_reloc_section): Remove redundant
409 free. Add free on another failure path.
410
411 2020-03-16 Alan Modra <amodra@gmail.com>
412
413 PR 25675
414 * elf.c (elf_sort_segments): Don't call bfd_octets_per_byte unless
415 we have a non-zero section count. Do lma comparison in octets.
416
417 2020-03-16 Alan Modra <amodra@gmail.com>
418
419 * vms-alpha.c (dst_restore_location): Validate index into
420 dst_ptr_offsets array before accessing. Return status.
421 (dst_retrieve_location): Similarly, making "loc" parameter a
422 pointer to return value.
423 (_bfd_vms_slurp_etir): Update calls to above functions.
424
425 2020-03-14 Kamil Rytarowski <n54@gmx.com>
426
427 * configure.ac: Include netbsd-core.lo for all NetBSD arm and mips
428 targets.
429 * configure: Regenerated.
430
431 2020-03-14 Alan Modra <amodra@gmail.com>
432
433 * section.c (BFD_FAKE_SECTIONS): Formatting.
434 * bfd-in2.h: Regenerate.
435
436 2020-03-13 Kamil Rytarowski <n54@gmx.com>
437
438 * elf.c (elfcore_grok_netbsd_note): Add support for
439 NT_NETBSDCORE_LWPSTATUS notes.
440
441 2020-03-13 Christophe Lyon <christophe.lyon@linaro.org>
442
443 * bfd-in2.h: Regenerate.
444 * section.c (asection): Add already_assigned field.
445 (BFD_FAKE_SECTION): Add default initializer for it.
446 * ecoff.c (bfd_debug_section): Initialize already_assigned field.
447 * elf32-arm.c (arm_build_one_stub): Add support for
448 non_contiguous_regions.
449 * elf32-csky.c (csky_build_one_stub): Likewise.
450 * elf32-hppa.c (hppa_build_one_stub): Likewise.
451 * elf32-m68hc11.c (m68hc11_elf_build_one_stub): Likewise.
452 * elf32-m68hc12.c (m68hc12_elf_build_one_stub): Likewise.
453 * elf32-metag.c (metag_build_one_stub): Likewise.
454 * elf32-nios2.c (nios2_build_one_stub): Likewise.
455 * elf64-ppc.c (ppc_build_one_stub): Likewise.
456 (ppc_size_one_stub): Likewise.
457 * elfnn-aarch64.c (aarch64_build_one_stub): Likewise.
458 * elflink.c (elf_link_input_bfd): Likewise.
459
460 2020-03-13 H.J. Lu <hongjiu.lu@intel.com>
461
462 PR ld/24920
463 * elf-linker-x86.h (elf_linker_x86_params): Add
464 static_before_all_inputs and has_dynamic_linker.
465 * elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): Report
466 dynamic input objects if -static is passed at command-line
467 before all input files without --dynamic-linker unless
468 --no-dynamic-linker is used.
469
470 2020-03-13 Kamil Rytarowski <n54@gmx.com>
471
472 * elf.c (elfcore_grok_netbsd_note): Add support for aarch64.
473
474 2020-03-13 Christian Eggers <ceggers@gmx.de>
475
476 * bfd.c (bfd_record_phdr): New local "opb". Fix assignment of
477 "p_paddr" from "at".
478 * elfcode.h (bfd_from_remote_memory): Add units to several
479 parameters. New local "opb". Fix usage of p_align. Fix
480 calculation of "localbase" from "ehdr_vma" and "p_vaddr". Fix
481 call of target_read_memory.
482 * elflink.c (elf_fixup_link_order): Fix scope of "s" local. Fix
483 calculation of "offset" and "output_offset".
484 (bfd_elf_final_link): New local "opb". Fix calculation of "size"
485 from "offset" and fix calculation of "end" from "vma+size". Fix
486 comparison between "sh_addr" and "vma"/"output_offset".
487 (bfd_elf_discard_info): Fix calculation of "eh_alignment".
488 * elf-bfd.h (struct elf_link_hash_table): Add unit to tls_size
489 member.
490 * elf.c (_bfd_elf_map_sections_to_segments): Add unit (bytes/
491 octets) to "wrap_to2 and "phdr_size" locals. Fix calculation of
492 "wrap_to" value. Add unit (bytes) to phdr_lma variable. Fix
493 assignment of p_paddr from phdr_lma. Fix comparison between
494 "lma+size" and "next->lma".
495 (elf_sort_segments): Fix assignment from p_paddr to lma.
496 (assign_file_positions_for_load_sections): Add unit (bytes) to
497 local "align". Fix calculation of local "off_adjust". Fix
498 calculation of local "filehdr_vaddr".
499 (assign_file_positions_for_non_load_sections): New local "opb".
500 Fix calculation of "end" from "p_size". Fix comparison between
501 "vma+SECTION_SIZE" and "start". Fix calculation of "p_memsz"
502 from "end" and "p_vaddr".
503 (rewrite_elf_program_header): Fix comparison between p_vaddr and
504 vma. Fix assignment to p_paddr from lma. Fix comparison between
505 p_paddr and lma. Fix assignment to p_paddr from lma.
506 * merge.c (sec_merge_emit): New local "opb". Convert
507 "alignment_power" to octets.
508 (_bfd_add_merge_section): New locals "alignment_power" and
509 "opb". Fix comparison between "alignment_power" and
510 "sizeof(align)".
511 (_bfd_merge_sections): New local "opb". Divide size by opb
512 before checking align mask.
513
514 2020-03-13 Christian Eggers <ceggers@gmx.de>
515
516 * elf.c (_bfd_elf_make_section_from_shdr): Introduce new temp
517 opb. Divide Elf_Internal_Shdr::sh_addr by opb when setting
518 section LMA/VMA.
519 (_bfd_elf_make_section_from_phdr): Similarly.
520 (elf_fake_sections): Fix calculation of
521 Elf_Internal_shdr::sh_addr from section VMA.
522 (_bfd_elf_map_sections_to_segments): Fix mixup between octets
523 and bytes.
524 (assign_file_positions_for_load_sections): Fix calculations of
525 Elf_Internal_shdr::p_vaddr and p_paddr from section LMA/VMA. Fix
526 comparison between program header address and section LMA.
527 (assign_file_positions_for_non_load_sections): Likewise.
528 (rewrite_elf_program_header): Likewise. Introduce new temp opb.
529 (IS_CONTAINED_BY_VMA): Add parameter opb.
530 (IS_CONTAINED_BY_LMA,IS_SECTION_IN_INPUT_SEGMENT,
531 INCLUDE_SECTION_IN_SEGMENT): Likewise.
532 (copy_elf_program_header): Update call to ELF_SECTION_IN_SEGMENT.
533 Fix calculations of p_addr_valid and p_vaddr_offset.
534 * elflink.c (elf_link_add_object_symbols): Multiply section VMA
535 with octets per byte when comparing against p_vaddr.
536
537 2020-03-11 Alan Modra <amodra@gmail.com>
538
539 * som.c (setup_sections): Sanity check subspace.name.
540
541 2020-03-11 Alan Modra <amodra@gmail.com>
542
543 * elf64-ppc.c (ppc64_elf_inline_plt): Do increment rel in for loop.
544
545 2020-03-10 Alan Modra <amodra@gmail.com>
546
547 PR 25648
548 * ihex.c (ihex_write_object_contents): Don't assume ordering of
549 addresses here.
550
551 2020-03-09 Alan Modra <amodra@gmail.com>
552
553 * wasm-module.c (wasm_scan): Sanity check file name length
554 before allocating memory. Move common section setup code. Do
555 without bfd_tell to calculate section size.
556
557 2020-03-06 Nick Clifton <nickc@redhat.com>
558
559 * elf.c (_bfd_elf_set_section_contents): Replace call to abort
560 with error messages and failure return values.
561
562 2020-03-05 Max Filippov <jcmvbkbc@gmail.com>
563
564 * elf32-xtensa.c (shrink_dynamic_reloc_sections): Shrink dynamic
565 relocation sections for any removed reference to a dynamic symbol.
566
567 2020-03-05 Nick Clifton <nickc@redhat.com>
568
569 * elf-bfd.h (struct elf_backend_data): Add new fields:
570 init_secondary_reloc_section, slurp_secondary_reloc_section,
571 write_secondary_reloc_section.
572 (_bfd_elf_init_secondary_reloc_section): Prototype.
573 (_bfd_elf_slurp_secondary_reloc_section): Prototype.
574 (_bfd_elf_write_secondary_reloc_section): Prototype.
575 * elf.c ( bfd_section_from_shdr): Invoke the new
576 init_secondary_reloc_section backend function, if defined, when a
577 second reloc section is encountered.
578 (swap_out_syms): Invoke the new symbol_section_index function, if
579 defined, when computing the section index of an OS/PROC specific
580 symbol.
581 (_bfd_elf_init_secondary_reloc_section): New function.
582 (_bfd_elf_slurp_secondary_reloc_section): New function.
583 (_bfd_elf_write_secondary_reloc_section): New function.
584 (_bfd_elf_copy_special_section_fields): New function.
585 * elfcode.h (elf_write_relocs): Invoke the new
586 write_secondary_relocs function, if defined, in order to emit
587 secondary relocs.
588 (elf_slurp_reloc_table): Invoke the new slurp_secondary_relocs
589 function, if defined, in order to read in secondary relocs.
590 * elfxx-target.h (elf_backend_copy_special_section_fields):
591 Provide a non-NULL default definition.
592 (elf_backend_init_secondary_reloc_section): Likewise.
593 (elf_backend_slurp_secondary_reloc_section): Likewise.
594 (elf_backend_write_secondary_reloc_section): Likewise.
595 (struct elf_backend_data elfNN_bed): Add initialisers for the new
596 fields.
597 * configure.ac (score_elf32_[bl]e_vec): Add elf64.lo
598 * configure: Regenerate.
599
600 2020-03-05 Alan Modra <amodra@gmail.com>
601
602 * archive64.c (_bfd_archive_64_bit_slurp_armap): Check parsed_size
603 against file size before allocating memory. Use bfd_alloc rather
604 than bfd_zalloc for carsym/strings memory.
605
606 2020-03-04 Alan Modra <amodra@gmail.com>
607
608 * elf.c (elf_fake_sections): Ensure sh_addralign is such that
609 sh_addr mod sh_addalign is zero.
610
611 2020-03-04 Alan Modra <amodra@gmail.com>
612
613 * format.c (bfd_check_format_matches): Call cleanup on error exit.
614
615 2020-03-03 Alan Modra <amodra@gmail.com>
616
617 * format.c (struct bfd_preserve): Add cleanup field.
618 (bfd_preserve_save): Add cleanup param and save.
619 (bfd_preserve_restore): Return cleanup.
620 (bfd_preserve_finish): Call the cleanup for the discarded match.
621 (bfd_check_format_matches): Pass cleanup to bfd_preserve_save,
622 and clear when preserving a match. Restore cleanup too when
623 restoring that match.
624
625 2020-03-02 Alan Modra <amodra@gmail.com>
626
627 * cisco-core.c (cisco_core_file_p): Return bfd_cleanup.
628 * hpux-core.c (hpux_core_core_file_p): Update prototype.
629 * sco5-core.c (sco5_core_file_p): Return bfd_cleanup.
630 (core_sco5_vec): Correct initialisers.
631
632 2020-03-02 Alan Modra <amodra@gmail.com>
633
634 * aix386-core.c (aix386_core_file_p): Return bfd_cleanup.
635 * aix5ppc-core.c (xcoff64_core_p): Likewise.
636 * cisco-core.c (cisco_core_file_validate): Likewise.
637 * hppabsd-core.c (hppabsd_core_core_file_p): Likewise.
638 * hpux-core.c (hpux_core_core_file_p): Likewise.
639 * irix-core.c (irix_core_core_file_p): Likewise.
640 * lynx-core.c (lynx_core_file_p): Likewise.
641 * netbsd-core.c (netbsd_core_file_p): Likewise.
642 * osf-core.c (osf_core_core_file_p): Likewise.
643 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
644 * sco5-core.c (sco5_core_file_p): Likewise.
645
646 2020-03-02 H.J. Lu <hongjiu.lu@intel.com>
647
648 * trad-core.c (trad_unix_core_file_p): Return bfd_cleanup.
649
650 2020-03-02 Alan Modra <amodra@gmail.com>
651
652 * targets.c (bfd_cleanup): New typedef.
653 (struct bfd <_bfd_check_format>): Return a bfd_cleanup.
654 * libbfd-in.h (_bfd_no_cleanup): Define.
655 * format.c (bfd_reinit): Add cleanup parameter, call it.
656 (bfd_check_format_matches): Set cleanup from _bfd_check_format
657 call and pass to bfd_reinit. Delete temp, use abfd->xvec instead.
658 * aout-target.h (callback, object_p): Return bfd_cleanup.
659 * aout-tic30.c (tic30_aout_callback, tic30_aout_object_p): Likewise.
660 * archive.c (bfd_generic_archive_p): Likewise.
661 * binary.c (binary_object_p): Likewise.
662 * coff-alpha.c (alpha_ecoff_object_p): Likewise.
663 * coff-ia64.c (ia64coff_object_p): Likewise.
664 * coff-rs6000.c (_bfd_xcoff_archive_p, rs6000coff_core_p): Likewise.
665 * coff-sh.c (coff_small_object_p): Likewise.
666 * coff-stgo32.c (go32_check_format): Likewise.
667 * coff64-rs6000.c (xcoff64_archive_p, rs6000coff_core_p),
668 (xcoff64_core_p): Likewise.
669 * coffgen.c (coff_real_object_p, coff_object_p): Likewise.
670 * elf-bfd.h (bfd_elf32_object_p, bfd_elf32_core_file_p),
671 (bfd_elf64_object_p, bfd_elf64_core_file_p): Likewise.
672 * elfcode.h (elf_object_p): Likewise.
673 * elfcore.h (elf_core_file_p): Likewise.
674 * i386msdos.c (msdos_object_p): Likewise.
675 * ihex.c (ihex_object_p): Likewise.
676 * libaout.h (some_aout_object_p): Likewise.
677 * libbfd-in.h (bfd_generic_archive_p, _bfd_dummy_target),
678 (_bfd_vms_lib_alpha_archive_p, _bfd_vms_lib_ia64_archive_p): Likewise.
679 * libbfd.c (_bfd_dummy_target): Likewise.
680 * libcoff-in.h (coff_object_p): Likewise.
681 * mach-o-aarch64.c (bfd_mach_o_arm64_object_p),
682 (bfd_mach_o_arm64_core_p): Likewise.
683 * mach-o-arm.c (bfd_mach_o_arm_object_p),
684 (bfd_mach_o_arm_core_p): Likewise.
685 * mach-o-i386.c (bfd_mach_o_i386_object_p),
686 (bfd_mach_o_i386_core_p): Likewise.
687 * mach-o-x86-64.c (bfd_mach_o_x86_64_object_p),
688 (bfd_mach_o_x86_64_core_p): Likewise.
689 * mach-o.c (bfd_mach_o_header_p, bfd_mach_o_gen_object_p),
690 (bfd_mach_o_gen_core_p, bfd_mach_o_fat_archive_p): Likewise.
691 * mach-o.h (bfd_mach_o_object_p, bfd_mach_o_core_p),
692 (bfd_mach_o_fat_archive_p, bfd_mach_o_header_p): Likewise.
693 * mmo.c (mmo_object_p): Likewise.
694 * pef.c (bfd_pef_object_p, bfd_pef_xlib_object_p): Likewise.
695 * peicode.h (coff_real_object_p, pe_ILF_object_p),
696 (pe_bfd_object_p): Likewise.
697 * plugin.c (ld_plugin_object_p, bfd_plugin_object_p): Likewise.
698 * ppcboot.c (ppcboot_object_p): Likewise.
699 * rs6000-core.c (rs6000coff_core_p): Likewise.
700 * som.c (som_object_setup, som_object_p): Likewise.
701 * srec.c (srec_object_p, symbolsrec_object_p): Likewise.
702 * tekhex.c (tekhex_object_p): Likewise.
703 * vms-alpha.c (alpha_vms_object_p): Likewise.
704 * vms-lib.c (_bfd_vms_lib_archive_p, _bfd_vms_lib_alpha_archive_p),
705 (_bfd_vms_lib_ia64_archive_p, _bfd_vms_lib_txt_archive_p): Likewise.
706 * wasm-module.c (wasm_object_p): Likewise.
707 * xsym.c (bfd_sym_object_p): Likewise.
708 * xsym.h (bfd_sym_object_p): Likewise.
709 * aoutx.h (some_aout_object_p): Likewise, and callback parameter
710 return type.
711 * pdp11.c (some_aout_object_p): Likewise.
712 * plugin.c (register_ld_plugin_object_p): Update object_p
713 parameter type.
714 * plugin.h (register_ld_plugin_object_p): Likewise.
715 * bfd-in2.h: Regenerate.
716 * libbfd.h: Regenerate.
717 * libcoff.h: Regenerate.
718
719 2020-03-02 Alan Modra <amodra@gmail.com>
720
721 * coff-alpha.c (alpha_ecoff_le_vec): Add SEC_SMALL_DATA to
722 applicable section flags.
723 * coff-mips.c (mips_ecoff_le_vec, mips_ecoff_be_vec): Likewise.
724 (mips_ecoff_bele_vec): Likewise.
725 * coffcode.h (sec_to_styp_flags): Set SEC_SMALL_DATA for .sdata
726 and .sbss sections.
727 * ecoff.c (_bfd_ecoff_new_section_hook): Likewise.
728 (_bfd_ecoff_styp_to_sec_flags): Likewise.
729
730 2020-03-02 Alan Modra <amodra@gmail.com>
731
732 * elf32-m32r.c (m32r_elf_section_flags): New function.
733 (elf_backend_section_flags): Define.
734 * elf32-nds32.c (nds32_elf_section_flags): New function.
735 (elf_backend_section_flags): Define.
736 * elf32-ppc.c (ppc_elf_section_from_shdr): Set SEC_SMALL_DATA for
737 .sbss and .sdata sections.
738 * elf32-v850.c (v850_elf_section_from_shdr): Set SEC_SMALL_DATA
739 for SHF_V850_GPREL sections.
740 * elf64-alpha.c (elf64_alpha_section_from_shdr): Delete outdated
741 FIXME.
742 * elf64-hppa.c (elf64_hppa_section_from_shdr): Set SEC_SMALL_DATA
743 for SHF_PARISC_SHORT sections.
744 * elf64-ppc.c (ppc64_elf_section_flags): New function.
745 (elf_backend_section_flags): Define.
746 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Set SEC_SMALL_DATA
747 for SHF_MIPS_GPREL sections. Delete FIXME.
748
749 2020-03-02 Alan Modra <amodra@gmail.com>
750
751 * elf-bfd.h (elf_backend_section_flags): Remove flagword* param.
752 * elf.c (_bfd_elf_make_section_from_shdr): Set section flags before
753 calling elf_backend_section_flags with adjusted params. Use
754 newsect->flags past that point.
755 (_bfd_elf_new_section_hook): Always set sh_type and sh_flags for
756 special sections.
757 (_bfd_elf_init_private_section_data): Allow normal sh_type sections
758 to have their type overridden, and all sh_flags but processor and
759 os specific.
760 * elf32-arm.c (elf32_arm_section_flags): Adjust for changed params.
761 * elf32-mep.c (mep_elf_section_flags): Likewise.
762 * elf32-nios2.c (nios2_elf32_section_flags): Likewise.
763 * elf64-alpha.c (elf64_alpha_section_flags): Likewise.
764 * elf64-ia64-vms.c (elf64_ia64_section_flags): Likewise.
765 * elfnn-ia64.c (elfNN_ia64_section_flags): Likewise.
766 * elfnn-aarch64.c (elfNN_aarch64_size_stubs): Exclude the linker
767 stub BFD and non-aarch64 input files when scanning for stubs.
768
769 2020-03-02 Alan Modra <amodra@gmail.com>
770
771 * coff-alpha.c (alpha_ecoff_get_elt_at_filepos): Provide an upper
772 limit to decompressed element size.
773
774 2020-03-02 Alan Modra <amodra@gmail.com>
775
776 * vms-lib.c (vms_traverse_index): Add recur_count param and
777 update calls. Fail on excessive recursion.
778
779 2020-03-02 Alan Modra <amodra@gmail.com>
780
781 * vms-alpha.c (vms_get_remaining_object_record): Use
782 bfd_realloc_or_free rather than bfd_realloc.
783 (add_symbol_entry, vector_grow1, alpha_vms_slurp_relocs): Likewise.
784 (dst_define_location, parse_module): Likewise, and check realloc
785 return status before using memory. Return status from function
786 adjusting all callers.
787
788 2020-02-28 Alan Modra <amodra@gmail.com>
789
790 * vms-lib.c (_bfd_vms_lib_archive_p): Free memory on error paths.
791
792 2020-02-28 Alan Modra <amodra@gmail.com>
793
794 * vms-alpha.c (alpha_vms_object_p): Use _bfd_malloc_and_read.
795 Remove duplicate undersize check.
796
797 2020-02-27 Alan Modra <amodra@gmail.com>
798
799 PR 24511
800 * mmo.c (mmo_scan): Set SEC_DATA for .data.
801
802 2020-02-27 Alan Modra <amodra@gmail.com>
803
804 PR 24511
805 * syms.c (stt): Trim off all but 'e', 'i' and 'p' entries.
806 (coff_section_type): Adjust comment.
807 (decode_section_type): Likewise. Call coff_section_type before
808 decode_section_type.
809 (bfd_decode_symclass): Use 'c' for common sections other than
810 the standard one.
811
812 2020-02-27 Alan Modra <amodra@gmail.com>
813
814 * coff-rs6000.c (_bfd_xcoff_read_ar_hdr): Put all data in one
815 malloc'd block.
816
817 2020-02-27 Alan Modra <amodra@gmail.com>
818
819 * bfd.c (bfd_stat_arch_elt): Use vector of containing archive,
820 if file is an archive element.
821 * bfd-in2.h: Regenerate.
822
823 2020-02-26 Alan Modra <amodra@gmail.com>
824
825 * archive.c (do_slurp_bsd_armap): Increase minimum parsed_size, and
826 bfd_set_error on failing test. Don't bother changing bfd_error on
827 file read error. Check symdef_count is multiple of BSD_SYMDEF_SIZE.
828 Check sym name is within string buffer. Use size_t for some vars.
829 (do_slurp_coff_armap): Use size_t for some variables, fix size of
830 int_buf. Don't change bfd_error on file read error. Use
831 _bfd_mul_overflow when calculating carsym buffer size. Reorder
832 calculations to catch overflows before they occur. malloc and
833 free raw armap rather than using bfd_alloc. Read raw armap before
834 allocating carsym+strings buffer.
835 (_bfd_slurp_extended_name_table): Localize variables. Check
836 name size against file size.
837
838 2020-02-26 Alan Modra <amodra@gmail.com>
839
840 * vms-lib.c (vms_lib_read_index): Release correct buffer.
841
842 2020-02-26 Alan Modra <amodra@gmail.com>
843
844 * elf32-rx.c (rx_elf_relocate_section): Use bfd_malloc rather than
845 malloc. Check for NULL return from bfd_malloc.
846 (rx_table_find, rx_table_map): Likewise.
847 (rx_set_section_contents): Check bfd_alloc return.
848 (rx_dump_symtab): Don't alloc internal_syms or external_syms.
849
850 2020-02-26 Alan Modra <amodra@gmail.com>
851
852 * aoutx.h: Indent labels correctly. Format error strings.
853 * archive.c: Likewise.
854 * archive64.c: Likewise.
855 * coff-arm.c: Likewise.
856 * coff-rs6000.c: Likewise.
857 * coff-stgo32.c: Likewise.
858 * cpu-arm.c: Likewise.
859 * dwarf2.c: Likewise.
860 * elf-ifunc.c: Likewise.
861 * elf-properties.c: Likewise.
862 * elf-s390-common.c: Likewise.
863 * elf-strtab.c: Likewise.
864 * elf.c: Likewise.
865 * elf32-arm.c: Likewise.
866 * elf32-bfin.c: Likewise.
867 * elf32-cr16.c: Likewise.
868 * elf32-csky.c: Likewise.
869 * elf32-i386.c: Likewise.
870 * elf32-m68k.c: Likewise.
871 * elf32-msp430.c: Likewise.
872 * elf32-nds32.c: Likewise.
873 * elf32-nios2.c: Likewise.
874 * elf32-pru.c: Likewise.
875 * elf32-xtensa.c: Likewise.
876 * elf64-ia64-vms.c: Likewise.
877 * elf64-x86-64.c: Likewise.
878 * elfcode.h: Likewise.
879 * elfcore.h: Likewise.
880 * elflink.c: Likewise.
881 * elfnn-aarch64.c: Likewise.
882 * elfnn-ia64.c: Likewise.
883 * elfnn-riscv.c: Likewise.
884 * elfxx-mips.c: Likewise.
885 * elfxx-sparc.c: Likewise.
886 * elfxx-x86.c: Likewise.
887 * i386lynx.c: Likewise.
888 * merge.c: Likewise.
889 * pdp11.c: Likewise.
890 * plugin.c: Likewise.
891 * reloc.c: Likewise.
892
893 2020-02-26 Alan Modra <amodra@gmail.com>
894
895 PR 25593
896 * elf-bfd.h (struct elf_link_hash_table): Rename "loaded" to
897 "dyn_loaded".
898 (bfd_elf_add_dt_needed_tag): Declare.
899 * elf-strtab.c (_bfd_elf_strtab_restore): Handle NULL buf.
900 * elflink.c (bfd_elf_add_dt_needed_tag): Make global and rename
901 from elf_add_dt_needed_tag. Remove soname and doit param.
902 (elf_link_add_object_symbols): Don't use elf_add_dt_needed_tag
903 to see whether as-needed lib is already loaded, use dyn_loaded
904 list instead. When saving and restoring around as-needed lib
905 handle possibility that dynstr has not been initialised. Don't
906 add DT_NEEDED tags here. Limit dyn_loaded list to dynamic libs.
907 Mark libs loaded via DT_NEEDED entries of other libs with
908 DYN_NO_NEEDED if they should not be mentioned in DT_NEEDED of
909 the output.
910 (elf_link_check_versioned_symbol): Remove now unneccesary
911 DYNAMIC check when traversing dyn_loaded list.
912
913 2020-02-26 Alan Modra <amodra@gmail.com>
914
915 * bfdio.c (bfd_get_file_size): Ignore bogus archive element sizes.
916
917 2020-02-25 H.J. Lu <hongjiu.lu@intel.com>
918
919 PR binutils/25584
920 * plugin.c (need_lto_wrapper_p): New.
921 (bfd_plugin_set_program_name): Add an int argument to set
922 need_lto_wrapper_p.
923 (get_lto_wrapper): Return FALSE if need_lto_wrapper_p isn't
924 set.
925 * plugin.h (bfd_plugin_set_program_name): Add an int argument.
926
927 2020-02-24 Alan Modra <amodra@gmail.com>
928
929 * vms-lib.c (_bfd_vms_lib_archive_p): Correct overflow checks.
930
931 2020-02-24 Alan Modra <amodra@gmail.com>
932
933 * vms-lib.c (struct carsym_mem): Add limit.
934 (vms_add_index): Heed limit.
935 (vms_traverse_index): Catch buffer overflows. Remove outdated fixme.
936 (vms_lib_read_index): Set up limit. Catch 32-bit overflow.
937 Always return actual number read.
938 (_bfd_vms_lib_archive_p): Catch buffer overflows. Replace
939 assertion with error exit.
940
941 2020-02-22 Alan Modra <amodra@gmail.com>
942
943 PR 25585
944 * elf.c (assign_file_positions_for_load_sections): Continue linking
945 on "PHDR segment not covered by LOAD segment" errors.
946
947 2020-02-21 Alan Modra <amodra@gmail.com>
948
949 * mach-o.c (bfd_mach_o_canonicalize_relocs): Fix ineffective
950 overflow check.
951 (bfd_mach_o_canonicalize_reloc): Likewise.
952 (bfd_mach_o_canonicalize_dynamic_reloc): Likewise. Sanity check
953 counts and offsets against file size.
954 (bfd_mach_o_build_dysymtab): Fix ineffective overflow check.
955 (bfd_mach_o_mangle_sections): Remove unnecessary overflow check.
956 (bfd_mach_o_read_symtab_symbols): Sanity check count and offset
957 against file size. Delete symbol table error message.
958 (bfd_mach_o_read_dysymtab): Sanity check counts and offsets
959 against file size.
960 (bfd_mach_o_read_symtab): Likewise.
961 (bfd_mach_o_read_command): Pass file size.
962 (bfd_mach_o_scan): Sanity check command count against file size.
963
964 2020-02-21 Alan Modra <amodra@gmail.com>
965
966 PR 25569
967 * aoutx.h (adjust_o_magic, adjust_z_magic, adjust_n_magic): Use
968 "text", "data" and "bss" section pointer vars. Don't update
969 section size, just exec header sizes.
970 (adjust_sizes_and_vmas): Don't update text section size. Set
971 initial exec header a_text. Print exec headers sizes.
972 * pdp11.c (adjust_o_magic, adjust_z_magic, adjust_n_magic),
973 (adjust_sizes_and_vmas): Similarly. Formatting.
974 (final_link): Correct final file extension.
975
976 2020-02-20 Nick Clifton <nickc@redhat.com>
977
978 * elf-bfd.h (struct elf_backend_data): Add symbol_section_index
979 callback.
980 * elfxx-target.h (elf_backend_symbol_section_index): Provide
981 default definition.
982 (elfNN_bed): Initialise the symbol_section_index field.
983 * elf.c (swap_out_syms): Call symbol_section_index, if defined, on
984 OS and PROC specific section indicies. Warn if converting other
985 reserved incidies to SHN_ABS.
986
987 2020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
988
989 PR 25537
990 * cpu-z80.c: Add machine type compatibility checking.
991
992 2020-02-19 H.J. Lu <hongjiu.lu@intel.com>
993
994 PR binutils/25355
995 * plugin.c (plugin_list_entry): Remove handle.
996 (try_load_plugin): Call dlclose before return.
997
998 2020-02-19 Alan Modra <amodra@gmail.com>
999
1000 * libbfd-in.h (_bfd_constant_p): Define.
1001 (_bfd_alloc_and_read, _bfd_malloc_and_read): Check read size against
1002 file size before allocating memory.
1003 * coffgen.c (_bfd_coff_get_external_symbols): Remove file size check.
1004 * elf.c (bfd_elf_get_str_section): Likewise.
1005 (_bfd_elf_slurp_version_tables): Likewise.
1006 * libbfd.h: Regenerate.
1007
1008 2020-02-19 Alan Modra <amodra@gmail.com>
1009
1010 * libbfd-in.h (_bfd_alloc_and_read, _bfd_malloc_and_read): New.
1011 * aoutx.h (aout_get_external_symbols): Replace calls to
1012 bfd_[m]alloc and bfd_bread with call to _bfd_[m]alloc_and_read.
1013 (slurp_reloc_table): Likewise.
1014 * archive.c (do_slurp_bsd_armap): Likewise.
1015 (do_slurp_coff_armap): Likewise.
1016 * archive64.c (_bfd_archive_64_bit_slurp_armap): Likewise.
1017 * coff-rs6000.c (_bfd_xcoff_slurp_armap): Likewise.
1018 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
1019 * coffcode.h (coff_set_arch_mach_hook, buy_and_read): Likewise.
1020 * coffgen.c (coff_real_object_p, coff_object_p, build_debug_section),
1021 (_bfd_coff_get_external_symbols): Likewise.
1022 * ecoff.c (ecoff_slurp_symbolic_header),
1023 (_bfd_ecoff_slurp_symbolic_info, ecoff_slurp_reloc_table),
1024 (_bfd_ecoff_slurp_armap, ecoff_link_add_object_symbols, READ),
1025 (ecoff_indirect_link_order): Likewise.
1026 * elf.c (bfd_elf_get_str_section, setup_group, elf_read_notes),
1027 (_bfd_elf_slurp_version_tables): Likewise.
1028 * elf32-m32c.c (m32c_elf_relax_section): Likewise.
1029 * elf32-rl78.c (rl78_elf_relax_section): Likewise.
1030 * elf32-rx.c (elf32_rx_relax_section): Likewise.
1031 * elf64-alpha.c (READ): Likewise.
1032 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Likewise.
1033 * elf64-sparc.c (elf64_sparc_slurp_one_reloc_table): Likewise.
1034 * elfcode.h (elf_slurp_symbol_table),
1035 (elf_slurp_reloc_table_from_section): Likewise.
1036 * elflink.c (elf_link_add_object_symbols),
1037 (elf_link_check_versioned_symbol): Likewise.
1038 * elfxx-mips.c (READ): Likewise.
1039 * i386lynx.c (slurp_reloc_table): Likewise.
1040 * lynx-core.c (lynx_core_file_p): Likewise.
1041 * mach-o.c (bfd_mach_o_canonicalize_relocs),
1042 (bfd_mach_o_read_symtab_strtab, bfd_mach_o_alloc_and_read),
1043 (bfd_mach_o_read_prebound_dylib, bfd_mach_o_read_dyld_content
1044 * pdp11.c (aout_get_external_symbols, slurp_reloc_table
1045 * pef.c (bfd_pef_print_loader_section, bfd_pef_scan_start_address),
1046 (bfd_pef_parse_symbols): Likewise.
1047 * peicode.h (pe_ILF_object_p, pe_bfd_object_p
1048 * som.c (setup_sections, som_slurp_string_table),
1049 (som_slurp_reloc_table, som_bfd_count_ar_symbols),
1050 (som_bfd_fill_in_ar_symbols): Likewise.
1051 * vms-alpha.c (module_find_nearest_line, evax_bfd_print_dst),
1052 (evax_bfd_print_image): Likewise.
1053 * vms-lib.c (_bfd_vms_lib_archive_p): Likewise.
1054 * wasm-module.c (wasm_scan): Likewise.
1055 * xcofflink.c (xcoff_link_add_symbols): Likewise.
1056 * xsym.c (bfd_sym_read_name_table),
1057 (bfd_sym_print_type_information_table_entry): Likewise.
1058 * libbfd.h: Regenerate.
1059
1060 2020-02-19 Alan Modra <amodra@gmail.com>
1061
1062 * aoutx.h (slurp_reloc_table): Allocate reloc_cache after
1063 reading external relocs.
1064 * ecoff.c (ecoff_slurp_reloc_table): Likewise.
1065 * archive.c (_bfd_write_archive_contents): Don't twiddle bfd_error
1066 after bfd_bread.
1067 * archive64.c (_bfd_archive_64_bit_slurp_armap): Remove unnecessary
1068 bfd_release.
1069 * elf32-m32c.c (m32c_offset_for_reloc): Make shndx_buf a bfd_byte*.
1070 (m32c_elf_relax_section): Likewise.
1071 * elf32-rl78.c (rl78_offset_for_reloc): Likewise.
1072 (rl78_elf_relax_section): Likewise.
1073 * elf32-rx.c (rx_offset_for_reloc): Likewise.
1074 (elf32_rx_relax_section): Likewise.
1075 * mach-o.c (bfd_mach_o_alloc_and_read): Move earlier with better
1076 parameter types and use..
1077 (bfd_mach_o_read_dylinker, bfd_mach_o_read_dylib),
1078 (bfd_mach_o_read_fvmlib, bfd_mach_o_read_str): ..in these functions.
1079 * peicode.h (pe_bfd_object_p): Don't zero the part of opthdr
1080 being read from file, just the extra.
1081 * som.c (som_slurp_symbol_table): Allocate internal symbol buffer
1082 after reading external syms. Free on failure.
1083
1084 2020-02-19 Alan Modra <amodra@gmail.com>
1085
1086 * coffcode.h (buy_and_read, coff_slurp_line_table),
1087 (coff_slurp_symbol_table, coff_slurp_reloc_table): Replace
1088 bfd_[z][m]alloc2 calls with _bfd_mul_overflow followed by the
1089 corresponding bfd_alloc call. Adjust variables to suit.
1090 * coffgen.c (_bfd_coff_get_external_symbols): Likewise.
1091 * ecoff.c (_bfd_ecoff_slurp_symbolic_info),
1092 (_bfd_ecoff_slurp_symbol_table, READ): Likewise.
1093 * elf.c (bfd_elf_get_elf_syms, setup_group, bfd_section_from_shdr),
1094 (swap_out_syms, _bfd_elf_slurp_version_tables): Likewise.
1095 * elf32-m32c.c (m32c_elf_relax_section): Likewise.
1096 * elf32-rl78.c (rl78_elf_relax_section): Likewise.
1097 * elf32-rx.c (elf32_rx_relax_section): Likewise.
1098 * elf64-alpha.c (READ): Likewise.
1099 * elfcode.h (elf_object_p, elf_write_relocs, elf_write_shdrs_and_ehdr),
1100 (elf_slurp_symbol_table, elf_slurp_reloc_table),
1101 (bfd_from_remote_memory): Likewise.
1102 * elfcore.h (core_find_build_id): Likewise.
1103 * elfxx-mips.c (READ): Likewise.
1104 * mach-o.c (bfd_mach_o_mangle_sections),
1105 (bfd_mach_o_read_symtab_symbols, bfd_mach_o_read_thread),
1106 (bfd_mach_o_read_dysymtab, bfd_mach_o_flatten_sections),
1107 (bfd_mach_o_scan, bfd_mach_o_fat_archive_p): Likewise.
1108 * som.c (setup_sections, som_prep_for_fixups)
1109 (som_build_and_write_symbol_table, som_slurp_symbol_table),
1110 (som_slurp_reloc_table, som_bfd_count_ar_symbols),
1111 (som_bfd_fill_in_ar_symbols, som_slurp_armap),
1112 (som_bfd_ar_write_symbol_stuff): Likewise.
1113 * vms-alpha.c (vector_grow1): Likewise.
1114 * vms-lib.c (vms_add_index): Likewise.
1115 * wasm-module.c (wasm_scan_name_function_section): Likewise.
1116 * libbfd.c (bfd_malloc2, bfd_realloc2, bfd_zmalloc2): Delete.
1117 * opncls.c (bfd_alloc2, bfd_zalloc2): Delete.
1118 * libbfd-in.h (bfd_malloc2, bfd_realloc2, bfd_zmalloc2),
1119 (bfd_alloc2, bfd_zalloc2): Delete.
1120 (_bfd_mul_overflow): Define.
1121 * libbfd.h: Regenerate.
1122
1123 2020-02-19 Alan Modra <amodra@gmail.com>
1124
1125 * elf.c (bfd_section_from_shdr): Use bfd_zalloc rather than
1126 bfd_zalloc2.
1127 (assign_section_numbers): Likewise.
1128 (elf_map_symbols): Likewise, and bfd_alloc rather than bfd_alloc2.
1129 (_bfd_elf_map_sections_to_segments): Use bfd_malloc rather than
1130 bfd_malloc2, size_t amt, and unsigned tls_count.
1131 (rewrite_elf_program_header): Use bfd_malloc and size_t amt.
1132 * elflink.c (elf_create_symbuf): Use bfd_malloc.
1133 (elf_output_implib): Use bfd_alloc.
1134
1135 2020-02-19 Alan Modra <amodra@gmail.com>
1136
1137 * bfd.c (struct bfd): Move format and direction to other
1138 bitfields. Add "size".
1139 * bfdio.c (bfd_get_size): Cache size when not writing file.
1140 * opncls.c (bfd_get_debug_link_info_1): Allow for bfd_get_size
1141 returning zero, ie. unknown.
1142 (bfd_get_alt_debug_link_info): Likewise.
1143 * bfd-in2.h: Regenerate.
1144
1145 2020-02-19 Alan Modra <amodra@gmail.com>
1146
1147 * coffgen.c (_bfd_coff_get_external_symbols): Don't call
1148 bfd_get_file_size twice.
1149 (_bfd_coff_read_string_table): Allow for bfd_get_file_size
1150 zero, ie. unknown, return.
1151 * elf-attrs.c (_bfd_elf_parse_attributes): Likewise.
1152 * elfcode.h (elf_swap_shdr_in): Likewise.
1153 (elf_object_p): Don't call bfd_get_file_size twice and correct
1154 file size check.
1155
1156 2020-02-19 Alan Modra <amodra@gmail.com>
1157
1158 * mach-o.c (bfd_mach_o_flatten_sections): Return a bfd_boolean,
1159 FALSE if memory alloc fails. Adjust calls.
1160 * som.c (som_prep_for_fixups): Likewise.
1161 * vms-alpha.c (alpha_vms_add_fixup_lp, alpha_vms_add_fixup_ca),
1162 (alpha_vms_add_fixup_qr, alpha_vms_add_fixup_lr),
1163 (alpha_vms_add_lw_reloc, alpha_vms_add_qw_reloc): Likewise.
1164 * som.c (som_build_and_write_symbol_table): Return via error_return
1165 on seek failure.
1166 * vms-alpha.c (VEC_APPEND): Adjust for vector_grow1 changes.
1167 (VEC_APPEND_EL): Delete.
1168 (vector_grow1): Return pointer to element. Catch overflow.
1169 Return NULL on memory allocation failure.
1170 (alpha_vms_add_fixup_lp): Replace VEC_APPEND_EL with VEC_APPEND.
1171 (alpha_vms_add_fixup_ca): Likewise.
1172 (alpha_vms_link_add_object_symbols): Check VEC_APPEND result
1173 before using.
1174 * elf.c (bfd_section_from_shdr): Check bfd_zalloc2 result.
1175
1176 2020-02-19 Alan Modra <amodra@gmail.com>
1177
1178 * aix386-core.c (aix386_core_file_p): Use size_t for "amt".
1179 * aout-target.h (object_p): Likewise.
1180 * aout-tic30.c (tic30_aout_object_p): Likewise.
1181 * aoutx.h (some_aout_object_p, mkobject, make_empty_symbol),
1182 (emit_stringtab, write_syms, link_hash_table_create),
1183 (aout_link_write_other_symbol): Likewise.
1184 * archive.c (_bfd_generic_mkarchive, bfd_generic_archive_p),
1185 (bfd_ar_hdr_from_filesystem, _bfd_write_archive_contents),
1186 (_bfd_compute_and_write_armap): Likewise.
1187 * archures.c (bfd_arch_list): Likewise.
1188 * bfd.c (bfd_record_phdr): Likewise.
1189 * binary.c (binary_canonicalize_symtab): Likewise.
1190 * cisco-core.c (cisco_core_file_validate): Likewise.
1191 * coff-arm.c (coff_arm_link_hash_table_create, find_thumb_glue),
1192 (find_arm_glue, record_arm_to_thumb_glue),
1193 (record_thumb_to_arm_glue): Likewise.
1194 * coff-ppc.c (ppc_coff_link_hash_table_create, record_toc),
1195 (ppc_allocate_toc_section): Likewise.
1196 * coff-rs6000.c (_bfd_xcoff_mkobject, _bfd_xcoff_archive_p): Likewise.
1197 * coff-sh.c (sh_relax_section): Likewise.
1198 * coff64-rs6000.c (xcoff64_archive_p): Likewise.
1199 * coffcode.h (handle_COMDAT, coff_new_section_hook),
1200 (coff_set_alignment_hook, coff_mkobject),
1201 (coff_compute_section_file_positions): Likewise.
1202 * coffgen.c (coff_make_empty_symbol, coff_bfd_make_debug_symbol),
1203 (coff_find_nearest_line_with_names),
1204 ( bfd_coff_set_symbol_class): Likewise.
1205 * cofflink.c (_bfd_coff_link_hash_table_create),
1206 (_bfd_coff_link_input_bfd): Likewise.
1207 * dwarf1.c (alloc_dwarf1_unit, alloc_dwarf1_func): Likewise.
1208 * dwarf2.c (read_abbrevs, read_attribute_value, add_line_info),
1209 (build_line_info_table, sort_line_sequences),
1210 (line_info_add_include_dir, line_info_add_file_name),
1211 (decode_line_info, scan_unit_for_symbols, parse_comp_unit),
1212 (place_sections, _bfd_dwarf2_slurp_debug_info): Likewise.
1213 * ecoff.c (_bfd_ecoff_mkobject, _bfd_ecoff_make_empty_symbol),
1214 (_bfd_ecoff_find_nearest_line),
1215 (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
1216 * ecofflink.c (bfd_ecoff_debug_init): Likewise.
1217 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Likewise.
1218 * elf-m10300.c (mn10300_elf_relax_section),
1219 (elf32_mn10300_link_hash_table_create): Likewise.
1220 * elf-strtab.c (_bfd_elf_strtab_init): Likewise.
1221 * elf.c (make_mapping, copy_elf_program_header): Likewise.
1222 * elf32-arm.c (elf32_arm_link_hash_table_create),
1223 (elf32_arm_setup_section_lists, elf32_arm_check_relocs),
1224 (elf32_arm_new_section_hook): Likewise.
1225 * elf32-avr.c (elf_avr_new_section_hook),
1226 (elf32_avr_link_hash_table_create, get_local_syms),
1227 (elf32_avr_setup_section_lists): Likewise.
1228 * elf32-bfin.c (bfinfdpic_elf_link_hash_table_create),
1229 (bfin_link_hash_table_create): Likewise.
1230 * elf32-cr16.c (elf32_cr16_link_hash_table_create): Likewise.
1231 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
1232 * elf32-csky.c (csky_elf_link_hash_table_create),
1233 (csky_elf_check_relocs, elf32_csky_setup_section_lists): Likewise.
1234 * elf32-frv.c (frvfdpic_elf_link_hash_table_create): Likewise.
1235 * elf32-hppa.c (elf32_hppa_link_hash_table_create),
1236 (elf32_hppa_setup_section_lists, get_local_syms): Likewise.
1237 * elf32-i386.c (elf_i386_check_relocs): Likewise.
1238 * elf32-lm32.c (lm32_elf_link_hash_table_create): Likewise.
1239 * elf32-m32r.c (m32r_elf_link_hash_table_create),
1240 (m32r_elf_check_relocs): Likewise.
1241 * elf32-m68hc1x.c (m68hc11_elf_hash_table_create),
1242 (elf32_m68hc11_setup_section_lists),
1243 (elf32_m68hc11_size_stubs): Likewise.
1244 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
1245 * elf32-metag.c (elf_metag_link_hash_table_create),
1246 (elf_metag_setup_section_lists): Likewise.
1247 * elf32-microblaze.c (microblaze_elf_link_hash_table_create),
1248 (microblaze_elf_check_relocs): Likewise.
1249 * elf32-nds32.c (nds32_elf_link_hash_table_create),
1250 (nds32_elf_check_relocs): Likewise.
1251 * elf32-nios2.c (nios2_elf32_setup_section_lists),
1252 (get_local_syms, nios2_elf32_check_relocs),
1253 (nios2_elf32_link_hash_table_create): Likewise.
1254 * elf32-or1k.c (or1k_elf_link_hash_table_create),
1255 (or1k_elf_check_relocs): Likewise.
1256 * elf32-ppc.c (ppc_elf_modify_segment_map, update_plt_info): Likewise.
1257 * elf32-pru.c (pru_elf32_link_hash_table_create): Likewise.
1258 * elf32-s390.c (elf_s390_link_hash_table_create),
1259 (elf_s390_check_relocs): Likewise.
1260 * elf32-score.c (score_elf_create_got_section),
1261 (s3_elf32_score_new_section_hook),
1262 (elf32_score_link_hash_table_create): Likewise.
1263 * elf32-score7.c (score_elf_create_got_section),
1264 (s7_elf32_score_new_section_hook): Likewise.
1265 * elf32-sh.c (sh_elf_link_hash_table_create),
1266 (sh_elf_check_relocs): Likewise.
1267 * elf32-tic6x.c (elf32_tic6x_link_hash_table_create),
1268 (elf32_tic6x_new_section_hook, elf32_tic6x_check_relocs): Likewise.
1269 * elf32-tilepro.c (tilepro_elf_link_hash_table_create),
1270 (tilepro_elf_check_relocs): Likewise.
1271 * elf32-v850.c (remember_hi16s_reloc): Likewise.
1272 * elf32-vax.c (elf_vax_link_hash_table_create): Likewise.
1273 * elf32-xtensa.c (elf_xtensa_link_hash_table_create),
1274 (elf_xtensa_new_section_hook): Likewise.
1275 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create),
1276 (get_got_entry, elf64_alpha_check_relocs): Likewise.
1277 * elf64-hppa.c (elf64_hppa_hash_table_create): Likewise.
1278 * elf64-ia64-vms.c (elf64_ia64_object_p): Likewise.
1279 * elf64-mmix.c (mmix_elf_new_section_hook): Likewise.
1280 * elf64-ppc.c (ppc64_elf_new_section_hook),
1281 (ppc64_elf_link_hash_table_create, update_local_sym_info),
1282 (update_plt_info, ppc64_elf_check_relocs): Likewise.
1283 * elf64-s390.c (elf_s390_link_hash_table_create),
1284 (elf_s390_check_relocs): Likewise.
1285 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
1286 * elflink.c (bfd_elf_link_record_local_dynamic_symbol),
1287 (_bfd_elf_link_find_version_dependencies, elf_link_add_object_symbols),
1288 (elf_link_add_archive_symbols, compute_bucket_count),
1289 (bfd_elf_size_dynsym_hash_dynstr, _bfd_elf_link_hash_table_create),
1290 (bfd_elf_get_bfd_needed_list, elf_link_swap_symbols_out),
1291 (bfd_elf_final_link): Likewise.
1292 * elfnn-aarch64.c (elfNN_aarch64_link_hash_table_create),
1293 (elfNN_aarch64_setup_section_lists, elfNN_aarch64_check_relocs),
1294 (elfNN_aarch64_new_section_hook): Likewise.
1295 * elfnn-ia64.c (elfNN_ia64_object_p): Likewise.
1296 * elfnn-riscv.c (riscv_elf_link_hash_table_create),
1297 (riscv_elf_check_relocs): Likewise.
1298 * elfxx-mips.c (_bfd_mips_elf_new_section_hook),
1299 (_bfd_mips_elf_add_symbol_hook, _bfd_mips_elf_check_relocs),
1300 (_bfd_mips_elf_modify_segment_map, _bfd_mips_elf_set_section_contents),
1301 (_bfd_mips_elf_link_hash_table_create): Likewise.
1302 * elfxx-sparc.c (_bfd_sparc_elf_link_hash_table_create),
1303 (_bfd_sparc_elf_check_relocs),
1304 (_bfd_sparc_elf_new_section_hook): Likewise.
1305 * elfxx-tilegx.c (tilegx_elf_link_hash_table_create),
1306 (tilegx_elf_check_relocs): Likewise.
1307 * elfxx-x86.c (_bfd_x86_elf_link_hash_table_create): Likewise.
1308 * format.c (bfd_check_format_matches): Likewise.
1309 * hash.c (_bfd_stringtab_init): Likewise.
1310 * ihex.c (ihex_scan): Likewise.
1311 * irix-core.c (irix_core_core_file_p): Likewise.
1312 * linker.c (bfd_wrapped_link_hash_lookup),
1313 (_bfd_generic_link_hash_table_create),
1314 (_bfd_generic_reloc_link_order): Likewise.
1315 * lynx-core.c (lynx_core_file_p): Likewise.
1316 * netbsd-core.c (netbsd_core_file_p): Likewise.
1317 * osf-core.c (osf_core_core_file_p): Likewise.
1318 * pdp11.c (some_aout_object_p, mkobject, make_empty_symbol),
1319 (link_hash_table_create, aout_link_write_other_symbol): Likewise.
1320 * peXXigen.c (_bfd_XX_bfd_copy_private_section_data): Likewise.
1321 * peicode.h (pe_mkobject): Likewise.
1322 * ppcboot.c (ppcboot_mkobject, ppcboot_canonicalize_symtab): Likewise.
1323 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
1324 * sco5-core.c (read_uarea): Likewise.
1325 * som.c (hppa_som_gen_reloc_type, som_object_p, som_prep_headers),
1326 (som_write_fixups, som_write_space_strings, som_write_symbol_strings),
1327 (som_finish_writing, som_canonicalize_symtab, som_new_section_hook),
1328 (som_bfd_copy_private_section_data, bfd_som_set_section_attributes),
1329 (bfd_som_attach_aux_hdr, som_write_armap): Likewise.
1330 * srec.c (srec_scan): Likewise.
1331 * syms.c (_bfd_generic_make_empty_symbol): Likewise.
1332 * targets.c (bfd_target_list): Likewise.
1333 * tekhex.c (first_phase, tekhex_sizeof_headers): Likewise.
1334 * trad-core.c (trad_unix_core_file_p): Likewise.
1335 * vms-alpha.c (vms_initialize, alpha_vms_bfd_link_hash_table_create),
1336 (vms_new_section_hook): Likewise.
1337 * wasm-module.c (wasm_make_empty_symbol): Likewise.
1338 * xcofflink.c (xcoff_get_section_contents),
1339 (_bfd_xcoff_bfd_link_hash_table_create, xcoff_set_import_path),
1340 (xcoff_find_function, bfd_xcoff_link_record_set, xcoff_build_ldsym),
1341 (bfd_xcoff_size_dynamic_sections, xcoff_link_input_bfd): Likewise.
1342
1343 2020-02-19 Alan Modra <amodra@gmail.com>
1344
1345 * elfxx-riscv.c (riscv_multi_letter_ext_valid_p): Don't use C99.
1346
1347 2020-02-13 H.J. Lu <hongjiu.lu@intel.com>
1348
1349 * plugin.c (try_load_plugin): Make plugin_list_iter an argument
1350 and use it if it isn't NULL. Remove has_plugin_p argument. Add
1351 a build_list_p argument. Don't search plugin_list. Short circuit
1352 when building the plugin list.
1353 (has_plugin): Renamed to has_plugin_list.
1354 (bfd_plugin_set_plugin): Don't set has_plugin.
1355 (bfd_plugin_specified_p): Check plugin_list instead.
1356 (build_plugin_list): New function.
1357 (load_plugin): Call build_plugin_list and use plugin_list.
1358
1359 2020-02-11 H.J. Lu <hongjiu.lu@intel.com>
1360
1361 PR binutils/25355
1362 * plugin.c (try_claim): Always clean up for LTO wrapper.
1363 (try_load_plugin): Treat each object as independent. Create a
1364 copy for plugin name.
1365
1366 2020-02-11 Nick Clifton <nickc@redhat.com>
1367
1368 * elf32-msp430.c (msp430_final_link_relocate): Always use longs
1369 for addresses in print statements.
1370 (msp430_elf_relax_delete_bytes): Likewise.
1371 (msp430_elf_relax_add_words): Likewise.
1372 (msp430_elf_relax_section): Likewise.
1373
1374 2020-02-11 H.J. Lu <hongjiu.lu@intel.com>
1375
1376 * plugin.c (add_symbols): Clear plugin_data memory.
1377
1378 2020-02-10 H.J. Lu <hongjiu.lu@intel.com>
1379
1380 PR binutils/25355
1381 * configure.ac (HAVE_EXECUTABLE_SUFFIX): New AC_DEFINE.
1382 (EXECUTABLE_SUFFIX): Likewise.
1383 * config.in: Regenerated.
1384 * configure: Likewise.
1385 * plugin.c (bfd_plugin_close_and_cleanup): Removed.
1386 (plugin_list_entry): Add all_symbols_read, cleanup_handler,
1387 gcc, lto_wrapper, resolution_file, resolution_option, gcc_env,
1388 real_bfd, real_nsyms, real_syms, lto_nsyms and lto_syms.
1389 (get_lto_wrapper): New.
1390 (setup_lto_wrapper_env): Likewise.
1391 (current_plugin): Likewise.
1392 (register_all_symbols_read): Likewise.
1393 (register_cleanup): Likewise.
1394 (get_symbols): Likewise.
1395 (add_input_file): Likewise.
1396 (bfd_plugin_close_and_cleanup): Likewise.
1397 (claim_file): Removed.
1398 (register_claim_file): Set current_plugin->claim_file.
1399 (add_symbols): Make a copy of LTO symbols. Set lto_nsyms and
1400 lto_syms in current_plugin.
1401 (try_claim): Use current_plugin->claim_file. Call LTO plugin
1402 all_symbols_read handler. Copy real symbols to plugin_data.
1403 Call LTO plugin cleanup handler. Clean up for LTO wrapper.
1404 (try_load_plugin): Don't reuse the previous plugin for LTO
1405 wrapper. Set up GCC LTO wrapper if possible. Don't set
1406 plugin_list_iter->claim_file.
1407 (bfd_plugin_canonicalize_symtab): Use real LTO symbols if
1408 possible.
1409 * plugin.h (plugin_data_struct): Add real_bfd, real_nsyms and
1410 real_syms.
1411
1412 2020-02-10 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1413
1414 * elf32-msp430.c (msp430_elf_relax_section): Before relaxing a branch,
1415 check if previous instruction matches a conditional jump inserted
1416 earlier. Invert conditional jump and delete branch in this case.
1417
1418 2020-02-10 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1419
1420 * elf32-msp430.c (msp430_elf_relax_add_two_words): Rename to
1421 msp430_elf_relax_add_words. Support insertion of either one or two
1422 words.
1423 (msp430_elf_relax_section): Catch opcode of 0x3c00 when relocation
1424 needs to be grown. Handle insertion of branch instruction to replace
1425 jump.
1426
1427 2020-02-10 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1428
1429 * elf32-msp430.c (msp430_final_link_relocate): Add printf statements for
1430 debugging relocations.
1431 (msp430_elf_relax_delete_bytes): Likewise.
1432 (msp430_elf_relax_add_two_words): Likewise.
1433 (msp430_elf_relax_section): Likewise.
1434
1435 2020-02-10 Alan Modra <amodra@gmail.com>
1436
1437 * archures.c: Wrap overlong z80 comments.
1438 * bfd-in2.h: Regenerate.
1439
1440 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
1441
1442 PR 25469
1443 * archures.c: Add GBZ80 and Z80N machine values.
1444 * reloc.c: Add BFD_RELOC_Z80_16_BE.
1445 * coff-z80.c: Add support for new reloc.
1446 * coffcode.h: Add support for new machine values.
1447 * cpu-z80.c: Add support for new machine names.
1448 * elf32-z80.c: Add support for new reloc.
1449 * bfd-in2.h: Regenerate.
1450 * libbfd.h: Regenerate.
1451
1452 2020-02-07 Nick Clifton <nickc@redhat.com>
1453
1454 PR 23932
1455 * elf.c (rewrite_elf_program_header): Do not complain if no
1456 sections are mapped to a segment.
1457
1458 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
1459
1460 PR ld/25490
1461 * elflink.c (_bfd_elf_gc_mark_extra_sections): Issue an error
1462 for garbage collection on __patchable_function_entries section
1463 without linked-to section.
1464
1465 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
1466
1467 PR gas/25381
1468 * bfd-in2.h: Regenerated.
1469 * elflink.c (_bfd_elf_gc_mark_extra_sections): Call mark_hook
1470 on section if gc_mark of any of its linked-to sections is set
1471 and don't set gc_mark again.
1472 * section.c (asection): Add linked_to_symbol_name to map_head
1473 union.
1474
1475 2020-02-06 Maciej W. Rozycki <macro@wdc.com>
1476
1477 * elf32-v850.c (v850_elf_relax_section): Fix the index used for
1478 reporting an unrecognized instruction with R_V850_LONGJUMP.
1479
1480 2020-02-05 Alan Modra <amodra@gmail.com>
1481
1482 * elf64-ppc.c (ppc_stub_plt_branch): Match comment with reality.
1483
1484 2020-02-04 Alan Modra <amodra@gmail.com>
1485
1486 * elf32-ppc.c (ppc_elf_relocate_section): After applying
1487 R_PPC_VLE_ADDR20, goto copy_reloc.
1488
1489 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
1490
1491 * bfd-in2.h: Regenerated.
1492 * section.c (SEC_ASSEMBLER_SECTION_ID): Fix a typo in comments.
1493
1494 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
1495
1496 PR gas/25380
1497 * bfd-in2.h: Regenerated.
1498 * ecoff.c (bfd_debug_section): Add section_id.
1499 * section.c (bfd_section): Add section_id.
1500 (SEC_ASSEMBLER_SECTION_ID): New.
1501 (BFD_FAKE_SECTION): Add section_id.
1502
1503 2020-02-01 Nick Clifton <nickc@redhat.com>
1504
1505 * config.bfd: Move the c30-aout and tic30-aout targets onto the
1506 obsolete list.
1507
1508 2020-01-31 Sandra Loosemore <sandra@codesourcery.com>
1509
1510 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): DW_EH_PE_datarel
1511 encodings are relative to the GOT on nios2, too.
1512
1513 2020-01-31 Alan Modra <amodra@gmail.com>
1514
1515 * Makefile.am (elf32-target.h, elf64-target.h): Don't use a temp
1516 file. Use $< and $@ in rules.
1517 (elf32-aarch64.c, elf64-aarch64.c): Likewise.
1518 (elf32-ia64.c, elf64-ia64.c): Likewise.
1519 (elf32-riscv.c, elf64-riscv.c): Likewise.
1520 (peigen.c, pepigen.c, pex64igen.c): Likewise.
1521 (elf32-aarch64.c, elf64-aarch64.c): Don't emit $srcdir on #line.
1522 (elf32-riscv.c, elf64-riscv.c): Likewise, and use $(SED).
1523 (elf32-ia64.c, elf64-ia64.c): Do emit #line.
1524 (peigen.c, pepigen.c, pex64igen.c): Likewise.
1525 * Makefile.in: Regenerate.
1526
1527 2020-01-31 Alan Modra <amodra@gmail.com>
1528
1529 PR 4110
1530 * elf.c (setup_group): Don't clear entire section contents,
1531 just the padding after group flags. Release alloc'd memory
1532 after a seek or read failure.
1533
1534 2020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
1535
1536 * peXXigen.c (pe_is_repro): New function.
1537 (_bfd_XX_print_private_bfd_data_common): Note timestamp is
1538 actually a build hash if PE_IMAGE_DEBUG_TYPE_REPRO is present.
1539
1540 2020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
1541
1542 * peXXigen.c (debug_type_names): Add names for new debug data type
1543 values.
1544
1545 2020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
1546
1547 * peXXigen.c (pe_print_debugdata): Fix the iteration variable for
1548 inner loop. Fix a memory leak.
1549
1550 2020-01-30 Alan Modra <amodra@gmail.com>
1551
1552 * coffgen.c (coff_real_object_p): Don't clear obj_coff_keep_syms
1553 or obj_coff_keep_strings here.
1554 (coff_get_normalized_symtab): Free external syms directly.
1555 * xcofflink.c (xcoff_link_input_bfd): Restore obj_coff_keep_syms
1556 on error exit path.
1557
1558 2020-01-27 Jim Wilson <jimw@sifive.com>
1559
1560 * cpu-riscv.c (riscv_scan): New.
1561 (N): Change bfd_default_scan to riscv_scan.
1562
1563 2020-01-27 Andreas Schwab <schwab@suse.de>
1564
1565 * Makefile.am (ALL_MACHINES): Remove cpu-plugin.lo.
1566 (ALL_MACHINES_CFILES): Remove cpu-plugin.c.
1567 * Makefile.in: Regenerate.
1568 * cpu-plugin.c: Remove.
1569 * archures.c (enum bfd_architecture): Remove bfd_arch_plugin.
1570 (bfd_plugin_arch): Remove declaration.
1571 * bfd-in2.h: Regenerate.
1572 * po/SRC-POTFILES.in: Regenerate.
1573
1574 2020-01-27 H.J. Lu <hongjiu.lu@intel.com>
1575 Alan Modra <amodra@gmail.com>
1576
1577 PR ld/25458
1578 * elflink.c (_bfd_elf_gc_mark_rsec): Mark all weak aliases.
1579
1580 2020-01-24 Jim Wilson <jimw@sifive.com>
1581
1582 * elfxx-riscv.c (riscv_get_prefix_class): Format s case like others.
1583 (riscv_parse_prefixed_ext): Fix s extension comment and reword to
1584 avoid over long line.
1585
1586 2020-01-24 Nick Clifton <nickc@redhat.com>
1587
1588 PR 25447
1589 * coffgen.c (_bfd_coff_close_and_cleanup): Do not clear the keep
1590 syms and keep strings flags as these may have been set in order to
1591 prevent a bogus call to free.
1592
1593 2020-01-23 Nick Clifton <nickc@redhat.com>
1594
1595 * po/fr.po: Updated French translation.
1596
1597 2020-01-23 Alan Modra <amodra@gmail.com>
1598
1599 PR 25444
1600 * elf.c (assign_file_positions_for_load_sections): Avoid divide
1601 by zero when p_align is zero.
1602
1603 2020-01-22 Maxim Blinov <maxim.blinov@embecosm.com>
1604
1605 * bfd/elfnn-riscv.c (riscv_skip_prefix): New.
1606 (riscv_prefix_cmp): Likewise.
1607 (riscv_non_std_ext_p): Deleted.
1608 (riscv_std_sv_ext_p): Likewise.
1609 (riscv_non_std_sv_ext_p): Likewise.
1610 (riscv_merge_non_std_and_sv_ext): Rename to...
1611 (riscv_merge_multi_letter_ext): and modified to use riscv_prefix_cmp.
1612 (riscv_merge_arch_attr_info): Replace 3 calls to
1613 riscv_merge_non_std_and_sv_ext with single call to
1614 riscv_merge_multi_letter_ext.
1615 * bfd/elfxx-riscv.c (riscv_parse_std_ext): Break if we
1616 encounter a 'z' prefix.
1617 (riscv_get_prefix_class): New function, return prefix class based
1618 on first few characters of input string.
1619 (riscv_parse_config): New structure to factor out minor differences
1620 in extension class parsing behaviour.
1621 (riscv_parse_sv_or_non_std_ext): Rename to...
1622 (riscv_parse_prefixed_ext): and parameterise with
1623 riscv_parse_config.
1624 (riscv_std_z_ext_strtab, riscv_std_s_ext_strtab): New.
1625 (riscv_multi_letter_ext_valid_p): New.
1626 (riscv_ext_x_valid_p, riscv_ext_z_valid_p, riscv_ext_s_valid_p): New.
1627 (riscv_parse_subset): Delegate all non-single-letter parsing work
1628 to riscv_parse_prefixed_ext.
1629 * bfd/elfxx-riscv.h (riscv_isa_ext_class): New type.
1630 (riscv_get_prefix_class): Declare.
1631
1632 2020-01-22 Alan Modra <amodra@gmail.com>
1633
1634 * elf64-ppc.c (struct ppc_link_hash_table): Add tga_group.
1635 (ppc64_elf_archive_symbol_lookup): Extract __tls_get_addr_opt for
1636 __tls_get_addr_desc.
1637 (ppc64_elf_size_stubs): Add section for linker generated
1638 __tls_get_addr_desc wrapper function. Loop at least once if
1639 generating this function.
1640 (emit_tga_desc, emit_tga_desc_eh_frame): New functions.
1641 (ppc64_elf_build_stubs): Generate __tls_get_addr_desc.
1642
1643 2020-01-22 Alan Modra <amodra@gmail.com>
1644
1645 * elf64-ppc.h (struct ppc64_elf_params): Add no_tls_get_addr_regsave.
1646 * elf64-ppc.c (struct ppc_link_hash_table): Add tga_desc and
1647 tga_desc_fd.
1648 (is_tls_get_addr): Match tga_desc and tga_desc_df too.
1649 (STDU_R1_0R1, ADDI_R1_R1): Define.
1650 (tls_get_addr_prologue, tls_get_addr_epilogue): New functions.
1651 (ppc64_elf_tls_setup): Set up tga_desc and tga_desc_fd. Indirect
1652 tga_desc_fd to opt_fd, and tga_desc to opt. Set
1653 no_tls_get_addr_regsave.
1654 (branch_reloc_hash_match): Add hash3 and hash4.
1655 (ppc64_elf_tls_optimize): Handle tga_desc_fd and tga_desc too.
1656 (ppc64_elf_size_dynamic_sections): Likewise.
1657 (ppc64_elf_relocate_section): Likewise.
1658 (plt_stub_size, build_plt_stub): Likewise. Size regsave
1659 __tls_get_addr stub.
1660 (build_tls_get_addr_stub): Build regsave __tls_get_addr stub and
1661 eh_frame.
1662 (ppc_size_one_stub): Handle tga_desc_fd and tga_desc too. Size
1663 eh_frame for regsave __tls_get_addr.
1664
1665 2020-01-22 Alan Modra <amodra@gmail.com>
1666
1667 * elf64-ppc.c (ppc64_elf_size_stubs): Correct condition under
1668 which __tls_get_addr calls will be eliminated.
1669
1670 2020-01-20 Nick Clifton <nickc@redhat.com>
1671
1672 * po/pt.po: Updates Portuguese translation.
1673 * po/ru.po: Updated Russian translation.
1674 * po/uk.po: Updated Ukranian translation.
1675
1676 2020-01-20 H.J. Lu <hongjiu.lu@intel.com>
1677
1678 PR ld/25416
1679 * elf64-x86-64.c (elf_x86_64_check_tls_transition): Support
1680 "rex leal x@tlsdesc(%rip), %reg" and "call *x@tlsdesc(%eax)" in
1681 X32 mode.
1682 (elf_x86_64_relocate_section): In x32 mode, for GDesc -> LE
1683 transition, relax "rex leal x@tlsdesc(%rip), %reg" to
1684 "rex movl $x@tpoff, %reg", for GDesc -> IE transition, relax
1685 "rex leal x@tlsdesc(%rip), %reg" to
1686 "rex movl x@gottpoff(%rip), %eax". For both transitions, relax
1687 "call *(%eax)" to "nopl (%rax)".
1688
1689 2020-01-20 Alan Modra <amodra@gmail.com>
1690
1691 * elf64-ppc.c (LD_R11_0R3, CMPDI_R11_0, STD_R11_0R1, LD_R11_0R1),
1692 (MTLR_R11): Don't define.
1693 (LD_R0_0R3, CMPDI_R0_0): Define.
1694 (build_tls_get_addr_stub): Don't use r11 in stub.
1695
1696 2020-01-20 Alan Modra <amodra@gmail.com>
1697
1698 * elf64-ppc.c (ppc_elf_hash_entry): New function, use throughout file.
1699 (defined_sym_val, is_tls_get_addr): Likewise.
1700
1701 2020-01-18 Nick Clifton <nickc@redhat.com>
1702
1703 * version.m4 (BFD_VERSION): Set to 2.34.50.
1704 * configure: Regenerate.
1705 * po/bfd.pot: Regenerate.
1706
1707 2020-01-18 Nick Clifton <nickc@redhat.com>
1708
1709 Binutils 2.34 branch created.
1710
1711 2020-01-17 Christian Biesinger <cbiesinger@google.com>
1712
1713 * coff-arm.c: Fix spelling error (seperate).
1714 * elfxx-riscv.c (riscv_parse_sv_or_non_std_ext): Fix spelling
1715 error (seperate).
1716 * sysdep.h (strnlen): Fix spelling error (seperate).
1717
1718 2020-01-15 Lars Brinkhoff <lars@nocrew.org>
1719
1720 PR 20694
1721 * pdp11.c (TARGET_PAGE_SIZE): Set to 8192.
1722
1723 2020-01-15 Alan Modra <amodra@gmail.com>
1724
1725 PR 25384
1726 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Update comment.
1727 (ppc64_elf_adjust_dynamic_symbol): Don't allow .dynbss copies
1728 of function symbols unless dot symbols are present. Do warn
1729 whenever one is created, regardles of whether a PLT entry is
1730 also emitted for the function symbol.
1731
1732 2020-01-14 Alan Modra <amodra@gmail.com>
1733
1734 * som.c (som_bfd_count_ar_symbols): Error when file position
1735 of symbols on chains is not strictly increasing.
1736
1737 2020-01-14 Alan Modra <amodra@gmail.com>
1738
1739 * vms.h (VMS_DEBUG): Define as 0.
1740 * vms-alpha.c (image_write): Move debug output after bounds check.
1741 Tidy bounds check.
1742 (_bfd_vms_slurp_eihd): Warning fix.
1743 (_bfd_vms_slurp_etir): Init variables to avoid bogus warnings.
1744
1745 2020-01-13 Alan Modra <amodra@gmail.com>
1746
1747 * vms-alpha.c (_bfd_vms_slurp_egsd): Ensure minimum size even
1748 for "ignored" records.
1749
1750 2020-01-13 Alan Modra <amodra@gmail.com>
1751
1752 * wasm-module.c (wasm_scan_name_function_section): Formatting.
1753 Delete asect name check. Move asect NULL check to wasm_object_p.
1754 Correct bounds check of sizes against end. Replace uses of
1755 bfd_zalloc with bfd_alloc, zeroing only necessary bytes. Use
1756 just one bfd_release.
1757 (wasm_scan): Don't use malloc/strdup for section names,
1758 bfd_alloc instead. Simplify code prefixing section name.
1759 Formatting. Don't attempt to free memory here..
1760 (wasm_object_p): ..do so here.
1761
1762 2020-01-10 Szabolcs Nagy <szabolcs.nagy@arm.com>
1763
1764 PR ld/22269
1765 * elf32-arm.c (elf32_arm_final_link_relocate): Use
1766 UNDEFWEAK_NO_DYNAMIC_RELOC.
1767 (allocate_dynrelocs_for_symbol): Likewise.
1768
1769 2020-01-10 Tamar Christina <tamar.christina@arm.com>
1770
1771 PR 25210
1772 * elfnn-aarch64.c (_bfd_aarch64_create_stub_section): Remove elfclass.
1773
1774 2020-01-10 Alan Modra <amodra@gmail.com>
1775
1776 * coff-alpha.c (alpha_ecoff_object_p): Calculate size in bfd_size_type.
1777
1778 2020-01-09 Nick Clifton <nickc@redhat.com>
1779
1780 PR 25221
1781 * bfd.c (bfd_convert_section_contents): Check for a compress
1782 header size that is larger than the actual section size.
1783
1784 2020-01-08 Alan Modra <amodra@gmail.com>
1785
1786 PR 25351
1787 * elflink.c (bfd_elf_final_link): Call _bfd_fix_excluded_sec_syms
1788 after removing sections.
1789
1790 2020-01-06 Jim Wilson <jimw@sifive.com>
1791
1792 PR 25205
1793 * elfnn-riscv.c (riscv_elf_relocate_section) <R_RISCV_CALL>: Add
1794 check for !bfd_link_pic (info).
1795 <R_RISCV_CALL_PLT>: Move next to R_RISCV_CALL.
1796 <R_RISCV_JAL>: Add comment.
1797 (_bfd_riscv_relax_section): For plt.offset check, add check for
1798 bfd_link_pic (info). Add comment.
1799
1800 2020-01-06 Alan Modra <amodra@gmail.com>
1801
1802 * format.c (bfd_check_format_matches): Ignore bfd_error on target
1803 match failures. Don't init to bfd_error_wrong_format before
1804 calling _bfd_check_format.
1805
1806 2020-01-06 Alan Modra <amodra@gmail.com>
1807
1808 * vms-alpha.c (_bfd_vms_push, _bfd_vms_pop): Return pass/fail
1809 status rather than exiting on stack overflow or underflow.
1810 (_bfd_vms_slurp_etir): Adjust to suit.
1811
1812 2020-01-06 Alan Modra <amodra@gmail.com>
1813
1814 * som.c (som_bfd_fill_in_ar_symbols): Bounds check som_dict index.
1815
1816 2020-01-06 Alan Modra <amodra@gmail.com>
1817
1818 * mach-o.c (bfd_mach_o_read_dylinker): Don't read past end of
1819 command. Check name offset is within command.
1820 (bfd_mach_o_read_dylib, bfd_mach_o_read_prebound_dylib),
1821 (bfd_mach_o_read_prebind_cksum, bfd_mach_o_read_twolevel_hints),
1822 (bfd_mach_o_read_fvmlib, bfd_mach_o_read_dysymtab),
1823 (bfd_mach_o_read_symtab, bfd_mach_o_read_uuid),
1824 (bfd_mach_o_read_linkedit, bfd_mach_o_read_str),
1825 (bfd_mach_o_read_dyld_info, bfd_mach_o_read_version_min),
1826 (bfd_mach_o_read_encryption_info, bfd_mach_o_read_source_version),
1827 (bfd_mach_o_read_encryption_info_64, bfd_mach_o_read_main),
1828 (bfd_mach_o_read_note, bfd_mach_o_read_build_version),
1829 (bfd_mach_o_read_segment): Similarly.
1830 (bfd_mach_o_read_thread): Properly bound check thread struct.
1831 Don't repeat checks on second loop.
1832 (bfd_mach_o_read_command): Fail on invalid command length.
1833
1834 2020-01-04 Alan Modra <amodra@gmail.com>
1835
1836 * format.c (bfd_check_format_matches): Add preserve_match.
1837 Save initial bfd state in "preserve", matched bfd state in
1838 "preserve_match". Save just the first match. Release
1839 bfd_alloc memory. Restore and finish preserved state as
1840 appropriate on all function exit paths.
1841
1842 2020-01-04 Alan Modra <amodra@gmail.com>
1843
1844 * mmo.c (mmo_mkobject): Allocate tdata with bfd_zalloc.
1845
1846 2020-01-04 Alan Modra <amodra@gmail.com>
1847
1848 * coffgen.c (coff_real_object_p): Free malloc'd memory on target
1849 match too.
1850
1851 2020-01-03 Nick Clifton <nickc@redhat.com>
1852
1853 PR 25307
1854 (bfd_pef_parse_function_stubs): Correct the test that ensures that
1855 there is enough data remaining in the code buffer before
1856 attempting to read a function stub.
1857
1858 2020-01-03 Nick Clifton <nickc@redhat.com>
1859
1860 PR 25308
1861 * elf-properties.c (_bfd_elf_convert_gnu_properties): Check the
1862 return value from bfd_malloc.
1863 * elf32-arm.c (bfd_elf32_arm_vfp11_fix_veneer_locations): Likewise.
1864 (bfd_elf32_arm_stm32l4xx_fix_veneer_locations): Likewise.
1865 (elf32_arm_filter_cmse_symbols): Likewise.
1866 (elf32_arm_write_section): Likewise.
1867 * mach-o.c (bfd_mach_o_core_fetch_environment): Likewise.
1868 (bfd_mach_o_follow_dsym): Likewise.
1869 * pef.c (bfd_pef_print_loader_section): Likewise.
1870 (bfd_pef_scan_start_address): Likewise.
1871 (bfd_pef_parse_function_stubs): Likewise.
1872 (bfd_pef_parse_symbols): Likewise.
1873
1874 2020-01-03 Sergei Trofimovich <siarheit@google.com>
1875
1876 * elfnn-ia64.c (elfNN_ia64_merge_private_bfd_data): don't fail
1877 on binary inputs ld/PR25316.
1878 (is_ia64_elf): new helper to filter on ia64 objects.
1879
1880 2020-01-03 Jan Beulich <jbeulich@suse.com>
1881
1882 * mach-o.c (cpusubtype, bfd_mach_o_header_p): Insert underscore
1883 in parameter names.
1884 (bfd_mach_o_scan): Insert underscore in two variable names.
1885
1886 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
1887
1888 * Makefile.am: Add z80-elf target support.
1889 * configure.ac: Likewise.
1890 * targets.c: Likewise.
1891 * Makefile.in: Regenerate.
1892 * configure: Regenerate.
1893 * config.bfd: Add z80-elf target support and new arches: ez80 and
1894 z180.
1895 * elf32-z80.c: New file.
1896 * archures.c: Add new z80 architectures: eZ80 and Z180.
1897 * coffcode.h: Likewise.
1898 * cpu-z80.c: Likewise.
1899 * coff-z80.c: Add new relocations for Z80 target and local label
1900 check.
1901 * reloc.c: Add new relocs.
1902 * bfd-in2.h: Regenerate.
1903 * libbfd.h: Regenerate.
1904
1905 2020-01-02 Tamar Christina <tamar.christina@arm.com>
1906
1907 PR 25210
1908 PR 24753
1909 * elfnn-aarch64.c (_bfd_aarch64_create_stub_section): Set ELF class.
1910
1911 2020-01-01 Alan Modra <amodra@gmail.com>
1912
1913 Update year range in copyright notice of all files.
1914
1915 For older changes see ChangeLog-2019
1916 \f
1917 Copyright (C) 2020 Free Software Foundation, Inc.
1918
1919 Copying and distribution of this file, with or without modification,
1920 are permitted in any medium without royalty provided the copyright
1921 notice and this notice are preserved.
1922
1923 Local Variables:
1924 mode: change-log
1925 left-margin: 8
1926 fill-column: 74
1927 version-control: never
1928 End:
This page took 0.069093 seconds and 4 git commands to generate.