]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
bfd_stat_arch_elt buffer overflow
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
ff69a894
AM
12020-02-27 Alan Modra <amodra@gmail.com>
2
3 * bfd.c (bfd_stat_arch_elt): Use vector of containing archive,
4 if file is an archive element.
5 * bfd-in2.h: Regenerate.
6
02f7e7ee
AM
72020-02-26 Alan Modra <amodra@gmail.com>
8
9 * archive.c (do_slurp_bsd_armap): Increase minimum parsed_size, and
10 bfd_set_error on failing test. Don't bother changing bfd_error on
11 file read error. Check symdef_count is multiple of BSD_SYMDEF_SIZE.
12 Check sym name is within string buffer. Use size_t for some vars.
13 (do_slurp_coff_armap): Use size_t for some variables, fix size of
14 int_buf. Don't change bfd_error on file read error. Use
15 _bfd_mul_overflow when calculating carsym buffer size. Reorder
16 calculations to catch overflows before they occur. malloc and
17 free raw armap rather than using bfd_alloc. Read raw armap before
18 allocating carsym+strings buffer.
19 (_bfd_slurp_extended_name_table): Localize variables. Check
20 name size against file size.
21
cc4c4f40
AM
222020-02-26 Alan Modra <amodra@gmail.com>
23
24 * vms-lib.c (vms_lib_read_index): Release correct buffer.
25
e0b317de
AM
262020-02-26 Alan Modra <amodra@gmail.com>
27
28 * elf32-rx.c (rx_elf_relocate_section): Use bfd_malloc rather than
29 malloc. Check for NULL return from bfd_malloc.
30 (rx_table_find, rx_table_map): Likewise.
31 (rx_set_section_contents): Check bfd_alloc return.
32 (rx_dump_symtab): Don't alloc internal_syms or external_syms.
33
dc1e8a47
AM
342020-02-26 Alan Modra <amodra@gmail.com>
35
36 * aoutx.h: Indent labels correctly. Format error strings.
37 * archive.c: Likewise.
38 * archive64.c: Likewise.
39 * coff-arm.c: Likewise.
40 * coff-rs6000.c: Likewise.
41 * coff-stgo32.c: Likewise.
42 * cpu-arm.c: Likewise.
43 * dwarf2.c: Likewise.
44 * elf-ifunc.c: Likewise.
45 * elf-properties.c: Likewise.
46 * elf-s390-common.c: Likewise.
47 * elf-strtab.c: Likewise.
48 * elf.c: Likewise.
49 * elf32-arm.c: Likewise.
50 * elf32-bfin.c: Likewise.
51 * elf32-cr16.c: Likewise.
52 * elf32-csky.c: Likewise.
53 * elf32-i386.c: Likewise.
54 * elf32-m68k.c: Likewise.
55 * elf32-msp430.c: Likewise.
56 * elf32-nds32.c: Likewise.
57 * elf32-nios2.c: Likewise.
58 * elf32-pru.c: Likewise.
59 * elf32-xtensa.c: Likewise.
60 * elf64-ia64-vms.c: Likewise.
61 * elf64-x86-64.c: Likewise.
62 * elfcode.h: Likewise.
63 * elfcore.h: Likewise.
64 * elflink.c: Likewise.
65 * elfnn-aarch64.c: Likewise.
66 * elfnn-ia64.c: Likewise.
67 * elfnn-riscv.c: Likewise.
68 * elfxx-mips.c: Likewise.
69 * elfxx-sparc.c: Likewise.
70 * elfxx-x86.c: Likewise.
71 * i386lynx.c: Likewise.
72 * merge.c: Likewise.
73 * pdp11.c: Likewise.
74 * plugin.c: Likewise.
75 * reloc.c: Likewise.
76
e310298c
AM
772020-02-26 Alan Modra <amodra@gmail.com>
78
79 PR 25593
80 * elf-bfd.h (struct elf_link_hash_table): Rename "loaded" to
81 "dyn_loaded".
82 (bfd_elf_add_dt_needed_tag): Declare.
83 * elf-strtab.c (_bfd_elf_strtab_restore): Handle NULL buf.
84 * elflink.c (bfd_elf_add_dt_needed_tag): Make global and rename
85 from elf_add_dt_needed_tag. Remove soname and doit param.
86 (elf_link_add_object_symbols): Don't use elf_add_dt_needed_tag
87 to see whether as-needed lib is already loaded, use dyn_loaded
88 list instead. When saving and restoring around as-needed lib
89 handle possibility that dynstr has not been initialised. Don't
90 add DT_NEEDED tags here. Limit dyn_loaded list to dynamic libs.
91 Mark libs loaded via DT_NEEDED entries of other libs with
92 DYN_NO_NEEDED if they should not be mentioned in DT_NEEDED of
93 the output.
94 (elf_link_check_versioned_symbol): Remove now unneccesary
95 DYNAMIC check when traversing dyn_loaded list.
96
b570b954
AM
972020-02-26 Alan Modra <amodra@gmail.com>
98
99 * bfdio.c (bfd_get_file_size): Ignore bogus archive element sizes.
100
ecda9016
L
1012020-02-25 H.J. Lu <hongjiu.lu@intel.com>
102
103 PR binutils/25584
104 * plugin.c (need_lto_wrapper_p): New.
105 (bfd_plugin_set_program_name): Add an int argument to set
106 need_lto_wrapper_p.
107 (get_lto_wrapper): Return FALSE if need_lto_wrapper_p isn't
108 set.
109 * plugin.h (bfd_plugin_set_program_name): Add an int argument.
110
a98c743f
AM
1112020-02-24 Alan Modra <amodra@gmail.com>
112
113 * vms-lib.c (_bfd_vms_lib_archive_p): Correct overflow checks.
114
c893ce36
AM
1152020-02-24 Alan Modra <amodra@gmail.com>
116
117 * vms-lib.c (struct carsym_mem): Add limit.
118 (vms_add_index): Heed limit.
119 (vms_traverse_index): Catch buffer overflows. Remove outdated fixme.
120 (vms_lib_read_index): Set up limit. Catch 32-bit overflow.
121 Always return actual number read.
122 (_bfd_vms_lib_archive_p): Catch buffer overflows. Replace
123 assertion with error exit.
124
7b3c2715
AM
1252020-02-22 Alan Modra <amodra@gmail.com>
126
127 PR 25585
128 * elf.c (assign_file_positions_for_load_sections): Continue linking
129 on "PHDR segment not covered by LOAD segment" errors.
130
a4425a57
AM
1312020-02-21 Alan Modra <amodra@gmail.com>
132
133 * mach-o.c (bfd_mach_o_canonicalize_relocs): Fix ineffective
134 overflow check.
135 (bfd_mach_o_canonicalize_reloc): Likewise.
136 (bfd_mach_o_canonicalize_dynamic_reloc): Likewise. Sanity check
137 counts and offsets against file size.
138 (bfd_mach_o_build_dysymtab): Fix ineffective overflow check.
139 (bfd_mach_o_mangle_sections): Remove unnecessary overflow check.
140 (bfd_mach_o_read_symtab_symbols): Sanity check count and offset
141 against file size. Delete symbol table error message.
142 (bfd_mach_o_read_dysymtab): Sanity check counts and offsets
143 against file size.
144 (bfd_mach_o_read_symtab): Likewise.
145 (bfd_mach_o_read_command): Pass file size.
146 (bfd_mach_o_scan): Sanity check command count against file size.
147
dda2980f
AM
1482020-02-21 Alan Modra <amodra@gmail.com>
149
150 PR 25569
151 * aoutx.h (adjust_o_magic, adjust_z_magic, adjust_n_magic): Use
152 "text", "data" and "bss" section pointer vars. Don't update
153 section size, just exec header sizes.
154 (adjust_sizes_and_vmas): Don't update text section size. Set
155 initial exec header a_text. Print exec headers sizes.
156 * pdp11.c (adjust_o_magic, adjust_z_magic, adjust_n_magic),
157 (adjust_sizes_and_vmas): Similarly. Formatting.
158 (final_link): Correct final file extension.
159
00e49dff
NC
1602020-02-20 Nick Clifton <nickc@redhat.com>
161
162 * elf-bfd.h (struct elf_backend_data): Add symbol_section_index
163 callback.
164 * elfxx-target.h (elf_backend_symbol_section_index): Provide
165 default definition.
166 (elfNN_bed): Initialise the symbol_section_index field.
167 * elf.c (swap_out_syms): Call symbol_section_index, if defined, on
168 OS and PROC specific section indicies. Warn if converting other
169 reserved incidies to SHN_ABS.
170
fcaaac0a
SB
1712020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
172
173 PR 25537
174 * cpu-z80.c: Add machine type compatibility checking.
175
dcf06b89
L
1762020-02-19 H.J. Lu <hongjiu.lu@intel.com>
177
178 PR binutils/25355
179 * plugin.c (plugin_list_entry): Remove handle.
180 (try_load_plugin): Call dlclose before return.
181
2c7c5554
AM
1822020-02-19 Alan Modra <amodra@gmail.com>
183
184 * libbfd-in.h (_bfd_constant_p): Define.
185 (_bfd_alloc_and_read, _bfd_malloc_and_read): Check read size against
186 file size before allocating memory.
187 * coffgen.c (_bfd_coff_get_external_symbols): Remove file size check.
188 * elf.c (bfd_elf_get_str_section): Likewise.
189 (_bfd_elf_slurp_version_tables): Likewise.
190 * libbfd.h: Regenerate.
191
2bb3687b
AM
1922020-02-19 Alan Modra <amodra@gmail.com>
193
194 * libbfd-in.h (_bfd_alloc_and_read, _bfd_malloc_and_read): New.
195 * aoutx.h (aout_get_external_symbols): Replace calls to
196 bfd_[m]alloc and bfd_bread with call to _bfd_[m]alloc_and_read.
197 (slurp_reloc_table): Likewise.
198 * archive.c (do_slurp_bsd_armap): Likewise.
199 (do_slurp_coff_armap): Likewise.
200 * archive64.c (_bfd_archive_64_bit_slurp_armap): Likewise.
201 * coff-rs6000.c (_bfd_xcoff_slurp_armap): Likewise.
202 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
203 * coffcode.h (coff_set_arch_mach_hook, buy_and_read): Likewise.
204 * coffgen.c (coff_real_object_p, coff_object_p, build_debug_section),
205 (_bfd_coff_get_external_symbols): Likewise.
206 * ecoff.c (ecoff_slurp_symbolic_header),
207 (_bfd_ecoff_slurp_symbolic_info, ecoff_slurp_reloc_table),
208 (_bfd_ecoff_slurp_armap, ecoff_link_add_object_symbols, READ),
209 (ecoff_indirect_link_order): Likewise.
210 * elf.c (bfd_elf_get_str_section, setup_group, elf_read_notes),
211 (_bfd_elf_slurp_version_tables): Likewise.
212 * elf32-m32c.c (m32c_elf_relax_section): Likewise.
213 * elf32-rl78.c (rl78_elf_relax_section): Likewise.
214 * elf32-rx.c (elf32_rx_relax_section): Likewise.
215 * elf64-alpha.c (READ): Likewise.
216 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Likewise.
217 * elf64-sparc.c (elf64_sparc_slurp_one_reloc_table): Likewise.
218 * elfcode.h (elf_slurp_symbol_table),
219 (elf_slurp_reloc_table_from_section): Likewise.
220 * elflink.c (elf_link_add_object_symbols),
221 (elf_link_check_versioned_symbol): Likewise.
222 * elfxx-mips.c (READ): Likewise.
223 * i386lynx.c (slurp_reloc_table): Likewise.
224 * lynx-core.c (lynx_core_file_p): Likewise.
225 * mach-o.c (bfd_mach_o_canonicalize_relocs),
226 (bfd_mach_o_read_symtab_strtab, bfd_mach_o_alloc_and_read),
227 (bfd_mach_o_read_prebound_dylib, bfd_mach_o_read_dyld_content
228 * pdp11.c (aout_get_external_symbols, slurp_reloc_table
229 * pef.c (bfd_pef_print_loader_section, bfd_pef_scan_start_address),
230 (bfd_pef_parse_symbols): Likewise.
231 * peicode.h (pe_ILF_object_p, pe_bfd_object_p
232 * som.c (setup_sections, som_slurp_string_table),
233 (som_slurp_reloc_table, som_bfd_count_ar_symbols),
234 (som_bfd_fill_in_ar_symbols): Likewise.
235 * vms-alpha.c (module_find_nearest_line, evax_bfd_print_dst),
236 (evax_bfd_print_image): Likewise.
237 * vms-lib.c (_bfd_vms_lib_archive_p): Likewise.
238 * wasm-module.c (wasm_scan): Likewise.
239 * xcofflink.c (xcoff_link_add_symbols): Likewise.
240 * xsym.c (bfd_sym_read_name_table),
241 (bfd_sym_print_type_information_table_entry): Likewise.
242 * libbfd.h: Regenerate.
243
806470a2
AM
2442020-02-19 Alan Modra <amodra@gmail.com>
245
246 * aoutx.h (slurp_reloc_table): Allocate reloc_cache after
247 reading external relocs.
248 * ecoff.c (ecoff_slurp_reloc_table): Likewise.
249 * archive.c (_bfd_write_archive_contents): Don't twiddle bfd_error
250 after bfd_bread.
251 * archive64.c (_bfd_archive_64_bit_slurp_armap): Remove unnecessary
252 bfd_release.
253 * elf32-m32c.c (m32c_offset_for_reloc): Make shndx_buf a bfd_byte*.
254 (m32c_elf_relax_section): Likewise.
255 * elf32-rl78.c (rl78_offset_for_reloc): Likewise.
256 (rl78_elf_relax_section): Likewise.
257 * elf32-rx.c (rx_offset_for_reloc): Likewise.
258 (elf32_rx_relax_section): Likewise.
259 * mach-o.c (bfd_mach_o_alloc_and_read): Move earlier with better
260 parameter types and use..
261 (bfd_mach_o_read_dylinker, bfd_mach_o_read_dylib),
262 (bfd_mach_o_read_fvmlib, bfd_mach_o_read_str): ..in these functions.
263 * peicode.h (pe_bfd_object_p): Don't zero the part of opthdr
264 being read from file, just the extra.
265 * som.c (som_slurp_symbol_table): Allocate internal symbol buffer
266 after reading external syms. Free on failure.
267
1f4361a7
AM
2682020-02-19 Alan Modra <amodra@gmail.com>
269
270 * coffcode.h (buy_and_read, coff_slurp_line_table),
271 (coff_slurp_symbol_table, coff_slurp_reloc_table): Replace
272 bfd_[z][m]alloc2 calls with _bfd_mul_overflow followed by the
273 corresponding bfd_alloc call. Adjust variables to suit.
274 * coffgen.c (_bfd_coff_get_external_symbols): Likewise.
275 * ecoff.c (_bfd_ecoff_slurp_symbolic_info),
276 (_bfd_ecoff_slurp_symbol_table, READ): Likewise.
277 * elf.c (bfd_elf_get_elf_syms, setup_group, bfd_section_from_shdr),
278 (swap_out_syms, _bfd_elf_slurp_version_tables): Likewise.
279 * elf32-m32c.c (m32c_elf_relax_section): Likewise.
280 * elf32-rl78.c (rl78_elf_relax_section): Likewise.
281 * elf32-rx.c (elf32_rx_relax_section): Likewise.
282 * elf64-alpha.c (READ): Likewise.
283 * elfcode.h (elf_object_p, elf_write_relocs, elf_write_shdrs_and_ehdr),
284 (elf_slurp_symbol_table, elf_slurp_reloc_table),
285 (bfd_from_remote_memory): Likewise.
286 * elfcore.h (core_find_build_id): Likewise.
287 * elfxx-mips.c (READ): Likewise.
288 * mach-o.c (bfd_mach_o_mangle_sections),
289 (bfd_mach_o_read_symtab_symbols, bfd_mach_o_read_thread),
290 (bfd_mach_o_read_dysymtab, bfd_mach_o_flatten_sections),
291 (bfd_mach_o_scan, bfd_mach_o_fat_archive_p): Likewise.
292 * som.c (setup_sections, som_prep_for_fixups)
293 (som_build_and_write_symbol_table, som_slurp_symbol_table),
294 (som_slurp_reloc_table, som_bfd_count_ar_symbols),
295 (som_bfd_fill_in_ar_symbols, som_slurp_armap),
296 (som_bfd_ar_write_symbol_stuff): Likewise.
297 * vms-alpha.c (vector_grow1): Likewise.
298 * vms-lib.c (vms_add_index): Likewise.
299 * wasm-module.c (wasm_scan_name_function_section): Likewise.
300 * libbfd.c (bfd_malloc2, bfd_realloc2, bfd_zmalloc2): Delete.
301 * opncls.c (bfd_alloc2, bfd_zalloc2): Delete.
302 * libbfd-in.h (bfd_malloc2, bfd_realloc2, bfd_zmalloc2),
303 (bfd_alloc2, bfd_zalloc2): Delete.
304 (_bfd_mul_overflow): Define.
305 * libbfd.h: Regenerate.
306
446f7ed5
AM
3072020-02-19 Alan Modra <amodra@gmail.com>
308
309 * elf.c (bfd_section_from_shdr): Use bfd_zalloc rather than
310 bfd_zalloc2.
311 (assign_section_numbers): Likewise.
312 (elf_map_symbols): Likewise, and bfd_alloc rather than bfd_alloc2.
313 (_bfd_elf_map_sections_to_segments): Use bfd_malloc rather than
314 bfd_malloc2, size_t amt, and unsigned tls_count.
315 (rewrite_elf_program_header): Use bfd_malloc and size_t amt.
316 * elflink.c (elf_create_symbuf): Use bfd_malloc.
317 (elf_output_implib): Use bfd_alloc.
318
b03202e3
AM
3192020-02-19 Alan Modra <amodra@gmail.com>
320
321 * bfd.c (struct bfd): Move format and direction to other
322 bitfields. Add "size".
323 * bfdio.c (bfd_get_size): Cache size when not writing file.
324 * opncls.c (bfd_get_debug_link_info_1): Allow for bfd_get_size
325 returning zero, ie. unknown.
326 (bfd_get_alt_debug_link_info): Likewise.
327 * bfd-in2.h: Regenerate.
328
7c5fa58e
AM
3292020-02-19 Alan Modra <amodra@gmail.com>
330
331 * coffgen.c (_bfd_coff_get_external_symbols): Don't call
332 bfd_get_file_size twice.
333 (_bfd_coff_read_string_table): Allow for bfd_get_file_size
334 zero, ie. unknown, return.
335 * elf-attrs.c (_bfd_elf_parse_attributes): Likewise.
336 * elfcode.h (elf_swap_shdr_in): Likewise.
337 (elf_object_p): Don't call bfd_get_file_size twice and correct
338 file size check.
339
96d3b80f
AM
3402020-02-19 Alan Modra <amodra@gmail.com>
341
342 * mach-o.c (bfd_mach_o_flatten_sections): Return a bfd_boolean,
343 FALSE if memory alloc fails. Adjust calls.
344 * som.c (som_prep_for_fixups): Likewise.
345 * vms-alpha.c (alpha_vms_add_fixup_lp, alpha_vms_add_fixup_ca),
346 (alpha_vms_add_fixup_qr, alpha_vms_add_fixup_lr),
347 (alpha_vms_add_lw_reloc, alpha_vms_add_qw_reloc): Likewise.
348 * som.c (som_build_and_write_symbol_table): Return via error_return
349 on seek failure.
350 * vms-alpha.c (VEC_APPEND): Adjust for vector_grow1 changes.
351 (VEC_APPEND_EL): Delete.
352 (vector_grow1): Return pointer to element. Catch overflow.
353 Return NULL on memory allocation failure.
354 (alpha_vms_add_fixup_lp): Replace VEC_APPEND_EL with VEC_APPEND.
355 (alpha_vms_add_fixup_ca): Likewise.
356 (alpha_vms_link_add_object_symbols): Check VEC_APPEND result
357 before using.
358 * elf.c (bfd_section_from_shdr): Check bfd_zalloc2 result.
359
986f0783
AM
3602020-02-19 Alan Modra <amodra@gmail.com>
361
362 * aix386-core.c (aix386_core_file_p): Use size_t for "amt".
363 * aout-target.h (object_p): Likewise.
364 * aout-tic30.c (tic30_aout_object_p): Likewise.
365 * aoutx.h (some_aout_object_p, mkobject, make_empty_symbol),
366 (emit_stringtab, write_syms, link_hash_table_create),
367 (aout_link_write_other_symbol): Likewise.
368 * archive.c (_bfd_generic_mkarchive, bfd_generic_archive_p),
369 (bfd_ar_hdr_from_filesystem, _bfd_write_archive_contents),
370 (_bfd_compute_and_write_armap): Likewise.
371 * archures.c (bfd_arch_list): Likewise.
372 * bfd.c (bfd_record_phdr): Likewise.
373 * binary.c (binary_canonicalize_symtab): Likewise.
374 * cisco-core.c (cisco_core_file_validate): Likewise.
375 * coff-arm.c (coff_arm_link_hash_table_create, find_thumb_glue),
376 (find_arm_glue, record_arm_to_thumb_glue),
377 (record_thumb_to_arm_glue): Likewise.
378 * coff-ppc.c (ppc_coff_link_hash_table_create, record_toc),
379 (ppc_allocate_toc_section): Likewise.
380 * coff-rs6000.c (_bfd_xcoff_mkobject, _bfd_xcoff_archive_p): Likewise.
381 * coff-sh.c (sh_relax_section): Likewise.
382 * coff64-rs6000.c (xcoff64_archive_p): Likewise.
383 * coffcode.h (handle_COMDAT, coff_new_section_hook),
384 (coff_set_alignment_hook, coff_mkobject),
385 (coff_compute_section_file_positions): Likewise.
386 * coffgen.c (coff_make_empty_symbol, coff_bfd_make_debug_symbol),
387 (coff_find_nearest_line_with_names),
388 ( bfd_coff_set_symbol_class): Likewise.
389 * cofflink.c (_bfd_coff_link_hash_table_create),
390 (_bfd_coff_link_input_bfd): Likewise.
391 * dwarf1.c (alloc_dwarf1_unit, alloc_dwarf1_func): Likewise.
392 * dwarf2.c (read_abbrevs, read_attribute_value, add_line_info),
393 (build_line_info_table, sort_line_sequences),
394 (line_info_add_include_dir, line_info_add_file_name),
395 (decode_line_info, scan_unit_for_symbols, parse_comp_unit),
396 (place_sections, _bfd_dwarf2_slurp_debug_info): Likewise.
397 * ecoff.c (_bfd_ecoff_mkobject, _bfd_ecoff_make_empty_symbol),
398 (_bfd_ecoff_find_nearest_line),
399 (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
400 * ecofflink.c (bfd_ecoff_debug_init): Likewise.
401 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Likewise.
402 * elf-m10300.c (mn10300_elf_relax_section),
403 (elf32_mn10300_link_hash_table_create): Likewise.
404 * elf-strtab.c (_bfd_elf_strtab_init): Likewise.
405 * elf.c (make_mapping, copy_elf_program_header): Likewise.
406 * elf32-arm.c (elf32_arm_link_hash_table_create),
407 (elf32_arm_setup_section_lists, elf32_arm_check_relocs),
408 (elf32_arm_new_section_hook): Likewise.
409 * elf32-avr.c (elf_avr_new_section_hook),
410 (elf32_avr_link_hash_table_create, get_local_syms),
411 (elf32_avr_setup_section_lists): Likewise.
412 * elf32-bfin.c (bfinfdpic_elf_link_hash_table_create),
413 (bfin_link_hash_table_create): Likewise.
414 * elf32-cr16.c (elf32_cr16_link_hash_table_create): Likewise.
415 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
416 * elf32-csky.c (csky_elf_link_hash_table_create),
417 (csky_elf_check_relocs, elf32_csky_setup_section_lists): Likewise.
418 * elf32-frv.c (frvfdpic_elf_link_hash_table_create): Likewise.
419 * elf32-hppa.c (elf32_hppa_link_hash_table_create),
420 (elf32_hppa_setup_section_lists, get_local_syms): Likewise.
421 * elf32-i386.c (elf_i386_check_relocs): Likewise.
422 * elf32-lm32.c (lm32_elf_link_hash_table_create): Likewise.
423 * elf32-m32r.c (m32r_elf_link_hash_table_create),
424 (m32r_elf_check_relocs): Likewise.
425 * elf32-m68hc1x.c (m68hc11_elf_hash_table_create),
426 (elf32_m68hc11_setup_section_lists),
427 (elf32_m68hc11_size_stubs): Likewise.
428 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
429 * elf32-metag.c (elf_metag_link_hash_table_create),
430 (elf_metag_setup_section_lists): Likewise.
431 * elf32-microblaze.c (microblaze_elf_link_hash_table_create),
432 (microblaze_elf_check_relocs): Likewise.
433 * elf32-nds32.c (nds32_elf_link_hash_table_create),
434 (nds32_elf_check_relocs): Likewise.
435 * elf32-nios2.c (nios2_elf32_setup_section_lists),
436 (get_local_syms, nios2_elf32_check_relocs),
437 (nios2_elf32_link_hash_table_create): Likewise.
438 * elf32-or1k.c (or1k_elf_link_hash_table_create),
439 (or1k_elf_check_relocs): Likewise.
440 * elf32-ppc.c (ppc_elf_modify_segment_map, update_plt_info): Likewise.
441 * elf32-pru.c (pru_elf32_link_hash_table_create): Likewise.
442 * elf32-s390.c (elf_s390_link_hash_table_create),
443 (elf_s390_check_relocs): Likewise.
444 * elf32-score.c (score_elf_create_got_section),
445 (s3_elf32_score_new_section_hook),
446 (elf32_score_link_hash_table_create): Likewise.
447 * elf32-score7.c (score_elf_create_got_section),
448 (s7_elf32_score_new_section_hook): Likewise.
449 * elf32-sh.c (sh_elf_link_hash_table_create),
450 (sh_elf_check_relocs): Likewise.
451 * elf32-tic6x.c (elf32_tic6x_link_hash_table_create),
452 (elf32_tic6x_new_section_hook, elf32_tic6x_check_relocs): Likewise.
453 * elf32-tilepro.c (tilepro_elf_link_hash_table_create),
454 (tilepro_elf_check_relocs): Likewise.
455 * elf32-v850.c (remember_hi16s_reloc): Likewise.
456 * elf32-vax.c (elf_vax_link_hash_table_create): Likewise.
457 * elf32-xtensa.c (elf_xtensa_link_hash_table_create),
458 (elf_xtensa_new_section_hook): Likewise.
459 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create),
460 (get_got_entry, elf64_alpha_check_relocs): Likewise.
461 * elf64-hppa.c (elf64_hppa_hash_table_create): Likewise.
462 * elf64-ia64-vms.c (elf64_ia64_object_p): Likewise.
463 * elf64-mmix.c (mmix_elf_new_section_hook): Likewise.
464 * elf64-ppc.c (ppc64_elf_new_section_hook),
465 (ppc64_elf_link_hash_table_create, update_local_sym_info),
466 (update_plt_info, ppc64_elf_check_relocs): Likewise.
467 * elf64-s390.c (elf_s390_link_hash_table_create),
468 (elf_s390_check_relocs): Likewise.
469 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
470 * elflink.c (bfd_elf_link_record_local_dynamic_symbol),
471 (_bfd_elf_link_find_version_dependencies, elf_link_add_object_symbols),
472 (elf_link_add_archive_symbols, compute_bucket_count),
473 (bfd_elf_size_dynsym_hash_dynstr, _bfd_elf_link_hash_table_create),
474 (bfd_elf_get_bfd_needed_list, elf_link_swap_symbols_out),
475 (bfd_elf_final_link): Likewise.
476 * elfnn-aarch64.c (elfNN_aarch64_link_hash_table_create),
477 (elfNN_aarch64_setup_section_lists, elfNN_aarch64_check_relocs),
478 (elfNN_aarch64_new_section_hook): Likewise.
479 * elfnn-ia64.c (elfNN_ia64_object_p): Likewise.
480 * elfnn-riscv.c (riscv_elf_link_hash_table_create),
481 (riscv_elf_check_relocs): Likewise.
482 * elfxx-mips.c (_bfd_mips_elf_new_section_hook),
483 (_bfd_mips_elf_add_symbol_hook, _bfd_mips_elf_check_relocs),
484 (_bfd_mips_elf_modify_segment_map, _bfd_mips_elf_set_section_contents),
485 (_bfd_mips_elf_link_hash_table_create): Likewise.
486 * elfxx-sparc.c (_bfd_sparc_elf_link_hash_table_create),
487 (_bfd_sparc_elf_check_relocs),
488 (_bfd_sparc_elf_new_section_hook): Likewise.
489 * elfxx-tilegx.c (tilegx_elf_link_hash_table_create),
490 (tilegx_elf_check_relocs): Likewise.
491 * elfxx-x86.c (_bfd_x86_elf_link_hash_table_create): Likewise.
492 * format.c (bfd_check_format_matches): Likewise.
493 * hash.c (_bfd_stringtab_init): Likewise.
494 * ihex.c (ihex_scan): Likewise.
495 * irix-core.c (irix_core_core_file_p): Likewise.
496 * linker.c (bfd_wrapped_link_hash_lookup),
497 (_bfd_generic_link_hash_table_create),
498 (_bfd_generic_reloc_link_order): Likewise.
499 * lynx-core.c (lynx_core_file_p): Likewise.
500 * netbsd-core.c (netbsd_core_file_p): Likewise.
501 * osf-core.c (osf_core_core_file_p): Likewise.
502 * pdp11.c (some_aout_object_p, mkobject, make_empty_symbol),
503 (link_hash_table_create, aout_link_write_other_symbol): Likewise.
504 * peXXigen.c (_bfd_XX_bfd_copy_private_section_data): Likewise.
505 * peicode.h (pe_mkobject): Likewise.
506 * ppcboot.c (ppcboot_mkobject, ppcboot_canonicalize_symtab): Likewise.
507 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
508 * sco5-core.c (read_uarea): Likewise.
509 * som.c (hppa_som_gen_reloc_type, som_object_p, som_prep_headers),
510 (som_write_fixups, som_write_space_strings, som_write_symbol_strings),
511 (som_finish_writing, som_canonicalize_symtab, som_new_section_hook),
512 (som_bfd_copy_private_section_data, bfd_som_set_section_attributes),
513 (bfd_som_attach_aux_hdr, som_write_armap): Likewise.
514 * srec.c (srec_scan): Likewise.
515 * syms.c (_bfd_generic_make_empty_symbol): Likewise.
516 * targets.c (bfd_target_list): Likewise.
517 * tekhex.c (first_phase, tekhex_sizeof_headers): Likewise.
518 * trad-core.c (trad_unix_core_file_p): Likewise.
519 * vms-alpha.c (vms_initialize, alpha_vms_bfd_link_hash_table_create),
520 (vms_new_section_hook): Likewise.
521 * wasm-module.c (wasm_make_empty_symbol): Likewise.
522 * xcofflink.c (xcoff_get_section_contents),
523 (_bfd_xcoff_bfd_link_hash_table_create, xcoff_set_import_path),
524 (xcoff_find_function, bfd_xcoff_link_record_set, xcoff_build_ldsym),
525 (bfd_xcoff_size_dynamic_sections, xcoff_link_input_bfd): Likewise.
526
2d0e1217
AM
5272020-02-19 Alan Modra <amodra@gmail.com>
528
529 * elfxx-riscv.c (riscv_multi_letter_ext_valid_p): Don't use C99.
530
99845b3b
L
5312020-02-13 H.J. Lu <hongjiu.lu@intel.com>
532
533 * plugin.c (try_load_plugin): Make plugin_list_iter an argument
534 and use it if it isn't NULL. Remove has_plugin_p argument. Add
535 a build_list_p argument. Don't search plugin_list. Short circuit
536 when building the plugin list.
537 (has_plugin): Renamed to has_plugin_list.
538 (bfd_plugin_set_plugin): Don't set has_plugin.
539 (bfd_plugin_specified_p): Check plugin_list instead.
540 (build_plugin_list): New function.
541 (load_plugin): Call build_plugin_list and use plugin_list.
542
22fe7df8
L
5432020-02-11 H.J. Lu <hongjiu.lu@intel.com>
544
545 PR binutils/25355
546 * plugin.c (try_claim): Always clean up for LTO wrapper.
547 (try_load_plugin): Treat each object as independent. Create a
548 copy for plugin name.
549
c675ec1e
NC
5502020-02-11 Nick Clifton <nickc@redhat.com>
551
552 * elf32-msp430.c (msp430_final_link_relocate): Always use longs
553 for addresses in print statements.
554 (msp430_elf_relax_delete_bytes): Likewise.
555 (msp430_elf_relax_add_words): Likewise.
556 (msp430_elf_relax_section): Likewise.
557
1d07a805
L
5582020-02-11 H.J. Lu <hongjiu.lu@intel.com>
559
560 * plugin.c (add_symbols): Clear plugin_data memory.
561
0aa99dcd
L
5622020-02-10 H.J. Lu <hongjiu.lu@intel.com>
563
564 PR binutils/25355
565 * configure.ac (HAVE_EXECUTABLE_SUFFIX): New AC_DEFINE.
566 (EXECUTABLE_SUFFIX): Likewise.
567 * config.in: Regenerated.
568 * configure: Likewise.
569 * plugin.c (bfd_plugin_close_and_cleanup): Removed.
570 (plugin_list_entry): Add all_symbols_read, cleanup_handler,
571 gcc, lto_wrapper, resolution_file, resolution_option, gcc_env,
572 real_bfd, real_nsyms, real_syms, lto_nsyms and lto_syms.
573 (get_lto_wrapper): New.
574 (setup_lto_wrapper_env): Likewise.
575 (current_plugin): Likewise.
576 (register_all_symbols_read): Likewise.
577 (register_cleanup): Likewise.
578 (get_symbols): Likewise.
579 (add_input_file): Likewise.
580 (bfd_plugin_close_and_cleanup): Likewise.
581 (claim_file): Removed.
582 (register_claim_file): Set current_plugin->claim_file.
583 (add_symbols): Make a copy of LTO symbols. Set lto_nsyms and
584 lto_syms in current_plugin.
585 (try_claim): Use current_plugin->claim_file. Call LTO plugin
586 all_symbols_read handler. Copy real symbols to plugin_data.
587 Call LTO plugin cleanup handler. Clean up for LTO wrapper.
588 (try_load_plugin): Don't reuse the previous plugin for LTO
589 wrapper. Set up GCC LTO wrapper if possible. Don't set
590 plugin_list_iter->claim_file.
591 (bfd_plugin_canonicalize_symtab): Use real LTO symbols if
592 possible.
593 * plugin.h (plugin_data_struct): Add real_bfd, real_nsyms and
594 real_syms.
595
ac4280da
JL
5962020-02-10 Jozef Lawrynowicz <jozef.l@mittosystems.com>
597
598 * elf32-msp430.c (msp430_elf_relax_section): Before relaxing a branch,
599 check if previous instruction matches a conditional jump inserted
600 earlier. Invert conditional jump and delete branch in this case.
601
8d6cb116
JL
6022020-02-10 Jozef Lawrynowicz <jozef.l@mittosystems.com>
603
604 * elf32-msp430.c (msp430_elf_relax_add_two_words): Rename to
605 msp430_elf_relax_add_words. Support insertion of either one or two
606 words.
607 (msp430_elf_relax_section): Catch opcode of 0x3c00 when relocation
608 needs to be grown. Handle insertion of branch instruction to replace
609 jump.
610
d60f5448
JL
6112020-02-10 Jozef Lawrynowicz <jozef.l@mittosystems.com>
612
613 * elf32-msp430.c (msp430_final_link_relocate): Add printf statements for
614 debugging relocations.
615 (msp430_elf_relax_delete_bytes): Likewise.
616 (msp430_elf_relax_add_two_words): Likewise.
617 (msp430_elf_relax_section): Likewise.
618
e1f85e11
AM
6192020-02-10 Alan Modra <amodra@gmail.com>
620
621 * archures.c: Wrap overlong z80 comments.
622 * bfd-in2.h: Regenerate.
623
9fc0b501
SB
6242020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
625
626 PR 25469
627 * archures.c: Add GBZ80 and Z80N machine values.
628 * reloc.c: Add BFD_RELOC_Z80_16_BE.
629 * coff-z80.c: Add support for new reloc.
630 * coffcode.h: Add support for new machine values.
631 * cpu-z80.c: Add support for new machine names.
632 * elf32-z80.c: Add support for new reloc.
633 * bfd-in2.h: Regenerate.
634 * libbfd.h: Regenerate.
635
9984857c
NC
6362020-02-07 Nick Clifton <nickc@redhat.com>
637
638 PR 23932
639 * elf.c (rewrite_elf_program_header): Do not complain if no
640 sections are mapped to a segment.
641
5242a0a0
L
6422020-02-06 H.J. Lu <hongjiu.lu@intel.com>
643
644 PR ld/25490
645 * elflink.c (_bfd_elf_gc_mark_extra_sections): Issue an error
646 for garbage collection on __patchable_function_entries section
647 without linked-to section.
648
b7d07216
L
6492020-02-06 H.J. Lu <hongjiu.lu@intel.com>
650
651 PR gas/25381
652 * bfd-in2.h: Regenerated.
653 * elflink.c (_bfd_elf_gc_mark_extra_sections): Call mark_hook
654 on section if gc_mark of any of its linked-to sections is set
655 and don't set gc_mark again.
656 * section.c (asection): Add linked_to_symbol_name to map_head
657 union.
658
b93a662b
MR
6592020-02-06 Maciej W. Rozycki <macro@wdc.com>
660
661 * elf32-v850.c (v850_elf_relax_section): Fix the index used for
662 reporting an unrecognized instruction with R_V850_LONGJUMP.
663
6df4c9c2
AM
6642020-02-05 Alan Modra <amodra@gmail.com>
665
666 * elf64-ppc.c (ppc_stub_plt_branch): Match comment with reality.
667
24872cb3
AM
6682020-02-04 Alan Modra <amodra@gmail.com>
669
670 * elf32-ppc.c (ppc_elf_relocate_section): After applying
671 R_PPC_VLE_ADDR20, goto copy_reloc.
672
ef4627fa
L
6732020-02-02 H.J. Lu <hongjiu.lu@intel.com>
674
675 * bfd-in2.h: Regenerated.
676 * section.c (SEC_ASSEMBLER_SECTION_ID): Fix a typo in comments.
677
a8c4d40b
L
6782020-02-02 H.J. Lu <hongjiu.lu@intel.com>
679
680 PR gas/25380
681 * bfd-in2.h: Regenerated.
682 * ecoff.c (bfd_debug_section): Add section_id.
683 * section.c (bfd_section): Add section_id.
684 (SEC_ASSEMBLER_SECTION_ID): New.
685 (BFD_FAKE_SECTION): Add section_id.
686
5a9212a1
NC
6872020-02-01 Nick Clifton <nickc@redhat.com>
688
689 * config.bfd: Move the c30-aout and tic30-aout targets onto the
690 obsolete list.
691
e7cbe0c4
SL
6922020-01-31 Sandra Loosemore <sandra@codesourcery.com>
693
694 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): DW_EH_PE_datarel
695 encodings are relative to the GOT on nios2, too.
696
72ebe8c5
AM
6972020-01-31 Alan Modra <amodra@gmail.com>
698
699 * Makefile.am (elf32-target.h, elf64-target.h): Don't use a temp
700 file. Use $< and $@ in rules.
701 (elf32-aarch64.c, elf64-aarch64.c): Likewise.
702 (elf32-ia64.c, elf64-ia64.c): Likewise.
703 (elf32-riscv.c, elf64-riscv.c): Likewise.
704 (peigen.c, pepigen.c, pex64igen.c): Likewise.
705 (elf32-aarch64.c, elf64-aarch64.c): Don't emit $srcdir on #line.
706 (elf32-riscv.c, elf64-riscv.c): Likewise, and use $(SED).
707 (elf32-ia64.c, elf64-ia64.c): Do emit #line.
708 (peigen.c, pepigen.c, pex64igen.c): Likewise.
709 * Makefile.in: Regenerate.
710
327301a4
AM
7112020-01-31 Alan Modra <amodra@gmail.com>
712
713 PR 4110
714 * elf.c (setup_group): Don't clear entire section contents,
715 just the padding after group flags. Release alloc'd memory
716 after a seek or read failure.
717
b5d36aaa
JT
7182020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
719
720 * peXXigen.c (pe_is_repro): New function.
721 (_bfd_XX_print_private_bfd_data_common): Note timestamp is
722 actually a build hash if PE_IMAGE_DEBUG_TYPE_REPRO is present.
723
1957ab10
JT
7242020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
725
726 * peXXigen.c (debug_type_names): Add names for new debug data type
727 values.
728
87b2920f
JT
7292020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
730
731 * peXXigen.c (pe_print_debugdata): Fix the iteration variable for
732 inner loop. Fix a memory leak.
733
72913831
AM
7342020-01-30 Alan Modra <amodra@gmail.com>
735
736 * coffgen.c (coff_real_object_p): Don't clear obj_coff_keep_syms
737 or obj_coff_keep_strings here.
738 (coff_get_normalized_symtab): Free external syms directly.
739 * xcofflink.c (xcoff_link_input_bfd): Restore obj_coff_keep_syms
740 on error exit path.
741
c35d018b
JW
7422020-01-27 Jim Wilson <jimw@sifive.com>
743
744 * cpu-riscv.c (riscv_scan): New.
745 (N): Change bfd_default_scan to riscv_scan.
746
086b06f3
AS
7472020-01-27 Andreas Schwab <schwab@suse.de>
748
749 * Makefile.am (ALL_MACHINES): Remove cpu-plugin.lo.
750 (ALL_MACHINES_CFILES): Remove cpu-plugin.c.
751 * Makefile.in: Regenerate.
752 * cpu-plugin.c: Remove.
753 * archures.c (enum bfd_architecture): Remove bfd_arch_plugin.
754 (bfd_plugin_arch): Remove declaration.
755 * bfd-in2.h: Regenerate.
756 * po/SRC-POTFILES.in: Regenerate.
757
3024a17a
AM
7582020-01-27 H.J. Lu <hongjiu.lu@intel.com>
759 Alan Modra <amodra@gmail.com>
760
761 PR ld/25458
762 * elflink.c (_bfd_elf_gc_mark_rsec): Mark all weak aliases.
763
b5f998b2
JW
7642020-01-24 Jim Wilson <jimw@sifive.com>
765
766 * elfxx-riscv.c (riscv_get_prefix_class): Format s case like others.
767 (riscv_parse_prefixed_ext): Fix s extension comment and reword to
768 avoid over long line.
769
caa31cfa
NC
7702020-01-24 Nick Clifton <nickc@redhat.com>
771
772 PR 25447
773 * coffgen.c (_bfd_coff_close_and_cleanup): Do not clear the keep
774 syms and keep strings flags as these may have been set in order to
775 prevent a bogus call to free.
776
24e648d4
NC
7772020-01-23 Nick Clifton <nickc@redhat.com>
778
779 * po/fr.po: Updated French translation.
780
67641dd3
AM
7812020-01-23 Alan Modra <amodra@gmail.com>
782
783 PR 25444
784 * elf.c (assign_file_positions_for_load_sections): Avoid divide
785 by zero when p_align is zero.
786
403d1bd9
JW
7872020-01-22 Maxim Blinov <maxim.blinov@embecosm.com>
788
789 * bfd/elfnn-riscv.c (riscv_skip_prefix): New.
790 (riscv_prefix_cmp): Likewise.
791 (riscv_non_std_ext_p): Deleted.
792 (riscv_std_sv_ext_p): Likewise.
793 (riscv_non_std_sv_ext_p): Likewise.
794 (riscv_merge_non_std_and_sv_ext): Rename to...
795 (riscv_merge_multi_letter_ext): and modified to use riscv_prefix_cmp.
796 (riscv_merge_arch_attr_info): Replace 3 calls to
797 riscv_merge_non_std_and_sv_ext with single call to
798 riscv_merge_multi_letter_ext.
799 * bfd/elfxx-riscv.c (riscv_parse_std_ext): Break if we
800 encounter a 'z' prefix.
801 (riscv_get_prefix_class): New function, return prefix class based
802 on first few characters of input string.
803 (riscv_parse_config): New structure to factor out minor differences
804 in extension class parsing behaviour.
805 (riscv_parse_sv_or_non_std_ext): Rename to...
806 (riscv_parse_prefixed_ext): and parameterise with
807 riscv_parse_config.
808 (riscv_std_z_ext_strtab, riscv_std_s_ext_strtab): New.
809 (riscv_multi_letter_ext_valid_p): New.
810 (riscv_ext_x_valid_p, riscv_ext_z_valid_p, riscv_ext_s_valid_p): New.
811 (riscv_parse_subset): Delegate all non-single-letter parsing work
812 to riscv_parse_prefixed_ext.
813 * bfd/elfxx-riscv.h (riscv_isa_ext_class): New type.
814 (riscv_get_prefix_class): Declare.
815
a804e476
AM
8162020-01-22 Alan Modra <amodra@gmail.com>
817
818 * elf64-ppc.c (struct ppc_link_hash_table): Add tga_group.
819 (ppc64_elf_archive_symbol_lookup): Extract __tls_get_addr_opt for
820 __tls_get_addr_desc.
821 (ppc64_elf_size_stubs): Add section for linker generated
822 __tls_get_addr_desc wrapper function. Loop at least once if
823 generating this function.
824 (emit_tga_desc, emit_tga_desc_eh_frame): New functions.
825 (ppc64_elf_build_stubs): Generate __tls_get_addr_desc.
826
9e7028aa
AM
8272020-01-22 Alan Modra <amodra@gmail.com>
828
829 * elf64-ppc.h (struct ppc64_elf_params): Add no_tls_get_addr_regsave.
830 * elf64-ppc.c (struct ppc_link_hash_table): Add tga_desc and
831 tga_desc_fd.
832 (is_tls_get_addr): Match tga_desc and tga_desc_df too.
833 (STDU_R1_0R1, ADDI_R1_R1): Define.
834 (tls_get_addr_prologue, tls_get_addr_epilogue): New functions.
835 (ppc64_elf_tls_setup): Set up tga_desc and tga_desc_fd. Indirect
836 tga_desc_fd to opt_fd, and tga_desc to opt. Set
837 no_tls_get_addr_regsave.
838 (branch_reloc_hash_match): Add hash3 and hash4.
839 (ppc64_elf_tls_optimize): Handle tga_desc_fd and tga_desc too.
840 (ppc64_elf_size_dynamic_sections): Likewise.
841 (ppc64_elf_relocate_section): Likewise.
842 (plt_stub_size, build_plt_stub): Likewise. Size regsave
843 __tls_get_addr stub.
844 (build_tls_get_addr_stub): Build regsave __tls_get_addr stub and
845 eh_frame.
846 (ppc_size_one_stub): Handle tga_desc_fd and tga_desc too. Size
847 eh_frame for regsave __tls_get_addr.
848
abc489c6
AM
8492020-01-22 Alan Modra <amodra@gmail.com>
850
851 * elf64-ppc.c (ppc64_elf_size_stubs): Correct condition under
852 which __tls_get_addr calls will be eliminated.
853
26916852
NC
8542020-01-20 Nick Clifton <nickc@redhat.com>
855
856 * po/pt.po: Updates Portuguese translation.
857 * po/ru.po: Updated Russian translation.
858 * po/uk.po: Updated Ukranian translation.
859
14470f07
L
8602020-01-20 H.J. Lu <hongjiu.lu@intel.com>
861
862 PR ld/25416
863 * elf64-x86-64.c (elf_x86_64_check_tls_transition): Support
864 "rex leal x@tlsdesc(%rip), %reg" and "call *x@tlsdesc(%eax)" in
865 X32 mode.
866 (elf_x86_64_relocate_section): In x32 mode, for GDesc -> LE
867 transition, relax "rex leal x@tlsdesc(%rip), %reg" to
868 "rex movl $x@tpoff, %reg", for GDesc -> IE transition, relax
869 "rex leal x@tlsdesc(%rip), %reg" to
870 "rex movl x@gottpoff(%rip), %eax". For both transitions, relax
871 "call *(%eax)" to "nopl (%rax)".
872
b9ca1af6
AM
8732020-01-20 Alan Modra <amodra@gmail.com>
874
875 * elf64-ppc.c (LD_R11_0R3, CMPDI_R11_0, STD_R11_0R1, LD_R11_0R1),
876 (MTLR_R11): Don't define.
877 (LD_R0_0R3, CMPDI_R0_0): Define.
878 (build_tls_get_addr_stub): Don't use r11 in stub.
879
ed7007c1
AM
8802020-01-20 Alan Modra <amodra@gmail.com>
881
882 * elf64-ppc.c (ppc_elf_hash_entry): New function, use throughout file.
883 (defined_sym_val, is_tls_get_addr): Likewise.
884
1b1bb2c6
NC
8852020-01-18 Nick Clifton <nickc@redhat.com>
886
887 * version.m4 (BFD_VERSION): Set to 2.34.50.
888 * configure: Regenerate.
889 * po/bfd.pot: Regenerate.
890
ae774686
NC
8912020-01-18 Nick Clifton <nickc@redhat.com>
892
893 Binutils 2.34 branch created.
894
07f1f3aa
CB
8952020-01-17 Christian Biesinger <cbiesinger@google.com>
896
897 * coff-arm.c: Fix spelling error (seperate).
898 * elfxx-riscv.c (riscv_parse_sv_or_non_std_ext): Fix spelling
899 error (seperate).
900 * sysdep.h (strnlen): Fix spelling error (seperate).
901
0d1cc75d
LB
9022020-01-15 Lars Brinkhoff <lars@nocrew.org>
903
904 PR 20694
905 * pdp11.c (TARGET_PAGE_SIZE): Set to 8192.
906
e1c6cf61
AM
9072020-01-15 Alan Modra <amodra@gmail.com>
908
909 PR 25384
910 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Update comment.
911 (ppc64_elf_adjust_dynamic_symbol): Don't allow .dynbss copies
912 of function symbols unless dot symbols are present. Do warn
913 whenever one is created, regardles of whether a PLT entry is
914 also emitted for the function symbol.
915
ef4e5ba5
AM
9162020-01-14 Alan Modra <amodra@gmail.com>
917
918 * som.c (som_bfd_count_ar_symbols): Error when file position
919 of symbols on chains is not strictly increasing.
920
8ab484c2
AM
9212020-01-14 Alan Modra <amodra@gmail.com>
922
923 * vms.h (VMS_DEBUG): Define as 0.
924 * vms-alpha.c (image_write): Move debug output after bounds check.
925 Tidy bounds check.
926 (_bfd_vms_slurp_eihd): Warning fix.
927 (_bfd_vms_slurp_etir): Init variables to avoid bogus warnings.
928
b50ef514
AM
9292020-01-13 Alan Modra <amodra@gmail.com>
930
931 * vms-alpha.c (_bfd_vms_slurp_egsd): Ensure minimum size even
932 for "ignored" records.
933
0c0adcc5
AM
9342020-01-13 Alan Modra <amodra@gmail.com>
935
936 * wasm-module.c (wasm_scan_name_function_section): Formatting.
937 Delete asect name check. Move asect NULL check to wasm_object_p.
938 Correct bounds check of sizes against end. Replace uses of
939 bfd_zalloc with bfd_alloc, zeroing only necessary bytes. Use
940 just one bfd_release.
941 (wasm_scan): Don't use malloc/strdup for section names,
942 bfd_alloc instead. Simplify code prefixing section name.
943 Formatting. Don't attempt to free memory here..
944 (wasm_object_p): ..do so here.
945
7f026732
SN
9462020-01-10 Szabolcs Nagy <szabolcs.nagy@arm.com>
947
948 PR ld/22269
949 * elf32-arm.c (elf32_arm_final_link_relocate): Use
950 UNDEFWEAK_NO_DYNAMIC_RELOC.
951 (allocate_dynrelocs_for_symbol): Likewise.
952
8cd0e5e9
TC
9532020-01-10 Tamar Christina <tamar.christina@arm.com>
954
955 PR 25210
956 * elfnn-aarch64.c (_bfd_aarch64_create_stub_section): Remove elfclass.
957
71780f45
AM
9582020-01-10 Alan Modra <amodra@gmail.com>
959
960 * coff-alpha.c (alpha_ecoff_object_p): Calculate size in bfd_size_type.
961
b899eb3b
NC
9622020-01-09 Nick Clifton <nickc@redhat.com>
963
964 PR 25221
965 * bfd.c (bfd_convert_section_contents): Check for a compress
966 header size that is larger than the actual section size.
967
4c6ee646
AM
9682020-01-08 Alan Modra <amodra@gmail.com>
969
970 PR 25351
971 * elflink.c (bfd_elf_final_link): Call _bfd_fix_excluded_sec_syms
972 after removing sections.
973
85f78364
JW
9742020-01-06 Jim Wilson <jimw@sifive.com>
975
976 PR 25205
977 * elfnn-riscv.c (riscv_elf_relocate_section) <R_RISCV_CALL>: Add
978 check for !bfd_link_pic (info).
979 <R_RISCV_CALL_PLT>: Move next to R_RISCV_CALL.
980 <R_RISCV_JAL>: Add comment.
981 (_bfd_riscv_relax_section): For plt.offset check, add check for
982 bfd_link_pic (info). Add comment.
983
49078ece
AM
9842020-01-06 Alan Modra <amodra@gmail.com>
985
986 * format.c (bfd_check_format_matches): Ignore bfd_error on target
987 match failures. Don't init to bfd_error_wrong_format before
988 calling _bfd_check_format.
989
ab356be7
AM
9902020-01-06 Alan Modra <amodra@gmail.com>
991
992 * vms-alpha.c (_bfd_vms_push, _bfd_vms_pop): Return pass/fail
993 status rather than exiting on stack overflow or underflow.
994 (_bfd_vms_slurp_etir): Adjust to suit.
995
85d86817
AM
9962020-01-06 Alan Modra <amodra@gmail.com>
997
998 * som.c (som_bfd_fill_in_ar_symbols): Bounds check som_dict index.
999
3e6aa775
AM
10002020-01-06 Alan Modra <amodra@gmail.com>
1001
1002 * mach-o.c (bfd_mach_o_read_dylinker): Don't read past end of
1003 command. Check name offset is within command.
1004 (bfd_mach_o_read_dylib, bfd_mach_o_read_prebound_dylib),
1005 (bfd_mach_o_read_prebind_cksum, bfd_mach_o_read_twolevel_hints),
1006 (bfd_mach_o_read_fvmlib, bfd_mach_o_read_dysymtab),
1007 (bfd_mach_o_read_symtab, bfd_mach_o_read_uuid),
1008 (bfd_mach_o_read_linkedit, bfd_mach_o_read_str),
1009 (bfd_mach_o_read_dyld_info, bfd_mach_o_read_version_min),
1010 (bfd_mach_o_read_encryption_info, bfd_mach_o_read_source_version),
1011 (bfd_mach_o_read_encryption_info_64, bfd_mach_o_read_main),
1012 (bfd_mach_o_read_note, bfd_mach_o_read_build_version),
1013 (bfd_mach_o_read_segment): Similarly.
1014 (bfd_mach_o_read_thread): Properly bound check thread struct.
1015 Don't repeat checks on second loop.
1016 (bfd_mach_o_read_command): Fail on invalid command length.
1017
ea933f17
AM
10182020-01-04 Alan Modra <amodra@gmail.com>
1019
1020 * format.c (bfd_check_format_matches): Add preserve_match.
1021 Save initial bfd state in "preserve", matched bfd state in
1022 "preserve_match". Save just the first match. Release
1023 bfd_alloc memory. Restore and finish preserved state as
1024 appropriate on all function exit paths.
1025
f24bdec4
AM
10262020-01-04 Alan Modra <amodra@gmail.com>
1027
1028 * mmo.c (mmo_mkobject): Allocate tdata with bfd_zalloc.
1029
991fb595
AM
10302020-01-04 Alan Modra <amodra@gmail.com>
1031
1032 * coffgen.c (coff_real_object_p): Free malloc'd memory on target
1033 match too.
1034
f2a3559d
NC
10352020-01-03 Nick Clifton <nickc@redhat.com>
1036
1037 PR 25307
1038 (bfd_pef_parse_function_stubs): Correct the test that ensures that
1039 there is enough data remaining in the code buffer before
1040 attempting to read a function stub.
1041
7a0fb7be
NC
10422020-01-03 Nick Clifton <nickc@redhat.com>
1043
1044 PR 25308
1045 * elf-properties.c (_bfd_elf_convert_gnu_properties): Check the
1046 return value from bfd_malloc.
1047 * elf32-arm.c (bfd_elf32_arm_vfp11_fix_veneer_locations): Likewise.
1048 (bfd_elf32_arm_stm32l4xx_fix_veneer_locations): Likewise.
1049 (elf32_arm_filter_cmse_symbols): Likewise.
1050 (elf32_arm_write_section): Likewise.
1051 * mach-o.c (bfd_mach_o_core_fetch_environment): Likewise.
1052 (bfd_mach_o_follow_dsym): Likewise.
1053 * pef.c (bfd_pef_print_loader_section): Likewise.
1054 (bfd_pef_scan_start_address): Likewise.
1055 (bfd_pef_parse_function_stubs): Likewise.
1056 (bfd_pef_parse_symbols): Likewise.
1057
b26a3d58
ST
10582020-01-03 Sergei Trofimovich <siarheit@google.com>
1059
1060 * elfnn-ia64.c (elfNN_ia64_merge_private_bfd_data): don't fail
1061 on binary inputs ld/PR25316.
1062 (is_ia64_elf): new helper to filter on ia64 objects.
1063
4bb7a87e
JB
10642020-01-03 Jan Beulich <jbeulich@suse.com>
1065
1066 * mach-o.c (cpusubtype, bfd_mach_o_header_p): Insert underscore
1067 in parameter names.
1068 (bfd_mach_o_scan): Insert underscore in two variable names.
1069
6655dba2
SB
10702020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
1071
1072 * Makefile.am: Add z80-elf target support.
1073 * configure.ac: Likewise.
1074 * targets.c: Likewise.
1075 * Makefile.in: Regenerate.
1076 * configure: Regenerate.
1077 * config.bfd: Add z80-elf target support and new arches: ez80 and
1078 z180.
1079 * elf32-z80.c: New file.
1080 * archures.c: Add new z80 architectures: eZ80 and Z180.
1081 * coffcode.h: Likewise.
1082 * cpu-z80.c: Likewise.
1083 * coff-z80.c: Add new relocations for Z80 target and local label
1084 check.
1085 * reloc.c: Add new relocs.
1086 * bfd-in2.h: Regenerate.
1087 * libbfd.h: Regenerate.
1088
0db131fb
TC
10892020-01-02 Tamar Christina <tamar.christina@arm.com>
1090
1091 PR 25210
1092 PR 24753
1093 * elfnn-aarch64.c (_bfd_aarch64_create_stub_section): Set ELF class.
1094
b14ce8bf
AM
10952020-01-01 Alan Modra <amodra@gmail.com>
1096
1097 Update year range in copyright notice of all files.
1098
0b114740 1099For older changes see ChangeLog-2019
3499769a 1100\f
0b114740 1101Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
1102
1103Copying and distribution of this file, with or without modification,
1104are permitted in any medium without royalty provided the copyright
1105notice and this notice are preserved.
1106
1107Local Variables:
1108mode: change-log
1109left-margin: 8
1110fill-column: 74
1111version-control: never
1112End: