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