Remove hack for GDB which sets the section size to 0
[binutils-gdb.git] / bfd / ChangeLog
1 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2
3 * elf.c (_bfd_elf_make_section_from_phdr): Remove hack for GDB.
4
5 2020-07-22 Max Filippov <jcmvbkbc@gmail.com>
6
7 PR 26246
8 * elf32-xtensa.c (removed_literal_compare): Use correct pointer
9 type for the first function argument. Rename pointers to reflect
10 that they have distinct types.
11
12 2020-07-20 Alan Modra <amodra@gmail.com>
13
14 * elflink.c (_bfd_elf_gc_keep): Use bfd_is_const_section.
15
16 2020-07-19 Alan Modra <amodra@gmail.com>
17
18 * elf64-ppc.c (struct ppc_link_hash_table): Add has_power10_relocs.
19 (select_alt_stub): New function.
20 (ppc_get_stub_entry): Use it here.
21 (ppc64_elf_check_relocs): Set had_power10_relocs rather than
22 power10_stubs.
23 (ppc64_elf_size_stubs): Clear power10_stubs here instead. Don't
24 merge notoc stubs with other varieties when power10_stubs is "auto".
25 Instead dup the stub hash table entry.
26 (plt_stub_size, ppc_build_one_stub, ppc_size_one_stub): Adjust
27 tests of power10_stubs.
28
29 2020-07-15 Alan Modra <amodra@gmail.com>
30
31 PR 26239
32 * coffgen.c (_bfd_coff_close_and_cleanup): Free dwarf2 info.
33
34 2020-07-15 Nick Clifton <nickc@redhat.com>
35
36 PR26240
37 * coffgen.c (coff_get_normalized_symtab): Fix off-by-one error in
38 check for aux entries that overflow the buufer.
39
40 2020-07-15 Hans-Peter Nilsson <hp@bitrange.com>
41
42 * elf64-mmix.c (mmix_elf_relax_section): Improve accounting for
43 R_MMIX_PUSHJ_STUBBABLE relocs against undefined symbols.
44
45 2020-07-15 Markus Böck <markus.boeck02@gmail.com>
46 Alan Modra <amodra@gmail.com>
47
48 PR 26198
49 * coffgen.c (_bfd_coff_section_already_linked): Allow for plugin
50 objects both before and after normal object files.
51 * elflink.c (_bfd_elf_section_already_linked): Likewise.
52
53 2020-07-10 Alan Modra <amodra@gmail.com>
54
55 * elf64-ppc.h (struct ppc64_elf_params): Add power10_stubs.
56 * elf64-ppc.c (struct ppc_link_hash_table): Delete
57 power10_stubs.
58 (ppc64_elf_check_relocs): Adjust setting of power10_stubs.
59 (plt_stub_size, ppc_build_one_stub, ppc_size_one_stub): Adjust
60 uses of power10_stubs.
61
62 2020-07-09 Alan Modra <amodra@gmail.com>
63
64 * coff-ppc.c: Delete.
65 * pe-ppc.c: Delete.
66 * pei-ppc.c: Delete.
67 * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Remove PE PPC.
68 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags): Remove
69 PPCMAGIC code.
70 (coff_write_object_contents): Remove PPC_PE code.
71 * config.bfd: Move powerpcle-pe to removed targets.
72 * configure.ac: Remove powerpc PE entries.
73 * libcoff-in.h (ppc_allocate_toc_section): Delete.
74 (ppc_process_before_allocation): Delete.
75 * peXXigen.c: Remove POWERPC_LE_PE code and comments.
76 * targets.c: Remove powerpc PE vectors.
77 * po/SRC-POTFILES.in: Regenerate.
78 * libcoff.h: Regenerate.
79 * Makefile.in: Regenerate.
80 * configure: Regenerate.
81
82 2020-07-09 Nick Clifton <nickc@redhat.com>
83
84 * po/fr.po: Updated French translation.
85
86 2020-07-07 Alan Modra <amodra@gmail.com>
87
88 * xcofflink.c (xcoff_mark): Don't mark const sections.
89 (bfd_xcoff_record_link_assignment): Add FIXME.
90 (_bfd_xcoff_bfd_final_link): Don't segfault on assorted magic
91 sections being discarded by linker script.
92
93 2020-07-07 Alan Modra <amodra@gmail.com>
94
95 * coff-rs6000.c (xcoff_write_archive_contents_old): Set default
96 time, uid, gid and mode for deterministic archive.
97 (xcoff_write_archive_contents_big): Likewise.
98
99 2020-07-07 Alan Modra <amodra@gmail.com>
100
101 * coffcode.h (coff_classify_symbol): Handle C_HIDEXT and
102 C_AIX_WEAKEXT.
103
104 2020-07-06 Nick Clifton <nickc@redhat.com>
105
106 * po/pt.po: Updated Portuguese translation.
107 * po/uk.po: Updated Ukranian translation.
108
109 2020-07-04 Nick Clifton <nickc@redhat.com>
110
111 * version.m4: Set version to 2.35.50.
112 * configure: Regenerate.
113 * po/bbfd.pot: Regenerate.
114
115 2020-07-04 Nick Clifton <nickc@redhat.com>
116
117 Binutils 2.35 branch created.
118
119 2020-07-01 Alan Modra <amodra@gmail.com>
120
121 PR 26188
122 * coffgen.c (coff_find_nearest_line_with_names): Sanity check
123 raw syment index before dereferencing.
124
125 2020-07-01 Alan Modra <amodra@gmail.com>
126
127 * elf32-i386.c (elf_backend_object_p): Undef for vxworks.
128
129 2020-07-01 Alan Modra <amodra@gmail.com>
130
131 * config.bfd: Obsolete xc16x.
132
133 2020-06-30 H.J. Lu <hongjiu.lu@intel.com>
134
135 * archures.c (bfd_mach_i386_nacl): Removed.
136 (bfd_mach_i386_i386_nacl): Likewise.
137 (bfd_mach_x86_64_nacl): Likewise.
138 (bfd_mach_x64_32_nacl): Likewise.
139 * config.bfd: Remove *-*-nacl* targets.
140 * configure.ac: Remove x86 NaCl target vectors.
141 * cpu-i386.c (bfd_arch_i386_onebyte_nop_fill): Removed.
142 (bfd_x64_32_nacl_arch): Likewise.
143 (bfd_x86_64_nacl_arch): Likewise.
144 (bfd_i386_nacl_arch): Likewise.
145 (bfd_x64_32_arch_intel_syntax): Updated.
146 * elf32-i386.c: Don't include "elf-nacl.h".
147 (elf_i386_nacl_plt): Removed.
148 (elf_i386_nacl_plt0_entry): Likewise.
149 (elf_i386_nacl_plt_entry): Likewise.
150 (elf_i386_nacl_pic_plt0_entry): Likewise.
151 (elf_i386_nacl_pic_plt_entry): Likewise.
152 (elf_i386_nacl_eh_frame_plt): Likewise.
153 (elf_i386_nacl_plt): Likewise.
154 (elf32_i386_nacl_elf_object_p): Likewise.
155 (elf_i386_get_synthetic_symtab): Updated.
156 (elf_i386_link_setup_gnu_properties): Likewise.
157 * elf64-x86-64.c: Don't include "elf-nacl.h".
158 (elf_x86_64_nacl_plt): Removed.
159 (elf64_x86_64_nacl_elf_object_p): Likewise.
160 (elf_x86_64_nacl_plt0_entry): Likewise.
161 (elf_x86_64_nacl_plt_entry): Likewise.
162 (elf_x86_64_nacl_eh_frame_plt): Likewise.
163 (elf_x86_64_nacl_plt): Likewise.
164 (elf32_x86_64_nacl_elf_object_p): Likewise.
165 (elf_x86_64_get_synthetic_symtab): Updated.
166 (elf_x86_64_link_setup_gnu_properties): Likewise.
167 * elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): Likewise.
168 * targets.c: Remove x86 NaCl target vectors.
169 * bfd-in2.h: Regenerated.
170 * configure: Likewise.
171
172 2020-06-29 H.J. Lu <hongjiu.lu@intel.com>
173
174 * elf32-tic6x.c (elf32_tic6x_size_dynamic_sections): Call
175 _bfd_elf_add_dynamic_tags.
176
177 2020-06-29 Alan Modra <amodra@gmail.com>
178
179 * peXXigen.c (_bfd_XXi_slurp_codeview_record): Properly check
180 return value of bfd_bread. Don't read more than requested length.
181 Sanity check length. Properly terminate file name.
182
183 2020-06-29 Alan Modra <amodra@gmail.com>
184
185 * arc-got.h: Use C style comments.
186 * coff-z80.c: Likewise.
187 * elf32-csky.c: Likewise.
188 * peXXigen.c: Likewise.
189 * elf32-m32c.c (m32c_elf_relax_delete_bytes): Remove commented out
190 code.
191
192 2020-06-26 Pat Bernardi <bernardi@adacore.com>
193
194 * elf32-m68k.c (m68k_elf_merge_obj_attributes): New function.
195 (elf32_m68k_merge_private_bfd_data): Merge GNU attributes.
196
197 2020-06-26 Alan Modra <amodra@gmail.com>
198
199 * elfxx-riscv.c (struct priv_spec_t, priv_specs),
200 (riscv_get_priv_spec_class, riscv_get_priv_spec_class_from_numbers),
201 (riscv_get_priv_spec_name): Move to..
202 * cpu-riscv.c: ..here.
203 (riscv_get_priv_spec_class_from_numbers): Don't xmalloc temp buffer.
204 Use %u to print unsigned numbers.
205
206 2020-06-24 Andrew Burgess <andrew.burgess@embecosm.com>
207
208 * cpu-riscv.c (riscv_scan): Don't allow shorter matches using the
209 default architecture.
210
211 2020-06-24 H.J. Lu <hongjiu.lu@intel.com>
212
213 PR ld/26083
214 * elf32-csky.c (csky_elf_size_dynamic_sections): Call
215 _bfd_elf_add_dynamic_tags.
216
217 2020-06-24 H.J. Lu <hongjiu.lu@intel.com>
218
219 PR ld/26083
220 * elf32-cris.c (elf_cris_size_dynamic_sections): Call
221 _bfd_elf_add_dynamic_tags.
222
223 2020-06-24 Alan Modra <amodra@gmail.com>
224
225 * vms-alpha.c (_bfd_vms_slurp_etir <ETIR__C_OPR_ASH>): Implement
226 shifts without undefined behaviour.
227
228 2020-06-23 H.J. Lu <hongjiu.lu@intel.com>
229
230 * elf-bfd.h (elf_link_hash_table): Add dt_pltgot_required and
231 dt_jmprel_required.
232 (_bfd_elf_add_dynamic_tags): New.
233 * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Call
234 _bfd_elf_add_dynamic_tags.
235 * elf32-arc.c (elf_arc_size_dynamic_sections): Likewise.
236 * elf32-bfin.c (elf32_bfinfdpic_size_dynamic_sections): Likewise.
237 * elf32-cr16.c (_bfd_cr16_elf_size_dynamic_sections): Likewise.
238 * elf32-frv.c (elf32_frvfdpic_size_dynamic_sections): Likewise.
239 * elf32-lm32.c (lm32_elf_size_dynamic_sections): Likewise.
240 * elf32-m32r.c (m32r_elf_size_dynamic_sections): Likewise.
241 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
242 * elf32-microblaze.c (microblaze_elf_size_dynamic_sections):
243 Likewise.
244 * elf32-nds32.c (nds32_elf_size_dynamic_sections): Likewise.
245 * elf32-nios2.c (nios2_elf32_size_dynamic_sections): Likewise.
246 * elf32-or1k.c (or1k_elf_size_dynamic_sections): Likewise.
247 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
248 * elf32-tilepro.c (tilepro_elf_size_dynamic_sections): Likewise.
249 * elf32-vax.c (elf_vax_size_dynamic_sections): Likewise.
250 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
251 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
252 * elfnn-aarch64.c (elfNN_aarch64_size_dynamic_sections):
253 Likewise.
254 * elfnn-riscv.c (riscv_elf_size_dynamic_sections): Likewise.
255 * elfxx-tilegx.c (tilegx_elf_size_dynamic_sections): Likewise.
256 * elf32-arm.c (elf32_arm_size_dynamic_sections): Call
257 _bfd_elf_maybe_vxworks_add_dynamic_tags.
258 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
259 * elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections):
260 Likewise.
261 * elfxx-x86.c (_bfd_x86_elf_link_hash_table_create): Likewise.
262 (_bfd_x86_elf_size_dynamic_sections): Likewise.
263 * elfxx-x86.h (elf_x86_link_hash_table): Remove dt_reloc,
264 dt_reloc_sz and dt_reloc_ent.
265 * elf-vxworks.c (_bfd_elf_maybe_vxworks_add_dynamic_tags): New.
266 * elf-vxworks.h (_bfd_elf_maybe_vxworks_add_dynamic_tags):
267 Likewise.
268 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Set
269 etab.dt_pltgot_required.
270 (elf32_hppa_size_dynamic_sections): Call
271 _bfd_elf_add_dynamic_tags.
272 * elf32-metag.c (elf_metag_link_hash_table_create): Set
273 etab.dt_pltgot_required.
274 (elf_metag_size_dynamic_sections): Call _bfd_elf_add_dynamic_tags.
275 * elf32-sh.c (sh_elf_link_hash_table_create): Set
276 root.dt_pltgot_required for FDPIC output.
277 (sh_elf_size_dynamic_sections): Call
278 _bfd_elf_maybe_vxworks_add_dynamic_tags.
279 * elf32-xtensa.c (elf_xtensa_link_hash_table_create): Set
280 elf.dt_pltgot_required.
281 (elf_xtensa_size_dynamic_sections): Call
282 _bfd_elf_add_dynamic_tags.
283 * elf64-hppa.c (elf64_hppa_hash_table_create): Set
284 root.dt_pltgot_required.
285 (elf64_hppa_size_dynamic_sections): Call
286 _bfd_elf_add_dynamic_tags.
287 * elfnn-ia64.c (elfNN_ia64_hash_table_create): Set
288 root.dt_pltgot_required.
289 (elfNN_ia64_size_dynamic_sections): Set root.dt_jmprel_required
290 for rel_pltoff_sec. Call _bfd_elf_add_dynamic_tags.
291 * elflink.c (_bfd_elf_add_dynamic_tags): New.
292
293 2020-06-22 Saagar Jha <saagar@saagarjha.com>
294
295 * mach-o.c: Support the new load commands by reading a linkedit
296 data command for them.
297
298 2020-06-22 Nelson Chu <nelson.chu@sifive.com>
299
300 * elfxx-riscv.c (struct priv_spec_t priv_specs[]): Move them from
301 opcodes/riscv-opc.c to bfd/elfxx-riscv.c, since we need it in linker.
302 (riscv_get_priv_spec_class): Likewise.
303 (riscv_get_priv_spec_name): Likewise.
304 (riscv_get_priv_spec_class_from_numbers): New function, convert
305 the version numbers into string, then call riscv_get_priv_spec_class
306 to get the priv spec class.
307 * elfxx-riscv.h (riscv_get_priv_spec_class): Move forward declaration
308 from include/opcode/riscv.h to bfd/elfxx-riscv.h.
309 (riscv_get_priv_spec_name): Likewise.
310 (riscv_get_priv_spec_class_from_numbers): New forward declaration.
311 (opcode/riscv.h): Include it in the header rather than elfxx-riscv.c.
312 * elfnn-riscv.c (riscv_merge_attributes): Get the priv spec classes
313 of input and output objects form their priv spec attributes by
314 riscv_get_priv_spec_class_from_numbers. Report warning rather than
315 errors when linking objects with differnet priv spec versions. We do
316 know v1.9.1 may have conflicts to other versions, so report the
317 warning, too. After that, update the output priv spec version to the
318 newest one so far.
319
320 2020-06-22 Nelson Chu <nelson.chu@sifive.com>
321
322 * elfnn-riscv.c (riscv_merge_attributes): Once we meet one of the
323 priv attributes, we will check the conflicts for all of them (major,
324 minor and revision), and then set the priv_attrs_merged to TRUE to
325 indicate that we have handled all of the priv attributes. Remove
326 the unused boolean priv_may_conflict, in_priv_zero and out_priv_zero.
327
328 2020-06-21 Alan Modra <amodra@gmail.com>
329
330 PR 26132
331 * configure.ac: Disable plugins by default for some targets.
332 * plugin.c: Comment typo fix.
333 * configure: Regenerate.
334
335 2020-06-19 Nick Clifton <nickc@redhat.com>
336
337 * plugin.c (try_load_plugin): Suppress the error message about
338 being unable to open a plugin if creating a list of viable
339 plugins.
340
341 2020-06-16 Alan Modra <amodra@gmail.com>
342
343 * aout-tic30.c: Delete file.
344 * Makefile.am (BFD32_BACKENDS): Remove aout-tic30.lo.
345 (BFD32_BACKENDS_CFILES): Remove aout-tic30.c.
346 * config.bfd (c30-*-*aout*, tic30-*-*aout*): Remove entry.
347 (xc16x-*-elf): Sort properly.
348 * configure.ac: Remove tic30_aout_vec.
349 * targets.c: Likewise.
350 * Makefile.in: Regenerate.
351 * configure: Regenerate.
352 * po/SRC-POTFILES.in: Regenerate.
353
354 2020-06-15 Max Filippov <jcmvbkbc@gmail.com>
355
356 * elf32-xtensa.c (XSHAL_ABI, XTHAL_ABI_UNDEFINED)
357 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New macros.
358 (elf32xtensa_abi): New global variable.
359 (xtensa_abi_choice): New function.
360 (elf_xtensa_create_plt_entry): Use xtensa_abi_choice instead of
361 XSHAL_ABI to select PLT code.
362
363 2020-06-15 Roland McGrath <mcgrathr@google.com>
364
365 * elflink.c (bfd_elf_define_start_stop): Use start_stop_visibility
366 field of bfd_link_info.
367
368 2020-06-15 Alan Modra <amodra@gmail.com>
369
370 * config.bfd: Obsolete powerpcle-*-pe targets.
371
372 2020-06-15 Alan Modra <amodra@gmail.com>
373
374 PR 26103
375 * elflink.c (elf_link_add_archive_symbols): Exclude undefined
376 symbols that were defined in discarded sections.
377 * cofflink.c (coff_link_check_archive_element): Likewise.
378 (coff_link_add_symbols): Set indx to -3 for symbols defined in
379 discarded sections.
380 (_bfd_coff_write_global_sym): Don't emit such symbols.
381 libcoff-in.h (struct coff_link_hash_entry): Update indx comment.
382 libcoff.h: Regenerate.
383
384 2020-06-11 Alan Modra <amodra@gmail.com>
385
386 PR 26107
387 * pdp11.c (is_stab): Replace legacy "index" function with "strchr".
388
389 2020-06-10 H.J. Lu <hongjiu.lu@intel.com>
390
391 * elfnn-ia64.c (elfNN_ia64_link_hash_table): Remove reltext.
392 (allocate_dynrel_entries): Set DF_TEXTREL instead of reltext.
393 (elfNN_ia64_size_dynamic_sections): Check DF_TEXTREL instead
394 of reltext.
395
396 2020-06-10 H.J. Lu <hongjiu.lu@intel.com>
397
398 PR ld/26094
399 * elflink.c (bfd_elf_define_start_stop): Handle common symbols.
400 Clear verinfo.verdef.
401
402 2020-06-09 H.J. Lu <hongjiu.lu@intel.com>
403
404 PR ld/18801
405 * elf-bfd.h (elf_link_hash_table): Add ifunc_resolvers.
406 (_bfd_elf_allocate_ifunc_dyn_relocs): Remove the
407 bfd_boolean * argument. Set ifunc_resolvers if there are IFUNC
408 resolvers.
409 * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Updated.
410 Set ifunc_resolvers if there are FUNC resolvers.
411 * elf64-ppc.c (ppc_link_hash_table): Remove local_ifunc_resolver.
412 (build_global_entry_stubs_and_plt): Replace local_ifunc_resolver
413 with elf.ifunc_resolvers.
414 (write_plt_relocs_for_local_syms): Likewise.
415 (ppc64_elf_relocate_section): Likewise.
416 (ppc64_elf_finish_dynamic_sections): Likewise.
417 * elfnn-aarch64.c (elfNN_aarch64_allocate_ifunc_dynrelocs):
418 Updated.
419 * elfxx-x86.c (elf_x86_allocate_dynrelocs): Likewise.
420 (_bfd_x86_elf_size_dynamic_sections): Check elf.ifunc_resolvers
421 instead of readonly_dynrelocs_against_ifunc.
422 * elfxx-x86.h (elf_x86_link_hash_table): Remove
423 readonly_dynrelocs_against_ifunc.
424
425 2020-06-09 Alan Modra <amodra@gmail.com>
426
427 * elf64-ppc.c (struct ppc_link_hash_table): Delete
428 maybe_local_ifunc_resolver field.
429 (build_global_entry_stubs_and_plt): Set local_ifunc_resolver in
430 cases where maybe_local_ifunc_resolver was set.
431 (ppc64_elf_relocate_section): Likewise.
432 (ppc64_elf_finish_dynamic_sections): Downgrade ifunc with textrel
433 error to a warning.
434
435 2020-06-08 H.J. Lu <hongjiu.lu@intel.com>
436
437 * elf-bfd.h (elf_link_hash_entry): Add tlsdesc_plt and
438 tlsdesc_got.
439 * elf32-arm.c (elf32_arm_link_hash_table): Remove tlsdesc_plt
440 and dt_tlsdesc_got.
441 (elf32_arm_size_dynamic_sections): Updated. Clear
442 root.tlsdesc_plt for DF_BIND_NOW.
443 (elf32_arm_finish_dynamic_sections): Updated.
444 (elf32_arm_output_arch_local_syms): Likewise.
445 * elf32-nds32.c (nds32_elf_size_dynamic_sections): Updated.
446 Clear root.tlsdesc_plt for DF_BIND_NOW.
447 (nds32_elf_finish_dynamic_sections): Updated.
448 * elf32-nds32.h (elf_nds32_link_hash_table): Remove
449 dt_tlsdesc_plt and dt_tlsdesc_got.
450 * elf64-x86-64.c (elf_x86_64_finish_dynamic_sections): Updated.
451 * elfnn-aarch64.c (elf_aarch64_link_hash_table): Remove
452 tlsdesc_plt and dt_tlsdesc_got.
453 (elfNN_aarch64_allocate_dynrelocs): Updated.
454 (elfNN_aarch64_finish_dynamic_sections): Likewise.
455 (elfNN_aarch64_size_dynamic_sections): Updated. Clear
456 root.tlsdesc_plt for DF_BIND_NOW. Don't check DF_BIND_NOW
457 twice.
458 * elfxx-x86.c (elf_x86_allocate_dynrelocs): Updated.
459 (_bfd_x86_elf_size_dynamic_sections): Likewise.
460 (_bfd_x86_elf_finish_dynamic_sections): Likewise.
461 * elfxx-x86.h (elf_x86_link_hash_table): Remove tlsdesc_plt and
462 tlsdesc_got.
463
464 2020-06-07 H.J. Lu <hongjiu.lu@intel.com>
465
466 * elf32-tic6x.c (elf32_bed): Defined the default to
467 elf32_tic6x_bed.
468
469 2020-06-07 H.J. Lu <hongjiu.lu@intel.com>
470
471 * elf64-hppa.c (elf64_hppa_link_hash_table): Remove plt_sec and
472 plt_rel_sec.
473 (elf64_hppa_check_relocs): Replace plt_sec/plt_rel_sec with
474 root.splt/root.srelplt.
475 (elf64_hppa_create_dynamic_sections): Likewise.
476 (elf64_hppa_size_dynamic_sections): Likewise.
477 (elf64_hppa_finish_dynamic_symbol): Likewise.
478 (elf_hppa_final_link): Likewise.
479 (elf_hppa_final_link_relocate): Likewise.
480
481 2020-06-06 H.J. Lu <hongjiu.lu@intel.com>
482
483 * elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Updated.
484 * elfxx-sparc.h (_bfd_sparc_elf_link_hash_table): Remove
485 is_vxworks.
486
487 2020-06-06 H.J. Lu <hongjiu.lu@intel.com>
488
489 * elf-bfd.h (elf_target_os): New.
490 (elf_link_hash_table): Add target_os.
491 (elf_backend_data): Add target_os.
492 * elf32-arm.c (elf32_arm_link_hash_table): Remove vxworks_p,
493 symbian_p and nacl_p.
494 (create_got_section): Updated.
495 (elf32_arm_create_dynamic_sections): Likewise.
496 (arm_type_of_stub): Likewise.
497 (elf32_arm_create_or_find_stub_sec): Likewise.
498 (elf32_arm_allocate_plt_entry): Likewise.
499 (elf32_arm_populate_plt_entry): Likewise.
500 (elf32_arm_final_link_relocate): Likewise.
501 (elf32_arm_check_relocs): Likewise.
502 (allocate_dynrelocs_for_symbol): Likewise.
503 (elf32_arm_finish_dynamic_symbol): Likewise.
504 (elf32_arm_finish_dynamic_sections): Likewise.
505 (elf32_arm_output_plt_map_1): Likewise.
506 (elf32_arm_output_arch_local_syms): Likewise.
507 (elf32_arm_add_symbol_hook): Likewise.
508 (elf32_arm_nacl_link_hash_table_create): Likewise.
509 (elf32_arm_vxworks_link_hash_table_create): Likewise.
510 (elf32_arm_symbian_link_hash_table_create): Likewise.
511 (ELF_TARGET_OS): New.
512 * elf32-i386.c (elf_i386_arch_bed): Removed.
513 (elf_backend_arch_data): Likewise.
514 (elf_i386_solaris_arch_bed): Likewise.
515 (elf_i386_nacl_arch_bed): Likewise.
516 (elf_i386_vxworks_arch_bed): Likewise.
517 (elf_i386_relocate_section): Updated.
518 (elf_i386_finish_dynamic_sections): Likewise.
519 (elf_i386_get_synthetic_symtab): Likewise.
520 (elf_i386_link_setup_gnu_properties): Likewise.
521 (ELF_TARGET_OS): New.
522 * elf32-mips.c (ELF_TARGET_OS): New.
523 * elf32-ppc.c (ppc_elf_link_hash_table): Remove is_vxworks.
524 (ppc_elf_create_got): Updated.
525 (ppc_elf_create_dynamic_sections): Likewise.
526 (ppc_elf_check_relocs): Likewise.
527 (ppc_elf_adjust_dynamic_symbol): Likewise.
528 (ppc_elf_size_dynamic_sections): Likewise.
529 (ppc_elf_relocate_section): Likewise.
530 (ppc_elf_finish_dynamic_sections): Likewise.
531 (ppc_elf_vxworks_link_hash_table_create): Likewise.
532 (ELF_TARGET_OS): New.
533 * elf32-sh.c (elf_sh_link_hash_table): Remove vxworks_p.
534 (sh_elf_link_hash_table_create): Updated.
535 (sh_elf_create_dynamic_sections): Likewise.
536 (allocate_dynrelocs): Likewise.
537 (sh_elf_size_dynamic_sections): Likewise.
538 (sh_elf_relocate_section): Likewise.
539 (sh_elf_finish_dynamic_symbol): Likewise.
540 (sh_elf_finish_dynamic_sections): Likewise.
541 (ELF_TARGET_OS): New.
542 * elf32-sparc.c (elf32_sparc_vxworks_link_hash_table_create):
543 Removed.
544 (bfd_elf32_bfd_link_hash_table_create): Likewise.
545 (ELF_TARGET_OS): New.
546 * elf64-x86-64.c (elf_x86_64_arch_bed): Removed.
547 (elf_x86_64_solaris_arch_bed): Likewise.
548 (elf_x86_64_nacl_arch_bed): Likewise.
549 (elf_x86_64_finish_dynamic_sections): Updated.
550 (elf_x86_64_get_synthetic_symtab): Likewise.
551 (elf_x86_64_link_setup_gnu_properties): Likewise.
552 (ELF_TARGET_OS): New.
553 * elflink.c (_bfd_elf_link_hash_table_init): Initialize
554 target_o.
555 * elfxx-mips.c (mips_elf_link_hash_table): Remove is_vxworks.
556 (MIPS_ELF_REL_DYN_NAME): Updated.
557 (ELF_MIPS_GP_OFFSET): Likewise.
558 (mips_elf_create_local_got_entry): Likewise.
559 (mips_elf_allocate_dynamic_relocations): Likewise.
560 (mips_elf_count_got_symbols): Likewise.
561 (is_gott_symbol): Likewise.
562 (mips_elf_calculate_relocation): Likewise.
563 (mips_elf_create_dynamic_relocation): Likewise.
564 (_bfd_mips_elf_check_relocs): Likewise.
565 (allocate_dynrelocs): Likewise.
566 (_bfd_mips_elf_adjust_dynamic_symbol): Likewise.
567 (mips_elf_lay_out_got): Likewise.
568 (mips_elf_set_plt_sym_value): Likewise.
569 (_bfd_mips_elf_size_dynamic_sections): Likewise.
570 (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
571 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
572 (_bfd_mips_elf_final_link): Likewise.
573 (_bfd_mips_init_file_header): Likewise.
574 * elfxx-sparc.c (_bfd_sparc_elf_create_dynamic_sections):
575 Likewise.
576 (allocate_dynrelocs): Likewise.
577 (_bfd_sparc_elf_size_dynamic_sections): Likewise.
578 (_bfd_sparc_elf_relocate_section): Likewise.
579 (_bfd_sparc_elf_finish_dynamic_symbol): Likewise.
580 (sparc_finish_dyn): Likewise.
581 (_bfd_sparc_elf_finish_dynamic_sections): Likewise.
582 * elfxx-target.h (ELF_TARGET_OS): New.
583 (elfNN_bed): Add ELF_TARGET_OS.
584 * elfxx-x86.c (elf_x86_allocate_dynrelocs): Updated.
585 (_bfd_x86_elf_link_hash_table_create): Likewise.
586 (_bfd_x86_elf_size_dynamic_sections): Likewise.
587 (_bfd_x86_elf_finish_dynamic_sections): Likewise.
588 (_bfd_x86_elf_adjust_dynamic_symbol): Likewise.
589 (_bfd_x86_elf_link_setup_gnu_properties): Likewise.
590 * elfxx-x86.h (elf_x86_target_os): Removed.
591 (elf_x86_backend_data): Likewise.
592 (get_elf_x86_backend_data): Likewise.
593 (elf_x86_link_hash_table): Remove target_os.
594
595 2020-06-06 Alan Modra <amodra@gmail.com>
596
597 * reloc.c: Rename
598 BFD_RELOC_PPC64_GOT_TLSGD34 to BFD_RELOC_PPC64_GOT_TLSGD_PCREL34,
599 BFD_RELOC_PPC64_GOT_TLSLD34 to BFD_RELOC_PPC64_GOT_TLSLD_PCREL34,
600 BFD_RELOC_PPC64_GOT_TPREL34 to BFD_RELOC_PPC64_GOT_TPREL_PCREL34,
601 BFD_RELOC_PPC64_GOT_DTPREL34 to BFD_RELOC_PPC64_GOT_DTPREL_PCREL34.
602 * elf64-ppc.c: Update throughout for reloc renaming.
603 (ppc64_elf_reloc_name_lookup): Handle old reloc names.
604 * libbfd.h: Regenerate.
605 * bfd-in2.h: Regenerate.
606
607 2020-06-05 H.J. Lu <hongjiu.lu@intel.com>
608
609 PR ld/26080
610 * elf32-bfin.c (bfinfdpic_relocate_section): Skip non SEC_ALLOC
611 section.
612
613 2020-06-05 Nick Clifton <nickc@redhat.com>
614
615 * pdp11.c (aout_link_add_symbols): Fix use before initialisation
616 bug.
617
618 2020-06-05 Nelson Chu <nelson.chu@sifive.com>
619
620 * elfnn-riscv.c (riscv_merge_attributes): Add new boolean
621 priv_may_conflict, in_priv_zero and out_priv_zero to decide
622 whether the object can be linked according to it's priv
623 attributes. The object without any priv spec attributes can
624 be linked with others. If the first input object doesn't contain
625 any priv attributes, then we need to copy the setting from the
626 next input one. Also report more detailed error messages to user.
627
628 2020-06-04 Stephen Casner <casner@acm.org>
629
630 Extend pdp11-aout symbol table format to accommodate .stab
631 symbols and implement correct handling of them.
632
633 * pdp11.c (pdp11_external_nlist): Repurposed e_unused to e_desc.
634 (N_STAB, is_stab): Needed new function is_stab to disambiguate
635 normal vs. .stab symbol table type values, replacing N_STAB mask.
636 (translate_from_native_sym_flags): Determine correct section for
637 different .stab types.
638 (translate_to_native_sym_flags): Leave .stab types intact.
639 (translate_symbol_table): Error if symbol indicates overlay;
640 store desc field from .stab symbols.
641 (write_syms): Output desc field with symbol.
642 (aout_link_check_ar_symbols): Skip .stab symbols.
643 (aout_link_add_symbols): Correctly distinguish .stab symbols.
644 (aout_link_write_other_symbol): Write 0 for desk and ovly fields.
645 (aout_link_write_symbols): Write 0 for desk and ovly fields;
646 correctly distinguish .stab symbols and select calculate their
647 section and value; and copy desc and ovly fields from input symbol
648 to output symbol.
649
650 2020-06-04 Stephen Casner <casner@acm.org>
651
652 * aoutx.h (translate_symbol_table): Comment had external and
653 internal swapped.
654 * pdp11.c (translate_symbol_table): Likewise.
655
656 2020-06-04 H.J. Lu <hongjiu.lu@intel.com>
657
658 * elfxx-x86.h (elf_x86_link_hash_table): Remove target_id.
659 (is_x86_elf): Check elf.hash_table_id instead of target_id.
660 * elfxx-x86.c (_bfd_x86_elf_link_hash_table_create): Updated.
661
662 2020-06-04 H.J. Lu <hongjiu.lu@intel.com>
663
664 PR ld/26080
665 * elf-m10300.c (mn10300_elf_relocate_section): Resolve relocation
666 in debug section against symbol defined in shared library to 0.
667 * elf32-i386.c (elf_i386_check_relocs): Remove SEC_ALLOC check.
668 * elf32-lm32.c (lm32_elf_check_relocs): Likewise.
669 * elf32-m32r.c (m32r_elf_check_relocs): Likewise.
670 * elf32-nds32.c (nds32_elf_check_relocs): Likewise.
671 * elf32-nios2.c (nios2_elf32_check_relocs): Likewise.
672 * elf32-or1k.c (or1k_elf_check_relocs): Likewise.
673 * elf32-ppc.c (ppc_elf_check_relocs): Likewise.
674 * elf32-sh.c (sh_elf_check_relocs): Likewise.
675 * elf32-xtensa.c (elf_xtensa_check_relocs): Likewise.
676 * elf64-alpha.c (elf64_alpha_check_relocs): Likewise.
677 * elf64-ppc.c (ppc64_elf_check_relocs): Likewise.
678 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
679 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Likewise.
680 * elf32-vax.c (elf_vax_check_relocs): Set non_got_ref for non-GOT
681 reference.
682 (elf_vax_adjust_dynamic_symbol): Generate a copy reloc only if
683 there is non-GOT reference.
684 * elflink.c (_bfd_elf_link_check_relocs): Skip non-loaded,
685 non-alloced sections.
686
687 2020-06-03 Stephen Casner <casner@acm.org>
688
689 Copy several years of fixes from bfd/aoutx.h to bfd/pdp11.c.
690
691 * pdp11.c (some_aout_object_p): 4c1534c7a2a - Don't set EXEC_P for
692 files with relocs.
693 (aout_get_external_symbols): 6b8f0fd579d - Return if count is zero.
694 0301ce1486b PR 22306 - Handle stringsize of zero, and error for any
695 other size that doesn't qcover the header word.
696 bf82069dce1 PR 23056 - Allocate an extra byte at the end of the
697 string table, and zero it.
698 (translate_symbol_table): 0d329c0a83a PR 22887 - Print an error
699 message and set bfd_error on finding an invalid name string offset.
700 (add_to_stringtab): INLINE -> inline
701 (pdp11_aout_swap_reloc_in): 116acb2c268 PR 22887 - Correct r_index
702 bound check.
703 (squirt_out_relocs): e2996cc315d PR 20921 - Check for and report
704 any relocs that could not be recognised.
705 92744f05809 PR 20929 - Check for relocs without an associated symbol.
706 (find_nearest_line): 808346fcfcf PR 23055 - Check that the symbol
707 name exists and is long enough, before attempting to see if it is
708 for a .o file.
709 c3864421222 - Correct case for N_SO being the last symbol.
710 50455f1ab29 PR 20891 - Handle the case where the main file name
711 and the directory name are both empty.
712 e82ab856bb4 PR 20892 - Handle the case where function name is empty.
713 (aout_link_add_symbols): e517df3dbf7 PR 19629 - Check for out of
714 range string table offsets.
715 531336e3a0b PR 20909 - Fix off-by-one error in check for an
716 illegal string offset.
717 (aout_link_includes_newfunc): Add comment.
718 (pdp11_aout_link_input_section): ad756e3f9e6 - Return with an error
719 on unexpected relocation type rather than ASSERT.
720
721 2020-06-03 H.J. Lu <hongjiu.lu@intel.com>
722
723 PR ld/26066
724 * elf32-nios2.c (nios2_elf32_size_dynamic_sections): Call
725 _bfd_elf_maybe_set_textrel to set DF_TEXTREL.
726
727 2020-06-03 H.J. Lu <hongjiu.lu@intel.com>
728
729 PR ld/26066
730 * elf32-nios2.c (nios2_elf32_check_relocs): Skip non-loaded,
731 non-alloced sections.
732
733 2020-06-03 H.J. Lu <hongjiu.lu@intel.com>
734
735 * elf32-frv.c (elf32_frv_relocate_section): Don't generate
736 dynamic relocations for non SEC_ALLOC sections.
737
738 2020-06-03 Gunther Nikl <gnikl@justmail.de>
739
740 * aout64.c (BMAGIC, QMAGIC): Do not define.
741 * aoutx.h (N_IS_BMAGIC, N_SET_QMAGIC): New defines.
742 (NAME (aout, some_aout_object_p)): Use N_IS_QMAGIC and N_IS_BMAGIC
743 to check the file format.
744 (adjust_z_magic): Use N_SET_QMAGIC to set file format.
745 * i386aout.c (NO_WRITE_HEADER_KLUDGE): Delete define.
746 * libaout.h (NO_WRITE_HEADER_KLUDGE): Do not define.
747
748 2020-06-03 H.J. Lu <hongjiu.lu@intel.com>
749
750 * elf32-arc.c (elf_arc_relocate_section): Don't generate dynamic
751 relocations for non SEC_ALLOC sections.
752
753 2020-06-03 H.J. Lu <hongjiu.lu@intel.com>
754
755 * elf-bfd.h (_bfd_elf_maybe_set_textrel): New
756 * elf32-arm.c (maybe_set_textrel): Removed.
757 (elf32_arm_size_dynamic_sections): Replace maybe_set_textrel
758 with _bfd_elf_maybe_set_textrel.
759 * elf32-csky.c (maybe_set_textrel): Removed.
760 (csky_elf_size_dynamic_sections): Replace maybe_set_textrel
761 with _bfd_elf_maybe_set_textrel.
762 * elf32-hppa.c (maybe_set_textrel): Removed.
763 (elf32_hppa_size_dynamic_sections): Replace maybe_set_textrel
764 with _bfd_elf_maybe_set_textrel.
765 * elf32-lm32.c (maybe_set_textrel): Removed.
766 (lm32_elf_size_dynamic_sections): Replace maybe_set_textrel
767 with _bfd_elf_maybe_set_textrel.
768 * elf32-m32r.c (maybe_set_textrel): Removed.
769 (m32r_elf_size_dynamic_sections): Replace maybe_set_textrel
770 with _bfd_elf_maybe_set_textrel.
771 * elf32-metag.c (maybe_set_textrel): Removed.
772 (elf_metag_size_dynamic_sections): Replace maybe_set_textrel
773 with _bfd_elf_maybe_set_textrel.
774 * elf32-nds32.c (maybe_set_textrel): Removed.
775 (nds32_elf_size_dynamic_sections): Replace maybe_set_textrel
776 with _bfd_elf_maybe_set_textrel.
777 * elf32-or1k.c (maybe_set_textrel): Removed.
778 (or1k_elf_size_dynamic_sections): Replace maybe_set_textrel
779 with _bfd_elf_maybe_set_textrel.
780 * elf32-ppc.c (maybe_set_textrel): Removed.
781 (ppc_elf_size_dynamic_sections): Replace maybe_set_textrel
782 with _bfd_elf_maybe_set_textrel.
783 * elf32-s390.c (maybe_set_textrel): Removed.
784 (elf_s390_size_dynamic_sections): Replace maybe_set_textrel
785 with _bfd_elf_maybe_set_textrel.
786 * elf32-sh.c (maybe_set_textrel): Removed.
787 (sh_elf_size_dynamic_sections): Replace maybe_set_textrel
788 with _bfd_elf_maybe_set_textrel.
789 * elf32-tic6x.c (maybe_set_textrel): Removed.
790 (elf32_tic6x_size_dynamic_sections): Replace maybe_set_textrel
791 with _bfd_elf_maybe_set_textrel.
792 * elf32-tilepro.c (maybe_set_textrel): Removed.
793 (tilepro_elf_size_dynamic_sections): Replace maybe_set_textrel
794 with _bfd_elf_maybe_set_textrel.
795 * elf64-ppc.c (maybe_set_textrel): Removed.
796 (ppc64_elf_size_dynamic_sections): Replace maybe_set_textrel
797 with _bfd_elf_maybe_set_textrel.
798 * elf64-s390.c (maybe_set_textrel): Removed.
799 (elf_s390_size_dynamic_sections): Replace maybe_set_textrel
800 with _bfd_elf_maybe_set_textrel.
801 * elfnn-aarch64.c (maybe_set_textrel): Removed.
802 (elfNN_aarch64_size_dynamic_sections): Replace maybe_set_textrel
803 with _bfd_elf_maybe_set_textrel.
804 * elfnn-riscv.c (maybe_set_textrel): Removed.
805 (riscv_elf_size_dynamic_sections): Replace maybe_set_textrel
806 with _bfd_elf_maybe_set_textrel.
807 * elfxx-sparc.c (maybe_set_textrel): Removed.
808 (_bfd_sparc_elf_size_dynamic_sections): Replace maybe_set_textrel
809 with _bfd_elf_maybe_set_textrel.
810 * elfxx-tilegx.c (maybe_set_textrel): Removed.
811 (tilegx_elf_size_dynamic_sections): Replace maybe_set_textrel
812 with _bfd_elf_maybe_set_textrel.
813 * elfxx-x86.c (maybe_set_textrel): Removed.
814 (_bfd_x86_elf_size_dynamic_sections): Replace maybe_set_textrel
815 with _bfd_elf_maybe_set_textrel.
816 * elflink.c (_bfd_elf_maybe_set_textrel): New.
817
818 2020-06-03 H.J. Lu <hongjiu.lu@intel.com>
819
820 PR ld/26067
821 * elf32-arm.c (elf32_arm_copy_indirect_symbol): Don't copy
822 dyn_relocs.
823 * elf32-csky.c (csky_elf_copy_indirect_symbol): Likewise.
824 * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
825 * elf32-metag.c (elf_metag_copy_indirect_symbol): Likewise.
826 * elf32-microblaze.c (microblaze_elf_copy_indirect_symbol):
827 Likewise.
828 * elf32-nds32.c (nds32_elf_copy_indirect_symbol): Likewise.
829 * elf32-nios2.c (nios2_elf32_copy_indirect_symbol): Likewise.
830 * elf32-or1k.c (or1k_elf_copy_indirect_symbol): Likewise.
831 * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
832 * elf32-sh.c (sh_elf_copy_indirect_symbol): Likewise.
833 * elf32-tilepro.c (tilepro_elf_copy_indirect_symbol): Likewise.
834 * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
835 * elfnn-aarch64.c (elfNN_aarch64_copy_indirect_symbol): Likewise.
836 * elfnn-riscv.c (riscv_elf_copy_indirect_symbol): Likewise.
837 * elfxx-sparc.c (_bfd_sparc_elf_copy_indirect_symbol): Likewise.
838 * elfxx-tilegx.c (tilegx_elf_copy_indirect_symbol): Likewise.
839 * elfxx-x86.c (_bfd_x86_elf_copy_indirect_symbol): Likewise.
840 * elf32-lm32.c (lm32_elf_copy_indirect_symbol): Removed.
841 (elf_backend_copy_indirect_symbol): Likewise.
842 * elf32-m32r.c (m32r_elf_copy_indirect_symbol): Removed.
843 (elf_backend_copy_indirect_symbol): Likewise.
844 * elflink.c (_bfd_elf_link_hash_copy_indirect): Copy dyn_relocs.
845
846 2020-06-03 H.J. Lu <hongjiu.lu@intel.com>
847
848 PR ld/26067
849 * elf-bfd.h (_bfd_elf_readonly_dynrelocs): New.
850 * elf32-arm.c (readonly_dynrelocs): Removed.
851 (maybe_set_textrel): Replace readonly_dynrelocs with
852 _bfd_elf_readonly_dynrelocs.
853 * elf32-csky.c (readonly_dynrelocs): Removed.
854 (maybe_set_textrel): Replace readonly_dynrelocs with
855 _bfd_elf_readonly_dynrelocs.
856 * elf32-hppa.c(readonly_dynrelocs): Removed.
857 (alias_readonly_dynrelocs): Replace readonly_dynrelocs with
858 _bfd_elf_readonly_dynrelocs.
859 (maybe_set_textrel): Likewise.
860 * elf32-lm32.c (readonly_dynrelocs): Removed.
861 (lm32_elf_adjust_dynamic_symbol): Replace readonly_dynrelocs
862 with _bfd_elf_readonly_dynrelocs.
863 (maybe_set_textrel): Likewise.
864 * elf32-m32r.c (readonly_dynrelocs): Removed.
865 (m32r_elf_adjust_dynamic_symbol): Replace readonly_dynrelocs
866 with _bfd_elf_readonly_dynrelocs.
867 (maybe_set_textrel): Likewise.
868 * elf32-metag.c (readonly_dynrelocs): Removed.
869 (elf_metag_adjust_dynamic_symbol): Replace readonly_dynrelocs
870 with _bfd_elf_readonly_dynrelocs.
871 (maybe_set_textrel): Likewise.
872 * elf32-microblaze.c (readonly_dynrelocs): Removed.
873 (microblaze_elf_adjust_dynamic_symbol): Replace readonly_dynrelocs
874 with _bfd_elf_readonly_dynrelocs.
875 * elf32-nds32.c (readonly_dynrelocs): Removed.
876 (nds32_elf_adjust_dynamic_symbol): Replace readonly_dynrelocs
877 with _bfd_elf_readonly_dynrelocs.
878 (maybe_set_textrel): Likewise.
879 * elf32-or1k.c (readonly_dynrelocs): Removed.
880 (or1k_elf_adjust_dynamic_symbol): Replace readonly_dynrelocs
881 with _bfd_elf_readonly_dynrelocs.
882 * elf32-ppc.c (readonly_dynrelocs): Removed.
883 (alias_readonly_dynrelocs): Replace readonly_dynrelocs with
884 _bfd_elf_readonly_dynrelocs.
885 (ppc_elf_adjust_dynamic_symbol): Likewise.
886 (maybe_set_textrel): Likewise.
887 * elf32-s390.c (readonly_dynrelocs): Removed.
888 (elf_s390_adjust_dynamic_symbol): Replace readonly_dynrelocs
889 with _bfd_elf_readonly_dynrelocs.
890 (maybe_set_textrel): Likewise.
891 * elf32-sh.c (readonly_dynrelocs): Removed.
892 (sh_elf_adjust_dynamic_symbol): Replace readonly_dynrelocs with
893 _bfd_elf_readonly_dynrelocs.
894 (maybe_set_textrel): Likewise.
895 * elf32-tic6x.c (readonly_dynrelocs): Removed.
896 (maybe_set_textrel): Replace readonly_dynrelocs with
897 _bfd_elf_readonly_dynrelocs.
898 * elf32-tilepro.c (readonly_dynrelocs): Removed.
899 (tilepro_elf_adjust_dynamic_symbol): Replace readonly_dynrelocs
900 with _bfd_elf_readonly_dynrelocs.
901 (maybe_set_textrel): Likewise.
902 * elf64-ppc.c (readonly_dynrelocs): Removed.
903 (alias_readonly_dynrelocs): Replace readonly_dynrelocs with
904 _bfd_elf_readonly_dynrelocs.
905 (ppc64_elf_adjust_dynamic_symbol): Likewise.
906 (maybe_set_textrel): Likewise.
907 * elf64-s390.c (readonly_dynrelocs): Removed.
908 (elf_s390_adjust_dynamic_symbol): Replace readonly_dynrelocs
909 with _bfd_elf_readonly_dynrelocs.
910 (maybe_set_textrel): Likewise.
911 * elflink.c (_bfd_elf_readonly_dynrelocs): New.
912 * elfnn-aarch64.c (readonly_dynrelocs): Removed.
913 (maybe_set_textrel): Replace readonly_dynrelocs with
914 _bfd_elf_readonly_dynrelocs.
915 * elfnn-riscv.c (readonly_dynrelocs): Removed.
916 (riscv_elf_adjust_dynamic_symbol): Replace readonly_dynrelocs
917 with _bfd_elf_readonly_dynrelocs.
918 (maybe_set_textrel): Likewise.
919 * elfxx-sparc.c (readonly_dynrelocs): Removed.
920 (_bfd_sparc_elf_adjust_dynamic_symbol): Replace
921 readonly_dynrelocs with _bfd_elf_readonly_dynrelocs.
922 (maybe_set_textrel): Likewise.
923 * elfxx-tilegx.c (readonly_dynrelocs): Removed.
924 (tilegx_elf_adjust_dynamic_symbol): Replace readonly_dynrelocs
925 with _bfd_elf_readonly_dynrelocs.
926 (maybe_set_textrel): Likewise.
927 * elfxx-x86.c (readonly_dynrelocs): Removed.
928 (maybe_set_textrel): Replace readonly_dynrelocs with
929 _bfd_elf_readonly_dynrelocs.
930 (_bfd_x86_elf_adjust_dynamic_symbol): Likewise.
931
932 2020-06-03 H.J. Lu <hongjiu.lu@intel.com>
933
934 * elfxx-x86.h (GENERATE_DYNAMIC_RELOCATION_P): Silence
935 -fsanitize=undefined.
936
937 2020-06-03 Alan Modra <amodra@gmail.com>
938
939 PR 26069
940 PR 18758
941 * peicode.h (pe_ILF_make_a_section): Align data for compilers
942 other than gcc.
943 (pe_ILF_build_a_bfd): Likewise.
944
945 2020-06-03 Alan Modra <amodra@gmail.com>
946
947 PR 26069
948 * elf.c (_bfd_elf_close_and_cleanup): Free elf_shstrtab for
949 core files as well as objects.
950
951 2020-06-01 H.J. Lu <hongjiu.lu@intel.com>
952
953 PR ld/26067
954 * elf-bfd.h (elf_link_hash_entry): Add dyn_relocs after size.
955 * elf-s390-common.c (s390_elf_allocate_ifunc_dyn_relocs):
956 Updated.
957 * elf32-arc.c (elf_arc_link_hash_entry): Remove dyn_relocs.
958 (elf_arc_link_hash_newfunc): Updated.
959 * elf32-arm.c (elf32_arm_link_hash_entry): Remove dyn_relocs.
960 (elf32_arm_link_hash_newfunc): Updated.
961 (elf32_arm_copy_indirect_symbol): Likewise.
962 (elf32_arm_check_relocs): Likewise.
963 (readonly_dynrelocs): Likewise.
964 (allocate_dynrelocs_for_symbol): Likewise.
965 * elf32-csky.c (csky_elf_link_hash_entry): Remove dyn_relocs.
966 (csky_elf_link_hash_newfunc): Updated.
967 (csky_allocate_dynrelocs): Likewise.
968 (readonly_dynrelocs): Likewise.
969 (csky_elf_copy_indirect_symbol): Likewise.
970 * elf32-hppa.c (elf32_hppa_link_hash_entry): Remove dyn_relocs.
971 (hppa_link_hash_newfunc): Updated.
972 (elf32_hppa_copy_indirect_symbol): Likewise.
973 (elf32_hppa_hide_symbol): Likewise.
974 (elf32_hppa_adjust_dynamic_symbol): Likewise.
975 (allocate_dynrelocs): Likewise.
976 (elf32_hppa_relocate_section): Likewise.
977 * elf32-i386.c (elf_i386_check_relocs): Likewise.
978 * elf32-lm32.c (elf_lm32_link_hash_entry): Removed.
979 (lm32_elf_link_hash_newfunc): Likewise.
980 (lm32_elf_link_hash_table_create): Updated.
981 (readonly_dynrelocs): Likewise.
982 (allocate_dynrelocs): Likewise.
983 (lm32_elf_copy_indirect_symbol): Likewise.
984 * elf32-m32r.c (elf_m32r_link_hash_entry): Removed.
985 (m32r_elf_link_hash_newfunc): Likewise.
986 (m32r_elf_link_hash_table_create): Updated.
987 (m32r_elf_copy_indirect_symbol): Likewise.
988 (allocate_dynrelocs): Likewise.
989 * elf32-metag.c (elf_metag_link_hash_entry): Remove dyn_relocs.
990 (metag_link_hash_newfunc): Updated.
991 (elf_metag_copy_indirect_symbol): Likewise.
992 (readonly_dynrelocs): Likewise.
993 (allocate_dynrelocs): Likewise.
994 * elf32-microblaze.c (elf32_mb_link_hash_entry): Remove
995 dyn_relocs.
996 (link_hash_newfunc): Updated.
997 (microblaze_elf_check_relocs): Likewise.
998 (microblaze_elf_copy_indirect_symbol): Likewise.
999 (readonly_dynrelocs): Likewise.
1000 (allocate_dynrelocs): Likewise.
1001 * elf32-nds32.c (elf_nds32_link_hash_entry): Remove dyn_relocs.
1002 (nds32_elf_link_hash_newfunc): Updated.
1003 (nds32_elf_copy_indirect_symbol): Likewise.
1004 (readonly_dynrelocs): Likewise.
1005 (allocate_dynrelocs): Likewise.
1006 (nds32_elf_check_relocs): Likewise.
1007 * elf32-nios2.c (elf32_nios2_link_hash_entry): Remove dyn_relocs.
1008 (link_hash_newfunc): Updated.
1009 (nios2_elf32_copy_indirect_symbol): Likewise.
1010 (nios2_elf32_check_relocs): Likewise.
1011 (allocate_dynrelocs): Likewise.
1012 * elf32-or1k.c (elf_or1k_link_hash_entry): Remove dyn_relocs.
1013 (or1k_elf_link_hash_newfunc): Updated.
1014 (readonly_dynrelocs): Likewise.
1015 (allocate_dynrelocs): Likewise.
1016 (or1k_elf_copy_indirect_symbol): Likewise.
1017 * elf32-ppc.c (ppc_elf_link_hash_entry): Remove dyn_relocs.
1018 (ppc_elf_link_hash_newfunc): Updated.
1019 (ppc_elf_copy_indirect_symbol): Likewise.
1020 (ppc_elf_check_relocs): Likewise.
1021 (readonly_dynrelocs): Likewise.
1022 (ppc_elf_adjust_dynamic_symbol): Likewise.
1023 (allocate_dynrelocs): Likewise.
1024 (ppc_elf_relocate_section): Likewise.
1025 * elf32-s390.c (elf_s390_link_hash_entry): Remove dyn_relocs.
1026 (link_hash_newfunc): Updated.
1027 (elf_s390_copy_indirect_symbol): Likewise.
1028 (readonly_dynrelocs): Likewise.
1029 (elf_s390_adjust_dynamic_symbol): Likewise.
1030 (allocate_dynrelocs): Likewise.
1031 * elf32-sh.c (elf_sh_link_hash_entry): Remove dyn_relocs.
1032 (sh_elf_link_hash_newfunc): Updated.
1033 (readonly_dynrelocs): Likewise.
1034 (allocate_dynrelocs): Likewise.
1035 (sh_elf_copy_indirect_symbol): Likewise.
1036 (sh_elf_check_relocs): Likewise.
1037 * elf32-tic6x.c (elf32_tic6x_link_hash_entry): Removed.
1038 (elf32_tic6x_link_hash_newfunc): Likewise.
1039 (elf32_tic6x_link_hash_table_create): Updated.
1040 (readonly_dynrelocs): Likewise.
1041 (elf32_tic6x_check_relocs): Likewise.
1042 (elf32_tic6x_allocate_dynrelocs): Likewise.
1043 * elf32-tilepro.c (tilepro_elf_link_hash_entry): Remove
1044 dyn_relocs.
1045 (link_hash_newfunc): Updated.
1046 (tilepro_elf_copy_indirect_symbol): Likewise.
1047 (tilepro_elf_check_relocs): Likewise.
1048 (allocate_dynrelocs): Likewise.
1049 * elf64-ppc.c (ppc_link_hash_entry): Remove dyn_relocs.
1050 (ppc64_elf_copy_indirect_symbol): Updated.
1051 (ppc64_elf_check_relocs): Likewise.
1052 (readonly_dynrelocs): Likewise.
1053 (ppc64_elf_adjust_dynamic_symbol): Likewise.
1054 (dec_dynrel_count): Likewise.
1055 (allocate_dynrelocs): Likewise.
1056 (ppc64_elf_relocate_section): Likewise.
1057 * elf64-s390.c (elf_s390_link_hash_entry): Remove dyn_relocs.
1058 (link_hash_newfunc): Updated.
1059 (elf_s390_copy_indirect_symbol): Likewise.
1060 (readonly_dynrelocs): Likewise.
1061 (allocate_dynrelocs): Likewise.
1062 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
1063 * elfnn-aarch64.c (elf_aarch64_link_hash_entry): Remove
1064 dyn_relocs.
1065 (elfNN_aarch64_link_hash_newfunc): Updated.
1066 (elfNN_aarch64_copy_indirect_symbol): Likewise.
1067 (readonly_dynrelocs): Likewise.
1068 (need_copy_relocation_p): Likewise.
1069 (elfNN_aarch64_allocate_dynrelocs): Likewise.
1070 (elfNN_aarch64_allocate_ifunc_dynrelocs): Likewise.
1071 * elfnn-riscv.c (riscv_elf_link_hash_entry): Remove dyn_relocs.
1072 (link_hash_newfunc): Updated.
1073 (riscv_elf_copy_indirect_symbol): Likewise.
1074 (riscv_elf_check_relocs): Likewise.
1075 (readonly_dynrelocs): Likewise.
1076 (allocate_dynrelocs): Likewise.
1077 * elfxx-sparc.c (_bfd_sparc_elf_link_hash_entry): Remove
1078 dyn_relocs.
1079 (link_hash_newfunc): Updated.
1080 (_bfd_sparc_elf_copy_indirect_symbol): Likewise.
1081 (_bfd_sparc_elf_check_relocs): Likewise.
1082 (readonly_dynrelocs): Likewise.
1083 (allocate_dynrelocs): Likewise.
1084 * elfxx-tilegx.c (tilegx_elf_link_hash_entry): Remove dyn_relocs.
1085 (link_hash_newfunc): Updated.
1086 (tilegx_elf_copy_indirect_symbol): Likewise.
1087 (tilegx_elf_check_relocs): Likewise.
1088 (readonly_dynrelocs): Likewise.
1089 (allocate_dynrelocs): Likewise.
1090 * elfxx-x86.c (elf_x86_allocate_dynrelocs): Likewise.
1091 (readonly_dynrelocs): Likewise.
1092 (_bfd_x86_elf_copy_indirect_symbol): Likewise.
1093 * elfxx-x86.h (elf_x86_link_hash_entry): Remove dyn_relocs.
1094
1095 2020-06-01 Alan Modra <amodra@gmail.com>
1096
1097 * vms-alpha.c (_bfd_vms_slurp_etir): Check bound for the current
1098 command against cmd_length, not the end of record. For
1099 ETIR__C_STO_IMMR check size against cmd_length, mask repeat count
1100 to 32-bits and break out on zero size. Add ETIR__C_STC_LP_PSB
1101 cmd_length test.
1102
1103 2020-05-28 David Faust <david.faust@oracle.com>
1104
1105 * elf64-bpf.c (bpf_elf_relocate_section): Fix handling of
1106 R_BPF_INSN_{32,64} relocations.
1107
1108 2020-05-28 Stephen Casner <casner@acm.org>
1109
1110 * pdp11.c: Implement BRD_RELOC_32 to relocate the low 16 bits of
1111 addreses in .long (used in testsuites) and .stab values.
1112
1113 2020-05-27 H.J. Lu <hongjiu.lu@intel.com>
1114
1115 PR ld/22909
1116 * elflink.c (bfd_elf_final_link): Use bfd_link_textrel_check.
1117 Check bfd_link_dll when issue a DT_TEXTREL warning.
1118 * elfxx-x86.c (maybe_set_textrel): Likewise.
1119 (_bfd_x86_elf_size_dynamic_sections): Likewise.
1120
1121 2020-05-26 Nick Clifton <nickc@redhat.com>
1122
1123 * plugin.c (try_load_plugin): Extend error message when a plugin
1124 fails to open.
1125
1126 2020-05-23 Alan Modra <amodra@gmail.com>
1127
1128 * bfdio.c (bfd_get_file_size): Don't segfault on NULL arch_header.
1129
1130 2020-05-22 Alan Modra <amodra@gmail.com>
1131
1132 PR 25882
1133 * elf32-ppc.c (_bfd_elf_ppc_merge_fp_attributes): Don't init FP
1134 attributes from shared libraries, and do not return an error if
1135 they don't match.
1136
1137 2020-05-21 Alan Modra <amodra@gmail.com>
1138
1139 PR 25993
1140 * opncls.c (_bfd_free_cached_info): Keep a copy of the bfd
1141 filename.
1142 (_bfd_delete_bfd): Free the copy.
1143 (_bfd_new_bfd): Free nbfd->memory on error.
1144
1145 2020-05-21 Alan Modra <amodra@gmail.com>
1146
1147 * aoutx.h: Replace "if (x) free (x)" with "free (x)" throughout.
1148 * archive.c, * bfd.c, * bfdio.c, * coff-alpha.c, * coff-ppc.c,
1149 * coff-sh.c, * coff-stgo32.c, * coffcode.h, * coffgen.c,
1150 * cofflink.c, * cpu-arm.c, * doc/chew.c, * dwarf2.c, * ecoff.c,
1151 * ecofflink.c, * elf-eh-frame.c, * elf-m10200.c, * elf-m10300.c,
1152 * elf-strtab.c, * elf.c, * elf32-arc.c, * elf32-arm.c,
1153 * elf32-avr.c, * elf32-bfin.c, * elf32-cr16.c, * elf32-crx.c,
1154 * elf32-epiphany.c, * elf32-ft32.c, * elf32-h8300.c,
1155 * elf32-ip2k.c, * elf32-m32c.c, * elf32-m68hc11.c,
1156 * elf32-m68k.c, * elf32-microblaze.c, * elf32-msp430.c,
1157 * elf32-nds32.c, * elf32-nios2.c, * elf32-ppc.c, * elf32-pru.c,
1158 * elf32-rl78.c, * elf32-rx.c, * elf32-sh.c, * elf32-spu.c,
1159 * elf32-v850.c, * elf32-xtensa.c, * elf64-alpha.c,
1160 * elf64-hppa.c, * elf64-ia64-vms.c, * elf64-mips.c
1161 * elf64-mmix.c, * elf64-ppc.c, * elf64-sparc.c, * elfcode.h,
1162 * elflink.c, * elfnn-ia64.c, * elfnn-riscv.c, * elfxx-mips.c,
1163 * elfxx-x86.c, * format.c, * ihex.c, * libbfd.c, * linker.c,
1164 * mmo.c, * opncls.c, * pdp11.c, * peXXigen.c, * pef.c,
1165 * peicode.h, * simple.c, * som.c, * srec.c, * stabs.c, * syms.c,
1166 * targets.c, * vms-lib.c, * xcofflink.c, * xtensa-isa.c: Likewise.
1167
1168 2020-05-20 Nelson Chu <nelson.chu@sifive.com>
1169
1170 * elfxx-riscv.h (riscv_parse_subset_t): Add new callback function
1171 get_default_version. It is used to find the default version for
1172 the specific extension.
1173 * elfxx-riscv.c (riscv_parsing_subset_version): Remove the parameters
1174 default_major_version and default_minor_version. Add new bfd_boolean
1175 parameter *use_default_version. Set it to TRUE if we need to call
1176 the callback rps->get_default_version to find the default version.
1177 (riscv_parse_std_ext): Call rps->get_default_version if we fail to find
1178 the default version in riscv_parsing_subset_version, and then call
1179 riscv_add_subset to add the subset into subset list.
1180 (riscv_parse_prefixed_ext): Likewise.
1181 (riscv_std_z_ext_strtab): Support Zicsr extensions.
1182 * elfnn-riscv.c (riscv_merge_std_ext): Use strcasecmp to compare the
1183 strings rather than characters.
1184 riscv_merge_arch_attr_info): The callback function get_default_version
1185 is only needed for assembler, so set it to NULL int the linker.
1186 * elfxx-riscv.c (riscv_estimate_digit): Remove the static.
1187 * elfxx-riscv.h: Updated.
1188
1189 2020-05-20 Alan Modra <amodra@gmail.com>
1190
1191 PR 25993
1192 * archive.c (_bfd_get_elt_at_filepos): Don't strdup filename,
1193 use bfd_set_filename.
1194 * elfcode.h (_bfd_elf_bfd_from_remote_memory): Likewise.
1195 * mach-o.c (bfd_mach_o_fat_member_init): Likewise.
1196 * opncls.c (bfd_fopen, bfd_openstreamr, bfd_openr_iovec, bfd_openw),
1197 (bfd_create): Likewise.
1198 (_bfd_delete_bfd): Don't free filename.
1199 (bfd_set_filename): Copy filename param to bfd_alloc'd memory,
1200 return pointer to the copy or NULL on alloc fail.
1201 * vms-lib.c (_bfd_vms_lib_get_module): Free newname and test
1202 result of bfd_set_filename.
1203 * bfd-in2.h: Regenerate.
1204
1205 2020-05-20 Alan Modra <amodra@gmail.com>
1206
1207 PR 26011
1208 * elf.c (_bfd_elf_get_reloc_upper_bound): Sanity check reloc
1209 section size against file size.
1210 (_bfd_elf_get_dynamic_reloc_upper_bound): Likewise.
1211
1212 2020-05-19 Gunther Nikl <gnikl@justmail.de>
1213
1214 PR 26005
1215 * elf.c (bfd_section_from_shdr): Replace bfd_zmalloc with bfd_malloc
1216 and memset when allocating memory for the sections_being_created
1217 array.
1218
1219 2020-05-19 Stafford Horne <shorne@gmail.com>
1220
1221 * elf32-or1k.c (or1k_elf_finish_dynamic_symbol): Rename srela
1222 to relgot.
1223 (or1k_elf_relocate_section): Access srelgot via
1224 htab->root.srelgot. Add assertions for srelgot->contents.
1225 Introduce local variable for srelgot to not reuse global
1226 sreloc.
1227 (or1k_elf_relocate_section): Fixup dynamic symbol detection.
1228 (or1k_set_got_and_rela_sizes): New function.
1229 (or1k_initial_exec_offset): New function.
1230 (TLS_GD, TLS_IE, TLS_LD, TLS_LE): Redefine macros as masks.
1231 (or1k_elf_relocate_section): Allow for TLS to handle multiple
1232 model access.
1233 (or1k_elf_check_relocs): Use OR to set TLS access.
1234 (allocate_dynrelocs): Use or1k_set_got_and_rela_sizes to set
1235 sizes.
1236 (or1k_elf_size_dynamic_sections): Use
1237 or1k_set_got_and_rela_sizes to set sizes.
1238 (or1k_elf_relocate_section): Fixup PCREL relocation calculation.
1239 (TCB_SIZE): New macro.
1240 (tpoff): Use TCB_SIZE and alignment to calculate offset.
1241 (allocate_dynrelocs, readonly_dynrelocs, or1k_elf_check_relocs)
1242 (or1k_elf_size_dynamic_sections): Rename p to sec_relocs.
1243 (allocate_dynrelocs): Rename s to splt or sgot based on usage.
1244 (tpoff): Add dynamic boolean argument.
1245 (or1k_elf_relocate_section): Pass dynamic flag to tpoff.
1246
1247 2020-05-19 Siddhesh Poyarekar <siddesh.poyarekar@arm.com>
1248
1249 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Club
1250 BFD_RELOC_AARCH64_BRANCH19 and BFD_RELOC_AARCH64_TSTBR14
1251 cases with BFD_RELOC_AARCH64_JUMP26.
1252 (elfNN_aarch64_check_relocs): Likewise.
1253
1254 2020-05-19 Alan Modra <amodra@gmail.com>
1255
1256 * aix5ppc-core.c (xcoff64_core_file_matches_executable_p): Use
1257 bfd_get_filename rather than accessing bfd->filename directly.
1258 * aout-target.h (MY (object_p)): Likewise.
1259 * aoutx.h (aout_find_nearest_line, aout_link_write_symbols): Likewise.
1260 * archive.c (find_nested_archive, _bfd_generic_read_ar_hdr_mag),
1261 (_bfd_construct_extended_name_table, _bfd_bsd44_write_ar_hdr),
1262 (_bfd_archive_bsd44_construct_extended_name_table),
1263 (_bfd_write_archive_contents, _bfd_compute_and_write_armap),
1264 (_bfd_bsd_write_armap): Likewise.
1265 * bfd.c (bfd_errmsg, _bfd_doprnt): Likewise.
1266 * cache.c (bfd_open_file): Likewise.
1267 * ecoff.c (_bfd_ecoff_write_armap): Likewise.
1268 * ecofflink.c (bfd_ecoff_debug_accumulate_other): Likewise.
1269 * elf32-bfin.c (bfinfdpic_relocate_section): Likewise.
1270 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
1271 * elf32-hppa.c (elf32_hppa_final_link): Likewise.
1272 * elf32-nds32.c (nds32_elf_output_symbol_hook),
1273 (patch_tls_desc_to_ie): Likewise.
1274 * elf32-spu.c (sort_bfds, print_one_overlay_section),
1275 (spu_elf_auto_overlay): Likewise.
1276 * elf64-hppa.c (elf_hppa_final_link): Likewise.
1277 * elf64-ia64-vms.c (elf64_ia64_size_dynamic_sections): Likewise.
1278 * elfcore.h (elf_core_file_matches_executable_p): Likewise.
1279 * elflink.c (bfd_elf_size_dynamic_sections),
1280 (elf_link_input_bfd): Likewise.
1281 * linker.c (_bfd_generic_link_output_symbols): Likewise.
1282 * mach-o.c (bfd_mach_o_follow_dsym),
1283 (bfd_mach_o_close_and_cleanup): Likewise.
1284 * opncls.c (_bfd_delete_bfd, _maybe_make_executable),
1285 (find_separate_debug_file, get_build_id_name): Likewise.
1286 * pdp11.c (aout_find_nearest_line, aout_link_write_symbols): Likewise.
1287 * plugin.c (bfd_plugin_open_input): Likewise.
1288 * rs6000-core.c (rs6000coff_core_file_matches_executable_p): Likewise.
1289 * som.c (som_write_armap): Likewise.
1290 * srec.c (srec_write_record, srec_write_symbols): Likewise.
1291 * vms-lib.c (_bfd_vms_lib_get_imagelib_file),
1292 (_bfd_vms_lib_write_archive_contents): Likewise.
1293 * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
1294
1295 2020-05-19 Alan Modra <amodra@gmail.com>
1296
1297 PR 25713
1298 * bfdio.c (_bfd_real_fopen): Typo fix.
1299
1300 2020-05-18 Nick Clifton <nickc@redhat.com>
1301
1302 PR 26005
1303 * elf.c (bfd_section_from_shdr): Use bfd_malloc to allocate memory
1304 for the sections_being_created array.
1305
1306 2020-05-18 Alan Modra <amodra@gmail.com>
1307
1308 * ecoff.c (ecoff_slurp_reloc_table): Malloc external_relocs so
1309 they can be freed without also freeing internal_relocs.
1310
1311 2020-05-18 Jaydeep Chauhan <jaydeepchauhan1494@gmail.com>
1312
1313 PR 25713
1314 * bfdio.c (_bfd_real_fopen): Convert UNIX style sirectory
1315 separators into DOS style when creating a WIN32 fullpath.
1316
1317 2020-05-14 Nelson Chu <nelson.chu@sifive.com>
1318
1319 * elfnn-riscv.c (elfNN_riscv_mkobject): New function. We need this
1320 to initialize RISC-V tdata.
1321
1322 2020-05-12 Gunther Nikl <gnikl@justmail.de>
1323
1324 * aoutx.h (NAME (aout, swap_std_reloc_out)): Reject an unsupported
1325 relocation size.
1326
1327 2020-05-11 Alan Modra <amodra@gmail.com>
1328
1329 * elf64-ppc.c (xlate_pcrel_opt): Handle lxvp and stxvp.
1330
1331 2020-05-11 Alan Modra <amodra@gmail.com>
1332
1333 * elf64-ppc.c: Rename powerxx to power10 throughout.
1334
1335 2020-05-11 Alan Modra <amodra@gmail.com>
1336
1337 PR 25961
1338 * coffgen.c (coff_get_normalized_symtab): Check that buffer
1339 contains required number of auxents before processing any auxent.
1340 * coffswap.h (coff_swap_aux_in <C_FILE>): Only swap in extended
1341 file name from auxents for PE.
1342
1343 2020-05-04 Gunther Nikl <gnikl@justmail.de>
1344
1345 * aout-cris.c (DEFAULT_ARCH): Delete define.
1346 (MY_set_arch_mach): Likewise.
1347 (SET_ARCH_MACH): Use bfd_set_arch_mach with an explicit architecture
1348 of bfd_arch_cris.
1349 (swap_ext_reloc_in): Add casts to r_index extraction. Mask valid bits
1350 of r_type before the shift.
1351
1352 2020-05-04 Wilco Dijkstra <wdijkstr@arm.com>
1353
1354 PR ld/25665
1355 * elfnn-aarch64.c (group_sections): Copy implementation from
1356 elf32-arm.c.
1357
1358 2020-05-01 Alan Modra <amodra@gmail.com>
1359
1360 PR 25900
1361 * elfnn-riscv.c (_bfd_riscv_relax_section): Check root.type before
1362 accessing root.u.def of symbols. Also check root.u.def.section
1363 is non-NULL. Reverse tests so as to make the logic positive.
1364
1365 2020-05-01 Alan Modra <amodra@gmail.com>
1366
1367 PR 25882
1368 * elf32-tic6x.c (elf32_tic6x_merge_attributes): Don't transfer
1369 Tag_ABI_PIC or Tag_ABI_PID from dynamic objects to the output.
1370
1371 2020-05-01 Alan Modra <amodra@gmail.com>
1372
1373 PR 25882
1374 * elf32-bfin.c (elf32_bfin_merge_private_bfd_data): Add FIXME.
1375 * elf32-frv.c (frv_elf_merge_private_bfd_data): Likewise.
1376 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Likewise.
1377 * elf32-nds32.c (nds32_elf_merge_private_bfd_data): Likewise.
1378 * elf32-score.c (s3_elf32_score_merge_private_bfd_data): Likewise.
1379 * elf32-score7.c (s7_elf32_score_merge_private_bfd_data): Likewise.
1380 * elf32-sh.c (sh_elf_merge_private_data): Likewise.
1381 * elf32-tic6x.c (elf32_tic6x_merge_attributes): Likewise.
1382 * elf64-ia64-vms.c (elf64_ia64_merge_private_bfd_data): Likewise.
1383 * elfnn-ia64.c (elfNN_ia64_merge_private_bfd_data): Likewise.
1384
1385 2020-05-01 Alan Modra <amodra@gmail.com>
1386
1387 PR 25882
1388 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Ignore e_flags
1389 from shared libraries.
1390
1391 2020-04-29 Max Filippov <jcmvbkbc@gmail.com>
1392
1393 * elf32-xtensa.c (relax_section): Don't negate diff_value for
1394 XTENSA_NDIFF relocations. Don't add sign bits whe diff_value
1395 equals 0. Report overflow when the result has negative sign but
1396 all significant bits are zero.
1397
1398 2020-04-29 Gunther Nikl <gnikl@justmail.de>
1399
1400 * aoutx.h (swap_std_reloc_out): Special case 64 bit relocations.
1401 (aout_link_reloc_link_order): Likewise. Make r_length an unsigned.
1402
1403 2020-04-28 Alan Modra <amodra@gmail.com>
1404
1405 * vms-alpha.c (_bfd_vms_slurp_etir): Correct divide by zero check.
1406 Emit warning message.
1407
1408 2020-04-27 Tamar Christina <tamar.christina@arm.com>
1409
1410 * coff-i386.c (COFF_WITH_PE_BIGOBJ): New.
1411 * coff-x86_64.c (COFF_WITH_PE_BIGOBJ): New.
1412 * config.bfd (targ_selvecs): Rename x86_64_pe_be_vec
1413 to x86_64_pe_big_vec as it not a big-endian format.
1414 (vec i386_pe_big_vec): New.
1415 * configure.ac: Likewise.
1416 * targets.c: Likewise.
1417 * configure: Regenerate.
1418 * pe-i386.c (TARGET_SYM_BIG, TARGET_NAME_BIG,
1419 COFF_WITH_PE_BIGOBJ): New.
1420 * pe-x86_64.c (TARGET_SYM_BIG, TARGET_NAME_BIG):
1421 New.
1422 (x86_64_pe_be_vec): Moved.
1423
1424 2020-04-23 Anton Kolesov <anton.kolesov@synopsys.com>
1425
1426 * elf-bfd.h (elfcore_write_arc_v2): Add prototype.
1427 * elf.c (elfcore_grok_arc_v2): New function.
1428 (elfcore_grok_note): Call the new function to handle the corresponding
1429 note.
1430 (elfcore_write_arc_v2): New function.
1431 (elfcore_write_register_note): Call the new function to handle the
1432 corresponding pseudo-sections.
1433
1434 2020-04-22 Max Filippov <jcmvbkbc@gmail.com>
1435
1436 PR ld/25861
1437 * bfd-in2.h: Regenerated.
1438 * elf32-xtensa.c (elf_howto_table): New entries for
1439 R_XTENSA_PDIFF{8,16,32} and R_XTENSA_NDIFF{8,16,32}.
1440 (elf_xtensa_reloc_type_lookup, elf_xtensa_do_reloc)
1441 (relax_section): Add cases for R_XTENSA_PDIFF{8,16,32} and
1442 R_XTENSA_NDIFF{8,16,32}.
1443 * libbfd.h (bfd_reloc_code_real_names): Add names for
1444 BFD_RELOC_XTENSA_PDIFF{8,16,32} and
1445 BFD_RELOC_XTENSA_NDIFF{8,16,32}.
1446 * reloc.c: Add documentation for BFD_RELOC_XTENSA_PDIFF{8,16,32}
1447 and BFD_RELOC_XTENSA_NDIFF{8,16,32}.
1448
1449 2020-04-21 Tamar Christina <tamar.christina@arm.com>
1450
1451 PR binutils/24753
1452 * compress.c (bfd_get_full_section_contents): Exclude sections with no
1453 content.
1454
1455 2020-04-21 H.J. Lu <hongjiu.lu@intel.com>
1456
1457 PR ld/25849
1458 * elf-bfd.h (elf_backend_data): Add
1459 elf_backend_strip_zero_sized_dynamic_sections.
1460 (_bfd_elf_strip_zero_sized_dynamic_sections): New prototype.
1461 * elf64-alpha.c (elf_backend_strip_zero_sized_dynamic_sections):
1462 New macro.
1463 * elflink.c (_bfd_elf_strip_zero_sized_dynamic_sections): New
1464 function.
1465 * elfxx-target.h (elf_backend_strip_zero_sized_dynamic_sections):
1466 New macro.
1467 (elfNN_bed): Add elf_backend_strip_zero_sized_dynamic_sections.
1468
1469 2020-04-21 H.J. Lu <hongjiu.lu@intel.com>
1470
1471 * elf64-alpha.c (alpha_elf_reloc_entry): Replace reltext with
1472 sec.
1473 (elf64_alpha_check_relocs): Set sec instead of reltext. Warn
1474 DT_TEXTREL with -M.
1475 (elf64_alpha_calc_dynrel_sizes): Warn DT_TEXTREL with -M.
1476
1477 2020-04-21 Nick Clifton <nickc@redhat.com>
1478
1479 * po/sr.po: Updated Serbian translation.
1480
1481 2020-04-21 Alan Modra <amodra@gmail.com>
1482
1483 * elf32-sh.c (sh_elf_relocate_section): Remove STO_SH5_ISA32
1484 processing.
1485
1486 2020-04-20 Stephen Casner <casner@acm.org>
1487
1488 * pdp11.c (N_STAB): Modify value to avoid conflict with N_EXT
1489 causing globals from linker script to be treated as debug symbols.
1490 (translate_symbol_table): Don't sign-extend symbol values from 16
1491 to 64 bits in nm output.
1492
1493 2020-04-20 Alan Modra <amodra@gmail.com>
1494
1495 * elf64-ppc.c (ppc64_elf_size_stubs): Strip relbrlt too.
1496
1497 2020-04-18 Alan Modra <amodra@gmail.com>
1498
1499 * section.c (bfd_is_const_section): Correct test for special
1500 sections.
1501 * bfd-in2.h: Regenerate.
1502
1503 2020-04-17 Alan Modra <amodra@gmail.com>
1504
1505 PR 25842
1506 * elf.c (_bfd_elf_get_symbol_version_string): Don't segfault on
1507 NULL nodename.
1508
1509 2020-04-16 Nick Clifton <nickc@redhat.com>
1510
1511 PR 25803
1512 * elfxx-mips.c (_bfd_mips_elf_adjust_dynamic_symbol): Replace an
1513 abort with a more helpful error message.
1514
1515 2020-04-16 Alan Modra <amodra@gmail.com>
1516
1517 PR 25827
1518 * dwarf2.c (scan_unit_for_symbols): Wrap overlong lines. Don't
1519 strdup(0).
1520
1521 2020-04-15 Fangrui Song <maskray@google.com>
1522
1523 PR binutils/24613
1524 * coff-rs6000.c (xcoff_ppc_relocate_section): Change RM_GENERATE_ERROR
1525 to RM_DIAGNOSE plus a check of warn_unresolved_syms.
1526 * coff64-rs6000.c (xcoff_ppc_relocate_section): Likewise.
1527 * elf-bfd.h (_bfd_elf_large_com_section): Likewise.
1528 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
1529 * elf32-score.c (s3_bfd_score_elf_relocate_section): Likewise.
1530 * elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise.
1531 * elf32-sh.c (sh_elf_relocate_section): Likewise.
1532 * elf32-spu.c (spu_elf_relocate_section): Likewise.
1533 * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
1534 * elflink.c (elf_link_output_extsym): Likewise.
1535 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
1536
1537 2020-04-15 Alan Modra <amodra@gmail.com>
1538
1539 PR 25823
1540 * peXXigen.c (_bfd_XXi_swap_sym_in <C_SECTION>): Don't use a
1541 pointer into strings that may be freed for section name, always
1542 allocate a new string.
1543
1544 2020-04-14 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1545 Jan W. Jagersma <jwjagersma@gmail.com>
1546
1547 * coff-go32.c (COFF_GO32, IMAGE_SCN_LNK_NRELOC_OVFL)
1548 (coff_SWAP_scnhdr_in, coff_SWAP_scnhdr_out): Define.
1549 (_bfd_go32_swap_scnhdr_in, _bfd_go32_swap_scnhdr_out)
1550 (_bfd_go32_mkobject): New functions.
1551 * coff-stgo32.c (IMAGE_SCN_LNK_NRELOC_OVFL)
1552 (coff_SWAP_scnhdr_in, coff_SWAP_scnhdr_out): Define.
1553 (go32exe_mkobject): Call _bfd_go32_mkobject.
1554 * coffcode.h (COFF_WITH_EXTENDED_RELOC_COUNTER): Define.
1555 (coff_set_alignment_hook): Define function for COFF_GO32_EXE
1556 and COFF_GO32.
1557 (coff_write_relocs): Enable extended reloc counter code if
1558 COFF_WITH_EXTENDED_RELOC_COUNTER is defined. Test for obj_go32.
1559 (coff_write_object_contents): Likewise. Pad section headers
1560 for COFF_GO32 and COFF_GO32EXE. Use bfd_coff_swap_scnhdr_out
1561 instead of coff_swap_scnhdr_out.
1562 * cofflink.c (_bfd_coff_final_link): Test also for obj_go32 to
1563 enable extended reloc counter.
1564 * coffswap.h: (coff_swap_scnhdr_in, coff_swap_scnhdr_out):
1565 Declare with ATTRIBUTE_UNUSED.
1566 * libcoff-in.h: (struct coff_tdata): New field go32.
1567 (obj_go32): Define.
1568 * libcoff.h: Regenerate.
1569
1570 2020-04-14 Fangrui Song <maskray@google.com>
1571
1572 PR gas/25768
1573 * elf.c (assign_section_numbers): Always set .stab sh_entsize to
1574 12.
1575
1576 2020-04-14 Stephen Casner <casner@acm.org>
1577
1578 PR ld/25677
1579 * pdp11.c: Add implementation of --imagic option.
1580 (adjust_o_magic): Fix objcopy --extract-symbol test.
1581 * libaout.h (enum aout_magic): Add i_magic.
1582
1583 2020-04-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1584 Nick Clifton <nickc@redhat.com>
1585
1586 * elf32-sparc.c (sparc_final_write_processing): Fix whitespace.
1587 <0>: Ignore.
1588 <default>: Error rather than abort.
1589
1590 2020-04-03 H.J. Lu <hongjiu.lu@intel.com>
1591
1592 PR ld/25767
1593 * elf.c (_bfd_elf_fixup_group_sections): Remove zero-sized
1594 relocation section from section group.
1595
1596 2020-04-02 Jan W. Jagersma <jwjagersma@gmail.com>
1597
1598 * bfdio.c (bfd_bread, bfd_tell, bfd_seek, bfd_mmap): Always add
1599 bfd->origin to file offset.
1600 * bfdwin.c (bfd_get_file_window): Likewise.
1601 * bfd.c: Clarify the use of the bfd->origin field.
1602 * bfd-in2.h: Regenerate.
1603 * coff-i386.c: Don't include go32exe.h. Allow overriding
1604 coff_write_object_contents via COFF_WRITE_CONTENTS.
1605 * coff-stgo32.c (go32exe_cleanup, go32exe_mkobject)
1606 (go32exe_write_object_contents): New functions.
1607 (go32exe_temp_stub, go32exe_temp_stub_size): New static globals.
1608 (COFF_WRITE_CONTENTS, GO32EXE_DEFAULT_STUB_SIZE): Define.
1609 (create_go32_stub): Remove check for 2k size limit. Read stub
1610 from go32exe_temp_stub if present.
1611 (go32_stubbed_coff_bfd_copy_private_bfd_data): Allocate and
1612 copy variable-length stub.
1613 (go32_check_format): Read stub to go32exe_temp_stub, set
1614 origin, return go32exe_cleanup.
1615 (adjust_filehdr_in_post, adjust_filehdr_out_pre)
1616 (adjust_filehdr_out_post, adjust_scnhdr_in_post)
1617 (adjust_scnhdr_out_pre, adjust_scnhdr_out_post)
1618 (adjust_aux_in_post, adjust_aux_out_pre, adjust_aux_out_post):
1619 Remove functions and their associated #defines.
1620 * coffcode.h (coff_mkobject_hook): Remove stub copying code.
1621 * libcoff-in.h: (struct coff_tdata): New field stub_size.
1622 Rename field go32stub to stub.
1623 * libcoff.h: Regenerate.
1624 * coff-stgo32.c (go32_check_format): Rename to...
1625 (go32exe_check_format): ...this.
1626 (go32_stubbed_coff_bfd_copy_private_bfd_data): Rename to...
1627 (go32exe_copy_private_bfd_data): ...this.
1628 (stub_bytes): Rename to...
1629 (go32exe_default_stub): ...this.
1630 (create_go32_stub): Rename to...
1631 (go32exe_create_stub): ...this.
1632 * coff-stgo32.c (go32exe_copy_private_bfd_data): Avoid realloc
1633 when possible.
1634
1635 2020-04-01 H.J. Lu <hongjiu.lu@intel.com>
1636
1637 PR ld/25749
1638 PR ld/25754
1639 * elf32-i386.c (elf_i386_convert_load_reloc): Convert load
1640 relocation to R_386_32 for relocation against non-preemptible
1641 absolute symbol.
1642 (elf_i386_check_relocs): Call _bfd_elf_x86_valid_reloc_p. Don't
1643 allocate dynamic relocation for non-preemptible absolute symbol.
1644 (elf_i386_relocate_section): Pass sec to
1645 GENERATE_DYNAMIC_RELOCATION_P.
1646 * elf64-x86-64.c (R_X86_64_converted_reloc_bit): Moved.
1647 (elf_x86_64_convert_load_reloc): Covert load relocation to
1648 R_X86_64_32S or R_X86_64_32 for relocation against non-preemptible
1649 absolute symbol. Don't convert to R_X86_64_32S nor R_X86_64_32
1650 for non-preemptible absolute symbol if they overflow.
1651 (elf_x86_64_check_relocs): Call _bfd_elf_x86_valid_reloc_p. Set
1652 tls_type for GOT slot to GOT_ABS for non-preemptible absolute
1653 symbol. Don't allocate dynamic relocation for non-preemptible
1654 absolute symbol.
1655 (elf_x86_64_relocate_section): Don't generate relative relocation
1656 for GOTPCREL relocations aganst local absolute symbol. Pass sec
1657 to GENERATE_DYNAMIC_RELOCATION_P.
1658 * elfxx-x86.c (elf_x86_allocate_dynrelocs): No dynamic relocation
1659 against non-preemptible absolute symbol.
1660 (_bfd_elf_x86_valid_reloc_p): New function.
1661 (_bfd_x86_elf_size_dynamic_sections): No dynamic relocation for
1662 GOT_ABS GOT slot.
1663 * elfxx-x86.h (GENERATE_DYNAMIC_RELOCATION_P): Add an SEC
1664 argument. Don't generate dynamic relocation against
1665 non-preemptible absolute symbol.
1666 (ABS_SYMBOL_P): New.
1667 (GENERATE_RELATIVE_RELOC_P): Don't generate relative relocation
1668 against non-preemptible absolute symbol.
1669 (GOT_ABS): New.
1670 (R_X86_64_converted_reloc_bit): New. Moved from elf64-x86-64.c.
1671 (_bfd_elf_x86_valid_reloc_p): New.
1672
1673 2020-04-01 Tamar Christina <tamar.christina@arm.com>
1674
1675 PR ld/16017
1676 * elf32-arm.c (elf32_arm_populate_plt_entry): Set LSB of the PLT0
1677 address in the GOT if in thumb only mode.
1678
1679 2020-04-01 Tamar Christina <tamar.christina@arm.com>
1680
1681 * elf32-arm.c (elf32_thumb2_plt_entry): Fix PC-rel offset.
1682
1683 2020-04-01 Hans-Peter Nilsson <hp@bitrange.com>
1684
1685 * mmo.c (mmo_scan): Create .text section only when needed, not
1686 from the start.
1687
1688 2020-03-31 Alan Modra <amodra@gmail.com>
1689
1690 * coff-alpha.c (alpha_ecoff_get_elt_at_filepos): Correct bfd_bread
1691 return value check.
1692
1693 2020-03-31 Alan Modra <amodra@gmail.com>
1694
1695 * vms-alpha.c (image_write): Check bounds for sections without
1696 contents too. Error on non-zero write to section without
1697 contents.
1698 (_bfd_vms_slurp_etir): Check return of image_write* functions.
1699
1700 2020-03-31 Alan Modra <amodra@gmail.com>
1701
1702 * tekhex.c (pass_over): Check is_eof before reading buffer.
1703
1704 2020-03-30 Nick Clifton <nickc@redhat.com>
1705
1706 PR binutils/pr25662
1707 * libcoff-in.h (struct pe_tdata): Rename the insert_timestamp
1708 field to timestamp and make it an integer.
1709 * libcoff.h: Regenerate.
1710 * peXXigen.c (_bfd_XXi_only_swap_filehdr_out): Test the timestamp
1711 field in the pe_data structure rather than the insert_timestamp
1712 field.
1713
1714 2020-03-30 Alan Modra <amodra@gmail.com>
1715
1716 PR 25745
1717 * elf64-ppc.c (ppc64_elf_build_stubs): Use asprintf to form
1718 statistics message.
1719
1720 2020-03-26 Nick Clifton <nickc@redhat.com>
1721
1722 * cofflink.c (bfd_coff_get_internal_extra_pe_aouthdr): Delete.
1723 * libbfd-in.h (bfd_coff_get_internal_extra_pe_aouthdr): Remove
1724 prototype.
1725 * libbfd.h: Regenerate.
1726
1727 2020-03-26 Alan Modra <amodra@gmail.com>
1728
1729 * i386msdos.c (msdos_object_p): Catch -1 return from bfd_bread.
1730
1731 2020-03-26 Alan Modra <amodra@gmail.com>
1732
1733 * vms-alpha.c (dst_define_location): Limit size of dst_ptr_offsets
1734 array.
1735 (_bfd_vms_slurp_object_records): Rename "err" to "ok".
1736
1737 2020-03-25 Nick Clifton <nickc@redhat.com>
1738
1739 * cofflink.c (bfd_coff_get_internal_extra_pe_aouthdr): New
1740 function.
1741 * libbfd-in.h (bfd_coff_get_internal_extra_pe_aouthdr): Prototype.
1742 * libbfd.h: Regenerate.
1743
1744 2020-03-25 Shahab Vahedi <shahab@synopsys.com>
1745
1746 * elf32-arc.c (PRINT_DEBUG_RELOC_INFO_BEFORE): Use the
1747 correct field name in the output string.
1748
1749 2020-03-25 Alan Modra <amodra@gmail.com>
1750
1751 PR 25662
1752 * elf.c (assign_file_positions_for_load_sections): Adjust offset
1753 for SHT_NOBITS section if first in segment.
1754
1755 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
1756
1757 PR binutils/25708
1758 * elf-bfd.h (_bfd_elf_get_symbol_version_name): Renamed to ...
1759 (_bfd_elf_get_symbol_version_string): This.
1760 * elf.c (_bfd_elf_get_symbol_version_name): Renamed to ...
1761 (_bfd_elf_get_symbol_version_string): This.
1762 (bfd_elf_print_symbol): Pass TRUE to
1763 _bfd_elf_get_symbol_version_string.
1764 * libbfd-in.h (_bfd_nosymbols_get_symbol_version_string): Add a
1765 bfd_boolean argument.
1766 * syms.c (_bfd_nosymbols_get_symbol_version_string): Likewise.
1767 * targets.c (_bfd_get_symbol_version_string): Likewise.
1768 (bfd_get_symbol_version_string): Likewise.
1769 * bfd-in2.h: Regenerated.
1770
1771 2020-03-24 Nick Clifton <nickc@redhat.com>
1772 Jaydeep Chauhan <jaydeepchauhan1494@gmail.com>
1773
1774 PR 25713
1775 * bfdio.c (_bfd_real_fopen): Add code to handle long filenames on
1776 Win32 systems.
1777
1778 2020-03-24 Nick Clifton <nickc@redhat.com>
1779
1780 PR 25681
1781 * elf.c (_bfd_elf_map_sections_to_segments): When looking for a
1782 segment to use for PT_GNU_RELRO, ignore empty sections in a
1783 segment's current list.
1784
1785 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
1786
1787 PR binutils/25717
1788 * elf-bfd.h (elf_obj_tdata): Change num_group to unsigned int.
1789
1790 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
1791
1792 PR binutils/25708
1793 * elf-bfd.h (_bfd_elf_get_symbol_version_name): New.
1794 * elf.c (_bfd_elf_get_symbol_version_name): New function. Based
1795 on the previous _bfd_elf_get_symbol_version_string.
1796 (_bfd_elf_get_symbol_version_string): Use it.
1797
1798 2020-03-24 Alan Modra <amodra@gmail.com>
1799
1800 * archive.c (_bfd_generic_read_ar_hdr_mag): Sanity check extended
1801 name size. Use bfd_malloc rather than bfd_zmalloc, clearing just
1802 struct areltdata.
1803
1804 2020-03-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
1805
1806 * elflink.c (_bfd_elf_tls_setup): Mention .tdata in comment.
1807
1808 2020-03-23 Alan Modra <amodra@gmail.com>
1809
1810 * ecoff.c (_bfd_ecoff_slurp_armap): Sanity check parsed_size and
1811 symbol count. Allocate an extra byte to ensure name strings
1812 are terminated. Sanity check name offsets. Release memory on
1813 error return.
1814
1815 2020-03-23 Alan Modra <amodra@gmail.com>
1816
1817 * i386msdos.c (msdos_object_p): Don't access e_lfanew when that
1818 field hasn't been read. Remove unnecessary casts.
1819
1820 2020-03-22 Alan Modra <amodra@gmail.com>
1821
1822 * coff64-rs6000.c (xcoff64_slurp_armap): Ensure size is large
1823 enough to read number of symbols.
1824
1825 2020-03-20 H.J. Lu <hongjiu.lu@intel.com>
1826
1827 * configure.ac (HAVE_EXECUTABLE_SUFFIX): Removed.
1828 (EXECUTABLE_SUFFIX): Likewise.
1829 * config.in: Regenerated.
1830 * configure: Likewise.
1831 * plugin.c (bfd_plugin_close_and_cleanup): Defined as
1832 _bfd_generic_close_and_cleanup.
1833 (plugin_list_entry): Remove resolution_file, resolution_option,
1834 real_bfd, real_nsyms, real_syms, lto_nsyms, lto_syms, gcc,
1835 lto_wrapper, gcc_env and initialized,
1836 (need_lto_wrapper_p): Removed.
1837 (get_lto_wrapper): Likewise.
1838 (setup_lto_wrapper_env): Likewise.
1839 (register_all_symbols_read): Likewise.
1840 (egister_cleanup): Likewise.
1841 (get_symbols): Likewise.
1842 (add_input_file): Likewise.
1843 (bfd_plugin_set_program_name): Remove need_lto_wrapper.
1844 (add_symbols): Updated.
1845 (try_claim): Likewise.
1846 (try_load_plugin): Likewise.
1847 (bfd_plugin_canonicalize_symtab): Likewise.
1848 * plugin.h (bfd_plugin_set_program_name): Remove int argument.
1849 (plugin_data_struct): Remove real_bfd, real_nsyms and real_syms.
1850
1851 2020-03-19 H.J. Lu <hongjiu.lu@intel.com>
1852
1853 PR binutils/25640
1854 * plugin.c (plugin_list_entry): Add has_symbol_type.
1855 (add_symbols_v2): New function.
1856 (bfd_plugin_open_input): Don't invoke LTO wrapper if LTO plugin
1857 provides symbol type.
1858 (try_load_plugin): Add LDPT_ADD_SYMBOLS_V2.
1859 (bfd_plugin_canonicalize_symtab): Use LTO plugin symbol type if
1860 available.
1861
1862 2020-03-20 Alan Modra <amodra@gmail.com>
1863
1864 * coff-rs6000.c (_bfd_xcoff_slurp_armap): Ensure size is large
1865 enough to read number of symbols.
1866
1867 2020-03-20 Alan Modra <amodra@gmail.com>
1868
1869 * elf.c (_bfd_elf_setup_sections): Don't test known non-NULL
1870 backend functions for NULL before calling.
1871 (copy_special_section_fields, _bfd_elf_copy_private_bfd_data),
1872 (bfd_section_from_shdr, assign_section_numbers): Likewise.
1873 * elfcode.h (elf_write_relocs, elf_slurp_reloc_table): Likewise.
1874 * elfnn-ia64.c (ignore_errors): New function.
1875 (elf_backend_link_order_error_handler): Redefine as ignore_errors.
1876
1877 2020-03-19 Nick Clifton <nickc@redhat.com>
1878
1879 PR 25676
1880 * dwarf2.c (struct varinfo): Add unit_offset field to record the
1881 location of the varinfo in the unit's debug info data. Change the
1882 type of the stack field to a boolean.
1883 (lookup_var_by_offset): New function. Returns the varinfo
1884 structure for the variable described at the given offset in the
1885 unit's debug info.
1886 (scan_unit_for_symbols): Add support for variables which have the
1887 DW_AT_specification attribute.
1888
1889 2020-03-19 Nick Clifton <nickc@redhat.com>
1890
1891 PR 25699
1892 * elf.c (bfd_elf_set_group_contents): Replace assertion with an
1893 error return.
1894
1895 2020-03-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
1896
1897 * elfxx-riscv.c (riscv_parse_subset): Don't use C99.
1898
1899 2020-03-18 Nick Clifton <nickc@redhat.com>
1900
1901 PR 25673
1902 * elf.c (_bfd_elf_write_secondary_reloc_section): Fix illegal
1903 memory access when processing a corrupt secondary reloc section.
1904
1905 2020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
1906
1907 * elf32-arm.c (arm_build_one_stub): Emit a fatal error message
1908 instead of calling abort.
1909 * elf32-csky.c (csky_build_one_stub): Likewise.
1910 * elf32-hppa.c (hppa_build_one_stub): Likewise.
1911 * elf32-m68hc11.c (m68hc11_elf_build_one_stub): Likewise.
1912 * elf32-m68hc12.c (m68hc12_elf_build_one_stub): Likewise.
1913 * elf32-metag.c (metag_build_one_stub): Likewise.
1914 * elf32-nios2.c (nios2_build_one_stub): Likewise.
1915 * elf64-ppc.c (ppc_build_one_stub): Likewise.
1916 (ppc_size_one_stub): Likewise.
1917 * elfnn-aarch64.c (aarch64_build_one_stub): Likewise.
1918
1919 2020-03-17 Nick Clifton <nickc@redhat.com>
1920
1921 PR 25688
1922 * elf.c (_bfd_elf_copy_special_section_fields): Replace assertions
1923 with error messages.
1924
1925 2020-03-17 Nick Clifton <nickc@redhat.com>
1926
1927 PR 25687
1928 * elf.c (_bfd_elf_slurp_secondary_reloc_section): Remove redundant
1929 free. Add free on another failure path.
1930
1931 2020-03-16 Alan Modra <amodra@gmail.com>
1932
1933 PR 25675
1934 * elf.c (elf_sort_segments): Don't call bfd_octets_per_byte unless
1935 we have a non-zero section count. Do lma comparison in octets.
1936
1937 2020-03-16 Alan Modra <amodra@gmail.com>
1938
1939 * vms-alpha.c (dst_restore_location): Validate index into
1940 dst_ptr_offsets array before accessing. Return status.
1941 (dst_retrieve_location): Similarly, making "loc" parameter a
1942 pointer to return value.
1943 (_bfd_vms_slurp_etir): Update calls to above functions.
1944
1945 2020-03-14 Kamil Rytarowski <n54@gmx.com>
1946
1947 * configure.ac: Include netbsd-core.lo for all NetBSD arm and mips
1948 targets.
1949 * configure: Regenerated.
1950
1951 2020-03-14 Alan Modra <amodra@gmail.com>
1952
1953 * section.c (BFD_FAKE_SECTIONS): Formatting.
1954 * bfd-in2.h: Regenerate.
1955
1956 2020-03-13 Kamil Rytarowski <n54@gmx.com>
1957
1958 * elf.c (elfcore_grok_netbsd_note): Add support for
1959 NT_NETBSDCORE_LWPSTATUS notes.
1960
1961 2020-03-13 Christophe Lyon <christophe.lyon@linaro.org>
1962
1963 * bfd-in2.h: Regenerate.
1964 * section.c (asection): Add already_assigned field.
1965 (BFD_FAKE_SECTION): Add default initializer for it.
1966 * ecoff.c (bfd_debug_section): Initialize already_assigned field.
1967 * elf32-arm.c (arm_build_one_stub): Add support for
1968 non_contiguous_regions.
1969 * elf32-csky.c (csky_build_one_stub): Likewise.
1970 * elf32-hppa.c (hppa_build_one_stub): Likewise.
1971 * elf32-m68hc11.c (m68hc11_elf_build_one_stub): Likewise.
1972 * elf32-m68hc12.c (m68hc12_elf_build_one_stub): Likewise.
1973 * elf32-metag.c (metag_build_one_stub): Likewise.
1974 * elf32-nios2.c (nios2_build_one_stub): Likewise.
1975 * elf64-ppc.c (ppc_build_one_stub): Likewise.
1976 (ppc_size_one_stub): Likewise.
1977 * elfnn-aarch64.c (aarch64_build_one_stub): Likewise.
1978 * elflink.c (elf_link_input_bfd): Likewise.
1979
1980 2020-03-13 H.J. Lu <hongjiu.lu@intel.com>
1981
1982 PR ld/24920
1983 * elf-linker-x86.h (elf_linker_x86_params): Add
1984 static_before_all_inputs and has_dynamic_linker.
1985 * elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): Report
1986 dynamic input objects if -static is passed at command-line
1987 before all input files without --dynamic-linker unless
1988 --no-dynamic-linker is used.
1989
1990 2020-03-13 Kamil Rytarowski <n54@gmx.com>
1991
1992 * elf.c (elfcore_grok_netbsd_note): Add support for aarch64.
1993
1994 2020-03-13 Christian Eggers <ceggers@gmx.de>
1995
1996 * bfd.c (bfd_record_phdr): New local "opb". Fix assignment of
1997 "p_paddr" from "at".
1998 * elfcode.h (bfd_from_remote_memory): Add units to several
1999 parameters. New local "opb". Fix usage of p_align. Fix
2000 calculation of "localbase" from "ehdr_vma" and "p_vaddr". Fix
2001 call of target_read_memory.
2002 * elflink.c (elf_fixup_link_order): Fix scope of "s" local. Fix
2003 calculation of "offset" and "output_offset".
2004 (bfd_elf_final_link): New local "opb". Fix calculation of "size"
2005 from "offset" and fix calculation of "end" from "vma+size". Fix
2006 comparison between "sh_addr" and "vma"/"output_offset".
2007 (bfd_elf_discard_info): Fix calculation of "eh_alignment".
2008 * elf-bfd.h (struct elf_link_hash_table): Add unit to tls_size
2009 member.
2010 * elf.c (_bfd_elf_map_sections_to_segments): Add unit (bytes/
2011 octets) to "wrap_to2 and "phdr_size" locals. Fix calculation of
2012 "wrap_to" value. Add unit (bytes) to phdr_lma variable. Fix
2013 assignment of p_paddr from phdr_lma. Fix comparison between
2014 "lma+size" and "next->lma".
2015 (elf_sort_segments): Fix assignment from p_paddr to lma.
2016 (assign_file_positions_for_load_sections): Add unit (bytes) to
2017 local "align". Fix calculation of local "off_adjust". Fix
2018 calculation of local "filehdr_vaddr".
2019 (assign_file_positions_for_non_load_sections): New local "opb".
2020 Fix calculation of "end" from "p_size". Fix comparison between
2021 "vma+SECTION_SIZE" and "start". Fix calculation of "p_memsz"
2022 from "end" and "p_vaddr".
2023 (rewrite_elf_program_header): Fix comparison between p_vaddr and
2024 vma. Fix assignment to p_paddr from lma. Fix comparison between
2025 p_paddr and lma. Fix assignment to p_paddr from lma.
2026 * merge.c (sec_merge_emit): New local "opb". Convert
2027 "alignment_power" to octets.
2028 (_bfd_add_merge_section): New locals "alignment_power" and
2029 "opb". Fix comparison between "alignment_power" and
2030 "sizeof(align)".
2031 (_bfd_merge_sections): New local "opb". Divide size by opb
2032 before checking align mask.
2033
2034 2020-03-13 Christian Eggers <ceggers@gmx.de>
2035
2036 * elf.c (_bfd_elf_make_section_from_shdr): Introduce new temp
2037 opb. Divide Elf_Internal_Shdr::sh_addr by opb when setting
2038 section LMA/VMA.
2039 (_bfd_elf_make_section_from_phdr): Similarly.
2040 (elf_fake_sections): Fix calculation of
2041 Elf_Internal_shdr::sh_addr from section VMA.
2042 (_bfd_elf_map_sections_to_segments): Fix mixup between octets
2043 and bytes.
2044 (assign_file_positions_for_load_sections): Fix calculations of
2045 Elf_Internal_shdr::p_vaddr and p_paddr from section LMA/VMA. Fix
2046 comparison between program header address and section LMA.
2047 (assign_file_positions_for_non_load_sections): Likewise.
2048 (rewrite_elf_program_header): Likewise. Introduce new temp opb.
2049 (IS_CONTAINED_BY_VMA): Add parameter opb.
2050 (IS_CONTAINED_BY_LMA,IS_SECTION_IN_INPUT_SEGMENT,
2051 INCLUDE_SECTION_IN_SEGMENT): Likewise.
2052 (copy_elf_program_header): Update call to ELF_SECTION_IN_SEGMENT.
2053 Fix calculations of p_addr_valid and p_vaddr_offset.
2054 * elflink.c (elf_link_add_object_symbols): Multiply section VMA
2055 with octets per byte when comparing against p_vaddr.
2056
2057 2020-03-11 Alan Modra <amodra@gmail.com>
2058
2059 * som.c (setup_sections): Sanity check subspace.name.
2060
2061 2020-03-11 Alan Modra <amodra@gmail.com>
2062
2063 * elf64-ppc.c (ppc64_elf_inline_plt): Do increment rel in for loop.
2064
2065 2020-03-10 Alan Modra <amodra@gmail.com>
2066
2067 PR 25648
2068 * ihex.c (ihex_write_object_contents): Don't assume ordering of
2069 addresses here.
2070
2071 2020-03-09 Alan Modra <amodra@gmail.com>
2072
2073 * wasm-module.c (wasm_scan): Sanity check file name length
2074 before allocating memory. Move common section setup code. Do
2075 without bfd_tell to calculate section size.
2076
2077 2020-03-06 Nick Clifton <nickc@redhat.com>
2078
2079 * elf.c (_bfd_elf_set_section_contents): Replace call to abort
2080 with error messages and failure return values.
2081
2082 2020-03-05 Max Filippov <jcmvbkbc@gmail.com>
2083
2084 * elf32-xtensa.c (shrink_dynamic_reloc_sections): Shrink dynamic
2085 relocation sections for any removed reference to a dynamic symbol.
2086
2087 2020-03-05 Nick Clifton <nickc@redhat.com>
2088
2089 * elf-bfd.h (struct elf_backend_data): Add new fields:
2090 init_secondary_reloc_section, slurp_secondary_reloc_section,
2091 write_secondary_reloc_section.
2092 (_bfd_elf_init_secondary_reloc_section): Prototype.
2093 (_bfd_elf_slurp_secondary_reloc_section): Prototype.
2094 (_bfd_elf_write_secondary_reloc_section): Prototype.
2095 * elf.c ( bfd_section_from_shdr): Invoke the new
2096 init_secondary_reloc_section backend function, if defined, when a
2097 second reloc section is encountered.
2098 (swap_out_syms): Invoke the new symbol_section_index function, if
2099 defined, when computing the section index of an OS/PROC specific
2100 symbol.
2101 (_bfd_elf_init_secondary_reloc_section): New function.
2102 (_bfd_elf_slurp_secondary_reloc_section): New function.
2103 (_bfd_elf_write_secondary_reloc_section): New function.
2104 (_bfd_elf_copy_special_section_fields): New function.
2105 * elfcode.h (elf_write_relocs): Invoke the new
2106 write_secondary_relocs function, if defined, in order to emit
2107 secondary relocs.
2108 (elf_slurp_reloc_table): Invoke the new slurp_secondary_relocs
2109 function, if defined, in order to read in secondary relocs.
2110 * elfxx-target.h (elf_backend_copy_special_section_fields):
2111 Provide a non-NULL default definition.
2112 (elf_backend_init_secondary_reloc_section): Likewise.
2113 (elf_backend_slurp_secondary_reloc_section): Likewise.
2114 (elf_backend_write_secondary_reloc_section): Likewise.
2115 (struct elf_backend_data elfNN_bed): Add initialisers for the new
2116 fields.
2117 * configure.ac (score_elf32_[bl]e_vec): Add elf64.lo
2118 * configure: Regenerate.
2119
2120 2020-03-05 Alan Modra <amodra@gmail.com>
2121
2122 * archive64.c (_bfd_archive_64_bit_slurp_armap): Check parsed_size
2123 against file size before allocating memory. Use bfd_alloc rather
2124 than bfd_zalloc for carsym/strings memory.
2125
2126 2020-03-04 Alan Modra <amodra@gmail.com>
2127
2128 * elf.c (elf_fake_sections): Ensure sh_addralign is such that
2129 sh_addr mod sh_addalign is zero.
2130
2131 2020-03-04 Alan Modra <amodra@gmail.com>
2132
2133 * format.c (bfd_check_format_matches): Call cleanup on error exit.
2134
2135 2020-03-03 Alan Modra <amodra@gmail.com>
2136
2137 * format.c (struct bfd_preserve): Add cleanup field.
2138 (bfd_preserve_save): Add cleanup param and save.
2139 (bfd_preserve_restore): Return cleanup.
2140 (bfd_preserve_finish): Call the cleanup for the discarded match.
2141 (bfd_check_format_matches): Pass cleanup to bfd_preserve_save,
2142 and clear when preserving a match. Restore cleanup too when
2143 restoring that match.
2144
2145 2020-03-02 Alan Modra <amodra@gmail.com>
2146
2147 * cisco-core.c (cisco_core_file_p): Return bfd_cleanup.
2148 * hpux-core.c (hpux_core_core_file_p): Update prototype.
2149 * sco5-core.c (sco5_core_file_p): Return bfd_cleanup.
2150 (core_sco5_vec): Correct initialisers.
2151
2152 2020-03-02 Alan Modra <amodra@gmail.com>
2153
2154 * aix386-core.c (aix386_core_file_p): Return bfd_cleanup.
2155 * aix5ppc-core.c (xcoff64_core_p): Likewise.
2156 * cisco-core.c (cisco_core_file_validate): Likewise.
2157 * hppabsd-core.c (hppabsd_core_core_file_p): Likewise.
2158 * hpux-core.c (hpux_core_core_file_p): Likewise.
2159 * irix-core.c (irix_core_core_file_p): Likewise.
2160 * lynx-core.c (lynx_core_file_p): Likewise.
2161 * netbsd-core.c (netbsd_core_file_p): Likewise.
2162 * osf-core.c (osf_core_core_file_p): Likewise.
2163 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
2164 * sco5-core.c (sco5_core_file_p): Likewise.
2165
2166 2020-03-02 H.J. Lu <hongjiu.lu@intel.com>
2167
2168 * trad-core.c (trad_unix_core_file_p): Return bfd_cleanup.
2169
2170 2020-03-02 Alan Modra <amodra@gmail.com>
2171
2172 * targets.c (bfd_cleanup): New typedef.
2173 (struct bfd <_bfd_check_format>): Return a bfd_cleanup.
2174 * libbfd-in.h (_bfd_no_cleanup): Define.
2175 * format.c (bfd_reinit): Add cleanup parameter, call it.
2176 (bfd_check_format_matches): Set cleanup from _bfd_check_format
2177 call and pass to bfd_reinit. Delete temp, use abfd->xvec instead.
2178 * aout-target.h (callback, object_p): Return bfd_cleanup.
2179 * aout-tic30.c (tic30_aout_callback, tic30_aout_object_p): Likewise.
2180 * archive.c (bfd_generic_archive_p): Likewise.
2181 * binary.c (binary_object_p): Likewise.
2182 * coff-alpha.c (alpha_ecoff_object_p): Likewise.
2183 * coff-ia64.c (ia64coff_object_p): Likewise.
2184 * coff-rs6000.c (_bfd_xcoff_archive_p, rs6000coff_core_p): Likewise.
2185 * coff-sh.c (coff_small_object_p): Likewise.
2186 * coff-stgo32.c (go32_check_format): Likewise.
2187 * coff64-rs6000.c (xcoff64_archive_p, rs6000coff_core_p),
2188 (xcoff64_core_p): Likewise.
2189 * coffgen.c (coff_real_object_p, coff_object_p): Likewise.
2190 * elf-bfd.h (bfd_elf32_object_p, bfd_elf32_core_file_p),
2191 (bfd_elf64_object_p, bfd_elf64_core_file_p): Likewise.
2192 * elfcode.h (elf_object_p): Likewise.
2193 * elfcore.h (elf_core_file_p): Likewise.
2194 * i386msdos.c (msdos_object_p): Likewise.
2195 * ihex.c (ihex_object_p): Likewise.
2196 * libaout.h (some_aout_object_p): Likewise.
2197 * libbfd-in.h (bfd_generic_archive_p, _bfd_dummy_target),
2198 (_bfd_vms_lib_alpha_archive_p, _bfd_vms_lib_ia64_archive_p): Likewise.
2199 * libbfd.c (_bfd_dummy_target): Likewise.
2200 * libcoff-in.h (coff_object_p): Likewise.
2201 * mach-o-aarch64.c (bfd_mach_o_arm64_object_p),
2202 (bfd_mach_o_arm64_core_p): Likewise.
2203 * mach-o-arm.c (bfd_mach_o_arm_object_p),
2204 (bfd_mach_o_arm_core_p): Likewise.
2205 * mach-o-i386.c (bfd_mach_o_i386_object_p),
2206 (bfd_mach_o_i386_core_p): Likewise.
2207 * mach-o-x86-64.c (bfd_mach_o_x86_64_object_p),
2208 (bfd_mach_o_x86_64_core_p): Likewise.
2209 * mach-o.c (bfd_mach_o_header_p, bfd_mach_o_gen_object_p),
2210 (bfd_mach_o_gen_core_p, bfd_mach_o_fat_archive_p): Likewise.
2211 * mach-o.h (bfd_mach_o_object_p, bfd_mach_o_core_p),
2212 (bfd_mach_o_fat_archive_p, bfd_mach_o_header_p): Likewise.
2213 * mmo.c (mmo_object_p): Likewise.
2214 * pef.c (bfd_pef_object_p, bfd_pef_xlib_object_p): Likewise.
2215 * peicode.h (coff_real_object_p, pe_ILF_object_p),
2216 (pe_bfd_object_p): Likewise.
2217 * plugin.c (ld_plugin_object_p, bfd_plugin_object_p): Likewise.
2218 * ppcboot.c (ppcboot_object_p): Likewise.
2219 * rs6000-core.c (rs6000coff_core_p): Likewise.
2220 * som.c (som_object_setup, som_object_p): Likewise.
2221 * srec.c (srec_object_p, symbolsrec_object_p): Likewise.
2222 * tekhex.c (tekhex_object_p): Likewise.
2223 * vms-alpha.c (alpha_vms_object_p): Likewise.
2224 * vms-lib.c (_bfd_vms_lib_archive_p, _bfd_vms_lib_alpha_archive_p),
2225 (_bfd_vms_lib_ia64_archive_p, _bfd_vms_lib_txt_archive_p): Likewise.
2226 * wasm-module.c (wasm_object_p): Likewise.
2227 * xsym.c (bfd_sym_object_p): Likewise.
2228 * xsym.h (bfd_sym_object_p): Likewise.
2229 * aoutx.h (some_aout_object_p): Likewise, and callback parameter
2230 return type.
2231 * pdp11.c (some_aout_object_p): Likewise.
2232 * plugin.c (register_ld_plugin_object_p): Update object_p
2233 parameter type.
2234 * plugin.h (register_ld_plugin_object_p): Likewise.
2235 * bfd-in2.h: Regenerate.
2236 * libbfd.h: Regenerate.
2237 * libcoff.h: Regenerate.
2238
2239 2020-03-02 Alan Modra <amodra@gmail.com>
2240
2241 * coff-alpha.c (alpha_ecoff_le_vec): Add SEC_SMALL_DATA to
2242 applicable section flags.
2243 * coff-mips.c (mips_ecoff_le_vec, mips_ecoff_be_vec): Likewise.
2244 (mips_ecoff_bele_vec): Likewise.
2245 * coffcode.h (sec_to_styp_flags): Set SEC_SMALL_DATA for .sdata
2246 and .sbss sections.
2247 * ecoff.c (_bfd_ecoff_new_section_hook): Likewise.
2248 (_bfd_ecoff_styp_to_sec_flags): Likewise.
2249
2250 2020-03-02 Alan Modra <amodra@gmail.com>
2251
2252 * elf32-m32r.c (m32r_elf_section_flags): New function.
2253 (elf_backend_section_flags): Define.
2254 * elf32-nds32.c (nds32_elf_section_flags): New function.
2255 (elf_backend_section_flags): Define.
2256 * elf32-ppc.c (ppc_elf_section_from_shdr): Set SEC_SMALL_DATA for
2257 .sbss and .sdata sections.
2258 * elf32-v850.c (v850_elf_section_from_shdr): Set SEC_SMALL_DATA
2259 for SHF_V850_GPREL sections.
2260 * elf64-alpha.c (elf64_alpha_section_from_shdr): Delete outdated
2261 FIXME.
2262 * elf64-hppa.c (elf64_hppa_section_from_shdr): Set SEC_SMALL_DATA
2263 for SHF_PARISC_SHORT sections.
2264 * elf64-ppc.c (ppc64_elf_section_flags): New function.
2265 (elf_backend_section_flags): Define.
2266 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Set SEC_SMALL_DATA
2267 for SHF_MIPS_GPREL sections. Delete FIXME.
2268
2269 2020-03-02 Alan Modra <amodra@gmail.com>
2270
2271 * elf-bfd.h (elf_backend_section_flags): Remove flagword* param.
2272 * elf.c (_bfd_elf_make_section_from_shdr): Set section flags before
2273 calling elf_backend_section_flags with adjusted params. Use
2274 newsect->flags past that point.
2275 (_bfd_elf_new_section_hook): Always set sh_type and sh_flags for
2276 special sections.
2277 (_bfd_elf_init_private_section_data): Allow normal sh_type sections
2278 to have their type overridden, and all sh_flags but processor and
2279 os specific.
2280 * elf32-arm.c (elf32_arm_section_flags): Adjust for changed params.
2281 * elf32-mep.c (mep_elf_section_flags): Likewise.
2282 * elf32-nios2.c (nios2_elf32_section_flags): Likewise.
2283 * elf64-alpha.c (elf64_alpha_section_flags): Likewise.
2284 * elf64-ia64-vms.c (elf64_ia64_section_flags): Likewise.
2285 * elfnn-ia64.c (elfNN_ia64_section_flags): Likewise.
2286 * elfnn-aarch64.c (elfNN_aarch64_size_stubs): Exclude the linker
2287 stub BFD and non-aarch64 input files when scanning for stubs.
2288
2289 2020-03-02 Alan Modra <amodra@gmail.com>
2290
2291 * coff-alpha.c (alpha_ecoff_get_elt_at_filepos): Provide an upper
2292 limit to decompressed element size.
2293
2294 2020-03-02 Alan Modra <amodra@gmail.com>
2295
2296 * vms-lib.c (vms_traverse_index): Add recur_count param and
2297 update calls. Fail on excessive recursion.
2298
2299 2020-03-02 Alan Modra <amodra@gmail.com>
2300
2301 * vms-alpha.c (vms_get_remaining_object_record): Use
2302 bfd_realloc_or_free rather than bfd_realloc.
2303 (add_symbol_entry, vector_grow1, alpha_vms_slurp_relocs): Likewise.
2304 (dst_define_location, parse_module): Likewise, and check realloc
2305 return status before using memory. Return status from function
2306 adjusting all callers.
2307
2308 2020-02-28 Alan Modra <amodra@gmail.com>
2309
2310 * vms-lib.c (_bfd_vms_lib_archive_p): Free memory on error paths.
2311
2312 2020-02-28 Alan Modra <amodra@gmail.com>
2313
2314 * vms-alpha.c (alpha_vms_object_p): Use _bfd_malloc_and_read.
2315 Remove duplicate undersize check.
2316
2317 2020-02-27 Alan Modra <amodra@gmail.com>
2318
2319 PR 24511
2320 * mmo.c (mmo_scan): Set SEC_DATA for .data.
2321
2322 2020-02-27 Alan Modra <amodra@gmail.com>
2323
2324 PR 24511
2325 * syms.c (stt): Trim off all but 'e', 'i' and 'p' entries.
2326 (coff_section_type): Adjust comment.
2327 (decode_section_type): Likewise. Call coff_section_type before
2328 decode_section_type.
2329 (bfd_decode_symclass): Use 'c' for common sections other than
2330 the standard one.
2331
2332 2020-02-27 Alan Modra <amodra@gmail.com>
2333
2334 * coff-rs6000.c (_bfd_xcoff_read_ar_hdr): Put all data in one
2335 malloc'd block.
2336
2337 2020-02-27 Alan Modra <amodra@gmail.com>
2338
2339 * bfd.c (bfd_stat_arch_elt): Use vector of containing archive,
2340 if file is an archive element.
2341 * bfd-in2.h: Regenerate.
2342
2343 2020-02-26 Alan Modra <amodra@gmail.com>
2344
2345 * archive.c (do_slurp_bsd_armap): Increase minimum parsed_size, and
2346 bfd_set_error on failing test. Don't bother changing bfd_error on
2347 file read error. Check symdef_count is multiple of BSD_SYMDEF_SIZE.
2348 Check sym name is within string buffer. Use size_t for some vars.
2349 (do_slurp_coff_armap): Use size_t for some variables, fix size of
2350 int_buf. Don't change bfd_error on file read error. Use
2351 _bfd_mul_overflow when calculating carsym buffer size. Reorder
2352 calculations to catch overflows before they occur. malloc and
2353 free raw armap rather than using bfd_alloc. Read raw armap before
2354 allocating carsym+strings buffer.
2355 (_bfd_slurp_extended_name_table): Localize variables. Check
2356 name size against file size.
2357
2358 2020-02-26 Alan Modra <amodra@gmail.com>
2359
2360 * vms-lib.c (vms_lib_read_index): Release correct buffer.
2361
2362 2020-02-26 Alan Modra <amodra@gmail.com>
2363
2364 * elf32-rx.c (rx_elf_relocate_section): Use bfd_malloc rather than
2365 malloc. Check for NULL return from bfd_malloc.
2366 (rx_table_find, rx_table_map): Likewise.
2367 (rx_set_section_contents): Check bfd_alloc return.
2368 (rx_dump_symtab): Don't alloc internal_syms or external_syms.
2369
2370 2020-02-26 Alan Modra <amodra@gmail.com>
2371
2372 * aoutx.h: Indent labels correctly. Format error strings.
2373 * archive.c: Likewise.
2374 * archive64.c: Likewise.
2375 * coff-arm.c: Likewise.
2376 * coff-rs6000.c: Likewise.
2377 * coff-stgo32.c: Likewise.
2378 * cpu-arm.c: Likewise.
2379 * dwarf2.c: Likewise.
2380 * elf-ifunc.c: Likewise.
2381 * elf-properties.c: Likewise.
2382 * elf-s390-common.c: Likewise.
2383 * elf-strtab.c: Likewise.
2384 * elf.c: Likewise.
2385 * elf32-arm.c: Likewise.
2386 * elf32-bfin.c: Likewise.
2387 * elf32-cr16.c: Likewise.
2388 * elf32-csky.c: Likewise.
2389 * elf32-i386.c: Likewise.
2390 * elf32-m68k.c: Likewise.
2391 * elf32-msp430.c: Likewise.
2392 * elf32-nds32.c: Likewise.
2393 * elf32-nios2.c: Likewise.
2394 * elf32-pru.c: Likewise.
2395 * elf32-xtensa.c: Likewise.
2396 * elf64-ia64-vms.c: Likewise.
2397 * elf64-x86-64.c: Likewise.
2398 * elfcode.h: Likewise.
2399 * elfcore.h: Likewise.
2400 * elflink.c: Likewise.
2401 * elfnn-aarch64.c: Likewise.
2402 * elfnn-ia64.c: Likewise.
2403 * elfnn-riscv.c: Likewise.
2404 * elfxx-mips.c: Likewise.
2405 * elfxx-sparc.c: Likewise.
2406 * elfxx-x86.c: Likewise.
2407 * i386lynx.c: Likewise.
2408 * merge.c: Likewise.
2409 * pdp11.c: Likewise.
2410 * plugin.c: Likewise.
2411 * reloc.c: Likewise.
2412
2413 2020-02-26 Alan Modra <amodra@gmail.com>
2414
2415 PR 25593
2416 * elf-bfd.h (struct elf_link_hash_table): Rename "loaded" to
2417 "dyn_loaded".
2418 (bfd_elf_add_dt_needed_tag): Declare.
2419 * elf-strtab.c (_bfd_elf_strtab_restore): Handle NULL buf.
2420 * elflink.c (bfd_elf_add_dt_needed_tag): Make global and rename
2421 from elf_add_dt_needed_tag. Remove soname and doit param.
2422 (elf_link_add_object_symbols): Don't use elf_add_dt_needed_tag
2423 to see whether as-needed lib is already loaded, use dyn_loaded
2424 list instead. When saving and restoring around as-needed lib
2425 handle possibility that dynstr has not been initialised. Don't
2426 add DT_NEEDED tags here. Limit dyn_loaded list to dynamic libs.
2427 Mark libs loaded via DT_NEEDED entries of other libs with
2428 DYN_NO_NEEDED if they should not be mentioned in DT_NEEDED of
2429 the output.
2430 (elf_link_check_versioned_symbol): Remove now unneccesary
2431 DYNAMIC check when traversing dyn_loaded list.
2432
2433 2020-02-26 Alan Modra <amodra@gmail.com>
2434
2435 * bfdio.c (bfd_get_file_size): Ignore bogus archive element sizes.
2436
2437 2020-02-25 H.J. Lu <hongjiu.lu@intel.com>
2438
2439 PR binutils/25584
2440 * plugin.c (need_lto_wrapper_p): New.
2441 (bfd_plugin_set_program_name): Add an int argument to set
2442 need_lto_wrapper_p.
2443 (get_lto_wrapper): Return FALSE if need_lto_wrapper_p isn't
2444 set.
2445 * plugin.h (bfd_plugin_set_program_name): Add an int argument.
2446
2447 2020-02-24 Alan Modra <amodra@gmail.com>
2448
2449 * vms-lib.c (_bfd_vms_lib_archive_p): Correct overflow checks.
2450
2451 2020-02-24 Alan Modra <amodra@gmail.com>
2452
2453 * vms-lib.c (struct carsym_mem): Add limit.
2454 (vms_add_index): Heed limit.
2455 (vms_traverse_index): Catch buffer overflows. Remove outdated fixme.
2456 (vms_lib_read_index): Set up limit. Catch 32-bit overflow.
2457 Always return actual number read.
2458 (_bfd_vms_lib_archive_p): Catch buffer overflows. Replace
2459 assertion with error exit.
2460
2461 2020-02-22 Alan Modra <amodra@gmail.com>
2462
2463 PR 25585
2464 * elf.c (assign_file_positions_for_load_sections): Continue linking
2465 on "PHDR segment not covered by LOAD segment" errors.
2466
2467 2020-02-21 Alan Modra <amodra@gmail.com>
2468
2469 * mach-o.c (bfd_mach_o_canonicalize_relocs): Fix ineffective
2470 overflow check.
2471 (bfd_mach_o_canonicalize_reloc): Likewise.
2472 (bfd_mach_o_canonicalize_dynamic_reloc): Likewise. Sanity check
2473 counts and offsets against file size.
2474 (bfd_mach_o_build_dysymtab): Fix ineffective overflow check.
2475 (bfd_mach_o_mangle_sections): Remove unnecessary overflow check.
2476 (bfd_mach_o_read_symtab_symbols): Sanity check count and offset
2477 against file size. Delete symbol table error message.
2478 (bfd_mach_o_read_dysymtab): Sanity check counts and offsets
2479 against file size.
2480 (bfd_mach_o_read_symtab): Likewise.
2481 (bfd_mach_o_read_command): Pass file size.
2482 (bfd_mach_o_scan): Sanity check command count against file size.
2483
2484 2020-02-21 Alan Modra <amodra@gmail.com>
2485
2486 PR 25569
2487 * aoutx.h (adjust_o_magic, adjust_z_magic, adjust_n_magic): Use
2488 "text", "data" and "bss" section pointer vars. Don't update
2489 section size, just exec header sizes.
2490 (adjust_sizes_and_vmas): Don't update text section size. Set
2491 initial exec header a_text. Print exec headers sizes.
2492 * pdp11.c (adjust_o_magic, adjust_z_magic, adjust_n_magic),
2493 (adjust_sizes_and_vmas): Similarly. Formatting.
2494 (final_link): Correct final file extension.
2495
2496 2020-02-20 Nick Clifton <nickc@redhat.com>
2497
2498 * elf-bfd.h (struct elf_backend_data): Add symbol_section_index
2499 callback.
2500 * elfxx-target.h (elf_backend_symbol_section_index): Provide
2501 default definition.
2502 (elfNN_bed): Initialise the symbol_section_index field.
2503 * elf.c (swap_out_syms): Call symbol_section_index, if defined, on
2504 OS and PROC specific section indicies. Warn if converting other
2505 reserved incidies to SHN_ABS.
2506
2507 2020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
2508
2509 PR 25537
2510 * cpu-z80.c: Add machine type compatibility checking.
2511
2512 2020-02-19 H.J. Lu <hongjiu.lu@intel.com>
2513
2514 PR binutils/25355
2515 * plugin.c (plugin_list_entry): Remove handle.
2516 (try_load_plugin): Call dlclose before return.
2517
2518 2020-02-19 Alan Modra <amodra@gmail.com>
2519
2520 * libbfd-in.h (_bfd_constant_p): Define.
2521 (_bfd_alloc_and_read, _bfd_malloc_and_read): Check read size against
2522 file size before allocating memory.
2523 * coffgen.c (_bfd_coff_get_external_symbols): Remove file size check.
2524 * elf.c (bfd_elf_get_str_section): Likewise.
2525 (_bfd_elf_slurp_version_tables): Likewise.
2526 * libbfd.h: Regenerate.
2527
2528 2020-02-19 Alan Modra <amodra@gmail.com>
2529
2530 * libbfd-in.h (_bfd_alloc_and_read, _bfd_malloc_and_read): New.
2531 * aoutx.h (aout_get_external_symbols): Replace calls to
2532 bfd_[m]alloc and bfd_bread with call to _bfd_[m]alloc_and_read.
2533 (slurp_reloc_table): Likewise.
2534 * archive.c (do_slurp_bsd_armap): Likewise.
2535 (do_slurp_coff_armap): Likewise.
2536 * archive64.c (_bfd_archive_64_bit_slurp_armap): Likewise.
2537 * coff-rs6000.c (_bfd_xcoff_slurp_armap): Likewise.
2538 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
2539 * coffcode.h (coff_set_arch_mach_hook, buy_and_read): Likewise.
2540 * coffgen.c (coff_real_object_p, coff_object_p, build_debug_section),
2541 (_bfd_coff_get_external_symbols): Likewise.
2542 * ecoff.c (ecoff_slurp_symbolic_header),
2543 (_bfd_ecoff_slurp_symbolic_info, ecoff_slurp_reloc_table),
2544 (_bfd_ecoff_slurp_armap, ecoff_link_add_object_symbols, READ),
2545 (ecoff_indirect_link_order): Likewise.
2546 * elf.c (bfd_elf_get_str_section, setup_group, elf_read_notes),
2547 (_bfd_elf_slurp_version_tables): Likewise.
2548 * elf32-m32c.c (m32c_elf_relax_section): Likewise.
2549 * elf32-rl78.c (rl78_elf_relax_section): Likewise.
2550 * elf32-rx.c (elf32_rx_relax_section): Likewise.
2551 * elf64-alpha.c (READ): Likewise.
2552 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Likewise.
2553 * elf64-sparc.c (elf64_sparc_slurp_one_reloc_table): Likewise.
2554 * elfcode.h (elf_slurp_symbol_table),
2555 (elf_slurp_reloc_table_from_section): Likewise.
2556 * elflink.c (elf_link_add_object_symbols),
2557 (elf_link_check_versioned_symbol): Likewise.
2558 * elfxx-mips.c (READ): Likewise.
2559 * i386lynx.c (slurp_reloc_table): Likewise.
2560 * lynx-core.c (lynx_core_file_p): Likewise.
2561 * mach-o.c (bfd_mach_o_canonicalize_relocs),
2562 (bfd_mach_o_read_symtab_strtab, bfd_mach_o_alloc_and_read),
2563 (bfd_mach_o_read_prebound_dylib, bfd_mach_o_read_dyld_content
2564 * pdp11.c (aout_get_external_symbols, slurp_reloc_table
2565 * pef.c (bfd_pef_print_loader_section, bfd_pef_scan_start_address),
2566 (bfd_pef_parse_symbols): Likewise.
2567 * peicode.h (pe_ILF_object_p, pe_bfd_object_p
2568 * som.c (setup_sections, som_slurp_string_table),
2569 (som_slurp_reloc_table, som_bfd_count_ar_symbols),
2570 (som_bfd_fill_in_ar_symbols): Likewise.
2571 * vms-alpha.c (module_find_nearest_line, evax_bfd_print_dst),
2572 (evax_bfd_print_image): Likewise.
2573 * vms-lib.c (_bfd_vms_lib_archive_p): Likewise.
2574 * wasm-module.c (wasm_scan): Likewise.
2575 * xcofflink.c (xcoff_link_add_symbols): Likewise.
2576 * xsym.c (bfd_sym_read_name_table),
2577 (bfd_sym_print_type_information_table_entry): Likewise.
2578 * libbfd.h: Regenerate.
2579
2580 2020-02-19 Alan Modra <amodra@gmail.com>
2581
2582 * aoutx.h (slurp_reloc_table): Allocate reloc_cache after
2583 reading external relocs.
2584 * ecoff.c (ecoff_slurp_reloc_table): Likewise.
2585 * archive.c (_bfd_write_archive_contents): Don't twiddle bfd_error
2586 after bfd_bread.
2587 * archive64.c (_bfd_archive_64_bit_slurp_armap): Remove unnecessary
2588 bfd_release.
2589 * elf32-m32c.c (m32c_offset_for_reloc): Make shndx_buf a bfd_byte*.
2590 (m32c_elf_relax_section): Likewise.
2591 * elf32-rl78.c (rl78_offset_for_reloc): Likewise.
2592 (rl78_elf_relax_section): Likewise.
2593 * elf32-rx.c (rx_offset_for_reloc): Likewise.
2594 (elf32_rx_relax_section): Likewise.
2595 * mach-o.c (bfd_mach_o_alloc_and_read): Move earlier with better
2596 parameter types and use..
2597 (bfd_mach_o_read_dylinker, bfd_mach_o_read_dylib),
2598 (bfd_mach_o_read_fvmlib, bfd_mach_o_read_str): ..in these functions.
2599 * peicode.h (pe_bfd_object_p): Don't zero the part of opthdr
2600 being read from file, just the extra.
2601 * som.c (som_slurp_symbol_table): Allocate internal symbol buffer
2602 after reading external syms. Free on failure.
2603
2604 2020-02-19 Alan Modra <amodra@gmail.com>
2605
2606 * coffcode.h (buy_and_read, coff_slurp_line_table),
2607 (coff_slurp_symbol_table, coff_slurp_reloc_table): Replace
2608 bfd_[z][m]alloc2 calls with _bfd_mul_overflow followed by the
2609 corresponding bfd_alloc call. Adjust variables to suit.
2610 * coffgen.c (_bfd_coff_get_external_symbols): Likewise.
2611 * ecoff.c (_bfd_ecoff_slurp_symbolic_info),
2612 (_bfd_ecoff_slurp_symbol_table, READ): Likewise.
2613 * elf.c (bfd_elf_get_elf_syms, setup_group, bfd_section_from_shdr),
2614 (swap_out_syms, _bfd_elf_slurp_version_tables): Likewise.
2615 * elf32-m32c.c (m32c_elf_relax_section): Likewise.
2616 * elf32-rl78.c (rl78_elf_relax_section): Likewise.
2617 * elf32-rx.c (elf32_rx_relax_section): Likewise.
2618 * elf64-alpha.c (READ): Likewise.
2619 * elfcode.h (elf_object_p, elf_write_relocs, elf_write_shdrs_and_ehdr),
2620 (elf_slurp_symbol_table, elf_slurp_reloc_table),
2621 (bfd_from_remote_memory): Likewise.
2622 * elfcore.h (core_find_build_id): Likewise.
2623 * elfxx-mips.c (READ): Likewise.
2624 * mach-o.c (bfd_mach_o_mangle_sections),
2625 (bfd_mach_o_read_symtab_symbols, bfd_mach_o_read_thread),
2626 (bfd_mach_o_read_dysymtab, bfd_mach_o_flatten_sections),
2627 (bfd_mach_o_scan, bfd_mach_o_fat_archive_p): Likewise.
2628 * som.c (setup_sections, som_prep_for_fixups)
2629 (som_build_and_write_symbol_table, som_slurp_symbol_table),
2630 (som_slurp_reloc_table, som_bfd_count_ar_symbols),
2631 (som_bfd_fill_in_ar_symbols, som_slurp_armap),
2632 (som_bfd_ar_write_symbol_stuff): Likewise.
2633 * vms-alpha.c (vector_grow1): Likewise.
2634 * vms-lib.c (vms_add_index): Likewise.
2635 * wasm-module.c (wasm_scan_name_function_section): Likewise.
2636 * libbfd.c (bfd_malloc2, bfd_realloc2, bfd_zmalloc2): Delete.
2637 * opncls.c (bfd_alloc2, bfd_zalloc2): Delete.
2638 * libbfd-in.h (bfd_malloc2, bfd_realloc2, bfd_zmalloc2),
2639 (bfd_alloc2, bfd_zalloc2): Delete.
2640 (_bfd_mul_overflow): Define.
2641 * libbfd.h: Regenerate.
2642
2643 2020-02-19 Alan Modra <amodra@gmail.com>
2644
2645 * elf.c (bfd_section_from_shdr): Use bfd_zalloc rather than
2646 bfd_zalloc2.
2647 (assign_section_numbers): Likewise.
2648 (elf_map_symbols): Likewise, and bfd_alloc rather than bfd_alloc2.
2649 (_bfd_elf_map_sections_to_segments): Use bfd_malloc rather than
2650 bfd_malloc2, size_t amt, and unsigned tls_count.
2651 (rewrite_elf_program_header): Use bfd_malloc and size_t amt.
2652 * elflink.c (elf_create_symbuf): Use bfd_malloc.
2653 (elf_output_implib): Use bfd_alloc.
2654
2655 2020-02-19 Alan Modra <amodra@gmail.com>
2656
2657 * bfd.c (struct bfd): Move format and direction to other
2658 bitfields. Add "size".
2659 * bfdio.c (bfd_get_size): Cache size when not writing file.
2660 * opncls.c (bfd_get_debug_link_info_1): Allow for bfd_get_size
2661 returning zero, ie. unknown.
2662 (bfd_get_alt_debug_link_info): Likewise.
2663 * bfd-in2.h: Regenerate.
2664
2665 2020-02-19 Alan Modra <amodra@gmail.com>
2666
2667 * coffgen.c (_bfd_coff_get_external_symbols): Don't call
2668 bfd_get_file_size twice.
2669 (_bfd_coff_read_string_table): Allow for bfd_get_file_size
2670 zero, ie. unknown, return.
2671 * elf-attrs.c (_bfd_elf_parse_attributes): Likewise.
2672 * elfcode.h (elf_swap_shdr_in): Likewise.
2673 (elf_object_p): Don't call bfd_get_file_size twice and correct
2674 file size check.
2675
2676 2020-02-19 Alan Modra <amodra@gmail.com>
2677
2678 * mach-o.c (bfd_mach_o_flatten_sections): Return a bfd_boolean,
2679 FALSE if memory alloc fails. Adjust calls.
2680 * som.c (som_prep_for_fixups): Likewise.
2681 * vms-alpha.c (alpha_vms_add_fixup_lp, alpha_vms_add_fixup_ca),
2682 (alpha_vms_add_fixup_qr, alpha_vms_add_fixup_lr),
2683 (alpha_vms_add_lw_reloc, alpha_vms_add_qw_reloc): Likewise.
2684 * som.c (som_build_and_write_symbol_table): Return via error_return
2685 on seek failure.
2686 * vms-alpha.c (VEC_APPEND): Adjust for vector_grow1 changes.
2687 (VEC_APPEND_EL): Delete.
2688 (vector_grow1): Return pointer to element. Catch overflow.
2689 Return NULL on memory allocation failure.
2690 (alpha_vms_add_fixup_lp): Replace VEC_APPEND_EL with VEC_APPEND.
2691 (alpha_vms_add_fixup_ca): Likewise.
2692 (alpha_vms_link_add_object_symbols): Check VEC_APPEND result
2693 before using.
2694 * elf.c (bfd_section_from_shdr): Check bfd_zalloc2 result.
2695
2696 2020-02-19 Alan Modra <amodra@gmail.com>
2697
2698 * aix386-core.c (aix386_core_file_p): Use size_t for "amt".
2699 * aout-target.h (object_p): Likewise.
2700 * aout-tic30.c (tic30_aout_object_p): Likewise.
2701 * aoutx.h (some_aout_object_p, mkobject, make_empty_symbol),
2702 (emit_stringtab, write_syms, link_hash_table_create),
2703 (aout_link_write_other_symbol): Likewise.
2704 * archive.c (_bfd_generic_mkarchive, bfd_generic_archive_p),
2705 (bfd_ar_hdr_from_filesystem, _bfd_write_archive_contents),
2706 (_bfd_compute_and_write_armap): Likewise.
2707 * archures.c (bfd_arch_list): Likewise.
2708 * bfd.c (bfd_record_phdr): Likewise.
2709 * binary.c (binary_canonicalize_symtab): Likewise.
2710 * cisco-core.c (cisco_core_file_validate): Likewise.
2711 * coff-arm.c (coff_arm_link_hash_table_create, find_thumb_glue),
2712 (find_arm_glue, record_arm_to_thumb_glue),
2713 (record_thumb_to_arm_glue): Likewise.
2714 * coff-ppc.c (ppc_coff_link_hash_table_create, record_toc),
2715 (ppc_allocate_toc_section): Likewise.
2716 * coff-rs6000.c (_bfd_xcoff_mkobject, _bfd_xcoff_archive_p): Likewise.
2717 * coff-sh.c (sh_relax_section): Likewise.
2718 * coff64-rs6000.c (xcoff64_archive_p): Likewise.
2719 * coffcode.h (handle_COMDAT, coff_new_section_hook),
2720 (coff_set_alignment_hook, coff_mkobject),
2721 (coff_compute_section_file_positions): Likewise.
2722 * coffgen.c (coff_make_empty_symbol, coff_bfd_make_debug_symbol),
2723 (coff_find_nearest_line_with_names),
2724 ( bfd_coff_set_symbol_class): Likewise.
2725 * cofflink.c (_bfd_coff_link_hash_table_create),
2726 (_bfd_coff_link_input_bfd): Likewise.
2727 * dwarf1.c (alloc_dwarf1_unit, alloc_dwarf1_func): Likewise.
2728 * dwarf2.c (read_abbrevs, read_attribute_value, add_line_info),
2729 (build_line_info_table, sort_line_sequences),
2730 (line_info_add_include_dir, line_info_add_file_name),
2731 (decode_line_info, scan_unit_for_symbols, parse_comp_unit),
2732 (place_sections, _bfd_dwarf2_slurp_debug_info): Likewise.
2733 * ecoff.c (_bfd_ecoff_mkobject, _bfd_ecoff_make_empty_symbol),
2734 (_bfd_ecoff_find_nearest_line),
2735 (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
2736 * ecofflink.c (bfd_ecoff_debug_init): Likewise.
2737 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Likewise.
2738 * elf-m10300.c (mn10300_elf_relax_section),
2739 (elf32_mn10300_link_hash_table_create): Likewise.
2740 * elf-strtab.c (_bfd_elf_strtab_init): Likewise.
2741 * elf.c (make_mapping, copy_elf_program_header): Likewise.
2742 * elf32-arm.c (elf32_arm_link_hash_table_create),
2743 (elf32_arm_setup_section_lists, elf32_arm_check_relocs),
2744 (elf32_arm_new_section_hook): Likewise.
2745 * elf32-avr.c (elf_avr_new_section_hook),
2746 (elf32_avr_link_hash_table_create, get_local_syms),
2747 (elf32_avr_setup_section_lists): Likewise.
2748 * elf32-bfin.c (bfinfdpic_elf_link_hash_table_create),
2749 (bfin_link_hash_table_create): Likewise.
2750 * elf32-cr16.c (elf32_cr16_link_hash_table_create): Likewise.
2751 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
2752 * elf32-csky.c (csky_elf_link_hash_table_create),
2753 (csky_elf_check_relocs, elf32_csky_setup_section_lists): Likewise.
2754 * elf32-frv.c (frvfdpic_elf_link_hash_table_create): Likewise.
2755 * elf32-hppa.c (elf32_hppa_link_hash_table_create),
2756 (elf32_hppa_setup_section_lists, get_local_syms): Likewise.
2757 * elf32-i386.c (elf_i386_check_relocs): Likewise.
2758 * elf32-lm32.c (lm32_elf_link_hash_table_create): Likewise.
2759 * elf32-m32r.c (m32r_elf_link_hash_table_create),
2760 (m32r_elf_check_relocs): Likewise.
2761 * elf32-m68hc1x.c (m68hc11_elf_hash_table_create),
2762 (elf32_m68hc11_setup_section_lists),
2763 (elf32_m68hc11_size_stubs): Likewise.
2764 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
2765 * elf32-metag.c (elf_metag_link_hash_table_create),
2766 (elf_metag_setup_section_lists): Likewise.
2767 * elf32-microblaze.c (microblaze_elf_link_hash_table_create),
2768 (microblaze_elf_check_relocs): Likewise.
2769 * elf32-nds32.c (nds32_elf_link_hash_table_create),
2770 (nds32_elf_check_relocs): Likewise.
2771 * elf32-nios2.c (nios2_elf32_setup_section_lists),
2772 (get_local_syms, nios2_elf32_check_relocs),
2773 (nios2_elf32_link_hash_table_create): Likewise.
2774 * elf32-or1k.c (or1k_elf_link_hash_table_create),
2775 (or1k_elf_check_relocs): Likewise.
2776 * elf32-ppc.c (ppc_elf_modify_segment_map, update_plt_info): Likewise.
2777 * elf32-pru.c (pru_elf32_link_hash_table_create): Likewise.
2778 * elf32-s390.c (elf_s390_link_hash_table_create),
2779 (elf_s390_check_relocs): Likewise.
2780 * elf32-score.c (score_elf_create_got_section),
2781 (s3_elf32_score_new_section_hook),
2782 (elf32_score_link_hash_table_create): Likewise.
2783 * elf32-score7.c (score_elf_create_got_section),
2784 (s7_elf32_score_new_section_hook): Likewise.
2785 * elf32-sh.c (sh_elf_link_hash_table_create),
2786 (sh_elf_check_relocs): Likewise.
2787 * elf32-tic6x.c (elf32_tic6x_link_hash_table_create),
2788 (elf32_tic6x_new_section_hook, elf32_tic6x_check_relocs): Likewise.
2789 * elf32-tilepro.c (tilepro_elf_link_hash_table_create),
2790 (tilepro_elf_check_relocs): Likewise.
2791 * elf32-v850.c (remember_hi16s_reloc): Likewise.
2792 * elf32-vax.c (elf_vax_link_hash_table_create): Likewise.
2793 * elf32-xtensa.c (elf_xtensa_link_hash_table_create),
2794 (elf_xtensa_new_section_hook): Likewise.
2795 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create),
2796 (get_got_entry, elf64_alpha_check_relocs): Likewise.
2797 * elf64-hppa.c (elf64_hppa_hash_table_create): Likewise.
2798 * elf64-ia64-vms.c (elf64_ia64_object_p): Likewise.
2799 * elf64-mmix.c (mmix_elf_new_section_hook): Likewise.
2800 * elf64-ppc.c (ppc64_elf_new_section_hook),
2801 (ppc64_elf_link_hash_table_create, update_local_sym_info),
2802 (update_plt_info, ppc64_elf_check_relocs): Likewise.
2803 * elf64-s390.c (elf_s390_link_hash_table_create),
2804 (elf_s390_check_relocs): Likewise.
2805 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
2806 * elflink.c (bfd_elf_link_record_local_dynamic_symbol),
2807 (_bfd_elf_link_find_version_dependencies, elf_link_add_object_symbols),
2808 (elf_link_add_archive_symbols, compute_bucket_count),
2809 (bfd_elf_size_dynsym_hash_dynstr, _bfd_elf_link_hash_table_create),
2810 (bfd_elf_get_bfd_needed_list, elf_link_swap_symbols_out),
2811 (bfd_elf_final_link): Likewise.
2812 * elfnn-aarch64.c (elfNN_aarch64_link_hash_table_create),
2813 (elfNN_aarch64_setup_section_lists, elfNN_aarch64_check_relocs),
2814 (elfNN_aarch64_new_section_hook): Likewise.
2815 * elfnn-ia64.c (elfNN_ia64_object_p): Likewise.
2816 * elfnn-riscv.c (riscv_elf_link_hash_table_create),
2817 (riscv_elf_check_relocs): Likewise.
2818 * elfxx-mips.c (_bfd_mips_elf_new_section_hook),
2819 (_bfd_mips_elf_add_symbol_hook, _bfd_mips_elf_check_relocs),
2820 (_bfd_mips_elf_modify_segment_map, _bfd_mips_elf_set_section_contents),
2821 (_bfd_mips_elf_link_hash_table_create): Likewise.
2822 * elfxx-sparc.c (_bfd_sparc_elf_link_hash_table_create),
2823 (_bfd_sparc_elf_check_relocs),
2824 (_bfd_sparc_elf_new_section_hook): Likewise.
2825 * elfxx-tilegx.c (tilegx_elf_link_hash_table_create),
2826 (tilegx_elf_check_relocs): Likewise.
2827 * elfxx-x86.c (_bfd_x86_elf_link_hash_table_create): Likewise.
2828 * format.c (bfd_check_format_matches): Likewise.
2829 * hash.c (_bfd_stringtab_init): Likewise.
2830 * ihex.c (ihex_scan): Likewise.
2831 * irix-core.c (irix_core_core_file_p): Likewise.
2832 * linker.c (bfd_wrapped_link_hash_lookup),
2833 (_bfd_generic_link_hash_table_create),
2834 (_bfd_generic_reloc_link_order): Likewise.
2835 * lynx-core.c (lynx_core_file_p): Likewise.
2836 * netbsd-core.c (netbsd_core_file_p): Likewise.
2837 * osf-core.c (osf_core_core_file_p): Likewise.
2838 * pdp11.c (some_aout_object_p, mkobject, make_empty_symbol),
2839 (link_hash_table_create, aout_link_write_other_symbol): Likewise.
2840 * peXXigen.c (_bfd_XX_bfd_copy_private_section_data): Likewise.
2841 * peicode.h (pe_mkobject): Likewise.
2842 * ppcboot.c (ppcboot_mkobject, ppcboot_canonicalize_symtab): Likewise.
2843 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
2844 * sco5-core.c (read_uarea): Likewise.
2845 * som.c (hppa_som_gen_reloc_type, som_object_p, som_prep_headers),
2846 (som_write_fixups, som_write_space_strings, som_write_symbol_strings),
2847 (som_finish_writing, som_canonicalize_symtab, som_new_section_hook),
2848 (som_bfd_copy_private_section_data, bfd_som_set_section_attributes),
2849 (bfd_som_attach_aux_hdr, som_write_armap): Likewise.
2850 * srec.c (srec_scan): Likewise.
2851 * syms.c (_bfd_generic_make_empty_symbol): Likewise.
2852 * targets.c (bfd_target_list): Likewise.
2853 * tekhex.c (first_phase, tekhex_sizeof_headers): Likewise.
2854 * trad-core.c (trad_unix_core_file_p): Likewise.
2855 * vms-alpha.c (vms_initialize, alpha_vms_bfd_link_hash_table_create),
2856 (vms_new_section_hook): Likewise.
2857 * wasm-module.c (wasm_make_empty_symbol): Likewise.
2858 * xcofflink.c (xcoff_get_section_contents),
2859 (_bfd_xcoff_bfd_link_hash_table_create, xcoff_set_import_path),
2860 (xcoff_find_function, bfd_xcoff_link_record_set, xcoff_build_ldsym),
2861 (bfd_xcoff_size_dynamic_sections, xcoff_link_input_bfd): Likewise.
2862
2863 2020-02-19 Alan Modra <amodra@gmail.com>
2864
2865 * elfxx-riscv.c (riscv_multi_letter_ext_valid_p): Don't use C99.
2866
2867 2020-02-13 H.J. Lu <hongjiu.lu@intel.com>
2868
2869 * plugin.c (try_load_plugin): Make plugin_list_iter an argument
2870 and use it if it isn't NULL. Remove has_plugin_p argument. Add
2871 a build_list_p argument. Don't search plugin_list. Short circuit
2872 when building the plugin list.
2873 (has_plugin): Renamed to has_plugin_list.
2874 (bfd_plugin_set_plugin): Don't set has_plugin.
2875 (bfd_plugin_specified_p): Check plugin_list instead.
2876 (build_plugin_list): New function.
2877 (load_plugin): Call build_plugin_list and use plugin_list.
2878
2879 2020-02-11 H.J. Lu <hongjiu.lu@intel.com>
2880
2881 PR binutils/25355
2882 * plugin.c (try_claim): Always clean up for LTO wrapper.
2883 (try_load_plugin): Treat each object as independent. Create a
2884 copy for plugin name.
2885
2886 2020-02-11 Nick Clifton <nickc@redhat.com>
2887
2888 * elf32-msp430.c (msp430_final_link_relocate): Always use longs
2889 for addresses in print statements.
2890 (msp430_elf_relax_delete_bytes): Likewise.
2891 (msp430_elf_relax_add_words): Likewise.
2892 (msp430_elf_relax_section): Likewise.
2893
2894 2020-02-11 H.J. Lu <hongjiu.lu@intel.com>
2895
2896 * plugin.c (add_symbols): Clear plugin_data memory.
2897
2898 2020-02-10 H.J. Lu <hongjiu.lu@intel.com>
2899
2900 PR binutils/25355
2901 * configure.ac (HAVE_EXECUTABLE_SUFFIX): New AC_DEFINE.
2902 (EXECUTABLE_SUFFIX): Likewise.
2903 * config.in: Regenerated.
2904 * configure: Likewise.
2905 * plugin.c (bfd_plugin_close_and_cleanup): Removed.
2906 (plugin_list_entry): Add all_symbols_read, cleanup_handler,
2907 gcc, lto_wrapper, resolution_file, resolution_option, gcc_env,
2908 real_bfd, real_nsyms, real_syms, lto_nsyms and lto_syms.
2909 (get_lto_wrapper): New.
2910 (setup_lto_wrapper_env): Likewise.
2911 (current_plugin): Likewise.
2912 (register_all_symbols_read): Likewise.
2913 (register_cleanup): Likewise.
2914 (get_symbols): Likewise.
2915 (add_input_file): Likewise.
2916 (bfd_plugin_close_and_cleanup): Likewise.
2917 (claim_file): Removed.
2918 (register_claim_file): Set current_plugin->claim_file.
2919 (add_symbols): Make a copy of LTO symbols. Set lto_nsyms and
2920 lto_syms in current_plugin.
2921 (try_claim): Use current_plugin->claim_file. Call LTO plugin
2922 all_symbols_read handler. Copy real symbols to plugin_data.
2923 Call LTO plugin cleanup handler. Clean up for LTO wrapper.
2924 (try_load_plugin): Don't reuse the previous plugin for LTO
2925 wrapper. Set up GCC LTO wrapper if possible. Don't set
2926 plugin_list_iter->claim_file.
2927 (bfd_plugin_canonicalize_symtab): Use real LTO symbols if
2928 possible.
2929 * plugin.h (plugin_data_struct): Add real_bfd, real_nsyms and
2930 real_syms.
2931
2932 2020-02-10 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2933
2934 * elf32-msp430.c (msp430_elf_relax_section): Before relaxing a branch,
2935 check if previous instruction matches a conditional jump inserted
2936 earlier. Invert conditional jump and delete branch in this case.
2937
2938 2020-02-10 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2939
2940 * elf32-msp430.c (msp430_elf_relax_add_two_words): Rename to
2941 msp430_elf_relax_add_words. Support insertion of either one or two
2942 words.
2943 (msp430_elf_relax_section): Catch opcode of 0x3c00 when relocation
2944 needs to be grown. Handle insertion of branch instruction to replace
2945 jump.
2946
2947 2020-02-10 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2948
2949 * elf32-msp430.c (msp430_final_link_relocate): Add printf statements for
2950 debugging relocations.
2951 (msp430_elf_relax_delete_bytes): Likewise.
2952 (msp430_elf_relax_add_two_words): Likewise.
2953 (msp430_elf_relax_section): Likewise.
2954
2955 2020-02-10 Alan Modra <amodra@gmail.com>
2956
2957 * archures.c: Wrap overlong z80 comments.
2958 * bfd-in2.h: Regenerate.
2959
2960 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
2961
2962 PR 25469
2963 * archures.c: Add GBZ80 and Z80N machine values.
2964 * reloc.c: Add BFD_RELOC_Z80_16_BE.
2965 * coff-z80.c: Add support for new reloc.
2966 * coffcode.h: Add support for new machine values.
2967 * cpu-z80.c: Add support for new machine names.
2968 * elf32-z80.c: Add support for new reloc.
2969 * bfd-in2.h: Regenerate.
2970 * libbfd.h: Regenerate.
2971
2972 2020-02-07 Nick Clifton <nickc@redhat.com>
2973
2974 PR 23932
2975 * elf.c (rewrite_elf_program_header): Do not complain if no
2976 sections are mapped to a segment.
2977
2978 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
2979
2980 PR ld/25490
2981 * elflink.c (_bfd_elf_gc_mark_extra_sections): Issue an error
2982 for garbage collection on __patchable_function_entries section
2983 without linked-to section.
2984
2985 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
2986
2987 PR gas/25381
2988 * bfd-in2.h: Regenerated.
2989 * elflink.c (_bfd_elf_gc_mark_extra_sections): Call mark_hook
2990 on section if gc_mark of any of its linked-to sections is set
2991 and don't set gc_mark again.
2992 * section.c (asection): Add linked_to_symbol_name to map_head
2993 union.
2994
2995 2020-02-06 Maciej W. Rozycki <macro@wdc.com>
2996
2997 * elf32-v850.c (v850_elf_relax_section): Fix the index used for
2998 reporting an unrecognized instruction with R_V850_LONGJUMP.
2999
3000 2020-02-05 Alan Modra <amodra@gmail.com>
3001
3002 * elf64-ppc.c (ppc_stub_plt_branch): Match comment with reality.
3003
3004 2020-02-04 Alan Modra <amodra@gmail.com>
3005
3006 * elf32-ppc.c (ppc_elf_relocate_section): After applying
3007 R_PPC_VLE_ADDR20, goto copy_reloc.
3008
3009 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
3010
3011 * bfd-in2.h: Regenerated.
3012 * section.c (SEC_ASSEMBLER_SECTION_ID): Fix a typo in comments.
3013
3014 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
3015
3016 PR gas/25380
3017 * bfd-in2.h: Regenerated.
3018 * ecoff.c (bfd_debug_section): Add section_id.
3019 * section.c (bfd_section): Add section_id.
3020 (SEC_ASSEMBLER_SECTION_ID): New.
3021 (BFD_FAKE_SECTION): Add section_id.
3022
3023 2020-02-01 Nick Clifton <nickc@redhat.com>
3024
3025 * config.bfd: Move the c30-aout and tic30-aout targets onto the
3026 obsolete list.
3027
3028 2020-01-31 Sandra Loosemore <sandra@codesourcery.com>
3029
3030 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): DW_EH_PE_datarel
3031 encodings are relative to the GOT on nios2, too.
3032
3033 2020-01-31 Alan Modra <amodra@gmail.com>
3034
3035 * Makefile.am (elf32-target.h, elf64-target.h): Don't use a temp
3036 file. Use $< and $@ in rules.
3037 (elf32-aarch64.c, elf64-aarch64.c): Likewise.
3038 (elf32-ia64.c, elf64-ia64.c): Likewise.
3039 (elf32-riscv.c, elf64-riscv.c): Likewise.
3040 (peigen.c, pepigen.c, pex64igen.c): Likewise.
3041 (elf32-aarch64.c, elf64-aarch64.c): Don't emit $srcdir on #line.
3042 (elf32-riscv.c, elf64-riscv.c): Likewise, and use $(SED).
3043 (elf32-ia64.c, elf64-ia64.c): Do emit #line.
3044 (peigen.c, pepigen.c, pex64igen.c): Likewise.
3045 * Makefile.in: Regenerate.
3046
3047 2020-01-31 Alan Modra <amodra@gmail.com>
3048
3049 PR 4110
3050 * elf.c (setup_group): Don't clear entire section contents,
3051 just the padding after group flags. Release alloc'd memory
3052 after a seek or read failure.
3053
3054 2020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
3055
3056 * peXXigen.c (pe_is_repro): New function.
3057 (_bfd_XX_print_private_bfd_data_common): Note timestamp is
3058 actually a build hash if PE_IMAGE_DEBUG_TYPE_REPRO is present.
3059
3060 2020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
3061
3062 * peXXigen.c (debug_type_names): Add names for new debug data type
3063 values.
3064
3065 2020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
3066
3067 * peXXigen.c (pe_print_debugdata): Fix the iteration variable for
3068 inner loop. Fix a memory leak.
3069
3070 2020-01-30 Alan Modra <amodra@gmail.com>
3071
3072 * coffgen.c (coff_real_object_p): Don't clear obj_coff_keep_syms
3073 or obj_coff_keep_strings here.
3074 (coff_get_normalized_symtab): Free external syms directly.
3075 * xcofflink.c (xcoff_link_input_bfd): Restore obj_coff_keep_syms
3076 on error exit path.
3077
3078 2020-01-27 Jim Wilson <jimw@sifive.com>
3079
3080 * cpu-riscv.c (riscv_scan): New.
3081 (N): Change bfd_default_scan to riscv_scan.
3082
3083 2020-01-27 Andreas Schwab <schwab@suse.de>
3084
3085 * Makefile.am (ALL_MACHINES): Remove cpu-plugin.lo.
3086 (ALL_MACHINES_CFILES): Remove cpu-plugin.c.
3087 * Makefile.in: Regenerate.
3088 * cpu-plugin.c: Remove.
3089 * archures.c (enum bfd_architecture): Remove bfd_arch_plugin.
3090 (bfd_plugin_arch): Remove declaration.
3091 * bfd-in2.h: Regenerate.
3092 * po/SRC-POTFILES.in: Regenerate.
3093
3094 2020-01-27 H.J. Lu <hongjiu.lu@intel.com>
3095 Alan Modra <amodra@gmail.com>
3096
3097 PR ld/25458
3098 * elflink.c (_bfd_elf_gc_mark_rsec): Mark all weak aliases.
3099
3100 2020-01-24 Jim Wilson <jimw@sifive.com>
3101
3102 * elfxx-riscv.c (riscv_get_prefix_class): Format s case like others.
3103 (riscv_parse_prefixed_ext): Fix s extension comment and reword to
3104 avoid over long line.
3105
3106 2020-01-24 Nick Clifton <nickc@redhat.com>
3107
3108 PR 25447
3109 * coffgen.c (_bfd_coff_close_and_cleanup): Do not clear the keep
3110 syms and keep strings flags as these may have been set in order to
3111 prevent a bogus call to free.
3112
3113 2020-01-23 Nick Clifton <nickc@redhat.com>
3114
3115 * po/fr.po: Updated French translation.
3116
3117 2020-01-23 Alan Modra <amodra@gmail.com>
3118
3119 PR 25444
3120 * elf.c (assign_file_positions_for_load_sections): Avoid divide
3121 by zero when p_align is zero.
3122
3123 2020-01-22 Maxim Blinov <maxim.blinov@embecosm.com>
3124
3125 * bfd/elfnn-riscv.c (riscv_skip_prefix): New.
3126 (riscv_prefix_cmp): Likewise.
3127 (riscv_non_std_ext_p): Deleted.
3128 (riscv_std_sv_ext_p): Likewise.
3129 (riscv_non_std_sv_ext_p): Likewise.
3130 (riscv_merge_non_std_and_sv_ext): Rename to...
3131 (riscv_merge_multi_letter_ext): and modified to use riscv_prefix_cmp.
3132 (riscv_merge_arch_attr_info): Replace 3 calls to
3133 riscv_merge_non_std_and_sv_ext with single call to
3134 riscv_merge_multi_letter_ext.
3135 * bfd/elfxx-riscv.c (riscv_parse_std_ext): Break if we
3136 encounter a 'z' prefix.
3137 (riscv_get_prefix_class): New function, return prefix class based
3138 on first few characters of input string.
3139 (riscv_parse_config): New structure to factor out minor differences
3140 in extension class parsing behaviour.
3141 (riscv_parse_sv_or_non_std_ext): Rename to...
3142 (riscv_parse_prefixed_ext): and parameterise with
3143 riscv_parse_config.
3144 (riscv_std_z_ext_strtab, riscv_std_s_ext_strtab): New.
3145 (riscv_multi_letter_ext_valid_p): New.
3146 (riscv_ext_x_valid_p, riscv_ext_z_valid_p, riscv_ext_s_valid_p): New.
3147 (riscv_parse_subset): Delegate all non-single-letter parsing work
3148 to riscv_parse_prefixed_ext.
3149 * bfd/elfxx-riscv.h (riscv_isa_ext_class): New type.
3150 (riscv_get_prefix_class): Declare.
3151
3152 2020-01-22 Alan Modra <amodra@gmail.com>
3153
3154 * elf64-ppc.c (struct ppc_link_hash_table): Add tga_group.
3155 (ppc64_elf_archive_symbol_lookup): Extract __tls_get_addr_opt for
3156 __tls_get_addr_desc.
3157 (ppc64_elf_size_stubs): Add section for linker generated
3158 __tls_get_addr_desc wrapper function. Loop at least once if
3159 generating this function.
3160 (emit_tga_desc, emit_tga_desc_eh_frame): New functions.
3161 (ppc64_elf_build_stubs): Generate __tls_get_addr_desc.
3162
3163 2020-01-22 Alan Modra <amodra@gmail.com>
3164
3165 * elf64-ppc.h (struct ppc64_elf_params): Add no_tls_get_addr_regsave.
3166 * elf64-ppc.c (struct ppc_link_hash_table): Add tga_desc and
3167 tga_desc_fd.
3168 (is_tls_get_addr): Match tga_desc and tga_desc_df too.
3169 (STDU_R1_0R1, ADDI_R1_R1): Define.
3170 (tls_get_addr_prologue, tls_get_addr_epilogue): New functions.
3171 (ppc64_elf_tls_setup): Set up tga_desc and tga_desc_fd. Indirect
3172 tga_desc_fd to opt_fd, and tga_desc to opt. Set
3173 no_tls_get_addr_regsave.
3174 (branch_reloc_hash_match): Add hash3 and hash4.
3175 (ppc64_elf_tls_optimize): Handle tga_desc_fd and tga_desc too.
3176 (ppc64_elf_size_dynamic_sections): Likewise.
3177 (ppc64_elf_relocate_section): Likewise.
3178 (plt_stub_size, build_plt_stub): Likewise. Size regsave
3179 __tls_get_addr stub.
3180 (build_tls_get_addr_stub): Build regsave __tls_get_addr stub and
3181 eh_frame.
3182 (ppc_size_one_stub): Handle tga_desc_fd and tga_desc too. Size
3183 eh_frame for regsave __tls_get_addr.
3184
3185 2020-01-22 Alan Modra <amodra@gmail.com>
3186
3187 * elf64-ppc.c (ppc64_elf_size_stubs): Correct condition under
3188 which __tls_get_addr calls will be eliminated.
3189
3190 2020-01-20 Nick Clifton <nickc@redhat.com>
3191
3192 * po/pt.po: Updates Portuguese translation.
3193 * po/ru.po: Updated Russian translation.
3194 * po/uk.po: Updated Ukranian translation.
3195
3196 2020-01-20 H.J. Lu <hongjiu.lu@intel.com>
3197
3198 PR ld/25416
3199 * elf64-x86-64.c (elf_x86_64_check_tls_transition): Support
3200 "rex leal x@tlsdesc(%rip), %reg" and "call *x@tlsdesc(%eax)" in
3201 X32 mode.
3202 (elf_x86_64_relocate_section): In x32 mode, for GDesc -> LE
3203 transition, relax "rex leal x@tlsdesc(%rip), %reg" to
3204 "rex movl $x@tpoff, %reg", for GDesc -> IE transition, relax
3205 "rex leal x@tlsdesc(%rip), %reg" to
3206 "rex movl x@gottpoff(%rip), %eax". For both transitions, relax
3207 "call *(%eax)" to "nopl (%rax)".
3208
3209 2020-01-20 Alan Modra <amodra@gmail.com>
3210
3211 * elf64-ppc.c (LD_R11_0R3, CMPDI_R11_0, STD_R11_0R1, LD_R11_0R1),
3212 (MTLR_R11): Don't define.
3213 (LD_R0_0R3, CMPDI_R0_0): Define.
3214 (build_tls_get_addr_stub): Don't use r11 in stub.
3215
3216 2020-01-20 Alan Modra <amodra@gmail.com>
3217
3218 * elf64-ppc.c (ppc_elf_hash_entry): New function, use throughout file.
3219 (defined_sym_val, is_tls_get_addr): Likewise.
3220
3221 2020-01-18 Nick Clifton <nickc@redhat.com>
3222
3223 * version.m4 (BFD_VERSION): Set to 2.34.50.
3224 * configure: Regenerate.
3225 * po/bfd.pot: Regenerate.
3226
3227 2020-01-18 Nick Clifton <nickc@redhat.com>
3228
3229 Binutils 2.34 branch created.
3230
3231 2020-01-17 Christian Biesinger <cbiesinger@google.com>
3232
3233 * coff-arm.c: Fix spelling error (seperate).
3234 * elfxx-riscv.c (riscv_parse_sv_or_non_std_ext): Fix spelling
3235 error (seperate).
3236 * sysdep.h (strnlen): Fix spelling error (seperate).
3237
3238 2020-01-15 Lars Brinkhoff <lars@nocrew.org>
3239
3240 PR 20694
3241 * pdp11.c (TARGET_PAGE_SIZE): Set to 8192.
3242
3243 2020-01-15 Alan Modra <amodra@gmail.com>
3244
3245 PR 25384
3246 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Update comment.
3247 (ppc64_elf_adjust_dynamic_symbol): Don't allow .dynbss copies
3248 of function symbols unless dot symbols are present. Do warn
3249 whenever one is created, regardles of whether a PLT entry is
3250 also emitted for the function symbol.
3251
3252 2020-01-14 Alan Modra <amodra@gmail.com>
3253
3254 * som.c (som_bfd_count_ar_symbols): Error when file position
3255 of symbols on chains is not strictly increasing.
3256
3257 2020-01-14 Alan Modra <amodra@gmail.com>
3258
3259 * vms.h (VMS_DEBUG): Define as 0.
3260 * vms-alpha.c (image_write): Move debug output after bounds check.
3261 Tidy bounds check.
3262 (_bfd_vms_slurp_eihd): Warning fix.
3263 (_bfd_vms_slurp_etir): Init variables to avoid bogus warnings.
3264
3265 2020-01-13 Alan Modra <amodra@gmail.com>
3266
3267 * vms-alpha.c (_bfd_vms_slurp_egsd): Ensure minimum size even
3268 for "ignored" records.
3269
3270 2020-01-13 Alan Modra <amodra@gmail.com>
3271
3272 * wasm-module.c (wasm_scan_name_function_section): Formatting.
3273 Delete asect name check. Move asect NULL check to wasm_object_p.
3274 Correct bounds check of sizes against end. Replace uses of
3275 bfd_zalloc with bfd_alloc, zeroing only necessary bytes. Use
3276 just one bfd_release.
3277 (wasm_scan): Don't use malloc/strdup for section names,
3278 bfd_alloc instead. Simplify code prefixing section name.
3279 Formatting. Don't attempt to free memory here..
3280 (wasm_object_p): ..do so here.
3281
3282 2020-01-10 Szabolcs Nagy <szabolcs.nagy@arm.com>
3283
3284 PR ld/22269
3285 * elf32-arm.c (elf32_arm_final_link_relocate): Use
3286 UNDEFWEAK_NO_DYNAMIC_RELOC.
3287 (allocate_dynrelocs_for_symbol): Likewise.
3288
3289 2020-01-10 Tamar Christina <tamar.christina@arm.com>
3290
3291 PR 25210
3292 * elfnn-aarch64.c (_bfd_aarch64_create_stub_section): Remove elfclass.
3293
3294 2020-01-10 Alan Modra <amodra@gmail.com>
3295
3296 * coff-alpha.c (alpha_ecoff_object_p): Calculate size in bfd_size_type.
3297
3298 2020-01-09 Nick Clifton <nickc@redhat.com>
3299
3300 PR 25221
3301 * bfd.c (bfd_convert_section_contents): Check for a compress
3302 header size that is larger than the actual section size.
3303
3304 2020-01-08 Alan Modra <amodra@gmail.com>
3305
3306 PR 25351
3307 * elflink.c (bfd_elf_final_link): Call _bfd_fix_excluded_sec_syms
3308 after removing sections.
3309
3310 2020-01-06 Jim Wilson <jimw@sifive.com>
3311
3312 PR 25205
3313 * elfnn-riscv.c (riscv_elf_relocate_section) <R_RISCV_CALL>: Add
3314 check for !bfd_link_pic (info).
3315 <R_RISCV_CALL_PLT>: Move next to R_RISCV_CALL.
3316 <R_RISCV_JAL>: Add comment.
3317 (_bfd_riscv_relax_section): For plt.offset check, add check for
3318 bfd_link_pic (info). Add comment.
3319
3320 2020-01-06 Alan Modra <amodra@gmail.com>
3321
3322 * format.c (bfd_check_format_matches): Ignore bfd_error on target
3323 match failures. Don't init to bfd_error_wrong_format before
3324 calling _bfd_check_format.
3325
3326 2020-01-06 Alan Modra <amodra@gmail.com>
3327
3328 * vms-alpha.c (_bfd_vms_push, _bfd_vms_pop): Return pass/fail
3329 status rather than exiting on stack overflow or underflow.
3330 (_bfd_vms_slurp_etir): Adjust to suit.
3331
3332 2020-01-06 Alan Modra <amodra@gmail.com>
3333
3334 * som.c (som_bfd_fill_in_ar_symbols): Bounds check som_dict index.
3335
3336 2020-01-06 Alan Modra <amodra@gmail.com>
3337
3338 * mach-o.c (bfd_mach_o_read_dylinker): Don't read past end of
3339 command. Check name offset is within command.
3340 (bfd_mach_o_read_dylib, bfd_mach_o_read_prebound_dylib),
3341 (bfd_mach_o_read_prebind_cksum, bfd_mach_o_read_twolevel_hints),
3342 (bfd_mach_o_read_fvmlib, bfd_mach_o_read_dysymtab),
3343 (bfd_mach_o_read_symtab, bfd_mach_o_read_uuid),
3344 (bfd_mach_o_read_linkedit, bfd_mach_o_read_str),
3345 (bfd_mach_o_read_dyld_info, bfd_mach_o_read_version_min),
3346 (bfd_mach_o_read_encryption_info, bfd_mach_o_read_source_version),
3347 (bfd_mach_o_read_encryption_info_64, bfd_mach_o_read_main),
3348 (bfd_mach_o_read_note, bfd_mach_o_read_build_version),
3349 (bfd_mach_o_read_segment): Similarly.
3350 (bfd_mach_o_read_thread): Properly bound check thread struct.
3351 Don't repeat checks on second loop.
3352 (bfd_mach_o_read_command): Fail on invalid command length.
3353
3354 2020-01-04 Alan Modra <amodra@gmail.com>
3355
3356 * format.c (bfd_check_format_matches): Add preserve_match.
3357 Save initial bfd state in "preserve", matched bfd state in
3358 "preserve_match". Save just the first match. Release
3359 bfd_alloc memory. Restore and finish preserved state as
3360 appropriate on all function exit paths.
3361
3362 2020-01-04 Alan Modra <amodra@gmail.com>
3363
3364 * mmo.c (mmo_mkobject): Allocate tdata with bfd_zalloc.
3365
3366 2020-01-04 Alan Modra <amodra@gmail.com>
3367
3368 * coffgen.c (coff_real_object_p): Free malloc'd memory on target
3369 match too.
3370
3371 2020-01-03 Nick Clifton <nickc@redhat.com>
3372
3373 PR 25307
3374 (bfd_pef_parse_function_stubs): Correct the test that ensures that
3375 there is enough data remaining in the code buffer before
3376 attempting to read a function stub.
3377
3378 2020-01-03 Nick Clifton <nickc@redhat.com>
3379
3380 PR 25308
3381 * elf-properties.c (_bfd_elf_convert_gnu_properties): Check the
3382 return value from bfd_malloc.
3383 * elf32-arm.c (bfd_elf32_arm_vfp11_fix_veneer_locations): Likewise.
3384 (bfd_elf32_arm_stm32l4xx_fix_veneer_locations): Likewise.
3385 (elf32_arm_filter_cmse_symbols): Likewise.
3386 (elf32_arm_write_section): Likewise.
3387 * mach-o.c (bfd_mach_o_core_fetch_environment): Likewise.
3388 (bfd_mach_o_follow_dsym): Likewise.
3389 * pef.c (bfd_pef_print_loader_section): Likewise.
3390 (bfd_pef_scan_start_address): Likewise.
3391 (bfd_pef_parse_function_stubs): Likewise.
3392 (bfd_pef_parse_symbols): Likewise.
3393
3394 2020-01-03 Sergei Trofimovich <siarheit@google.com>
3395
3396 * elfnn-ia64.c (elfNN_ia64_merge_private_bfd_data): don't fail
3397 on binary inputs ld/PR25316.
3398 (is_ia64_elf): new helper to filter on ia64 objects.
3399
3400 2020-01-03 Jan Beulich <jbeulich@suse.com>
3401
3402 * mach-o.c (cpusubtype, bfd_mach_o_header_p): Insert underscore
3403 in parameter names.
3404 (bfd_mach_o_scan): Insert underscore in two variable names.
3405
3406 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
3407
3408 * Makefile.am: Add z80-elf target support.
3409 * configure.ac: Likewise.
3410 * targets.c: Likewise.
3411 * Makefile.in: Regenerate.
3412 * configure: Regenerate.
3413 * config.bfd: Add z80-elf target support and new arches: ez80 and
3414 z180.
3415 * elf32-z80.c: New file.
3416 * archures.c: Add new z80 architectures: eZ80 and Z180.
3417 * coffcode.h: Likewise.
3418 * cpu-z80.c: Likewise.
3419 * coff-z80.c: Add new relocations for Z80 target and local label
3420 check.
3421 * reloc.c: Add new relocs.
3422 * bfd-in2.h: Regenerate.
3423 * libbfd.h: Regenerate.
3424
3425 2020-01-02 Tamar Christina <tamar.christina@arm.com>
3426
3427 PR 25210
3428 PR 24753
3429 * elfnn-aarch64.c (_bfd_aarch64_create_stub_section): Set ELF class.
3430
3431 2020-01-01 Alan Modra <amodra@gmail.com>
3432
3433 Update year range in copyright notice of all files.
3434
3435 For older changes see ChangeLog-2019
3436 \f
3437 Copyright (C) 2020 Free Software Foundation, Inc.
3438
3439 Copying and distribution of this file, with or without modification,
3440 are permitted in any medium without royalty provided the copyright
3441 notice and this notice are preserved.
3442
3443 Local Variables:
3444 mode: change-log
3445 left-margin: 8
3446 fill-column: 74
3447 version-control: never
3448 End: