Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
e5af2160
AM
12019-12-26 Alan Modra <amodra@gmail.com>
2
3 * som.c (setup_sections): Don't overflow space_strings_size. Use
4 bfd_malloc2 to catch overflow of size calculation.
5 (som_prep_for_fixups): Use bfd_zalloc2 to catch overflow of size
6 calculation.
7 (som_build_and_write_symbol_table): Similarly use bfd_zmalloc2.
8 (som_slurp_symbol_table): Similarly use bfd_zmalloc2, bfd_malloc2,
9 and bfd_zalloc2.
10 (bfd_som_attach_aux_hdr): Use size_t vars for string length.
11 (som_bfd_count_ar_symbols): Use bfd_malloc2 to catch overflow of
12 size calculation. Use size_t vars for length and catch overflow.
13 (som_slurp_armap): Use bfd_alloc2 to catch overflow of size
14 calculation.
15 (som_bfd_ar_write_symbol_stuff): Similarly use bfd_zmalloc2 and
16 bfd_malloc2. Perform size calculations in bfd_size_type.
17
f5311f25
HD
182019-12-26 Hannes Domani <ssbssa@yahoo.de>
19
20 * peicode.h (pe_bfd_read_buildid): Free data.
21
2c0e48e5
AM
222019-12-23 Alan Modra <amodra@gmail.com>
23
24 * vms-alpha.c (add_symbol): Add "max" parameter. Error on string
25 length larger than max.
26 (_bfd_vms_slurp_egsd): Ensure record is at least large enough to
27 read string length byte, error if not. Pass size to add_symbol.
28 (_bfd_vms_slurp_etir): Don't read past end of buffer when reading
29 type and length. Allow read of last byte in buffer.
30
27c1c427
AM
312019-12-23 Alan Modra <amodra@gmail.com>
32
33 * wasm-module.c (wasm_read_leb128): Don't allow oversize shifts.
34 Catch value overflow. Sign extend only on terminating byte.
35
e76832f1
AM
362019-12-20 Alan Modra <amodra@gmail.com>
37
38 * xtensa-isa.c (xtensa_insnbuf_from_chars): Avoid signed overflow.
39
15d2859f
AM
402019-12-20 Alan Modra <amodra@gmail.com>
41
42 * libhppa.h (hppa_field_adjust, bfd_hppa_insn2fmt): Delete forward
43 declaration. Move ATTRIBUTE_UNUSED to definition.
44 (sign_extend, low_sign_extend, sign_unext, low_sign_unext),
45 (re_assemble_3, re_assemble_12, re_assemble_14, re_assemble_16),
46 (re_assemble_17, re_assemble_21, re_assemble_22): Likewise. Make
47 args and return value unsigned. Use unsigned variables.
48 (hppa_rebuild_insn): Similarly.
49
9d78076e
AM
502019-12-20 Alan Modra <amodra@gmail.com>
51
52 * format.c (bfd_check_format_matches): Free matching_vector when
53 not returning matching target strings.
54
fcc5d04f
AM
552019-12-20 Alan Modra <amodra@gmail.com>
56
57 * coff-alpha.c (alpha_ecoff_read_ar_hdr): Free ar_hdr on error return.
58
228c8f4b
AM
592019-12-18 Alan Modra <amodra@gmail.com>
60
61 * coff-rs6000.c (_bfd_xcoff_slurp_armap): Don't overflow when
62 checking symbol count against section size. Guard against strlen
63 running off end of buffer by allocating one more byte and zeroing.
64 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
65
9ad9b810
AM
662019-12-18 Alan Modra <amodra@gmail.com>
67
68 * elf32-ppc.c (ppc_elf_get_synthetic_symtab): Use size_t for vars.
69 * elf64-ppc.c (sym_exists_at): Use size_t for lo, hi and mid.
70
2365f8d7
AM
712019-12-18 Alan Modra <amodra@gmail.com>
72
73 * elf-bfd.h (ELF_LOCAL_SYMBOL_HASH): Avoid signed overflow.
74 * elf32-hppa.c (final_link_relocate): Likewise.
75 * elf32-ppc.c (_bfd_elf_ppc_at_tls_transform): Likewise.
76 (_bfd_elf_ppc_at_tprel_transform, is_insn_ds_form): Likewise.
77 (is_insn_dq_form, ppc_elf_relocate_section): Likewise.
78 * elf64-ppc.c (ok_lo_toc_insn, ppc64_elf_edit_toc): Likewise.
79 (ppc64_elf_relocate_section): Likewise.
80 * elfxx-mips.c (mips_elf_perform_relocation): Likewise.
81 * netbsd.h (N_SET_FLAGS): Likewise.
82
5b660084
AM
832019-12-17 Alan Modra <amodra@gmail.com>
84
85 * coff-tic80.c: Delete file.
86 * cpu-tic80.c: Delete file.
87 * archures.c: Remove tic80 support.
88 * coffcode.h: Likewise.
89 * coffswap.h: Likewise.
90 * targets.c: Likewise.
91 * config.bfd: Likewise.
92 * configure.ac: Likewise.
93 * Makefile.am: Likewise.
94 * Makefile.in: Regenerate.
95 * bfd-in2.h: Regenerate.
96 * configure: Regenerate.
97 * po/SRC-POTFILES.in: Regenerate.
98
0bc3450e
AM
992019-12-13 Alan Modra <amodra@gmail.com>
100
101 PR 25237
102 * elf.c: (assign_file_positions_for_load_sections): Attempt to
103 keep meaningless p_offset for PT_LOAD segments without file
104 contents within file size.
105
199d46be
AM
1062019-12-12 Alan Modra <amodra@gmail.com>
107
108 * libbfd.c (bfd_get): Don't cast result of bfd_get_8.
109 * bfd-in2.h: Regenerate.
110
13c9c485
AM
1112019-12-11 Alan Modra <amodra@gmail.com>
112
113 * elf32-rx.c (elf32_rx_relax_section): Avoid signed overflow.
114 * libaout.h (N_SET_INFO, N_SET_FLAGS): Likewise.
115 * netbsd.h (write_object_contents): Likewise.
116 * elf32-arm.c (bfd_elf32_arm_vfp11_erratum_scan): Likewise.
117 * libhppa.h (HPPA_R_CONSTANT): Don't signed extend with shifts.
118 (stm32l4xx_create_replacing_stub_vldm): Don't truncate high bits
119 with shifts.
120 * elf32-nds32.h (R_NDS32_RELAX_ENTRY_DISABLE_RELAX_FLAG): Define
121 using 1u shifted left. Ditto for other macros.
122 * mmo.c (LOP): Make unsigned.
123
09c78487
AM
1242019-12-11 Alan Modra <amodra@gmail.com>
125
126 * libbfd.c (bfd_get_8): Return a bfd_vma.
127 (bfd_get_signed_8): Return a bfd_signed_vma.
128 * bfd-in2.h: Regenerate.
129
567607c1
AM
1302019-12-11 Alan Modra <amodra@gmail.com>
131
132 * xtensa-modules.c (Field_* functions): Don't mask using shifts.
133 (Operand_soffsetx4_decode, Operand_simm4_decode),
134 (Operand_simm8_decode, Operand_simm8x256_decode),
135 (Operand_simm12b_decode, Operand_label8_decode),
136 (Operand_label12_decode, Operand_soffset_decode),
137 (Operand_xt_wbr15_label_decode, Operand_xt_wbr18_label_decode): Don't
138 sign extend using shifts.
139 (Operand_immrx4_decode, Operand_uimm16x4_decode): Avoid UB in
140 constant.
141
8ff23dba
AM
1422019-12-11 Alan Modra <amodra@gmail.com>
143
144 * cpu-ia64-opc.c (ext_imms_scaled): Avoid undefined left shift
145 of negative values by using unsigned vars.
146
5fa370e4
AM
1472019-12-07 Alan Modra <amodra@gmail.com>
148
149 PR 25236
150 * elflink.c (_bfd_elf_link_assign_sym_version): Assign versions
151 for ELF_COMMON_DEF_P symbols.
152 (elf_link_output_extsym, _bfd_elf_add_default_symbol): Adjust to
153 suit.
154
bce7c9d6
SL
1552019-12-05 Sandra Loosemore <sandra@codesourcery.com>
156
157 Only give FDE encoding warnings if --eh-frame-hdr was specified.
158
159 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Make
160 FDE encoding warning conditional.
161
a23e9ba1
NC
1622019-12-05 Nick Clifton <nickc@redhat.com>
163
164 PR 25029
165 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Ignore empty sections
166 when computing the sizes stored in the headers.
167
e63ef095
AM
1682019-12-03 Alan Modra <amodra@gmail.com>
169
170 PR 25230
171 * dwarf2.c (struct dwarf2_debug_file): Add line_table and
172 abbrev_offsets.
173 (struct abbrev_offset_entry): New.
174 (hash_abbrev, eq_abbrev, del_abbrev): New functions.
175 (read_abbrevs): Check whether we have already read abbrevs at
176 given offset, and add new offset/abbrev to hash table.
177 (decode_line_info): Keep line table at offset zero in file struct.
178 Return this for a cu reusing the same dir/file list.
179 (find_abstract_instance): Find cu for DW_FORM_GNU_ref_alt.
180 (_bfd_dwarf2_slurp_debug_info): Create offset/abbrev hash tables.
181 (_bfd_dwarf2_cleanup_debug_info): Adjust deletion of lines and
182 abbrevs.
183
99b06c60
AM
1842019-12-03 Alan Modra <amodra@gmail.com>
185
186 PR 25230
187 * dwarf2.c (struct dwarf2_debug_file): New struct.
188 (struct dwarf2_debug): Delete fields now in dwarf2_debug_file.
189 Add f, alt fields.
190 (struct comp_unit): Add file field.
191 (read_indirect_string, read_indirect_line_string): Adjust to suit.
192 (read_alt_indirect_string, read_alt_indirect_ref): Likewise.
193 (read_debug_ranges, find_abstract_instance, read_rangelist): Likewise.
194 (_bfd_dwarf2_stash_syms, place_sections): Likewise.
195 (stash_maybe_update_info_hash_tablse): Likewise.
196 (stash_verify_info_hash_table): Likewise.
197 (_bfd_dwarf2_slurp_debug_info): Likewise.
198 (_bfd_dwarf2_find_symbol_bias): Likewise.
199 (_bfd_dwarf2_find_nearest_line): Likewise.
200 (_bfd_dwarf2_cleanup_debug_info): Likewise.
201 (read_abbrevs): Add file param and adjust. Update calls.
202 (stash_comp_unit): Likewise.
203 (decode_line_info): Delete stash param and adjust. Update calls.
204 (comp_unit_find_nearest_line): Likewise.
205 (comp_unit_maybe_decode_line_info): Likewise.
206 (comp_unit_find_line): Likewise.
207 (parse_comp_unit): Add file and info_ptr param and adjust. Update
208 calls.
209
019cc875
AM
2102019-12-03 Alan Modra <amodra@gmail.com>
211
212 * dwarf2.c (read_indirect_string): Don't duplicate offset check
213 done in read_section.
214 (read_indirect_line_string): Likewise.
215 (read_alt_indirect_string): Likewise.
216 (read_alt_indirect_ref): Likewise.
217 (read_abbrevs): Likewise. Free memory on all failure paths.
218 Use correct unsigned type for pointer difference comparison.
219
1b8e1271
AM
2202019-12-03 Alan Modra <amodra@gmail.com>
221
222 * dwarf2.c (struct dwarf2_debug): Update comments. Remove sec
223 and sec_info_ptr.
224 (_bfd_dwarf2_slurp_debug_info): Don't set sec or sec_info_ptr.
225 (stash_comp_unit): Likewise.
226 (read_alt_indirect_ref): Return NULL not FALSE.
227
2247a609
AM
2282019-12-03 Alan Modra <amodra@gmail.com>
229
230 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Correct function comment.
231
7f3bf384
AM
2322019-11-27 Alan Modra <amodra@gmail.com>
233
234 PR 23652
235 * dwarf2.c (_bfd_dwarf2_stash_syms): Break out of loop on finding
236 matching section.
237 (_bfd_dwarf2_find_nearest_line): Return an int, with value 2 when
238 returning info from the symbol table. Do the _bfd_elf_find_function
239 search also when !found. Call _bfd_dwarf2_stash_syms regardless of
240 symbols.
241 * elf64-alpha.c (elf64_alpha_find_nearest_line): Accept dwarf2
242 result of 1 only.
243 * elfxx-mips.c (_bfd_mips_elf_find_nearest_line): Likewise.
244 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
245 * libbfd.h: Regenerate.
246
e7679060
AM
2472019-11-27 Alan Modra <amodra@gmail.com>
248
249 PR 23652
250 * dwarf2.c (_bfd_dwarf2_stash_syms): New function.
251 (_bfd_dwarf2_find_nearest_line): Use it here, passing syms to
252 _bfd_elf_find_function. Call _bfd_elf_find_function in cases
253 where _bfd_elf_find_nearest_line would do so.
254 * elf.c (_bfd_elf_find_nearest_line): Omit _bfd_elf_find_function
255 for dwarf2.
256 * elfxx-mips.c (_bfd_mips_elf_find_nearest_line): Similarly. Tidy.
257 * elf32-arm.c (elf32_arm_maybe_function_sym): New function.
258 (elf_backend_maybe_function_sym): Define.
259 (arm_elf_find_function, elf32_arm_find_nearest_line): Delete.
260 (bfd_elf32_find_nearest_line): Don't define.
261 * elfnn-aarch64.c (elfNN_aarch64_maybe_function_sym): New function.
262 (elf_backend_maybe_function_sym): Define.
263 (aarch64_elf_find_function, elfNN_aarch64_find_nearest_line): Delete.
264 (bfd_elfNN_find_nearest_line): Don't define.
265
96e2dbda
AM
2662019-11-27 Alan Modra <amodra@gmail.com>
267
268 * elf32-sh.c (sh_reloc): Use a bfd_vma insn.
269 (sh_reloc <R_SH_IND12W>): Divide calculated relocation value
270 by two before applying to insn. Correct overflow test.
271 * coff-sh.c (sh_reloc): Likewise.
272
239b426b
NC
2732019-11-26 Nick Clifton <nickc@redhat.com>
274
275 * elf32-sh.c (sh_elf_reloc): Use a signed_vma when checking for a
276 negative relocated value.
277 * coff-sh.c (sh_reloc): Likewise.
278
bb294208
AM
2792019-11-25 Alan Modra <amodra@gmail.com>
280
281 * archures.c (bfd_octets_per_byte): Tail call
282 bfd_arch_mach_octets_per_byte.
283 * coff-arm.c (OCTETS_PER_BYTE): Define.
284 (coff_arm_reloc): Introduce new "octets" temp. Use OCTETS_PER_BYTE
285 with section. Correct "addr". Remove ATTRIBUTE_UNUSED.
286 * coff-i386.c (coff_i386_reloc): Similarly.
287 * coff-mips.c (mips_reflo_reloc): Similarly.
288 * coff-x86_64.c (coff_amd64_reloc): Similarly.
289 * elf32-msp430.c (OCTETS_PER_BYTE): Define.
290 (rl78_sym_diff_handler): Use OCTETS_PER_BYTE, with section.
291 * elf32-nds32.c (nds32_elf_get_relocated_section_contents): Similarly.
292 * elf32-ppc.c (ppc_elf_addr16_ha_reloc): Similarly.
293 * elf32-pru.c (pru_elf32_do_ldi32_relocate): Similarly.
294 * elf32-s12z.c (opru18_reloc): Similarly.
295 * elf32-sh.c (sh_elf_reloc): Similarly.
296 * elf32-spu.c (spu_elf_rel9): Similarly.
297 * elf32-xtensa.c (bfd_elf_xtensa_reloc): Similarly.
298 * elf64-ppc.c (ppc64_elf_ha_reloc, ppc64_elf_brtaken_reloc),
299 (ppc64_elf_toc64_reloc): Similarly.
300 * bfd.c (bfd_get_section_limit): Pass section to bfd_octets_per_byte.
301 * cofflink.c (_bfd_coff_link_input_bfd),
302 (_bfd_coff_reloc_link_order): Likewise.
303 * elf.c (_bfd_elf_section_offset): Likewise.
304 * elflink.c (resolve_section, bfd_elf_perform_complex_relocation),
305 (elf_link_input_bfd, elf_reloc_link_order, elf_fixup_link_order),
306 (bfd_elf_final_link): Likewise.
307 * elf.c (_bfd_elf_make_section_from_shdr): Don't strncmp twice
308 to set SEC_ELF_OCTETS.
309 * reloc.c (bfd_perform_relocation): Tidy SEC_ELF_OCTETS special case.
310 (bfd_install_relocation): Likewise.
311 (_bfd_final_link_relocate): Don't recalculate octets.
312 * syms.c (_bfd_stab_section_find_nearest_line): Introduc new
313 "octets" temp.
314 * bfd-in2.h: Regenerate.
315
61826503
CE
3162019-11-25 Christian Eggers <ceggers@gmx.de>
317
318 * section.c (struct bfd_section): New flag SEC_ELF_OCTETS.
319 * archures.c (bfd_octets_per_byte): New parameter sec.
320 If section is not NULL and SEC_ELF_OCTETS is set, one octet es
321 returned [ELF targets only].
322 * bfd.c (bfd_get_section_limit): Provide section parameter to
323 bfd_octets_per_byte.
324 * bfd-in2.h: regenerate.
325 * binary.c (binary_set_section_contents): Move call to
326 bfd_octets_per_byte into section loop. Provide section parameter
327 to bfd_octets_per_byte.
328 * coff-arm.c (coff_arm_reloc): Provide section parameter
329 to bfd_octets_per_byte.
330 * coff-i386.c (coff_i386_reloc): likewise.
331 * coff-mips.c (mips_reflo_reloc): likewise.
332 * coff-x86_64.c (coff_amd64_reloc): likewise.
333 * cofflink.c (_bfd_coff_link_input_bfd): likewise.
334 (_bfd_coff_reloc_link_order): likewise.
335 * elf.c (_bfd_elf_section_offset): likewise.
336 (_bfd_elf_make_section_from_shdr): likewise.
337 Set SEC_ELF_OCTETS for sections with names .gnu.build.attributes,
338 .debug*, .zdebug* and .note.gnu*.
339 * elf32-msp430.c (rl78_sym_diff_handler): Provide section parameter
340 to bfd_octets_per_byte.
341 * elf32-nds.c (nds32_elf_get_relocated_section_contents): likewise.
342 * elf32-ppc.c (ppc_elf_addr16_ha_reloc): likewise.
343 * elf32-pru.c (pru_elf32_do_ldi32_relocate): likewise.
344 * elf32-s12z.c (opru18_reloc): likewise.
345 * elf32-sh.c (sh_elf_reloc): likewise.
346 * elf32-spu.c (spu_elf_rel9): likewise.
347 * elf32-xtensa.c (bfd_elf_xtensa_reloc): likewise
348 * elf64-ppc.c (ppc64_elf_brtaken_reloc): likewise.
349 (ppc64_elf_addr16_ha_reloc): likewise.
350 (ppc64_elf_toc64_reloc): likewise.
351 * elflink.c (bfd_elf_final_link): likewise.
352 (bfd_elf_perform_complex_relocation): likewise.
353 (elf_fixup_link_order): likewise.
354 (elf_link_input_bfd): likewise.
355 (elf_link_sort_relocs): likewise.
356 (elf_reloc_link_order): likewise.
357 (resolve_section): likewise.
358 * linker.c (_bfd_generic_reloc_link_order): likewise.
359 (bfd_generic_define_common_symbol): likewise.
360 (default_data_link_order): likewise.
361 (default_indirect_link_order): likewise.
362 * srec.c (srec_set_section_contents): likewise.
363 (srec_write_section): likewise.
364 * syms.c (_bfd_stab_section_find_nearest_line): likewise.
365 * reloc.c (_bfd_final_link_relocate): likewise.
366 (bfd_generic_get_relocated_section_contents): likewise.
367 (bfd_install_relocation): likewise.
368 For section which have SEC_ELF_OCTETS set, multiply output_base
369 and output_offset with bfd_octets_per_byte.
370 (bfd_perform_relocation): likewise.
371
73d5efd7
AM
3722019-11-21 Alan Modra <amodra@gmail.com>
373
374 * elf32-arm.c (elf32_arm_size_stubs): Exclude dynamic library
375 BFDs that have not been loaded.
376
f14080d4
AM
3772019-11-19 Alan Modra <amodra@gmail.com>
378
379 PR 25197
380 * coffgen.c (coff_find_nearest_line_with_names): Check that C_FILE
381 u.syment.n_value does point at another C_FILE sym and not into
382 some auxent that happens to look like a C_FILE. Properly check
383 for integer overflow and avoid possible pointer wrap-around.
384 Simplify pr17512 checks.
385
94698d01
AM
3862019-11-19 Alan Modra <amodra@gmail.com>
387
388 PR 25200
389 * reloc.c (bfd_default_reloc_type_lookup): Don't BFD_FAIL.
390 * elf.c (_bfd_elf_validate_reloc): Don't segfault on NULL howto.
391
ed7e9d0b
AM
3922019-11-18 Alan Modra <amodra@gmail.com>
393
394 * elf-bfd.h (struct elf_backend_data <elf_backend_init_file_header>):
395 Rename from elf_backend_post_process_headers.
396 (_bfd_elf_post_process_headers): Delete.
397 (_bfd_elf_init_file_header): Declare.
398 * elf.c (_bfd_elf_compute_section_file_positions): Call new function
399 in place of prep_headers and elf_backend_post_process_headers.
400 (_bfd_elf_init_file_header): Renamed from prep_headers with
401 updated args and made global. Delete dead code.
402 (_bfd_elf_post_process_headers): Delete.
403 * elf32-arm.c (elf32_arm_init_file_header): Rename from
404 elf32_arm_post_process_headers and call _bfd_elf_init_file_header.
405 Return status.
406 (elf_backend_init_file_header): Define.
407 (elf_backend_post_process_headers): Don't define.
408 * elf32-i386.c (elf_i386_fbsd_init_file_header): Similarly.
409 * elf32-m68hc1x.c (elf32_m68hc11_init_file_header): Similarly.
410 * elf32-metag.c (elf_metag_init_file_header): Similarly.
411 * elf32-spu.c (spu_elf_init_file_header
412 * elf32-visium.c (visium_elf_init_file_header
413 * elf64-alpha.c (elf64_alpha_fbsd_init_file_header
414 * elf64-hppa.c (elf64_hppa_init_file_header
415 * elf64-ia64-vms.c (elf64_vms_init_file_header
416 * elfnn-aarch64.c (elfNN_aarch64_init_file_header
417 * elfnn-ia64.c (elfNN_hpux_init_file_header
418 * elfxx-mips.c (_bfd_mips_init_file_header
419 * elfxx-mips.h (_bfd_mips_post_process_headers): Delete.
420 (_bfd_mips_init_file_header): Declare.
421 (elf_backend_post_process_headers): Delete.
422 (elf_backend_init_file_header): Define.
423 * elfxx-target.h (elf_backend_post_process_headers): Delete.
424 (elf_backend_init_file_header): Define and use.
425 * elf32-m68hc12.c (elf_backend_init_file_header): Define.
426 (elf_backend_post_process_headers): Don't define.
427 * elf32-m68hc1x.h (elf32_m68hc11_post_process_headers): Delete.
428 (elf32_m68hc11_init_file_header): Declare.
429 * elf32-ppc.c (elf_backend_post_process_headers): Remove
430 unnecessary undef.
431
6d6c25c8
AM
4322019-11-18 Alan Modra <amodra@gmail.com>
433
434 * elf-bfd.h (struct elf_backend_data <elf_backend_modify_headers>):
435 Rename from elf_backend_modify_program_headers.
436 (_bfd_elf_modify_headers): Declare.
437 * elf.c (assign_file_positions_except_relocs): Set
438 elf_program_header_size. Always call elf_backend_modify_headers.
439 Extract code modifying file header..
440 (_bfd_elf_modify_headers): ..to here. New function.
441 * elf32-arm.c (elf_backend_modify_headers): Renamed from
442 elf_backend_modify_program_headers.
443 * elf32-i386.c: Similarly.
444 * elf64-x86-64.c: Similarly.
445 * elfxx-target.h: Similarly. Default elf_backend_modify_headers
446 to _bfd_elf_modify_headers.
447 * elf-nacl.h (nacl_modify_headers): Rename from
448 nacl_modify_program_headers.
449 * elf-nacl.c (nacl_modify_headers): Rename from
450 nacl_modify_program_headers and call _bfd_elf_modify_headers.
451 * elf32-rx.c (elf32_rx_modify_headers): Similarly.
452 * elf32-spu.c (spu_elf_modify_headers): Similarly.
453 * elfnn-ia64.c (elfNN_ia64_modify_headers): Similarly.
454 * elf32-sh.c (elf_backend_modify_program_headers): Don't undef.
455
9aea1e31
AM
4562019-11-18 Alan Modra <amodra@gmail.com>
457
458 PR 25196
459 * bfd.c (bfd_error_type): Add bfd_error_sorry.
460 (bfd_errmsgs): Likewise.
461 * elf.c (rewrite_elf_program_header): Don't abort on confused
462 lma/alignment. Replace bfd_error_bad_value with bfd_error_sorry.
463 (_bfd_elf_validate_reloc): Use bfd_error_sorry.
464 (_bfd_elf_final_write_processing): Likewise.
465 * bfd-in2.h: Regenerate.
466
c6261a00
JW
4672019-11-12 Jim Wilson <jimw@sifive.com>
468
469 PR 25181
470 * elfnn-riscv.c (_bfd_riscv_relax_call): Always add max_alignment to
471 foff. If sym_sec->output_section and sec->output_section are the same
472 and not *ABS* then set max_alignment to that section's alignment.
473
595d3787
AM
4742019-11-07 Alan Modra <amodra@gmail.com>
475
476 * cpu-cr16c.c: Delete.
477 * elf32-cr16c.c: Delete.
478 * Makefile.am,
479 * archures.c,
480 * config.bfd,
481 * configure.ac,
482 * reloc.c,
483 * targets.c: Remove cr16c support.
484 * Makefile.in,
485 * bfd-in2.h,
486 * configure,
487 * libbfd.h,
488 * po/SRC-POTFILES.in: Regenerate.
489
3a70f7e8
T
4902019-11-05 Tim Rühsen <tim.ruehsen@gmx.de>
491
492 * doc/chew.c (add_to_definition): Use correct type when
493 calculating size of array reallocation.
494 (nextword): Always initialise the word return parameter.
495 (compile): Check return value of nextword().
496
864619bb
KS
4972019-10-30 Keith Seitz <keiths@redhat.com>
498
499 * elf-bfd.h (elf_backend_data) <elf_backend_core_find_build_id>:
500 New field.
501 (_bfd_elf32_core_find_build_id, _bfd_elf64_core_find_build_id):
502 New functions.
503 (elf_read_notes): Add declaration.
504 * elf.c (elf_read_notes): Move elf-bfd.h.
505 (_bfd_elf_core_find_build_id): New function.
506 (bfd_section_from_phdr): Scan core file PT_LOAD segments for
507 build-id if none is known.
508 (elf_parse_notes): For core files, scan for notes.
509 * elfcore.h (elf_core_file_matches_executable_p): If both
510 BFDs have identical build-ids, then they match.
511 (_bfd_elf_core_find_build_id): New function.
512 * elfxx-target.h (elf_backend_core_find_build_id): Define.
513 (elfNN_bed): Add elf_backend_core_find_build_id.
514
70cf6834
AE
5152019-10-29 Andrew Eikum <aeikum@codeweavers.com>
516
517 * libcoff-in.h (struct pe_tdata): Add dos_message field.
518 * libcoff.h: Regenerate.
519 * peXXigen.c (_bfd_XXi_only_swap_filehdr_out): Copy the
520 dos_message field rather than initialising it.
521 (_bfd_XX_bfd_copy_private_bfd_data_common): Copy the dos_message
522 field.
523 * peicode.h (pe_mkobject): Initialise the dos_message field.
524 (pe_mkobject_hook): Copy the dos_message field.
525 (pe_bfd_object_p): Copy the dos_message field.
526
30fe1832
AM
5272019-10-25 Alan Modra <amodra@gmail.com>
528
529 PR 4499
530 * elf-nacl.c (nacl_modify_segment_map): Set no_sort_lma for all
531 PT_LOAD segments.
532 * elf32-spu.c (spu_elf_modify_segment_map): Likewise on overlay
533 PT_LOAD segments.
534 * elf.c (elf_sort_segments): New function.
535 (assign_file_positions_except_relocs): Use shortcuts to elfheader
536 and elf_tdata. Seek to e_phoff not sizeof_ehdr to write program
537 headers. Move PT_PHDR check..
538 (assign_file_positions_for_non_load_sections): ..and code setting
539 PT_PHDR p_vaddr and p_paddr, and code setting __ehdr_start value..
540 (assign_file_positions_for_load_sections): ..to here. Sort
541 PT_LOAD headers. Delete header_pad code. Use actual number of
542 headers rather than allocated in calculating size for program
543 headers. Don't assume program headers follow ELF file header.
544 Simplify pt_load_count code. Only set "off" for PT_LOAD or
545 PT_NOTE in cores.
546 (rewrite_elf_program_header): Set p_vaddr_offset for segments
547 that include file and program headers.
548 (copy_elf_program_header): Likewise, replacing header_size code.
549
95cc7c16
AM
5502019-10-21 Alan Modra <amodra@gmail.com>
551
552 PR 452
553 * archive.c (normalize): Return file unchanged when
554 BFD_ARCHIVE_FULL_PATH.
555 (_bfd_construct_extended_name_table): Pass abfd, the output
556 bfd, to normalize.
557 (_bfd_archive_bsd44_construct_extended_name_table): Likewise.
558 * bfd.c (struct bfd): Make flags a full flagword.
559 (BFD_ARCHIVE_FULL_PATH): Define.
560 * bfd-in2.h: Regenerate.
561
2c9e9550
JDA
5622019-10-20 John David Anglin <danglin@gcc.gnu.org>
563
564 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Provide 8-byte
565 minimum alignment for .plt section.
566
18338fce
JDA
5672019-10-19 John David Anglin <danglin@gcc.gnu.org>
568
569 * elf32-hppa.c: Revise import stub sequences.
570 (LONG_BRANCH_STUB_SIZE): Define.
571 (LONG_BRANCH_SHARED_STUB_SIZE): Define.
572 (IMPORT_STUB_SIZE): Define.
573 (IMPORT_SHARED_STUB_SIZE): Define.
574 (EXPORT_STUB_SIZE): Define.
575 (plt_stub): Revise to not use register %r22.
576 (LDO_R1_R22): Define.
577 (LDW_R22_R21): Define.
578 (LDW_R22_R19): Define.
579 (hppa_build_one_stub): Update stub generation and use new defines.
580 (hppa_size_one_stub): Likewise.
581
330a6637
JW
5822019-10-17 Nelson Chu <nelson.chu@sifive.com>
583
584 * elfnn-riscv.c (riscv_elf_relocate_section): Report the error message
585 that user should recompile their code with `fPIC` when linking non-pic
586 code into shared library.
587
588 * elfnn-riscv.c (riscv_elf_relocate_section): Use asprintf to extend
589 the error message if needed, and then store the result into the
590 `msg_buf`. Finally, remember to free the unused `msg_buf`. All error
591 message for the dangerous relocation should be set before we call the
592 callback function. If we miss the error message since linker runs out
593 of memory, we should set the default error message for the error.
594
22216541
AM
5952019-10-16 Alan Modra <amodra@gmail.com>
596
597 PR 13616
598 * cpu-powerpc.c (bfd_arch_ppc_nop_fill): New function, use it
599 for all ppc arch info.
600 * linker.c (default_data_link_order): Pass info->big_endian to
601 arch_info->fill function.
602
9b142ddb
AM
6032019-10-15 Alan Modra <amodra@gmail.com>
604
605 * elf32-m68hc1x.c (reloc_warning): Add printf attribute.
606 (elf32_m68hc11_relocate_section): Don't use a variable for format
607 strings. Delete some unnecessary xgettext:c-format comments.
608
9a733151
AM
6092019-10-15 Alan Modra <amodra@gmail.com>
610
611 PR 24955
612 * elf32-arm.c (set_cmse_veneer_addr_from_implib): Use bfd_malloc
613 rather than xmalloc.
614 * elf32-m68hc1x.c (reloc_warning): New function.
615 (elf32_m68hc11_relocate_section): Use it here. Cast bfd_vma values
616 corresponding to %lx in format strings.
617 * elf32-nds32.c (nds32_insertion_sort): Use a stack temporary.
618
779f2ae7
AM
6192019-10-15 Alan Modra <amodra@gmail.com>
620
621 PR 25100
622 * elf64-ppc.c (sfpr_define): Delete dead code that triggered a warning.
623
ed481f97
AM
6242019-10-15 Alan Modra <amodra@gmail.com>
625
626 * bfd.c (bfd_check_compression_header): Check for powers of two
627 with x == (x & -x).
628
47f6ff2f
AM
6292019-10-14 Alan Modra <amodra@gmail.com>
630
631 * syms.c (struct indexentry): Add idx field.
632 (cmpindexentry): Final sort on idx.
633 (_bfd_stab_section_find_nearest_line): Set idx.
634
8025b055
AM
6352019-10-14 Alan Modra <amodra@gmail.com>
636
637 * dwarf2.c (struct lookup_funcinfo): Add idx field.
638 (compare_lookup_funcinfos): Perform final sort on idx.
639 (build_lookup_funcinfo_table): Set idx.
640 (compare_sequences): Perform final sort on num_lines.
641 (build_line_info_table): Set num_lines and line_info_lookup earlier.
642 (sort_line_sequences): Set num_lines for sort.
643
3a3f4bf7
AM
6442019-10-14 Alan Modra <amodra@gmail.com>
645
646 * elflink.c (elf_sort_symbol): Sort on type and name as well.
647 (elf_link_add_object_symbols): Style fix.
648
48db3297
AM
6492019-10-14 Alan Modra <amodra@gmail.com>
650
651 * elf.c (_bfd_elf_map_sections_to_segments): Init target_index
652 for sections about to be sorted.
653 (assign_file_positions_for_load_sections): Likewise.
654 (elf_sort_sections): Don't bother optimising both TOEND case.
655 * elflink.c (bfd_elf_final_link): Reset target_index.
656
8c1c5e5d
AM
6572019-10-14 Alan Modra <amodra@gmail.com>
658
659 * elflink.c (elf_get_linked_section_vma): Delete.
660 (compare_link_order): Use elf_linked_to_section and sort by lma,
661 size, and id.
662 (elf_fixup_link_order): Use size_t variables where appropriate.
663 Make use of elf_linked_to_section. Formatting. Properly align
664 sections.
665
dcea6a95
AM
6662019-10-14 Alan Modra <amodra@gmail.com>
667
668 * elf-strtab.c (strrevcmp): Comment.
669 * merge.c (strrevcmp): Likewise.
670 * elf64-ppc.c (compare_symbols): Correct final pointer comparison.
671 Comment on why comparing pointers ensures a stable sort.
672 * elflink.c (struct elf_symbol): Add void* to union.
673 (elf_sort_elf_symbol): Ensure a stable sort with pointer comparison.
674 (elf_sym_name_compare): Likewise.
675 (bfd_elf_match_symbols_in_sections): Style fix.
676 (elf_link_sort_cmp1): Comment.
677
ec9bd0a2
AM
6782019-10-14 Alan Modra <amodra@gmail.com>
679
680 PR 24955
681 * elflink.c (elf_output_implib): Don't use xmalloc. Don't ignore
682 return value of bfd_alloc2.
683 * peXXigen.c (_bfd_XXi_write_codeview_record): Don't use xmalloc.
684 * pef.c (bfd_pef_print_symbol): Likewise. Don't ignore return
685 value of bfd_get_section_contents.
686 * som.c (som_write_space_strings): Don't use xmalloc.
687 (som_write_symbol_strings): Likewise.
688
e168da45
MF
6892019-10-11 Max Filippov <jcmvbkbc@gmail.com>
690
691 * dwarf2.c (stash_maybe_enable_info_hash_tables): Only set
692 stash->info_hash_status = STASH_INFO_HASH_ON when
693 stash_maybe_update_info_hash_tables succeeds.
694
336bfbeb
AM
6952019-10-09 Alan Modra <amodra@gmail.com>
696
697 PR 25070
698 * dwarf2.c (_bfd_dwarf2_slurp_debug_info): Catch overflow of
699 total_size calculation.
700
063c511b
AM
7012019-10-08 Alan Modra <amodra@gmail.com>
702
703 PR 25078
704 * dwarf2.c (find_abstract_instance): Delete orig_info_ptr, add
705 recur_count. Error on recur_count reaching 100 rather than
706 info_ptr matching orig_info_ptr. Adjust calls.
707
c0ea7c52
JL
7082019-10-07 Jozef Lawrynowicz <jozef.l@mittosystems.com>
709
710 * elf32-msp430.c (elf32_msp430_merge_mspabi_attributes): Rename to..
711 (elf32_msp430_merge_msp430_attributes): Add support for merging
712 the GNU object attribute for data region.
713
93370e8e
AM
7142019-10-07 Alan Modra <amodra@gmail.com>
715
716 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Do allocate
717 space for local got non-tls relocs when PIE.
718
847d5183
AM
7192019-10-07 Alan Modra <amodra@gmail.com>
720
721 * elflink.c (elf_fixup_link_order): Don't attempt to find
722 an elf_section for linker created bfd sections.
723
7d04a20a
AM
7242019-10-07 Alan Modra <amodra@gmail.com>
725
726 * elf32-ppc.c (ppc_elf_tls_optimize): Don't process R_PPC_TLSLD
727 with non-local symbol. Don't double count __tls_get_addr calls
728 with marker relocs.
729 * elf64-ppc.c (ppc64_elf_tls_optimize): Likewise.
730
9737e8af
AM
7312019-10-07 Alan Modra <amodra@gmail.com>
732
733 * elf32-ppc.c (nomark_tls_get_addr): Rename from has_tls_get_addr_call
734 throughout.
735 * elf64-ppc.c (nomark_tls_get_addr): Likewise.
736
f749f26e
AM
7372019-10-04 Alan Modra <amodra@gmail.com>
738
739 * elf64-ppc.c (ppc64_elf_check_relocs): Move initialisation of vars.
740 (ppc64_elf_tls_optimize): Correct is_local condition.
741 (allocate_got): Don't reserve dynamic relocations for any of the
742 tls got relocs in PIEs when the symbol is local.
743 (allocate_dynrelocs): Correct validity test for local sym using
744 tlsld_got slot.
745 (ppc64_elf_size_dynamic_sections): Don't reserve dynamic relocations
746 for any of the tls got relocs in PIEs.
747 (ppc64_elf_layout_multitoc): Likewise.
748 (ppc64_elf_relocate_section): Correct validity test for local sym
749 using tlsld_got slot. Don't emit dynamic relocations for any of
750 the tls got relocs in PIEs when the symbol is local.
751 * elf32-ppc.c (ppc_elf_tls_optimize): Correct is_local condition.
752 (got_relocs_needed): Delete.
753 (allocate_dynrelocs): Correct validity test for local sym using
754 tlsld_got slot. Don't reserve dynamic relocations for any of the
755 tls got relocs in PIEs when the symbol is local.
756 (ppc_elf_size_dynamic_sections): Don't reserve dynamic relocations
757 for any of the tls got relocs in PIEs.
758 (ppc_elf_relocate_section): Correct validity test for local sym
759 using tlsld_got slot. Don't emit dynamic relocations for any of
760 the tls got relocs in PIEs when the symbol is local.
761
9cb09e33
SN
7622019-10-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
763
764 PR ld/22263
765 PR ld/25056
766 * elf32-arm.c (elf32_arm_tls_transition): Use bfd_link_dll instead of
767 bfd_link_pic for TLS checks.
768 (elf32_arm_final_link_relocate): Likewise.
769 (allocate_dynrelocs_for_symbol): Likewise.
770
b627f562
SN
7712019-10-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
772
773 PR ld/25062
774 * elf32-arm.c (elf32_arm_final_link_relocate): Sign extend data.
775
1ff6de03
NA
7762019-09-30 Nick Alcock <nick.alcock@oracle.com>
777
778 * elf-bfd.h (bfd_section_is_ctf): New inline function.
779 * elf.c (special_sections_c): Add ".ctf".
780 (assign_file_positions_for_non_load_sections): Note that
781 compressed debugging sections etc are not assigned here. Treat
782 CTF sections like SEC_ELF_COMPRESS sections when is_linker_output:
783 sh_offset -1.
784 (assign_file_positions_except_relocs): Likewise.
785 (find_section_in_list): Note that debugging and CTF sections, as
786 well as reloc sections, are assigned later.
787 (_bfd_elf_assign_file_positions_for_non_load): CTF sections get
788 their size and contents updated.
789 (_bfd_elf_set_section_contents): Skip CTF sections: unlike
790 compressed sections, they have no uncompressed content to copy at
791 this stage.
792 * elflink.c (elf_link_swap_symbols_out): Call the examine_strtab
793 callback right before the strtab is written out.
794 (bfd_elf_final_link): Don't cache the section contents of CTF
795 sections: they are not populated yet. Call the emit_ctf callback
796 right at the end, after all the symbols and strings are flushed
797 out.
798
22ccb849
NA
7992019-07-13 Nick Alcock <nick.alcock@oracle.com>
800
801 * elf-strtab.c (_bfd_elf_strtab_len): New.
802 (_bfd_elf_strtab_str): Likewise.
803 * bfd-elf.h: Declare them.
804
6d5944fc
NA
8052019-07-13 Nick Alcock <nick.alcock@oracle.com>
806
807 * elf-bfd.h (bfd_elf_get_str_section): Add.
808 * elf.c (bfd_elf_get_str_section): No longer static.
809
41f37a6f
AM
8102019-09-26 Alan Modra <amodra@gmail.com>
811
812 PR 24262
813 * Makefile.am (AM_CPPFLAGS): Add -DLIBDIR.
814 * plugin.c (load_plugin): Search both ${libdir}/bfd-plugins and
815 ${bindir}/../lib/bfd-plugins if different.
816 * Makefile.in: Regenerate.
817
ec73ddcd
AM
8182019-09-23 Alan Modra <amodra@gmail.com>
819
820 * elf64-ppc.c (ppc64_elf_check_relocs): Use bfd_link_executable
821 in choosing between different actions for shared library and
822 non-shared library cases. Delete ELIMINATE_COPY_RELOCS test.
823 (dec_dynrel_count): Likewise. Account for ifunc special case.
824 (ppc64_elf_adjust_dynamic_symbol): Copy relocs are for executables,
825 not non-pic.
826 (allocate_dynrelocs): Comment fixes. Delete ELIMINATE_COPY_RELOCS
827 test.
828
b06252c2
AM
8292019-09-23 Alan Modra <amodra@gmail.com>
830
831 * Makefile.am (SOURCE_HFILES): Add many missing .h files.
832 * Makefile.in: Regenerate.
833 * po/SRC-POTFILES.in: Regenerate.
834
640197ac
AM
8352019-09-23 Alan Modra <amodra@gmail.com>
836
837 * bfd-in.h (bfd_symbol, bfd_section_already_linked),
838 (bfd_elf_version_tree): Delete forward declarations.
839 Move other forward decls and remaining elf function decl later.
840 (bfd_section_already_linked_table_init),
841 (bfd_section_already_linked_table_free),
842 (_bfd_handle_already_linked, _bfd_nearby_section),
843 (_bfd_fix_excluded_sec_syms): Move to bfdlink.h.
844
0ba9378a
AM
8452019-09-23 Alan Modra <amodra@gmail.com>
846
847 * bfd-in.h: Move ecoff function declarations..
848 * ecoff-bfd.h: ..to here, new file.
849 * ecoff.c: Include ecoff-bfd.h.
850 * ecofflink.c: Likewise.
851 * elf64-alpha.c: Likewise.
852 * elfxx-mips.c: Likewise.
853 * bfd-in2.h: Regenerate.
854
0b4453c7
AM
8552019-09-23 Alan Modra <amodra@gmail.com>
856
857 * bfd-in.h (enum notice_asneeded_action): Move to bfdlink.h.
858 Move most other elf declarations..
859 * elf-bfd.h: ..to here.
860 * bfd-in2.h: Regenerate.
861
f5c5b7c1
AM
8622019-09-23 Alan Modra <amodra@gmail.com>
863
864 * bfd-in.h: Move m68k function declaration..
865 * cpu-m68k.h: ..to here, new file..
866 * elf32-m68k.h: ..and here, new file.
867 * elf32-m68k.c: Include cpu-m68k.h and elf32-m68k.h.
868 * bfd-in2.h: Regenerate.
869
8410a658
AM
8702019-09-23 Alan Modra <amodra@gmail.com>
871
872 * bfd-in.h: Move bfin function declaration..
873 * elf32-bfin.h: ..to here, new file.
874 * elf32-bfin.c: Include elf32-bfin.h.
875 * bfd-in2.h: Regenerate.
876
ca05ca5e
AM
8772019-09-23 Alan Modra <amodra@gmail.com>
878
879 * bfd-in.h: Move cr16 function declaration..
880 * elf32-cr16.h: ..to here, new file.
881 * elf32-cr16.c: Include elf32-cr16.h.
882 * bfd-in2.h: Regenerate.
883
530f6120
AM
8842019-09-23 Alan Modra <amodra@gmail.com>
885
886 * bfd-in.h (bfd_sunos_get_needed_list),
887 (bfd_sunos_record_link_assignment),
888 (bfd_sunos_size_dynamic_sections),
889 (bfd_i386linux_size_dynamic_sections),
890 (bfd_sparclinux_size_dynamic_sections): Delete obsolete decls.
891 * bfd-in2.h: Regenerate.
892
6ea7de32
AM
8932019-09-23 Alan Modra <amodra@gmail.com>
894
895 * bfd-in.h: Move xcoff function declarations..
896 * xcofflink.h: ..to here, new file.
897 * xcofflink.c: Include xcofflink.h.
898 * coff-rs6000.c (bfd_xcoff_ar_archive_set_magic): Delete unused func.
899 * bfd-in2.h: Regenerate.
900
aa739c59
AM
9012019-09-23 Alan Modra <amodra@gmail.com>
902
903 * bfd-in.h: Delete coff forward refs and move coff declaration..
904 * coff-bfd.h: ..to here.
905 * bfd-in2.h: Regenerate.
906
f37164d7
AM
9072019-09-23 Alan Modra <amodra@gmail.com>
908
909 * bfd-in.h: Move arm declaraions..
910 * cpu-arm.h: ..to here, new file..
911 * coff-arm.h: ..and here, new file..
912 * elf32-arm.h: ..and here, new file.
913 * cpu-arm.c: Include cpu-arm.h.
914 * coff-arm.c: Include cpu-arm.h and coff-arm.h.
915 * elf32-arm.c: Include cpu-arm.h and elf32-arm.h.
916 * pe-arm.c: Move function rename defines later.
917 * pe-arm-wince.c: Likewise and include sysdep.h and bfd.h early.
918 * bfd-in2.h: Regenerate.
919
79c2ce54
AM
9202019-09-23 Alan Modra <amodra@gmail.com>
921
922 * bfd-in.h: Move tic6x function declaration..
923 * elf32-tic6x.h: ..to here.
924 * bfd-in2.h: Regenerate.
925
a8bfaadb
AM
9262019-09-23 Alan Modra <amodra@gmail.com>
927
928 * bfd-in.h: Move aarch64 declarations and defines..
929 * cpu-aarch64.h: ..to here, new file..
930 * elfxx-aarch64.h: ..and here.
931 * cpu-aarch64.c: Include cpu-aarch64.h.
932 * elfnn-aarch64.c: Likewise.
933 * bfd-in2.h: Regenerate.
934
c348479d
AM
9352019-09-23 Alan Modra <amodra@gmail.com>
936
937 * bfd-in.h: Delete ticoff function declarations.
938 * coff-tic54x.c (bfd_ticoff_set_section_load_page),
939 (bfd_ticoff_get_section_load_page): Make static.
940 * bfd-in2.h: Regenerate.
941
ca437b1b
AM
9422019-09-23 Alan Modra <amodra@gmail.com>
943
944 * bfd-in.h: Move h8300 function declaration to..
945 * cpu-h8300.h: ..here, new file.
946 * cpu-h8300.c: Include cpu-h8300.h.
947 * elf32-h8300.c: Likewise.
948 * bfd-in2.h: Regenerate.
949
3352ae99
AM
9502019-09-23 Alan Modra <amodra@gmail.com>
951
952 * bfd-in.h: Move ia64 function declarations..
953 * elfxx-ia64.h: ..to here.
954 * bfd-in2.h: Regenerate.
955
d48d68b6
AM
9562019-09-23 Alan Modra <amodra@gmail.com>
957
958 * bfd-in.h: Move v850 function declarations..
959 * elf32-v850.h: ..to here, new file.
960 * elf32-v850.c: Include elf32-v850.h.
961 * bfd-in2.h: Regenerate.
962
7beeaeb8
AM
9632019-09-23 Alan Modra <amodra@gmail.com>
964
965 * bfd-in.h: Move mips function declaration to..
966 * elfxx-mips.h: ..here.
967 * bfd-in2.h: Regenerate.
968
6e67e6b0
AM
9692019-09-23 Alan Modra <amodra@gmail.com>
970
971 * bfd-in.h: Move csky function declarations to..
972 * elf32-csky.h: ..here, new file.
973 * elf32-csky.c: Include elf32-csky.h.
974 * bfd-in2.h: Regenerate.
975
9d1da81b
JW
9762019-09-20 Nelson Chu <nelson.chu@sifive.com>
977
978 * elfnn-riscv.c (riscv_pcgp_hi_reloc): Add new field undefined_weak.
979 (riscv_record_pcgp_hi_reloc): New parameter undefined_weak.
980 Set undefined_weak field from it.
981 (relax_func_t): New parameter undefined_weak.
982 (_bfd_riscv_relax_call): New ignored parameter undefined_weak.
983 (_bfd_riscv_relax_tls_le): Likewise.
984 (_bfd_riscv_relax_align): Likewise.
985 (_bfd_riscv_relax_delete): Likewise.
986 (_bfd_riscv_relax_lui): New parameter undefined_weak. If true,
987 allow relaxing. For LO12* relocs, set rs1 to x0 when undefined_weak.
988 (_bfd_riscv_relax_pc): New parameter undefined_weak. For LO12* relocs,
989 set undefined_weak from hi_reloc. If true, allow relaxing. For LO12*
990 relocs, set rs1 to x0 when undefined_weak and change to non-pcrel
991 reloc.
992 (_bfd_riscv_relax_section): New local undefined_weak. Set for
993 undef weak relocs that can be relaxed. Pass to relax_func call.
994
a48931cc
AM
9952019-09-20 Alan Modra <amodra@gmail.com>
996
997 * bfd-in.h (bfd_section_name, bfd_section_size, bfd_section_vma),
998 (bfd_section_lma, bfd_section_alignment, bfd_section_flags),
999 (bfd_section_userdata, bfd_is_com_section, discarded_section),
1000 (bfd_get_section_limit_octets, bfd_get_section_limit): Delete macros.
1001 * bfd.c (bfd_get_section_limit_octets, bfd_get_section_limit),
1002 (bfd_section_list_remove, bfd_section_list_append),
1003 (bfd_section_list_prepend, bfd_section_list_insert_after),
1004 (bfd_section_list_insert_before, bfd_section_removed_from_list):
1005 New inline functions.
1006 * section.c (bfd_is_und_section, bfd_is_abs_section),
1007 (bfd_is_ind_section, bfd_is_const_section, bfd_section_list_remove),
1008 (bfd_section_list_append, bfd_section_list_prepend),
1009 (bfd_section_list_insert_after, bfd_section_list_insert_before),
1010 (bfd_section_removed_from_list): Delete macros.
1011 (bfd_section_name, bfd_section_size, bfd_section_vma),
1012 (bfd_section_lma, bfd_section_alignment, bfd_section_flags),
1013 (bfd_section_userdata, bfd_is_com_section, bfd_is_und_section),
1014 (bfd_is_abs_section, bfd_is_ind_section, bfd_is_const_section),
1015 (discarded_section): New inline functions.
1016 * bfd-in2.h: Regenerate.
1017
af30dc12
AM
10182019-09-20 Alan Modra <amodra@gmail.com>
1019
1020 * bfd-in.h (bfd_asymbol_section, bfd_asymbol_value, bfd_asymbol_name),
1021 (bfd_asymbol_bfd, bfd_asymbol_flavour, bfd_set_asymbol_name): Delete.
1022 * bfd.c (bfd_asymbol_section, bfd_asymbol_value, bfd_asymbol_name),
1023 (bfd_asymbol_bfd, bfd_set_asymbol_name): New inline functions.
1024 * targets.c (bfd_asymbol_flavour): Likewise.
1025 * bfd-in2.h: Regenerate.
1026
00f93c44
AM
10272019-09-20 Alan Modra <amodra@gmail.com>
1028
1029 * archive.c (bfd_generic_archive_p): Use bfd_set_thin_archive.
1030 * bfd-in.h (bfd_get_filename, bfd_get_cacheable, bfd_get_format),
1031 (bfd_get_target, bfd_get_flavour, bfd_family_coff, bfd_big_endian),
1032 (bfd_little_endian, bfd_header_big_endian, bfd_header_little_endian),
1033 (bfd_get_file_flags, bfd_applicable_file_flags),
1034 (bfd_applicable_section_flags, bfd_has_map, bfd_is_thin_archive),
1035 (bfd_valid_reloc_types, bfd_usrdata, bfd_get_start_address),
1036 (bfd_get_symcount, bfd_get_outsymbols, bfd_count_sections),
1037 (bfd_get_dynamic_symcount, bfd_get_symbol_leading_char): Delete.
1038 * bfd/bfd.c (bfd_get_filename, bfd_get_cacheable, bfd_get_format),
1039 (bfd_get_file_flags, bfd_get_start_address, bfd_get_symcount),
1040 (bfd_get_dynamic_symcount, bfd_get_outsymbols, bfd_count_sections),
1041 (bfd_has_map, bfd_is_thin_archive, bfd_set_thin_archive),
1042 (bfd_usrdata, bfd_set_usrdata): New inline functions.
1043 * targets.c (bfd_get_target, bfd_get_flavour),
1044 (bfd_applicable_file_flags, bfd_family_coff, bfd_big_endian),
1045 (bfd_little_endian, bfd_header_big_endian),
1046 (bfd_header_little_endian, bfd_applicable_section_flags),
1047 (bfd_get_symbol_leading_char): New inline functions.
1048 * bfd-in2.h: Regenerate.
1049
e59a1001
AM
10502019-09-20 Alan Modra <amodra@gmail.com>
1051
1052 * elf64-ppc.c (ppc64_glibc_dynamic_reloc): New function.
1053 (ppc64_elf_relocate_section): Warn if emitting unsupported dynamic
1054 relocations.
1055
fd361982
AM
10562019-09-18 Alan Modra <amodra@gmail.com>
1057
1058 * bfd-in.h (bfd_get_section_name, bfd_get_section_vma),
1059 (bfd_get_section_lma, bfd_get_section_alignment),
1060 (bfd_get_section_size, bfd_get_section_flags),
1061 (bfd_get_section_userdata): Delete.
1062 (bfd_section_name, bfd_section_size, bfd_section_vma),
1063 (bfd_section_lma, bfd_section_alignment): Lose bfd parameter.
1064 (bfd_section_flags, bfd_section_userdata): New.
1065 (bfd_is_com_section): Rename parameter.
1066 * section.c (bfd_set_section_userdata, bfd_set_section_vma),
1067 (bfd_set_section_alignment, bfd_set_section_flags, bfd_rename_section),
1068 (bfd_set_section_size): Delete bfd parameter, rename section parameter.
1069 (bfd_set_section_lma): New.
1070 * bfd-in2.h: Regenerate.
1071 * mach-o.c (bfd_mach_o_init_section_from_mach_o): Delete bfd param,
1072 update callers.
1073 * aoutx.h, * bfd.c, * coff-alpha.c, * coff-arm.c, * coff-mips.c,
1074 * coff64-rs6000.c, * coffcode.h, * coffgen.c, * cofflink.c,
1075 * compress.c, * ecoff.c, * elf-eh-frame.c, * elf-hppa.h,
1076 * elf-ifunc.c, * elf-m10200.c, * elf-m10300.c, * elf-properties.c,
1077 * elf-s390-common.c, * elf-vxworks.c, * elf.c, * elf32-arc.c,
1078 * elf32-arm.c, * elf32-avr.c, * elf32-bfin.c, * elf32-cr16.c,
1079 * elf32-cr16c.c, * elf32-cris.c, * elf32-crx.c, * elf32-csky.c,
1080 * elf32-d10v.c, * elf32-epiphany.c, * elf32-fr30.c, * elf32-frv.c,
1081 * elf32-ft32.c, * elf32-h8300.c, * elf32-hppa.c, * elf32-i386.c,
1082 * elf32-ip2k.c, * elf32-iq2000.c, * elf32-lm32.c, * elf32-m32c.c,
1083 * elf32-m32r.c, * elf32-m68hc1x.c, * elf32-m68k.c, * elf32-mcore.c,
1084 * elf32-mep.c, * elf32-metag.c, * elf32-microblaze.c,
1085 * elf32-moxie.c, * elf32-msp430.c, * elf32-mt.c, * elf32-nds32.c,
1086 * elf32-nios2.c, * elf32-or1k.c, * elf32-ppc.c, * elf32-pru.c,
1087 * elf32-rl78.c, * elf32-rx.c, * elf32-s390.c, * elf32-score.c,
1088 * elf32-score7.c, * elf32-sh.c, * elf32-spu.c, * elf32-tic6x.c,
1089 * elf32-tilepro.c, * elf32-v850.c, * elf32-vax.c, * elf32-visium.c,
1090 * elf32-xstormy16.c, * elf32-xtensa.c, * elf64-alpha.c,
1091 * elf64-bpf.c, * elf64-hppa.c, * elf64-ia64-vms.c, * elf64-mmix.c,
1092 * elf64-ppc.c, * elf64-s390.c, * elf64-sparc.c, * elf64-x86-64.c,
1093 * elflink.c, * elfnn-aarch64.c, * elfnn-ia64.c, * elfnn-riscv.c,
1094 * elfxx-aarch64.c, * elfxx-mips.c, * elfxx-sparc.c,
1095 * elfxx-tilegx.c, * elfxx-x86.c, * i386msdos.c, * linker.c,
1096 * mach-o.c, * mmo.c, * opncls.c, * pdp11.c, * pei-x86_64.c,
1097 * peicode.h, * reloc.c, * section.c, * syms.c, * vms-alpha.c,
1098 * xcofflink.c: Update throughout for bfd section macro and function
1099 changes.
1100
e6f7f6d1
AM
11012019-09-18 Alan Modra <amodra@gmail.com>
1102
1103 * bfd-in.h (bfd_asymbol_section): Rename from bfd_get_section.
1104 (bfd_get_output_section): Delete.
1105 (bfd_asymbol_base): Delete.
1106 (bfd_asymbol_section, bfd_asymbol_value, bfd_asymbol_name),
1107 (bfd_asymbol_bfd, bfd_asymbol_flavour): Tidy.
1108 (bfd_set_asymbol_name): New macro.
1109 * bfd-in2.h: Regenerate.
1110 * aout-cris.c: Update throughout to use bfd_asymbol_section.
1111 * aoutx.h: Likewise.
1112 * cofflink.c: Likewise.
1113 * dwarf2.c: Likewise.
1114 * ecoff.c: Likewise.
1115 * elf.c: Likewise.
1116 * elf32-arm.c: Likewise.
1117 * elf32-mips.c: Likewise.
1118 * elf32-score.c: Likewise.
1119 * elf32-score7.c: Likewise.
1120 * elfn32-mips.c: Likewise.
1121 * elfnn-aarch64.c: Likewise.
1122 * elfxx-mips.c: Likewise.
1123 * linker.c: Likewise.
1124 * pdp11.c: Likewise.
1125 * elf64-mmix.c (mmix_elf_reloc): Part expand bfd_get_output_section.
1126
e0b2a78c
SM
11272019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
1128
1129 * Makefile.in: Re-generate.
1130 * configure: Re-generate.
1131 * doc/Makefile.in: Re-generate.
1132
ed48ec2e
AM
11332019-09-18 Alan Modra <amodra@gmail.com>
1134
1135 * aoutx.h (slurp_symbol_table): Don't set symcount using bfd_get
1136 macros.
1137 * pdp11.c (slurp_symbol_table): Likewise.
1138 * som.c (som_slurp_symbol_table): Likewise.
1139 * coff-ppc.c (ppc_bfd_coff_final_link): Likewise.
1140 * coffcode.h (coff_slurp_symbol_table): Likewise.
1141 * cofflink.c (_bfd_coff_final_link): Likewise.
1142 * ecoff.c (ecoff_slurp_symbolic_header): Likewise.
1143 (_bfd_ecoff_slurp_symbolic_info): Likewise.
1144 (_bfd_ecoff_slurp_symbol_table): Likewise.
1145 (_bfd_ecoff_bfd_final_link): Likewise.
1146 * elf.c (_bfd_elf_canonicalize_symtab): Likewise.
1147 * elflink.c (elf_link_output_symstrtab): Likewise.
1148 (bfd_elf_final_link): Likewise.
1149 * peicode.h (pe_ILF_build_a_bfd): Likewise.
1150 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
1151 * aoutx.h (some_aout_object_p, slurp_symbol_table): Don't set
1152 start_address or symcount using bfd_get macros.
1153 * coffgen.c (coff_real_object_p): Likewise.
1154 * pdp11.c (some_aout_object_p, slurp_symbol_table): Likewise.
1155 * som.c (som_object_setup, som_slurp_symbol_table): Likewise.
1156 * elfcore.h (elf_core_file_p): Don't set start_address using
1157 bfd_get macro.
1158 * elf.c (_bfd_elf_canonicalize_dynamic_symtab): Don't set dynsymcount
1159 using bfd_get macro.
1160 * bfd.c (bfd_set_file_flags): Don't set flags using bfd_get macro.
1161 * linker.c (bfd_generic_link_read_symbols): Don't set outsymbols
1162 or symcount using bfd_get macros.
1163 (_bfd_generic_final_link, generic_add_output_symbol): Likewise.
1164 * syms.c (bfd_set_symtab): Likewise.
1165 * vms-alpha.c (alpha_vms_bfd_final_link): Likewise.
1166 * archive.c (do_slurp_bsd_armap): Don't set has_armap using
1167 bfd_has_map macro.
1168 (do_slurp_coff_armap, bfd_slurp_armap): Likewise.
1169 * archive64.c (_bfd_archive_64_bit_slurp_armap): Likewise.
1170 * coff-rs6000.c (_bfd_xcoff_slurp_armap): Likewise.
1171 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
1172 * ecoff.c (_bfd_ecoff_slurp_armap): Likewise.
1173 * som.c (som_slurp_armap): Likewise.
1174
01c2b261
AM
11752019-09-18 Alan Modra <amodra@gmail.com>
1176
1177 * archures.c (bfd_get_arch): Make param const.
1178 (bfd_get_mach, bfd_arch_bits_per_byte): Likewise.
1179 (bfd_arch_bits_per_address, bfd_octets_per_byte): Likewise.
1180 * bfd-in2.h: Regenerate.
1181
1d38e9d1
AM
11822019-09-18 Alan Modra <amodra@gmail.com>
1183
1184 * bfd-in.h (carsym.name): Make const.
1185 * reloc.c (struct reloc_howto_struct.name): Likewise.
1186 * targets.c (bfd_target.name): Likewise.!
1187 * bfd.c (bfd_get_sign_extend_vma): Make variable const.
1188 * som.c (som_bfd_fill_in_ar_symbols): Use an intermediary variable
1189 when setting carsym.name.
1190 * bfd-in2.h: Regenerate.
1191
90d92a63
AM
11922019-09-18 Alan Modra <amodra@gmail.com>
1193
1194 * mach-o.c (bfd_mach_o_fat_member_init): Likewise. Replace
1195 xstrdup and xmalloc with bfd_strdup and bfd_malloc. Return an
1196 error status. Adjust calls.
1197 * vms-lib.c (_bfd_vms_lib_get_module): Test mhd->id earlier.
1198 Close bfd on failure. Replace xstrdup/bfd_alloc use with
1199 bfd_malloc. Use bfd_set_filename.
1200
1bdd8fac
AM
12012019-09-18 Alan Modra <amodra@gmail.com>
1202
1203 * elf64-ppc.c (must_be_dyn_reloc): Return 0 for TOC16 relocs.
1204 (ppc64_elf_check_relocs): Support dynamic/copy relocs for TOC16.
1205 (ppc64_elf_adjust_dynamic_symbol): Don't keep dynamic reloc when
1206 needs_copy even if all relocs are in rw sections.
1207 (dec_dynrel_count): Handle TOC16 relocs.
1208 (ppc64_elf_relocate_section): Support dynamic relocs for TOC16.
1209 (ppc64_elf_finish_dynamic_symbol): Adjust to handle needs_copy
1210 semantic change.
1211
bb695960
PB
12122019-09-16 Phil Blundell <pb@pbcl.net>
1213
1214 * version.m4: Set version to 2.33.50.
1215 * Makefile.in, configure, doc/Makefile.in: Regenerated.
1216
64b2d4a0
TT
12172019-09-11 Tom Tromey <tom@tromey.com>
1218
1219 * opncls.c (bfd_set_filename): New function.
1220 * bfd-in2.h: Regenerate.
1221
cb7f4b29
AM
12222019-09-11 Alan Modra <amodra@gmail.com>
1223
1224 * targets.c (struct bfd_target): Add _bfd_group_name.
1225 (BFD_JUMP_TABLE): Likewise.
1226 * coffgen.c (bfd_coff_group_name): New function.
1227 * elf.c (bfd_elf_group_name): New function.
1228 * linker.c (_bfd_nolink_bfd_group_name): New function.
1229 * section.c (bfd_generic_group_name): New function.
1230 * elf-bfd.h (bfd_elf_group_name): Declare.
1231 * libbfd-in.h (_bfd_nolink_bfd_group_name): Declare.
1232 * libcoff-in.h (bfd_coff_group_name): Declare.
1233 * aout-target.h (MY_bfd_group_name): Define.
1234 * aout-tic30.c (MY_bfd_group_name): Define.
1235 * bfd.c (bfd_group_name): Define.
1236 * binary.c (binary_bfd_group_name): Define.
1237 * coff-alpha.c (_bfd_ecoff_bfd_group_name): Define.
1238 * coff-mips.c (_bfd_ecoff_bfd_group_name): Define.
1239 * coff-rs6000.c (_bfd_xcoff_bfd_group_name): Define.
1240 * coffcode.h (coff_bfd_group_name): Define.
1241 * elfxx-target.h (bfd_elfNN_bfd_group_name): Define.
1242 * i386msdos.c (msdos_bfd_group_name): Define.
1243 * ihex.c (ihex_bfd_group_name): Define.
1244 * mach-o-target.c (bfd_mach_o_bfd_group_name): Define.
1245 * mmo.c (mmo_bfd_group_name): Define.
1246 * pef.c (bfd_pef_bfd_group_name): Define.
1247 * plugin.c (bfd_plugin_bfd_group_name): Define.
1248 * ppcboot.c (ppcboot_bfd_group_name): Define.
1249 * som.c (som_bfd_group_name): Define.
1250 * srec.c (srec_bfd_group_name): Define.
1251 * tekhex.c (tekhex_bfd_group_name): Define.
1252 * verilog.c (verilog_bfd_group_name): Define.
1253 * vms-alpha.c (vms_bfd_group_name, alpha_vms_bfd_group_name): Define.
1254 * xsym.c (bfd_sym_bfd_group_name): Define.
1255 * coff64-rs6000.c (rs6000_xcoff64_vec): Init new field.
1256 (rs6000_xcoff64_aix_vec): Likewise.
1257 * bfd-in2.h: Regenerate.
1258 * libbfd.h: Regenerate.
1259 * libcoff.h: Regenerate.
1260
aebcfb76
NC
12612019-09-10 Nick Clifton <nickc@redhat.com>
1262
1263 PR 24907
1264 * archures.c (bfd_arch_info_type): Add max_reloc_offset_into_insn
1265 field.
1266 (bfd_default_arch_struct): Initialise the new field.
1267 * bfd-in2.h: Regenerate.
1268 * cpu-aarch64.c: Initialise the new field.
1269 * cpu-alpha.c: Likewise.
1270 * cpu-arc.c: Likewise.
1271 * cpu-arm.c: Likewise.
1272 * cpu-avr.c: Likewise.
1273 * cpu-bfin.c: Likewise.
1274 * cpu-bpf.c: Likewise.
1275 * cpu-cr16.c: Likewise.
1276 * cpu-cr16c.c: Likewise.
1277 * cpu-cris.c: Likewise.
1278 * cpu-crx.c: Likewise.
1279 * cpu-csky.c: Likewise.
1280 * cpu-d10v.c: Likewise.
1281 * cpu-d30v.c: Likewise.
1282 * cpu-dlx.c: Likewise.
1283 * cpu-epiphany.c: Likewise.
1284 * cpu-fr30.c: Likewise.
1285 * cpu-frv.c: Likewise.
1286 * cpu-ft32.c: Likewise.
1287 * cpu-h8300.c: Likewise.
1288 * cpu-hppa.c: Likewise.
1289 * cpu-i386.c: Likewise.
1290 * cpu-ia64.c: Likewise.
1291 * cpu-iamcu.c: Likewise.
1292 * cpu-ip2k.c: Likewise.
1293 * cpu-iq2000.c: Likewise.
1294 * cpu-k1om.c: Likewise.
1295 * cpu-l1om.c: Likewise.
1296 * cpu-lm32.c: Likewise.
1297 * cpu-m10200.c: Likewise.
1298 * cpu-m10300.c: Likewise.
1299 * cpu-m32c.c: Likewise.
1300 * cpu-m32r.c: Likewise.
1301 * cpu-m68hc11.c: Likewise.
1302 * cpu-m68hc12.c: Likewise.
1303 * cpu-m68k.c: Likewise.
1304 * cpu-m9s12x.c: Likewise.
1305 * cpu-m9s12xg.c: Likewise.
1306 * cpu-mcore.c: Likewise.
1307 * cpu-mep.c: Likewise.
1308 * cpu-metag.c: Likewise.
1309 * cpu-microblaze.c: Likewise.
1310 * cpu-mips.c: Likewise.
1311 * cpu-mmix.c: Likewise.
1312 * cpu-moxie.c: Likewise.
1313 * cpu-msp430.c: Likewise.
1314 * cpu-mt.c: Likewise.
1315 * cpu-nds32.c: Likewise.
1316 * cpu-nfp.c: Likewise.
1317 * cpu-nios2.c: Likewise.
1318 * cpu-ns32k.c: Likewise.
1319 * cpu-or1k.c: Likewise.
1320 * cpu-pdp11.c: Likewise.
1321 * cpu-pj.c: Likewise.
1322 * cpu-plugin.c: Likewise.
1323 * cpu-powerpc.c: Likewise.
1324 * cpu-pru.c: Likewise.
1325 * cpu-riscv.c: Likewise.
1326 * cpu-rl78.c: Likewise.
1327 * cpu-rs6000.c: Likewise.
1328 * cpu-rx.c: Likewise.
1329 * cpu-s12z.c: Likewise.
1330 * cpu-s390.c: Likewise.
1331 * cpu-score.c: Likewise.
1332 * cpu-sh.c: Likewise.
1333 * cpu-sparc.c: Likewise.
1334 * cpu-spu.c: Likewise.
1335 * cpu-tic30.c: Likewise.
1336 * cpu-tic4x.c: Likewise.
1337 * cpu-tic54x.c: Likewise.
1338 * cpu-tic6x.c: Likewise.
1339 * cpu-tic80.c: Likewise.
1340 * cpu-tilegx.c: Likewise.
1341 * cpu-tilepro.c: Likewise.
1342 * cpu-v850.c: Likewise.
1343 * cpu-v850_rh850.c: Likewise.
1344 * cpu-vax.c: Likewise.
1345 * cpu-visium.c: Likewise.
1346 * cpu-wasm32.c: Likewise.
1347 * cpu-xc16x.c: Likewise.
1348 * cpu-xgate.c: Likewise.
1349 * cpu-xstormy16.c: Likewise.
1350 * cpu-xtensa.c: Likewise.
1351 * cpu-z80.c: Likewise.
1352 * cpu-z8k.c: Likewise.
1353
60391a25
PB
13542019-09-09 Phil Blundell <pb@pbcl.net>
1355
1356 binutils 2.33 branch created.
1357
b16c44de
AM
13582019-09-06 Alan Modra <amodra@gmail.com>
1359
1360 * aout-target.h (object_p): Formatting.
1361 * bfd-in.h (bfd_get_filename): Don't cast to char*.
1362 * corefile.c (generic_core_file_matches_executable_p): Constify
1363 variables and remove cast.
1364 * bfd-in2.h: Regenerate.
1365
133a1f60
AM
13662019-09-05 Alan Modra <amodra@gmail.com>
1367
1368 * elf64-ppc.c (ppc64_elf_check_relocs): Interpret an addend in
1369 GOT_PCREL and PLT_PCREL relocs as affecting the value stored
1370 in the GOT/PLT entry rather than affecting the offset to that
1371 GOI/PLT entry.
1372 (ppc64_elf_edit_toc, ppc64_elf_relocate_section): Likewise.
1373
77486630
AM
13742019-09-05 Alan Modra <amodra@gmail.com>
1375
1376 * elf64-ppc.c (xlate_pcrel_opt): Handle prefix loads and stores
1377 in second instruction.
1378 (ppc64_elf_relocate_section): Likewise.
1379
89bdc77e
AM
13802019-09-05 Alan Modra <amodra@gmail.com>
1381
1382 PR 24955
1383 * libbfd-in.h (bfd_strdup): New inline function.
1384 * archive.c (_bfd_get_elt_at_filepos): Use bfd_strdup. Close
1385 bfd on error.
1386 * elfcode.h (_bfd_elf_bfd_from_remote_memory): Use bfd_strdup.
1387 * opncls.c (bfd_fopen): Use bfd_strdup. Close fd and stream
1388 on error.
1389 (bfd_openstreamr): Use bfd_strdup.
1390 (bfd_openr_iovec, bfd_openw, bfd_create): Likewise.
1391 * plugin.c (try_load_plugin): Use bfd_malloc.
1392 * libbfd.h: Regenerate.
1393
22b31fea
AM
13942019-09-02 Alan Modra <amodra@gmail.com>
1395
1396 PR 11983
1397 * dwarf2.c (_bfd_dwarf2_slurp_debug_info): Free debug_filename
1398 on success. Tidy.
217d2eaa
AM
1399 (read_alt_indirect_string): Likewise.
1400 (read_alt_indirect_ref): Likewise.
22b31fea 1401
3e7bd7f2
JW
14022019-08-31 Jim Wilson <jimw@sifive.com>
1403
1404 PR 23825
1405 * elfnn-riscv.c (riscv_elf_create_dynamic_sections): Add SEC_LOAD,
1406 SEC_DATA, and SEC_HAS_CONTENTS to .tdata.dyn section.
1407
fdd50269
JW
14082019-08-30 Jim Wilson <jimw@sifive.com>
1409
1410 * elfnn-riscv.c (riscv_elf_relocate_section): For unresolvable reloc
1411 error, call bfd_set_error, set ret to FALSE, and goto out label.
1412
6744bcad
L
14132019-08-30 H.J. Lu <hongjiu.lu@intel.com>
1414
1415 PR ld/24951
1416 * archive.c (_bfd_get_elt_at_filepos): Copy BFD_COMPRESS,
1417 BFD_DECOMPRESS and BFD_COMPRESS_GABI flags for thin archive.
1418
c0d9f31d
AM
14192019-08-29 Alan Modra <amodra@gmail.com>
1420
1421 PR 24697
1422 * elf32-ppc.c (ppc_elf_check_relocs): Call bad_shared_reloc
1423 when !bfd_link_executable for R_PPC_EMB_SDA2I16 and
1424 R_PPC_EMB_SDA2REL. Don't call bad_shared_reloc for any other
1425 reloc.
1426
dd9b12c2
AM
14272019-08-29 Alan Modra <amodra@gmail.com>
1428
1429 * elf64-ppc.c (xlate_pcrel_opt): Add poff parameter. Allow offset
1430 on second insn, return it in poff.
1431 (ppc64_elf_relocate_section): Add offset to paddi addend for
1432 PCREL_OPT.
1433
507685a3
JW
14342019-08-28 Jim Wilson <jimw@sifive.com>
1435
1436 * elfnn-riscv.c (_bfd_riscv_relax_lui): Add check to exclude abs
1437 section when setting max_alignment. Update comment.
1438 (_bfd_riscv_relax_pc): Likewise.
1439
83cf0d04
AM
14402019-08-29 Alan Modra <amodra@gmail.com>
1441
1442 PR 24891
1443 * bfd.c (struct bfd): Add no_element_cache.
1444 * archive.c (_bfd_get_elt_at_filepos): Don't add element to
1445 archive cache when no_element_cache.
1446 (bfd_generic_archive_p): Set no_element_cache when opening first
1447 element to check format. Close first element too.
1448 (do_slurp_bsd_armap): Don't zero ardata->cache here.
1449 * bfd-in2.h: Regenerate.
1450
6d5554a6
AM
14512019-08-24 Alan Modra <amodra@gmail.com>
1452
1453 * elf64-ppc.c (ppc64_elf_edit_toc): Exclude undefined weak
1454 symbols from GOT optimisation.
1455
09f7b0de
SH
14562019-08-23 Stafford Horne <shorne@gmail.com>
1457
1458 * elf32-or1k.c (or1k_elf_finish_dynamic_symbol): Use correct value for
1459 PLT GOT entries.
1460
a7ba3896
NC
14612019-08-23 Nick Clifton <nickc@redhat.com>
1462
1463 PR 24456
1464 * elf.c (bfd_section_from_shdr): Issue an informative warning
1465 message and continue processing other sections after encountering
1466 a reloc section for a section which already has other relocs
1467 associated with it.
1468
2600d80c
AM
14692019-08-23 Alan Modra <amodra@gmail.com>
1470
1471 PR 24933
1472 * elfxx-x86.c (_bfd_x86_elf_get_synthetic_symtab): Don't exit
1473 on error without freeing plts[] contents.
1474
0535e5d7
DZ
14752019-08-22 Dennis Zhang <dennis.zhang@arm.com>
1476
1477 * cpu-arm.c: New entries for Cortex-M35P, Cortex-A77, Cortex-A76AE.
1478
03da31c6
NC
14792019-08-22 Nick Clifton <nickc@redhat.com>
1480
1481 PR 24922
1482 * pei-x86_64.c (pex64_xdata_print_uwd_codes): Add checks before
1483 reading data from extra records.
1484
652afeef
TC
14852019-08-22 Tamar Christina <tamar.christina@arm.com>
1486
1487 PR ld/24601
1488 * elfnn-aarch64.c (aarch64_relocate): Handle weak TLS and undefined TLS.
1489 Also Pass input_bfd to _bfd_aarch64_elf_resolve_relocation.
1490 * elfxx-aarch64.c (_bfd_aarch64_elf_resolve_relocation): Use it.
1491 * elfxx-aarch64.h (_bfd_aarch64_elf_resolve_relocation): Emit warning
1492 for weak TLS.
1493
baf46cd7
AM
14942019-08-22 Alan Modra <amodra@gmail.com>
1495
1496 * elf32-arm.c (cmse_scan): Don't use ARM_GET_SYM_CMSE_SPCL,
1497 instead recognize CMSE_PREFIX in symbol name.
1498 (elf32_arm_gc_mark_extra_sections): Likewise.
1499 (elf32_arm_filter_cmse_symbols): Don't test ARM_GET_SYM_CMSE_SPCL.
1500 (elf32_arm_swap_symbol_in): Don't invoke ARM_SET_SYM_CMSE_SPCL.
1501
546053ac
DZ
15022019-08-20 Dennis Zhang <dennis.zhang@arm.com>
1503
1504 * cpu-aarch64.c: New entries for Cortex-A34, Cortex-A65,
1505 Cortex-A77, cortex-A65AE, and Cortex-A76AE.
1506
b4e87f2c
TC
15072019-08-20 Tamar Christina <tamar.christina@arm.com>
1508
1509 * elf32-arm.c (elf32_thumb2_plt_entry, elf32_arm_plt_thumb_stub,
1510 elf32_arm_stub_long_branch_v4t_thumb_thumb,
1511 elf32_arm_stub_long_branch_v4t_thumb_arm,
1512 elf32_arm_stub_short_branch_v4t_thumb_arm,
1513 elf32_arm_stub_long_branch_v4t_thumb_arm_pic,
1514 elf32_arm_stub_long_branch_v4t_thumb_thumb_pic,
1515 elf32_arm_stub_long_branch_v4t_thumb_tls_pic): Change nop to branch to
1516 previous instruction.
1517
3eb185c9
TT
15182019-08-19 Tom Tromey <tromey@adacore.com>
1519
1520 * dwarf2.c (_bfd_dwarf2_find_symbol_bias): Create hash table
1521 holding symbols.
1522
903b777d
AM
15232019-08-19 Alan Modra <amodra@gmail.com>
1524
1525 * elf64-ppc.c (struct ppc64_elf_obj_tdata): Rename has_gotrel
1526 to has_optrel.
1527 (struct _ppc64_elf_section_data): Likewise.
1528 (ppc64_elf_check_relocs): Set has_optrel for more relocs.
1529 (ppc64_elf_edit_toc): Do ha/lo insn checks in GOT loop rather
1530 than TOC loop. Check PLT16 insns too.
1531
81e8046d
L
15322019-08-16 H.J. Lu <hongjiu.lu@intel.com>
1533
1534 PR ld/24905
1535 * elf64-x86-64.c (elf_x86_64_check_relocs): Move PIC check for
1536 PC-relative relocations back to ...
1537 (elf_x86_64_relocate_section): Here.
1538
b4c555cf
ML
15392019-08-16 Martin Liska <mliska@suse.cz>
1540
1541 PR ld/24912
1542 * elflink.c: Report error only for not relocatable.
1543 * linker.c (_bfd_generic_link_add_one_symbol): Do not handle
1544 here lto_slim_object as it's handled in caller.
1545
63f6e94f
AM
15462019-08-16 Alan Modra <amodra@gmail.com>
1547
1548 * elf32-ppc.c (ppc_elf_relocate_section): Optimize unaligned relocs.
1549
080a4883
JW
15502019-08-15 Jim Wilson <jimw@sifive.com>
1551
1552 * elfnn-riscv.c (perform_relocation) <R_RISCV_RVC_LUI>: If
1553 RISCV_CONST_HIGH_PART (value) is zero, then convert c.lui instruction
1554 to c.li instruction, and use ENCODE_RVC_IMM to set value.
1555
05192282
TT
15562019-08-15 Tom Tromey <tromey@adacore.com>
1557
1558 * dwarf2.c (scan_unit_for_symbols): Check for end of CU, not end
1559 of section.
1560
dfc19da6
AM
15612019-08-14 Alan Modra <amodra@gmail.com>
1562
1563 PR 24623
1564 * dwarf2.c (stash_comp_unit): New function, extracted from..
1565 (_bfd_dwarf2_find_nearest_line): ..here.
1566 (find_abstract_instance): Parse comp units and decode line info
1567 as needed.
1568
c327a44f
AM
15692019-08-14 Alan Modra <amodra@gmail.com>
1570
1571 * dwarf2.c (comp_unit_maybe_decode_line_info): Declare.
1572 (comp_unit_find_nearest_line): Use it here..
1573 (_bfd_dwarf2_find_symbol_bias): ..and here.
1574
9defd221
AM
15752019-08-14 Alan Modra <amodra@gmail.com>
1576
1577 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Remove addr_size parameter.
1578 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
1579 * coffgen.c (coff_find_nearest_line_with_names): Adjust
1580 _bfd_dwarf2_find_nearest_line calls.
1581 * elf.c (_bfd_elf_find_nearest_line, _bfd_elf_find_line): Likewise.
1582 * elf32-arm.c (elf32_arm_find_nearest_line): Likewise.
1583 * elf64-alpha.c (elf64_alpha_find_nearest_line): Likewise.
1584 * elfnn-aarch64.c (elfNN_aarch64_find_nearest_line): Likewise.
1585 * elfxx-mips.c (_bfd_mips_elf_find_nearest_line): Likewise.
1586 * mach-o.c (bfd_mach_o_find_nearest_line): Likewise.
1587 * libbfd.h: Regenerate.
1588
f16a9783
MS
15892019-08-09 Mihailo Stojanovic <mihailo.stojanovic@rt-rk.com>
1590
1591 * elf-bfd.h (struct elf_backend_data): New members.
1592 * elflink.c (_bfd_elf_link_create_dynamic_sections): Create
1593 .gnu.hash section if necessary.
1594 (struct collect_gnu_hash_codes): New member.
1595 (elf_gnu_hash_process_symidx): New function name.
1596 (elf_renumber_gnu_hash_syms): Ignore local and undefined
1597 symbols. Record xlat location for every symbol which should have
1598 a .MIPS.xhash entry.
1599 (bfd_elf_size_dynamic_sections): Add DT_GNU_HASH dynamic tag to
1600 dynamic section if necessary.
1601 (GNU_HASH_SECTION_NAME): New define.
1602 (bfd_elf_size_dynsym_hash_dynstr): Get .MIPS.xhash section.
1603 Update the section size info.
1604 * elfxx-mips.c (struct mips_elf_hash_sort_data): New members.
1605 (struct mips_elf_link_hash_entry): New member.
1606 (mips_elf_link_hash_newfunc): Initialize .MIPS.xhash translation
1607 table location.
1608 (mips_elf_sort_hash_table): Initialize the pointer to the
1609 .MIPS.xhash section.
1610 (mips_elf_sort_hash_table_f): Populate the .MIPS.xhash
1611 translation table entry with the symbol dynindx.
1612 (_bfd_mips_elf_section_from_shdr): Add SHT_MIPS_XHASH.
1613 (_bfd_mips_elf_fake_sections): Initialize .MIPS.xhash section
1614 info.
1615 (_bfd_mips_elf_create_dynamic_sections): Create .MIPS.xhash
1616 section.
1617 (_bfd_mips_elf_size_dynamic_sections): Add DT_MIPS_XHASH tag to
1618 dynamic section.
1619 (_bfd_mips_elf_finish_synamic_sections): Add DT_MIPS_XHASH.
1620 (_bfd_mips_elf_final_write_processing): Set .MIPS.xhash section
1621 sh_link info.
1622 (_bfd_mips_elf_get_target_dtag): Get DT_MIPS_XHASH tag.
1623 (MIPS_LIBC_ABI_XHASH): New ABI version enum value.
1624 (_bfd_mips_post_process_headers): Mark the ABI version as
1625 MIPS_LIBC_ABI_XHASH if there exists a .MIPS.xhash section,
1626 but not a .hash section.
1627 (_bfd_mips_elf_record_xhash_symbol): New function. Record a
1628 position in the translation table, associated with the hash
1629 entry.
1630 * elfxx-mips.h (literal_reloc_p): Define
1631 elf_backend_record_xhash_symbol backend hook.
1632 * elfxx-target.h: Initialize elf_backend_record_xhash_symbol
1633 backend hook.
1634
fc8de8e2
JM
16352019-08-07 Jose E. Marchesi <jose.marchesi@oracle.com>
1636
1637 * elf64-bpf.c (bpf_elf_relocate_section): New function.
1638 (bpf_elf_insn_disp_reloc): Delete function.
1639 (elf_backend_relocate_section): Define.
1640
97b031c5
AM
16412019-08-07 Alan Modra <amodra@gmail.com>
1642
1643 PR 24644
1644 * archive64.c (_bfd_archive_64_bit_slurp_armap): Properly check
1645 for overflow in expressions involving nsymz.
1646
0f52d45a
JW
16472019-08-01 Ilia Diachkov <ilia.diachkov@optimitech.com>
1648
1649 * elfnn-riscv.c (_bfd_riscv_relax_lui): Set lui relax safety area to
1650 two pages in relro presence.
1651
e0d0c518
MF
16522019-08-01 Max Filippov <jcmvbkbc@gmail.com>
1653
1654 * elf32-xtensa.c (insn_num_slots, get_rsr_lend_opcode)
1655 (get_wsr_lbeg_opcode): New functions.
1656 (check_loop_aligned): Detect relaxed loops and adjust loop_len
1657 and insn_len for the first actual instruction of the loop.
1658
34d5c40a
AM
16592019-07-30 Alan Modra <amodra@gmail.com>
1660
1661 PR 24768
1662 * bfd.c (struct bfd): Add lto_slim_object flag.
1663 * bfd-in2.h: Regenerate.
1664
cc5277b1
ML
16652019-07-29 Martin Liska <mliska@suse.cz>
1666
1667 PR 24768
1668 * archive.c (_bfd_compute_and_write_armap): Come up with
1669 report_plugin_err variable.
1670 * bfd-in2.h (struct bfd): Add lto_slim_object flag.
1671 * elf.c (struct lto_section): New.
1672 (_bfd_elf_make_section_from_shdr): Parse content of
1673 .gnu_lto_.lto section.
1674 * elflink.c: Report error for a missing LTO plugin.
1675 * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
1676
4538d1c7
AM
16772019-07-28 Alan Modra <amodra@gmail.com>
1678
1679 PR 24857
1680 PR 24339
1681 * elflink.c (elf_link_add_object_symbols): Report an informative
1682 error on finding local symbols with index equal or greater than
1683 symbol table sh_info. Correct comment. Allow such symbols in
1684 dynamic objects. Abort on NULL section for symbol.
1685
6dd17ae0
AM
16862019-07-26 Alan Modra <amodra@gmail.com>
1687
1688 * elf-bfd.h (struct output_elf_obj_tdata): Delete "linker" field.
1689 (elf_linker): Don't define.
1690 * elflink.c (bfd_elf_final_link): Don't set elf_linker.
1691
c7c860d2
YS
16922019-07-25 YunQiang Su <syq@debian.org>
1693
1694 PR 24832
1695 * elfxx-mips.c (mips_set_isa_flags): Default to MIPS 3 for 64-bit
1696 mips inputs.
1697
95967518
CZ
16982019-07-24 Claudiu Zissulescu <claziss@synopsys.com>
1699
1700 * elf32-arc.c (bfd_get_32_me): Add a small description, fix
1701 formating.
1702 (reloc_type_to_name): Fix formating.
1703 (arc_elf_object_p): Likewise.
1704 (debug_arc_reloc): Likewise.
1705 (arc_do_relocation): Likewise.
1706
ef551643
CZ
17072019-07-24 Claudiu Zissulescu <claziss@synopsys.com>
1708
1709 * elf32-arc.c (bfd_get_32_me): New function.
1710 (bfd_put_32_me): Likewise.
1711 (arc_elf_relax_section): Likewise.
1712 (bfd_elf32_bfd_relax_section): Define.
1713
cc364be6
AM
17142019-07-24 Alan Modra <amodra@gmail.com>
1715
1716 * elf-bfd.h (struct elf_backend_data): Return bfd_boolean from
1717 elf_backend_final_write_processing, don't pass linker arg.
1718 (_bfd_elf_final_write_processing): Update prototype.
1719 * elf.c (_bfd_elf_write_object_contents): Adjust call.
1720 (_bfd_elf_final_write_processing): Return error on incompatible
1721 OSABI and has_gnu_osabi. Remove linker arg.
1722 * elf-nacl.h (nacl_final_write_processing): Update prototype.
1723 * elf-vxworks.h (elf_vxworks_final_write_processing): Likewise.
1724 * elfxx-mips.h (_bfd_mips_final_write_processing): Likewise.
1725 (_bfd_mips_elf_final_write_processing): Likewise.
1726 * elf-hppa.h (elf_hppa_final_write_processing): Return status
1727 and remove linker arg.
1728 * elf-m10300.c (_bfd_mn10300_elf_final_write_processing): Likewise.
1729 * elf-nacl.c (nacl_final_write_processing): Likewise.
1730 * elf-vxworks.c (elf_vxworks_final_write_processing): Likewise.
1731 * elf32-arc.c (arc_elf_final_write_processing): Likewise.
1732 * elf32-arm.c (arm_final_write_processing): Likewise.
1733 (elf32_arm_final_write_processing): Likewise.
1734 (elf32_arm_nacl_final_write_processing): Likewise.
1735 (elf32_arm_vxworks_final_write_processing): Likewise.
1736 * elf32-avr.c (bfd_elf_avr_final_write_processing): Likewise.
1737 * elf32-bfin.c (elf32_bfin_final_write_processing): Likewise.
1738 * elf32-cr16.c (_bfd_cr16_elf_final_write_processing): Likewise.
1739 * elf32-cris.c (cris_elf_final_write_processing): Likewise.
1740 * elf32-h8300.c (elf32_h8_final_write_processing): Likewise.
1741 * elf32-lm32.c (lm32_elf_final_write_processing): Likewise.
1742 * elf32-m32r.c (m32r_elf_final_write_processing): Likewise.
1743 * elf32-m68k.c (elf_m68k_final_write_processing): Likewise.
1744 * elf32-mips.c (mips_vxworks_final_write_processing): Likewise.
1745 * elf32-msp430.c (bfd_elf_msp430_final_write_processing): Likewise.
1746 * elf32-nds32.c (nds32_elf_final_write_processing): Likewise.
1747 * elf32-or1k.c (or1k_elf_final_write_processing): Likewise.
1748 * elf32-pj.c (pj_elf_final_write_processing): Likewise.
1749 * elf32-ppc.c (ppc_final_write_processing): Likewise.
1750 (ppc_elf_final_write_processing): Likewise.
1751 (ppc_elf_vxworks_final_write_processing): Likewise.
1752 * elf32-sparc.c (sparc_final_write_processing): Likewise.
1753 (elf32_sparc_final_write_processing): Likewise.
1754 (elf32_sparc_vxworks_final_write_processing): Likewise.
1755 * elf32-v850.c (v850_elf_final_write_processing): Likewise.
1756 * elf32-xc16x.c (elf32_xc16x_final_write_processing): Likewise.
1757 * elf32-xtensa.c (elf_xtensa_final_write_processing): Likewise.
1758 * elf64-ia64-vms.c (elf64_vms_final_write_processing): Likewise.
1759 * elfnn-ia64.c (elfNN_ia64_final_write_processing): Likewise.
1760 * elfxx-mips.c (_bfd_mips_final_write_processing): Likewise.
1761 (_bfd_mips_elf_final_write_processing): Likewise.
1762
c5e20471
AM
17632019-07-24 Alan Modra <amodra@gmail.com>
1764
1765 * elf-vxworks.c (elf_vxworks_final_write_processing): Don't return
1766 early.
1767 * elf32-arc.c (arc_elf_final_write_processing): Likewise.
1768 * elf32-xtensa.c (elf_xtensa_final_write_processing): Likewise.
1769
7613ca5e
AM
17702019-07-24 Alan Modra <amodra@gmail.com>
1771
1772 * elf32-visium.c (visium_elf_post_process_headers): Don't set
1773 EI_OSABI header byte here.
1774 (ELF_OSABI): Define.
1775
df3a023b
AM
17762019-07-23 Alan Modra <amodra@gmail.com>
1777
1778 * elf-bfd.h (enum elf_gnu_osabi): Add elf_gnu_osabi_mbind.
1779 * elf.c (_bfd_elf_make_section_from_shdr): Set elf_gnu_osabi_mbind.
1780 (get_program_header_size): Formatting. Only test SH_GNU_MBIND
1781 when elf_gnu_osabi_mbind is set.
1782 (_bfd_elf_map_sections_to_segments): Likewise.
1783 (_bfd_elf_init_private_section_data): Likewise.
1784 (_bfd_elf_final_write_processing): Update comment.
1785 * elf64-hppa.c (elf64_hppa_special_sections): Move .tbss entry.
1786 (elf_backend_special_sections): Define without .tbss for linux.
1787
06f44071
AM
17882019-07-23 Alan Modra <amodra@gmail.com>
1789
1790 * elf-bfd.h (enum elf_gnu_osabi): Rename from elf_gnu_symbols.
1791 Remove none, any, all enums.
1792 (struct elf_obj_tdata): Rename has_gnu_symbols field to has_gnu_osabi.
1793 (_bfd_elf_final_write_processing): Declare.
1794 * elf.c (_bfd_elf_write_object_contents): Unconditionally call
1795 elf_backend_final_write_processing.
1796 (_bfd_elf_post_process_headers): Move body of function to..
1797 (_bfd_elf_final_write_processing): ..here, but set EI_OSABI byte
1798 only when not already set. Adjust for rename.
1799 * elfxx-target.h (elf_backend_final_write_processing): Default to
1800 _bfd_elf_final_write_processing.
1801 * elf-hppa.h (elf_hppa_final_write_processing): Call
1802 _bfd_elf_final_write_processing.
1803 * elf-m10300.c (_bfd_mn10300_elf_final_write_processing): Likewise.
1804 * elf-nacl.c (nacl_final_write_processing): Likewise.
1805 * elf-vxworks.c (elf_vxworks_final_write_processing): Likewise.
1806 * elf32-arc.c (arc_elf_final_write_processing): Likewise.
1807 * elf32-avr.c (bfd_elf_avr_final_write_processing): Likewise.
1808 * elf32-bfin.c (elf32_bfin_final_write_processing): Likewise.
1809 * elf32-cr16.c (_bfd_cr16_elf_final_write_processing): Likewise.
1810 * elf32-cris.c (cris_elf_final_write_processing): Likewise.
1811 * elf32-h8300.c (elf32_h8_final_write_processing): Likewise.
1812 * elf32-lm32.c (lm32_elf_final_write_processing): Likewise.
1813 * elf32-m32r.c (m32r_elf_final_write_processing): Likewise.
1814 * elf32-m68k.c (elf_m68k_final_write_processing): Likewise.
1815 * elf32-msp430.c (bfd_elf_msp430_final_write_processing): Likewise.
1816 * elf32-nds32.c (nds32_elf_final_write_processing): Likewise.
1817 * elf32-or1k.c (or1k_elf_final_write_processing): Likewise.
1818 * elf32-pj.c (pj_elf_final_write_processing): Likewise.
1819 * elf32-v850.c (v850_elf_final_write_processing): Likewise.
1820 * elf32-xc16x.c (elf32_xc16x_final_write_processing): Likewise.
1821 * elf32-xtensa.c (elf_xtensa_final_write_processing): Likewise.
1822 * elf64-ia64-vms.c (elf64_vms_final_write_processing): Likewise.
1823 * elfnn-ia64.c (elfNN_ia64_final_write_processing): Likewise.
1824 * elf32-arm.c (arm_final_write_processing): Split out from..
1825 (elf32_arm_final_write_processing): ..here. Call
1826 _bfd_elf_final_write_processing.
1827 (elf32_arm_nacl_final_write_processing): Adjust.
1828 * elfxx-mips.c (_bfd_mips_final_write_processing): Split out from..
1829 (_bfd_mips_elf_final_write_processing): ..here. Call
1830 _bfd_elf_final_write_processing.
1831 * elfxx-mips.h (_bfd_mips_final_write_processing): Declare.
1832 * elf32-mips.c (mips_vxworks_final_write_processing): Adjust.
1833 * elf32-ppc.c (ppc_final_write_processing): Split out from..
1834 (ppc_elf_final_write_processing): ..here. Call
1835 _bfd_elf_final_write_processing.
1836 (ppc_elf_vxworks_final_write_processing): Adjust.
1837 * elf32-sparc.c (sparc_final_write_processing): Split out from..
1838 (elf32_sparc_final_write_processing): ..here. Call
1839 _bfd_elf_final_write_processing.
1840 (elf32_sparc_vxworks_final_write_processing): Adjust.
1841 * elf32-d10v.c (elf_backend_final_write_processing): Don't define.
1842 * elf32-d30v.c (elf_backend_final_write_processing): Don't define.
1843 * elf32-m68hc11.c (elf_backend_final_write_processing): Don't define.
1844 * elf32-m68hc12.c (elf_backend_final_write_processing): Don't define.
1845 * elf32-s12z.c (elf_backend_final_write_processing): Don't define.
1846 * elf32-i386.c (elf_i386_check_relocs): Don't set has_gnu_symbols.
1847 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
1848 * elflink.c (elf_link_add_object_symbols): Likewise.
1849 (elf_link_output_symstrtab): Set has_gnu_osabi for symbols here
1850 instead.
1851
1dd1bc4d
OM
18522019-07-23 Omar Majid <omajid@redhat.com>
1853
1854 * coffcode.h (coff_set_arch_mach_hook): Handle I386_APPLE_MAGIC,
1855 I386_FREEBSD_MAGIC, I386_LINUX_MAGIC, I386_NETBSD_MAGIC,
1856 AMD64_APPLE_MAGIC, AMD64_FREEBSD_MAGIC, AMD64_LINUX_MAGIC,
1857 AMD64_NETBSD_MAGIC.
1858 * peXXigen.c: Add comment about source of .NET magic numbers.
1859
c213164a
AM
18602019-07-19 Alan Modra <amodra@gmail.com>
1861
1862 * reloc.c (BFD_RELOC_PPC64_TPREL34, BFD_RELOC_PPC64_DTPREL34),
1863 (BFD_RELOC_PPC64_GOT_TLSGD34, BFD_RELOC_PPC64_GOT_TLSLD34),
1864 (BFD_RELOC_PPC64_GOT_TPREL34, BFD_RELOC_PPC64_GOT_DTPREL34),
1865 (BFD_RELOC_PPC64_TLS_PCREL): New pcrel tls relocs.
1866 * elf64-ppc.c (ppc64_elf_howto_raw): Add howtos for pcrel tls relocs.
1867 (ppc64_elf_reloc_type_lookup): Translate pcrel tls relocs.
1868 (must_be_dyn_reloc, dec_dynrel_count): Add R_PPC64_TPREL64.
1869 (ppc64_elf_check_relocs): Support pcrel tls relocs.
1870 (ppc64_elf_tls_optimize, ppc64_elf_relocate_section): Likewise.
1871 * bfd-in2.h: Regenerate.
1872 * libbfd.h: Regenerate.
1873
71c4e95a
AM
18742019-07-18 Alan Modra <amodra@gmail.com>
1875
1876 * elf64-ppc.c (ppc64_elf_relocate_section): Don't bother selecting
1877 a TLS section symbol for edited relocs. Tighten TLS symbol/reloc
1878 match test.
1879
46e9995a
AM
18802019-07-18 Alan Modra <amodra@gmail.com>
1881
1882 * elf64-ppc.c (TLS_EXPLICIT): Define as 256.
1883 (ppc64_elf_check_relocs): Don't store TLS_EXPLICIT even if char
1884 is more than 8 bits.
1885 (ppc64_elf_tls_optimize): Likewise. Make tls_set, tls_clear, and
1886 tls_type vars unsigned int.
1887 (ppc64_elf_relocate_section): Use r_type rather than TLS_EXPLICIT
1888 to select r_type edit.
1889
b00a0a86
AM
18902019-07-18 Alan Modra <amodra@gmail.com>
1891
1892 * elf32-ppc.c (TLS_GDIE): Rename from TLS_TPRELGD throughout file.
1893 Correct comment.
1894 * elf64-ppc.c (TLS_GDIE): Likewise.
1895
0b147428
AM
18962019-07-18 Alan Modra <amodra@gmail.com>
1897
1898 * elf64-ppc.c (ppc64_elf_tls_optimize): Correct test for allowed
1899 range of tp-relative offsets.
1900
5b9d7a9a
AM
19012019-07-15 Alan Modra <amodra@gmail.com>
1902
1903 * elflink.c (_bfd_elf_fix_symbol_flags): If the def for an
1904 alias is no longer bfd_link_hash_defined, clear the alias.
1905
f26a3287
AM
19062019-07-13 Alan Modra <amodra@gmail.com>
1907
1908 * elflink.c (_bfd_elf_omit_section_dynsym_default): Don't keep
1909 tls_sec.
1910 (_bfd_elf_init_1_index_section): Prefer not using TLS sections.
1911 (_bfd_elf_init_2_index_sections): Likewise.
1912 * elf64-ppc.c (ppc64_elf_relocate_section): When emitting dynamic
1913 relocations for local TLS symbols, use STN_UNDEF as the relocation
1914 symbol.
1915 * elf32-ppc.c (ppc_elf_relocate_section): Likewise, and don't
1916 leave TLS symbol value in the addend.
1917
62a47958
AM
19182019-07-08 Alan Modra <amodra@gmail.com>
1919
1920 PR 24785
1921 * elf32-ppc.c (_bfd_elf_ppc_set_arch): Sanity check .PPC.EMB.apuinfo
1922 size before reading first word.
1923
1faa385f
NC
19242019-07-02 Nick Clifton <nickc@redhat.com>
1925
1926 PR 24717
1927 * elf.c (is_debuginfo_file): New function.
1928 (assign_file_positions_for_non_load_sections): Do not warn about
1929 allocated sections outside of loadable segments if they are found
1930 in a debuginfo file.
1931 * elf-bfd.h (is_debuginfo_file): Prototype.
1932
125f83f6
NC
19332019-07-02 Nick Clifton <nickc@redhat.com>
1934
1935 PR 24753
1936 * compress.c (bfd_get_full_section_contents): Do not complain
1937 about linker created sections that are larger than the file size.
1938
4d83e8d9
CL
19392019-07-02 Christophe Lyon <christophe.lyon@linaro.org>
1940
1941 * bfd/elf32-arm.c (CMSE_STUB_NAME): New define.
1942 (elf32_arm_get_stub_entry): Do not try to emit long-branch stubs
1943 for CMSE stubs.
1944 (arm_dedicated_stub_output_section_name): Use CMSE_STUB_NAME.
1945
bb32413f
SP
19462019-07-02 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1947
1948 * elf32-arm.c (elf32_arm_gc_mark_extra_sections): Mark debug
1949 sections when .text section contain secure entry functions
1950 is marked.
1951
539300fb
NC
19522019-07-01 Nick Clifton <nickc@redhat.com>
1953
1954 PR 23839
1955 * elf32-arm.c (elf32_arm_update_relocs): Do not include the
1956 section VMA in the offset used to update exidx relocs.
1957
7e56c51c
NC
19582019-06-28 Nick Clifton <nickc@redhat.com>
1959
1960 PR 24708
1961 * elf.c (_bfd_elf_slurp_version_tables): Check for an excessively
1962 large version reference section.
1963 * compress.c (bfd_get_full_section_contents): Check for an
1964 uncompressed section whose size is larger than the file size.
1965
999d6dff
AM
19662019-06-28 Alan Modra <amodra@gmail.com>
1967
1968 * format.c (bfd_check_format_matches): Don't match plugin target
1969 if another target matches. Expand comment.
1970 * targets.c (_bfd_target_vector): Move plugin_vec after all other
1971 non-corefile targets, outside !SELECT_VECS.
1972 * config.bfd: Don't handle targ=plugin here.
1973 * configure.ac: Don't add plugin to enable_targets or handle in
1974 target loop setting selvecs and other target vars.
1975 * configure: Regenerate.
1976
a68aa5d3
NC
19772019-06-26 Nick Clifton <nickc@redhat.com>
1978
1979 PR 24703
1980 * mach-o-arm.c (bfd_mach_o_arm_canonicalize_one_reloc): Add error
1981 messages for failures.
1982 * mach-o.c (bfd_mach_o_canonicalize_relocs): Set an bfd error code
1983 if returning an error value.
1984
ab9f654c
JB
19852019-06-25 Jan Beulich <jbeulich@suse.com>
1986
1987 * elf-properties.c (elf_find_and_remove_property): Rename last
1988 parameter. Mention it in comment.
1989
04b865dc
JW
19902019-06-24 Ilia Diachkov <ilia.diachkov@optimitech.com>
1991
1992 * elfnn-riscv.c (_bfd_riscv_relax_lui): Delete early exit when
1993 SEC_MERGE or SEC_CODE flags are set.
1994 (_bfd_riscv_relax_section): New local symtype. Set sym_sec and
1995 symtype consistently. Don't include sec_addr (sym_sec) in symval.
1996 Add check for SEC_INFO_TYPE_MERGE and call _bfd_merged_section_offset.
1997 Add sec_addr (sym_sec) after handling merge sections.
1998
f93ab3a0
L
19992019-06-24 H.J. Lu <hongjiu.lu@intel.com>
2000
2001 PR ld/24721
2002 * elf-properties.c (elf_merge_gnu_property_list): Remove the
2003 property after reporting property removal.
2004
bb22a418
AM
20052019-06-23 Alan Modra <amodra@gmail.com>
2006
2007 PR 24704
2008 * elf64-ppc.c (R_PPC64_GOT16_DS): Don't set has_gotrel.
2009 (ppc64_elf_edit_toc): Don't remove R_PPC64_GOT16_DS got entries.
2010 Reduce range of offsets allowed for other GOT relocs.
2011
14b2a8e4
AM
20122019-06-23 Alan Modra <amodra@gmail.com>
2013
2014 PR 24689
2015 * elfcode.h (elf_object_p): Warning fix.
2016
890f750a
AM
20172019-06-21 Alan Modra <amodra@gmail.com>
2018
2019 PR 24689
2020 * elfcode.h (elf_object_p): Check type of e_shstrndx section.
2021
6f5601c4
AM
20222019-06-19 Alan Modra <amodra@gmail.com>
2023
2024 PR 24697
2025 * elf32-ppc.c (ppc_elf_relocate_section): Don't read insn for
2026 R_PPC_EMB_RELSDA. Mask low bit of R_PPC_EMB_SDA21 r_offset.
2027
4a4e7361
AM
20282019-06-19 Alan Modra <amodra@gmail.com>
2029
2030 * elf64-ppc.c (ppc64_elf_inline_plt): Correct st_other test for
2031 functions that require r2 valid to use local entry.
2032 (ppc64_elf_size_stubs, ppc64_elf_relocate_section): Likewise.
2033
39c05d94
SN
20342019-06-17 Szabolcs Nagy <szabolcs.nagy@arm.com>
2035
2036 * elfnn-aarch64.c (elfNN_aarch64_allocate_local_dynrelocs): Remove.
2037 (elfNN_aarch64_size_dynamic_sections): Remove loc_hash_table traversal
2038 with elfNN_aarch64_allocate_local_dynrelocs.
2039
e30d1fa1
SN
20402019-06-14 Szabolcs Nagy <szabolcs.nagy@arm.com>
2041
2042 * elfnn-aarch64.c: Enable MOVW_PREL relocs for ELF32.
2043
3a3a077c
AM
20442019-06-14 Alan Modra <amodra@gmail.com>
2045
2046 * Makefile.in: Regenerate.
2047 * configure: Regenerate.
2048
d4b87b1e
AM
20492019-06-14 Alan Modra <amodra@gmail.com>
2050
2051 * elf64-ppc.c: Fix comments involving paddi.
2052
62e0492f
AL
20532019-06-12 Adam Lackorzymski <adam@os.inf.tu-dresden.de>
2054
2055 PR 24643
2056 * elf32-arm.c (arm_elf_find_function): Fail if the symol table is
2057 absent, or the bfd is not in the ELF formart.
2058 * elfnn-aarch64.c (aarch64_elf_find_function): Likewise.
2059
58e07198
CZ
20602019-06-10 Christos Zoulas <christos@zoulas.com>
2061
2062 PR 24650
2063 * elf.c (elfcore_make_auxv_note_section): New function.
2064 (elfcore_grok_note): Use it.
2065 (elfcore_grok_freebsd_note): Likewise.
2066 (elfcore_grok_openbsd_note): Likewise.
2067 (elfcore_grok_netbsd_note): Likewise. Plus add support for
2068 NT_NETBSDCORE_AUXV notes.
2069
237df8fe
SD
20702019-06-06 Sudakshina Das <sudi.das@arm.com>
2071
2072 * elfxx-aarch64.c (_bfd_aarch64_elf_link_setup_gnu_properties): Set
2073 alignment of the new gnu property section.
2074
8bf6d176
SD
20752019-06-06 Sudakshina Das <sudi.das@arm.com>
2076
2077 * bfd-in.h: Change comment.
2078 * bfd-in2.h: Regenerate.
2079 * elfnn-aarch64.c (elfNN_aarch64_merge_gnu_properties): Update warning.
2080 * elfxx-aarch64.c (_bfd_aarch64_elf_link_setup_gnu_properties):
2081 Likwise.
2082
1e129bbe
FS
20832019-05-28 Faraz Shahbazker <fshahbazker@wavecomp.com>
2084
2085 * elfxx-mips.c (mips_elf_calculate_relocation) <R_MIPS_PCHI16>:
2086 Remove overflow check.
2087
0f4a61b4
AM
20882019-05-28 Alan Modra <amodra@gmail.com>
2089
2090 PR 24596
2091 * cofflink.c (coff_link_check_archive_element): Don't assume
2092 element is a coff object file after calling add_archive_element.
2093
94667ab1
AM
20942019-05-28 Alan Modra <amodra@gmail.com>
2095
2096 PR 24596
2097 * elf32-microblaze.c (microblaze_elf_finish_dynamic_sections): Don't
2098 attempt to set sh_entsize for excluded PLT section.
2099
28fbeab8
AM
21002019-05-28 Alan Modra <amodra@gmail.com>
2101
2102 PR 24596
2103 * elf64-alpha.c (elf64_alpha_relocate_section): Don't attempt
2104 to emit R_ALPHA_GOTTPREL in PIEs, for which no space is
2105 allocated in alpha_dynamic_entries_for_reloc.
2106
a0f6fd21
AM
21072019-05-28 Alan Modra <amodra@gmail.com>
2108
2109 PR 24596
2110 * elf32-lm32.c (lm32_elf_finish_dynamic_sections): Don't segfault
2111 on NULL output_section.
2112 * elflink.c (elf_final_link_free): Don't free -1 symshndxbuf.
2113
c83004d5
AM
21142019-05-28 Alan Modra <amodra@gmail.com>
2115
2116 PR 24596
2117 * elf32-m68k.c (elf_m68k_get_got_entry): Don't create a new
2118 entry when MUST_FIND. Abort when MUST_FIND not found.
2119 (elf_m68k_get_bfd2got_entry): Likewise.
2120 (elf_m68k_relocate_section): Remove now useless assert.
2121
586338b8
AM
21222019-05-28 Alan Modra <amodra@gmail.com>
2123
2124 PR 24596
2125 * elf64-hppa.c (elf64_hppa_finalize_dynreloc): Get the output bfd
2126 from bfd_link_info, not an output section owner.
2127 (elf64_hppa_finish_dynamic_symbol, elf64_hppa_finalize_opd): Likewise.
2128 (elf_hppa_final_link_relocate): Likewise.
2129
a7b34aba
AM
21302019-05-28 Alan Modra <amodra@gmail.com>
2131
2132 PR 24596
2133 * aout-tic30.c (MY_bfd_final_link): Don't segfault on missing
2134 create_object_symbols_section, obj_textsec, obj_datasec or
2135 obj_bsssec. Fix other errors in placement.
2136 * config.bfd: Obsolete tic30-aout.
2137
0eb32b6e
AM
21382019-05-28 Alan Modra <amodra@gmail.com>
2139
2140 PR 24596
2141 * dwarf2.c (save_section_vma, section_vma_same): Check for NULL
2142 end of section list as well as section_count.
2143 * xcofflink.c (xcoff_link_add_symbols): Fix temporarily changed
2144 section list before returning error.
2145
ce5aecf8
AM
21462019-05-27 Alan Modra <amodra@gmail.com>
2147
2148 * elf.c (bfd_elf_set_group_contents): Exit on zero size section.
2149
3d7d6a6f
AM
21502019-05-27 Alan Modra <amodra@gmail.com>
2151
2152 PR 24596
2153 * linker.c (_bfd_generic_link_output_symbols): Heed BSF_KEEP.
2154
823710d5
SN
21552019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
2156
2157 * elfnn-aarch64.c (elfNN_aarch64_merge_symbol_attribute): New function.
2158 (struct elf_aarch64_link_hash_table): Add variant_pcs member.
2159 (elfNN_aarch64_allocate_dynrelocs): Update variant_pcs.
2160 (elfNN_aarch64_size_dynamic_sections): Add DT_AARCH64_VARIANT_PCS.
2161 (elf_backend_merge_symbol_attribute): Define.
2162
405b5bd8
AM
21632019-05-24 Alan Modra <amodra@gmail.com>
2164
2165 * po/SRC-POTFILES.in: Regenerate.
2166
04bdff6a
AM
21672019-05-24 Alan Modra <amodra@gmail.com>
2168
2169 * elf64-ppc.c: Comment on powerxx _notoc stub variants.
2170 (LI_R11_0, LIS_R11, ORI_R11_R11_0, SLDI_R11_R11_34): Define.
2171 (PADDI_R12_PC, PLD_R12_PC, D34, HA34): Define.
2172 (struct ppc_link_hash_table): Add powerxx_stubs.
2173 (ppc64_elf_check_relocs): Set powerxx_stubs.
2174 (build_powerxx_offset, size_powerxx_offset),
2175 (num_relocs_for_powerxx_offset),
2176 (emit_relocs_for_powerxx_offset): New functions.
2177 (plt_stub_size): Size powerxx stubs.
2178 (ppc_build_one_stub): Emit powerxx stubs.
2179 (ppc_size_one_stub): Size powerxx stubs. Omit .eh_frame for
2180 powerxx stubs.
2181
4a421c53
AM
21822019-05-24 Alan Modra <amodra@gmail.com>
2183
2184 * elf64-ppc.c (ppc64_elf_check_relocs): Set has_gotrel for
2185 R_PPC64_GOT_PCREL34.
2186 (xlate_pcrel_opt): New function.
2187 (ppc64_elf_edit_toc): Handle R_PPC64_GOT_PCREL34.
2188 (ppc64_elf_relocate_section): Edit GOT indirect to GOT relative
2189 for R_PPC64_GOT_PCREL34. Implement R_PPC64_PCREL_OPT optimisation.
2190
5663e321
AM
21912019-05-24 Alan Modra <amodra@gmail.com>
2192
2193 * reloc.c (BFD_RELOC_PPC64_D34, BFD_RELOC_PPC64_D34_LO),
2194 (BFD_RELOC_PPC64_D34_HI30, BFD_RELOC_PPC64_D34_HA30),
2195 (BFD_RELOC_PPC64_PCREL34, BFD_RELOC_PPC64_GOT_PCREL34),
2196 (BFD_RELOC_PPC64_PLT_PCREL34),
2197 (BFD_RELOC_PPC64_ADDR16_HIGHER34, BFD_RELOC_PPC64_ADDR16_HIGHERA34),
2198 (BFD_RELOC_PPC64_ADDR16_HIGHEST34, BFD_RELOC_PPC64_ADDR16_HIGHESTA34),
2199 (BFD_RELOC_PPC64_REL16_HIGHER34, BFD_RELOC_PPC64_REL16_HIGHERA34),
2200 (BFD_RELOC_PPC64_REL16_HIGHEST34, BFD_RELOC_PPC64_REL16_HIGHESTA34),
2201 (BFD_RELOC_PPC64_D28, BFD_RELOC_PPC64_PCREL28): New reloc enums.
2202 * elf64-ppc.c (PNOP): Define.
2203 (ppc64_elf_howto_raw): Add reloc howtos for new relocations.
2204 (ppc64_elf_reloc_type_lookup): Translate new bfd reloc numbers.
2205 (ppc64_elf_ha_reloc): Adjust addend for highera34 and highesta34
2206 relocs.
2207 (ppc64_elf_prefix_reloc): New function.
2208 (struct ppc_link_hash_table): Add notoc_plt.
2209 (is_branch_reloc): Add R_PPC64_PLTCALL_NOTOC.
2210 (is_plt_seq_reloc): Add R_PPC64_PLT_PCREL34,
2211 R_PPC64_PLT_PCREL34_NOTOC, and R_PPC64_PLTSEQ_NOTOC.
2212 (ppc64_elf_check_relocs): Handle pcrel got and plt relocs. Set
2213 has_pltcall for section on seeing R_PPC64_PLTCALL_NOTOC. Handle
2214 possible need for dynamic relocs on non-pcrel powerxx relocs.
2215 (dec_dynrel_count): Handle non-pcrel powerxx relocs.
2216 (ppc64_elf_inline_plt): Handle R_PPC64_PLTCALL_NOTOC.
2217 (toc_adjusting_stub_needed): Likewise.
2218 (ppc64_elf_tls_optimize): Handle R_PPC64_PLTSEQ_NOTOC.
2219 (ppc64_elf_relocate_section): Handle new powerxx relocs.
2220 * bfd-in2.h: Regenerate.
2221 * libbfd.h: Regenerate.
2222
fd0de36e
JM
22232019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
2224
45d5293f
JM
2225 * config.bfd (targ_cpu): Process bpf-*-none only if BFD64.
2226 * configure.ac: Set target_size=64 for bpf_elf64_le_vec and
2227 bpf_elf64_be_vec.
2228 * configure: Regenerate.
2229
22302019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
2231
fd0de36e
JM
2232 * configure: Regenerated.
2233 * Makefile.am (ALL_MACHINES): Add cpu-bpf.lo.
2234 (ALL_MACHINES_CFILES): Add cpu-bpf.c.
2235 (BFD64_BACKENDS): Add elf64-bpf.lo.
2236 (BFD64_BACKENDS_CFILES): Add elf64-bpf.c.
2237 * Makefile.in (SOURCE_HFILES): Regenerate.
2238 * config.bfd (targ_cpu): Handle bpf-*-* targets.
2239 * cpu-bpf.c: New file.
2240 * elf64-bpf.c: Likewise.
2241 * targets.c (_bfd_target_vector): Add bpf_elf64_be_vec and
2242 bpf_elf64_le_vec.
2243 * archures.c: Define architecture bfd_arch_bpf and machine
2244 bfd_arch_bpf.
2245 * reloc.c: Define BFD relocations used by the BPF target.
2246 * bfd-in2.h: Regenerated.
2247 * libbfd.h: Likewise.
2248
b0f4fbf8
AM
22492019-05-22 Alan Modra <amodra@gmail.com>
2250
2251 * elf32-arm.c (arm_allocate_glue_section_space): Clear section
2252 contents.
2253
9ec2f606
AM
22542019-05-22 Alan Modra <amodra@gmail.com>
2255
2256 * vms-alpha.c (_bfd_vms_write_etir): Don't attempt further
2257 processing on "size error in section".
2258
4decd602
AM
22592019-05-22 Alan Modra <amodra@gmail.com>
2260
2261 * som.c (som_bfd_free_cached_info): Call
2262 _bfd_generic_close_and_cleanup.
2263
b474a202
FS
22642019-05-21 Faraz Shahbazker <fshahbazker@wavecomp.com>
2265
2266 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Generate error
2267 for TLS_TPREL_HI16(/LO16) relocations in shared library.
2268
304f09d0
FS
22692019-05-21 Faraz Shahbazker <fshahbazker@wavecomp.com>
2270
2271 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Add NULL pointer
2272 checks. Search the RELA table for n64 relocations.
2273
3734320d
MF
22742019-05-21 Matthew Fortune <matthew.fortune@mips.com>
2275 Faraz Shahbazker <fshahbazker@wavecomp.com>
2276
2277 * elfxx-mips.c (LA25_BC): New macro.
2278 (mips_elf_link_hash_table)<compact_branches>: New field.
2279 (STUB_JALRC): New macro.
2280 (mipsr6_o32_exec_plt0_entry_compact): New array.
2281 (mipsr6_n32_exec_plt0_entry_compact): Likewise.
2282 (mipsr6_n64_exec_plt0_entry_compact): Likewise.
2283 (mipsr6_exec_plt_entry_compact): Likewise.
2284 (mips_elf_create_la25_stub): Use BC instead of J for stubs
2285 when compact_branches is true.
2286 (_bfd_mips_elf_finish_dynamic_symbol): Choose the compact
2287 PLT for MIPSR6 with compact_branches. Do not reorder the
2288 compact branches PLT. Switch the lazy stub for MIPSR6
2289 with compact_branches to use JALRC.
2290 (mips_finish_exec_plt): Choose the compact PLT0 for MIPSR6
2291 when compact_branches is true.
2292 (_bfd_mips_elf_compact_branches): New function.
2293 * elfxx-mips.h (_bfd_mips_elf_compact_branches): New prototype.
2294
64672071
TC
22952019-05-21 Tamar Christina <tamar.christina@arm.com>
2296
2297 PR ld/24373
2298 * elfnn-aarch64.c (_bfd_aarch64_erratum_843419_branch_to_stub):
2299 Fix print formatter.
2300
e6f65e75
AV
23012019-05-21 Andre Vieira <andre.simoesdiasvieira@arm.com>
2302
2303 PR 24460
2304 * elf32-arm.c (get_value_helper): Remove.
2305 (elf32_arm_final_link_relocate): Fix branch future relocations.
2306
739b5c9c
TC
23072019-05-21 Tamar Christina <tamar.christina@arm.com>
2308
2309 PR ld/24373
2310 * bfd-in.h (enum erratum_84319_opts): New
2311 (bfd_elf64_aarch64_set_options, bfd_elf32_aarch64_set_options): Change
2312 int to enum erratum_84319_opts.
2313 * bfd-in2.h: Regenerate.
2314 * elfnn-aarch64.c (struct elf_aarch64_link_hash_table): Change
2315 fix_erratum_843419 to use new enum, remove fix_erratum_843419_adr.
2316 (_bfd_aarch64_add_stub_entry_after): Conditionally create erratum stub.
2317 (aarch64_size_one_stub): Conditionally size erratum 843419 stubs.
2318 (_bfd_aarch64_resize_stubs): Amend comment.
2319 (elfNN_aarch64_size_stubs): Don't generate stubs when no workaround
2320 requested.
2321 (bfd_elfNN_aarch64_set_options): Use new fix_erratum_843419 enum.
2322 (_bfd_aarch64_erratum_843419_branch_to_stub): Implement selection of
2323 erratum workaround.
2324 (clear_erratum_843419_entry): Update erratum conditional.
2325
7622049e
SKS
23262019-05-21 Senthil Kumar Selvaraj <senthilkumar.selvaraj@microchip.com>
2327
2328 PR ld/24571
2329 * bfd/elf32-avr.c (elf32_avr_relax_section): Adjust range check
2330 when computing distance_short_enough.
2331
338ba755
SKS
23322019-05-21 Senthil Kumar Selvaraj <senthilkumar.selvaraj@microchip.com>
2333
2334 PR ld/24564
2335 * bfd/elf32-avr.c (avr_relative_distance_considering_wrap_around):
2336 Wrap around even if distance equals avr_pc_wrap_around.
2337
999b073b
NC
23382019-05-20 Nick Clifton <nickc@redhat.com>
2339
2340 * po/fr.po: Updated French translation.
2341
a7ad558c
AV
23422019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
2343
2344 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Add case for Tag_MVE_arch.
2345
a2699ef2
AM
23462019-05-16 Alan Modra <amodra@gmail.com>
2347
2348 * elf32-arm.c (elf32_arm_write_section): Revert last change.
2349
3a1bb98c
AM
23502019-05-15 Alan Modra <amodra@gmail.com>
2351
2352 * elf32-arm.c (elf32_arm_write_section): Don't leave
2353 error case of STM32L4XX_ERRATUM_BRANCH_TO_VENEER with
2354 unitialised section contents.
2355
37d0d091
JH
23562019-05-14 Jamey Hicks <jamey.hicks@gmail.com>
2357
2358 PR 19921
2359 * verilog.c: (VerilogDataWidth): New variable.
2360 (verilog_write_record): Emit bytes in VerilogDataWidth bundles.
2361
79299211
NC
23622019-05-08 Nick Clifton <nickc@redhat.com>
2363
2364 PR 24523
2365 * elf32-m68k.c (elf32_m68k_merge_private_bfd_data): Return TRUE
2366 rather than FALSE if encountering a non-ELF file.
2367
e1cbf07a
AM
23682019-05-06 Alan Modra <amodra@gmail.com>
2369
2370 * elf32-pj.c (pj_elf_reloc): Don't report undefined weak as an error.
2371
334d91b9
AM
23722019-05-06 Alan Modra <amodra@gmail.com>
2373
2374 * reloc.c (BFD_RELOC_PPC64_TPREL16_HIGH, BFD_RELOC_PPC64_TPREL16_HIGHA),
2375 (BFD_RELOC_PPC64_DTPREL16_HIGH, BFD_RELOC_PPC64_DTPREL16_HIGHA):
2376 Sort before BFD_RELOC_PPC64_DTPREL16_HIGHESTA entry.
2377 * libbfd.h: Regenerate.
2378 * bfd-in2.h: Regenerate.
2379
a288c270
AM
23802019-05-04 Alan Modra <amodra@gmail.com>
2381
2382 PR 24511
2383 * syms.c (coff_section_type): Only allow '.', '$' and numeric
2384 following the standard section names.
2385 (bfd_decode_symclass): Prioritize section flag tests in
2386 decode_section_type before name tests in coff_section_type.
2387 * plugin.c (bfd_plugin_canonicalize_symtab): Init fake_section
2388 and fake_common_section using BFD_FAKE_SECTION. Use "fake" as
2389 their names and choose standard .text section flags for
2390 fake_section.
2391
2cdc1a97
NC
23922019-05-02 Nick Clifton <nickc@redhat.com>
2393
2394 PR 24493
2395 * coffcode.h (styp_to_sec_flags): Treat .gnu.debuglink and
2396 .gnu.debugaltlink sections as debugging sections.
2397
066f4018
AM
23982019-04-30 Alan Modra <amodra@gmail.com>
2399
2400 * elf64-ppc.c (struct ppc64_elf_obj_tdata): Add has_gotrel.
2401 (struct _ppc64_elf_section_data): Likewise.
2402 (ppc64_elf_check_relocs): Set above fields.
2403 (ppc64_elf_edit_toc): Add a pass over GOT relocs.
2404 (ppc64_elf_relocate_section): Edit GOT indirect to GOT relative
2405 when possible.
2406
c54f1524
L
24072019-04-26 H.J. Lu <hongjiu.lu@intel.com>
2408
2409 PR ld/24486
2410 * elflink.c (elf_link_output_extsym): Don't complain undefined
2411 weak dynamic reference.
2412
68bb0359
SD
24132019-04-25 Sudakshina Das <sudi.das@arm.com>
2414
2415 * elfnn-aarch64.c (PLT_BTI_ENTRY_SIZE): Remove.
2416 (PLT_BTI_TLSDESC_ENTRY_SIZE): Remove.
2417 (PLT_PAC_ENTRY_SIZE, PLT_BTI_PAC_ENTRY_SIZE): Remove.
2418 (PLT_BTI_SMALL_ENTRY_SIZE, PLT_PAC_SMALL_ENTRY_SIZE): Update.
2419 (elfNN_aarch64_small_plt0_pac_entry): Remove.
2420 (elfNN_aarch64_small_plt0_bti_pac_entry): Remove.
2421 (elfNN_aarch64_small_plt0_bti_entry): Update.
2422 (elfNN_aarch64_small_plt_bti_entry): Update.
2423 (elfNN_aarch64_small_plt_pac_entry): Update.
2424 (elfNN_aarch64_tlsdesc_small_plt_bti_entry): Update.
2425 (setup_plt_values): Setup new entries.
2426 (elfNN_aarch64_finish_dynamic_sections): Remove size change.
2427 (elfNN_aarch64_plt_sym_val): Likewise.
2428
79b8e8ab
JW
24292019-04-22 Jim Wilson <jimw@sifive.com>
2430
2431 * elfnn-riscv.c (PRSTATUS_SIZE) [ARCH_SIZE==32]: Change from 0 to 204.
2432
fce97736
AM
24332019-04-19 Alan Modra <amodra@gmail.com>
2434
2435 * elf32-s12z.c (elf_backend_can_gc_sections): Don't define
2436
9a7f0679
L
24372019-04-17 H.J. Lu <hongjiu.lu@intel.com>
2438
2439 * elf64-x86-64.c (elf_x86_64_need_pic): Suggest -fPIE when not
2440 building shared object.
2441 * elfxx-x86.c (_bfd_x86_elf_size_dynamic_sections): Likewise.
2442
4e84a8f8
L
24432019-04-17 H.J. Lu <hongjiu.lu@intel.com>
2444
2445 PR ld/24458
2446 * elfxx-x86.h (SYMBOL_DEFINED_NON_SHARED_P): Also check x86
2447 linker_def.
2448
32c36c3c
AV
24492019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2450
2451 * reloc.c (BFD_RELOC_ARM_T32_VLDR_VSTR_OFF_IMM): New internal
2452 relocation.
2453 * bfd-in2.h: Regenerate.
2454 * libbfd.h: Likewise.
2455
60f993ce
AV
24562019-04-15 Sudakshina Das <sudi.das@arm.com>
2457
2458 * reloc.c (BFD_RELOC_ARM_THUMB_LOOP12): New.
2459 * bfd-in2.h: Regenerated.
2460 * libbfd.h: Regenerated.
2461
f6b2b12d
AV
24622019-04-15 Sudakshina Das <sudi.das@arm.com>
2463
2464 * reloc.c (BFD_RELOC_THUMB_PCREL_BFCSEL): New relocation.
2465 * bfd-in2.h: Regenerated.
2466 * libbfd.h: Likewise.
2467
1889da70
AV
24682019-04-15 Sudakshina Das <sudi.das@arm.com>
2469
2470 * reloc.c (BFD_RELOC_ARM_THUMB_BF13): New.
2471 * bfd-in2.h: Regenerated.
2472 * libbfd.h: Regenerated.
2473 * elf32-arm.c (elf32_arm_howto_table_1): New entry for R_ARM_THM_BF13.
2474 (elf32_arm_reloc_map elf32_arm_reloc_map): Map BFD_RELOC_ARM_THUMB_BF13
2475 and R_ARM_THM_BF12 together.
2476 (elf32_arm_final_link_relocate): New switch case for R_ARM_THM_BF13.
2477
1caf72a5
AV
24782019-04-15 Sudakshina Das <sudi.das@arm.com>
2479
2480 * reloc.c (BFD_RELOC_ARM_THUMB_BF19): New
2481 * libbfd.h: Regenerated.
2482 * bfd-in2.h: Regenerated.
2483 * bfd-elf32-arm.c (elf32_arm_howto_table_1): New entry for R_ARM_THM_BF18.
2484 (elf32_arm_reloc_map elf32_arm_reloc_map): Map BFD_RELOC_ARM_THUMB_BF19
2485 and R_ARM_THM_BF18 together.
2486 (elf32_arm_final_link_relocate): New switch case for R_ARM_THM_BF19.
2487
e5d6e09e
AV
24882019-04-15 Sudakshina Das <sudi.das@arm.com>
2489
2490 * reloc.c (BFD_RELOC_ARM_THUMB_BF17): New enum.
2491 * bfd-in2.h: Regenerated.
2492 * libbfd.h: Regenerated.
2493 * bfd-elf32-arm.c (elf32_arm_howto_table_1): New entry for R_ARM_THM_BF16.
2494 (elf32_arm_reloc_map elf32_arm_reloc_map): Map BFD_RELOC_ARM_THUMB_BF17
2495 and R_ARM_THM_BF16 together.
2496 (get_value_helper): New reloc helper.
2497 (elf32_arm_final_link_relocate): New switch case for R_ARM_THM_BF16.
2498
e12437dc
AV
24992019-04-15 Sudakshina Das <sudi.das@arm.com>
2500
2501 * reloc.c (BFD_RELOC_THUMB_PCREL_BRANCH5): New enum.
2502 * bfd-in2.h: Regenerate.
2503 * libbfd.h: Regenerate.
2504
031254f2
AV
25052019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2506
2507 * archures.c (bfd_mach_arm_8_1M_MAIN): Define.
2508 * bfd-in2.h: Regenerate.
2509 * cpu-arm.c (arch_info_struct): Add entry for Armv8.1-M Mainline.
2510 * elf32-arm.c (using_thumb_only): Return true for Armv8.1-M Mainline
2511 and update assert.
2512 (using_thumb2): Likewise.
2513 (using_thumb2_bl): Update assert.
2514 (arch_has_arm_nop): Likewise.
2515 (bfd_arm_get_mach_from_attributes): Add case for Armv8.1-M Mainline.
2516 (tag_cpu_arch_combine): Add logic for Armv8.1-M Mainline merging.
2517
233a0083
L
25182019-04-11 H.J. Lu <hongjiu.lu@intel.com>
2519
2520 * elf-linker-x86.h (elf_x86_cet_report): New.
2521 (elf_linker_x86_params): Add cet_report.
2522 * elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): Report
2523 missing IBT and SHSTK properties if needed.
2524
a0ea3a14
L
25252019-04-11 H.J. Lu <hongjiu.lu@intel.com>
2526
ca4e6331 2527 PR ld/24436
a0ea3a14
L
2528 * elf-m10300.c (mn10300_elf_check_relocs): Remove BFD_ASSERT of
2529 "h != NULL". Don't check "h != NULL" before calling.
2530 bfd_elf_gc_record_vtentry.
2531 * elf32-arm.c (elf32_arm_check_relocs): Likewise.
2532 * elf32-bfin.c (bfin_check_relocs): Likewise.
2533 * elf32-cris.c (cris_elf_check_relocs): Likewise.
2534 * elf32-csky.c (csky_elf_check_relocs): Likewise.
2535 * elf32-d10v.c (elf32_d10v_check_relocs): Likewise.
2536 * elf32-dlx.c (elf32_dlx_check_relocs): Likewise.
2537 * elf32-fr30.c (fr30_elf_check_relocs): Likewise.
2538 * elf32-frv.c (elf32_frv_check_relocs): Likewise.
2539 * elf32-hppa.c (elf32_hppa_check_relocs): Likewise.
2540 * elf32-i386.c (elf_i386_check_relocs): Likewise.
2541 * elf32-iq2000.c (iq2000_elf_check_relocs): Likewise.
2542 * elf32-m32r.c (m32r_elf_check_relocs): Likewise.
2543 * elf32-m68hc1x.c (elf32_m68hc11_check_relocs): Likewise.
2544 * elf32-m68k.c (elf_m68k_check_relocs): Likewise.
2545 * elf32-mcore.c (mcore_elf_check_relocs): Likewise.
2546 * elf32-metag.c (elf_metag_check_relocs): Likewise.
2547 * elf32-or1k.c (or1k_elf_check_relocs): Likewise.
2548 * elf32-ppc.c (ppc_elf_check_relocs): Likewise.
2549 * elf32-s390.c (elf_s390_check_relocs): Likewise.
2550 * elf32-sh.c (sh_elf_check_relocs): Likewise.
2551 * elf32-v850.c (v850_elf_check_relocs): Likewise.
2552 * elf32-vax.c (elf_vax_check_relocs): Likewise.
2553 * elf32-xstormy16.c (xstormy16_elf_check_relocs): Likewise.
2554 * elf32-xtensa.c (elf_xtensa_check_relocs): Likewise.
2555 * elf64-mmix.c (mmix_elf_check_relocs): Likewise.
2556 * elf64-ppc.c (ppc64_elf_check_relocs): Likewise.
2557 * elf64-s390.c (elf_s390_check_relocs): Likewise.
2558 * elf64-x86-64.c (elf_s390_check_relocs): Likewise.
2559 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Likewise.
2560 * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): Likewise.
2561 * elflink.c (bfd_elf_gc_record_vtinherit): Check for corrupt
2562 VTENTRY entry.
2563
9bff840e
AM
25642019-04-11 Alan Modra <amodra@gmail.com>
2565
2566 PR 24435
2567 * elflink.c (elf_link_add_object_symbols): Don't read partial
2568 dynamic entries from fuzzed objects.
2569
ce12121b
TC
25702019-04-11 Tamar Christina <tamar.christina@arm.com>
2571
2572 PR ld/24302
2573 * elfnn-aarch64.c (elfNN_aarch64_size_dynamic_sections): Don't emit
2574 DT_TLSDESC_GOT and DT_TLSDESC_PLT when DF_BIND_NOW.
2575 (elfNN_aarch64_finish_dynamic_sections): Don't write PLT if DF_BIND_NOW.
2576
b05971a6
MF
25772019-04-10 Michael Forney <mforney@mforney.org>
2578
2579 PR 24427
2580 * doc/chew.c (free_words): Correctly free "push_text" strings.
2581
3ae61bb6
L
25822019-04-08 H.J. Lu <hongjiu.lu@intel.com>
2583
2584 * config.bfd: Remove i[3-7]86-*-kaos* and i[3-7]86-*-chaos targets.
2585
5f2a6b85
AM
25862019-04-08 Alan Modra <amodra@gmail.com>
2587
2588 * configure.ac (elfxx_x86): Define and use.
2589 * configure: Regenerate.
2590
5b9c07b2
L
25912019-04-06 H.J. Lu <hongjiu.lu@intel.com>
2592
2593 * elf-linker-x86.h: New file.
2594 * elf32-i386.c (elf_i386_convert_load_reloc): Use htab->params
2595 to get x86-specific linker options.
2596 * elf64-x86-64.c (elf_x86_64_convert_load_reloc): Likewise.
2597 (elf_x86_64_check_relocs): Likewise.
2598 (elf_x86_64_relocate_section): Likewise.
2599 (elf_x86_64_link_setup_gnu_properties): Likewise.
2600 * elfxx-x86.c (_bfd_x86_elf_merge_gnu_properties): Likewise.
2601 (_bfd_x86_elf_link_setup_gnu_properties): Likewise.
2602 (_bfd_elf_linker_x86_set_options): New function.
2603 * elfxx-x86.h: Include "elf-linker-x86.h".
2604 (elf_x86_link_hash_table): Add params.
2605
4b24dd1a
AM
26062019-04-03 Alan Modra <amodra@gmail.com>
2607
2608 * coff-i386.c, * coff-x86_64.c, * coffgen.c, * dwarf2.c,
2609 * elf-m10200.c, * elf.c, * elf32-arm.c, * elf32-bfin.c,
2610 * elf32-csky.c, * elf32-m32r.c, * elf32-microblaze.c, * elf32-pru.c,
2611 * elf32-rx.c, * elf32-xgate.c, * elf64-sparc.c, * elfnn-ia64.c,
2612 * elfxx-riscv.c, * elfxx-sparc.c, * linker.c, * mach-o.c,
2613 * pe-x86_64.c, * pei-x86_64.c, * plugin.c: Whitespace fixes.
2614
87f98bac
JW
26152019-04-02 Jim Wilson <jimw@sifive.com>
2616
2617 PR 24389
2618 * elfnn-riscv.c (_bfd_riscv_elf_merge_private_bfd_data): Move read of
2619 ELF header flags to after check for ELF object file. Loop through
2620 sections looking for code sections, if none, then skip ABI checks.
2621
ae2b14c7
JW
26222019-03-30 Andrew Waterman <andrew@sifive.com>
2623
2624 * elfnn-riscv.c (_bfd_riscv_relax_call): Only check ARCH_SIZE for
2625 rd == X_RA case.
2626
2487ef07
MF
26272019-03-29 Max Filippov <jcmvbkbc@gmail.com>
2628
2629 * elf32-xtensa.c (shrink_dynamic_reloc_sections): Add
2630 info->export_dynamic to the conditional.
2631
242a1159
AM
26322019-03-28 Alan Modra <amodra@gmail.com>
2633
2634 PR 24392
2635 * configure.ac: Invoke AC_CHECK_SIZEOF(int).
2636 * configure: Regenerate.
2637 * coffgen.c (coff_get_reloc_upper_bound): Replace gcc diagnostic
2638 workaround with SIZEOF_LONG vs. SIZEOF_INT check.
2639 * elf.c (_bfd_elf_get_reloc_upper_bound): Likewise.
2640 * elf64-sparc.c (elf64_sparc_get_reloc_upper_bound): Likewise.
2641 * mach-o.c (bfd_mach_o_get_reloc_upper_bound): Likewise.
2642
a9f5a551
JW
26432019-03-21 Jim Wilson <jimw@sifive.com>
2644
2645 PR 24365
2646 * elfnn-riscv.c (riscv_elf_relocate_section): For STT_SECTION check,
2647 verify sym non-NULL before using. Add identical check using h.
2648
4e539114
SD
26492019-03-21 Sudakshina Das <sudi.das@arm.com>
2650
2651 * elf-bfd.h (struct elf_backend_data): Add argument to
2652 merge_gnu_properties.
2653 * elf-properties.c (elf_merge_gnu_properties): Add argument to
2654 itself and while calling bed->merge_gnu_properties.
2655 (elf_merge_gnu_property_list): Update the calls for
2656 elf_merge_gnu_properties.
2657 * elfnn-aarch64.c (elfNN_aarch64_merge_gnu_properties): Update handling
2658 of --force-bti warning and add argument.
2659 * elfxx-aarch64.c (_bfd_aarch64_elf_link_setup_gnu_properties): Add
2660 warning.
2661 * elfxx-x86.c (_bfd_x86_elf_merge_gnu_properties): Add argument.
2662 * elfxx-x86.h (_bfd_x86_elf_merge_gnu_properties): Likewise in
2663 declaration.
2664
acde6c6b
SD
26652019-03-20 Sudakshina Das <sudi.das@arm.com>
2666
2667 * elfxx-aarch64.c (_bfd_aarch64_elf_link_fixup_gnu_properties): Define.
2668 * elfxx-aarch64.h (_bfd_aarch64_elf_link_fixup_gnu_properties): Declare.
2669 (elf_backend_fixup_gnu_properties): Define for AArch64.
2670
8cd1fe1b
AM
26712019-03-18 Alan Modra <amodra@gmail.com>
2672
2673 PR 24355
2674 * elf32-ppc.c (ppc_finish_symbols): Don't call write_glink_stub
2675 for local iplt syms with ent->plt.offset == -1. Remove ineffective
2676 attempt at writing glink stubs only once.
2677
6835821b
AM
26782019-03-16 Alan Modra <amodra@gmail.com>
2679
2680 PR 24337
2681 * elf.c (_bfd_elf_rela_local_sym): Revert last change.
2682 (_bfd_elf_rel_local_sym): Likewise.
2683 * elflink.c (elf_link_input_bfd): Use bfd_und_section for
2684 section of symbols with unrecognized shndx.
2685
2219ae0b
L
26862019-03-15 H.J. Lu <hongjiu.lu@intel.com>
2687
2688 PR ld/24267
2689 * coffgen.c (_bfd_coff_section_already_linked): Skip discarded
2690 section.
2691 * cofflink.c (coff_link_add_symbols): Check for symbols defined
2692 in discarded section.
2693
fe3fef62
AM
26942019-03-15 Alan Modra <amodra@gmail.com>
2695
2696 PR 24339
2697 * elflink.c (elf_link_add_object_symbols): Bail out on a local
2698 symbol after globals if elf_bad_symtab is not set.
2699
1ff31e13
AM
27002019-03-15 Alan Modra <amodra@gmail.com>
2701
2702 PR 24337
2703 * elf.c (_bfd_elf_rela_local_sym): Don't segfault on NULL sec.
2704 (_bfd_elf_rel_local_sym): Likewise.
2705
f55b1e32
AM
27062019-03-15 Alan Modra <amodra@gmail.com>
2707
2708 PR 24336
2709 * elflink.c (elf_link_read_relocs_from_section): Handle fuzzed
2710 object files with sh_size not a multiple of sh_entsize.
2711
da0d12d2
L
27122019-03-15 H.J. Lu <hongjiu.lu@intel.com>
2713
418d4036
L
2714 PR ld/24338
2715 * elf64-x86-64.c (elf_x86_64_relocate_section): Check for corrupt
2716 input with bad relocation.
2717
271822019-03-15 H.J. Lu <hongjiu.lu@intel.com>
2719
da0d12d2
L
2720 * elf64-x86-64.c (elf_x86_64_relocate_section): Re-indent.
2721
d7f848c3
NC
27222019-03-14 Nick Clifton <nickc@redhat.com>
2723
2724 PR 24334
2725 * dwarf2.c (struct dwarf2_debug): Add sec_vma_count field.
2726 (save_section_vma): Initialise field to the number of entries in
2727 the sec_vma table.
2728 (section_vma_same): Check that the number of entries in the
2729 sec_vma table matches the number of sections in the bfd.
2730
6cc71b82
NC
27312019-03-14 Nick Clifton <nickc@redhat.com>
2732
2733 PR 24333
2734 * elflink.c (_bfd_elf_add_default_symbol): Add a check for a NULL
2735 section owner pointer when adding the default symbol.
2736
be22c732
NC
27372019-03-14 Nick Clifton <nickc@redhat.com>
2738
2739 PR 24332
2740 * elflink.c (elf_link_add_object_symbols): Add new local variable
2741 extversym_end. Initialise it to point to the end of the version
2742 symbol table, if present. Check it when initialising and updating
2743 the ever pointer.
2744
1dbade74
SD
27452019-03-13 Sudakshina Das <sudi.das@arm.com>
2746
2747 * elfnn-aarch64.c (PLT_PAC_ENTRY_SIZE, PLT_PAC_SMALL_ENTRY_SIZE): New.
2748 (PLT_BTI_PAC_ENTRY_SIZE, PLT_BTI_PAC_SMALL_ENTRY_SIZE): New.
2749 (setup_plt_values): Account for PAC or PAC and BTI enabled PLTs.
2750 (elfNN_aarch64_size_dynamic_sections): Add checks for PLT_BTI_PAC
2751 and PLT_PAC_PLT.
2752 (elfNN_aarch64_finish_dynamic_sections): Account for PLT_BTI_PAC.
2753 (get_plt_type): Add case for DT_AARCH64_PAC_PLT.
2754 (elfNN_aarch64_plt_sym_val): Add cases for PLT_BTI_PAC and PLT_PAC.
2755
37c18eed
SD
27562019-03-13 Sudakshina Das <sudi.das@arm.com>
2757 Szabolcs Nagy <szabolcs.nagy@arm.com>
2758
2759 * bfd-in.h (aarch64_plt_type, aarch64_enable_bti_type): New.
2760 (aarch64_bti_pac_info): New.
2761 (bfd_elf64_aarch64_set_options): Add aarch64_bti_pac_info argument.
2762 (bfd_elf32_aarch64_set_options): Likewise.
2763 * bfd-in2.h: Regenerate
2764 * elfnn-aarch64.c (PLT_BTI_ENTRY_SIZE): New.
2765 (PLT_BTI_SMALL_ENTRY_SIZE, PLT_BTI_TLSDESC_ENTRY_SIZE): New.
2766 (elfNN_aarch64_small_plt0_bti_entry): New.
2767 (elfNN_aarch64_small_plt_bti_entry): New.
2768 (elfNN_aarch64_tlsdesc_small_plt_bti_entry): New.
2769 (elf_aarch64_obj_tdata): Add no_bti_warn and plt_type fields.
2770 (elf_aarch64_link_hash_table): Add plt0_entry, plt_entry and
2771 tlsdesc_plt_entry_size fields.
2772 (elfNN_aarch64_link_hash_table_create): Initialise the new fields.
2773 (setup_plt_values): New helper function.
2774 (bfd_elfNN_aarch64_set_options): Use new bp_info to set plt sizes and
2775 bti enable type.
2776 (elfNN_aarch64_allocate_dynrelocs): Use new size members instead of
2777 fixed macros.
2778 (elfNN_aarch64_size_dynamic_sections): Likewise and add checks.
2779 (elfNN_aarch64_create_small_pltn_entry): Use new generic pointers
2780 to plt stubs instead of fixed ones and update filling them according
2781 to the need for bti.
2782 (elfNN_aarch64_init_small_plt0_entry): Likewise.
2783 (elfNN_aarch64_finish_dynamic_sections): Likewise.
2784 (get_plt_type, elfNN_aarch64_get_synthetic_symtab): New.
2785 (elfNN_aarch64_plt_sym_val): Update size accordingly.
2786 (elfNN_aarch64_link_setup_gnu_properties): Set up plts if BTI GNU NOTE
2787 is set.
2788 (bfd_elfNN_get_synthetic_symtab): Define.
2789 (elfNN_aarch64_merge_gnu_properties): Give out warning with --force-bti
2790 and mising BTI NOTE SECTION.
2791
2792
cd702818
SD
27932019-03-13 Sudakshina Das <sudi.das@arm.com>
2794
2795 * elf-properties.c (_bfd_elf_link_setup_gnu_properties): Exclude
2796 linker created inputs from merge.
2797 * elfnn-aarch64.c (struct elf_aarch64_obj_tdata): Add field for
2798 GNU_PROPERTY_AARCH64_FEATURE_1_AND properties.
2799 (elfNN_aarch64_link_setup_gnu_properties): New.
2800 (elfNN_aarch64_merge_gnu_properties): New.
2801 (elf_backend_setup_gnu_properties): Define for AArch64.
2802 (elf_backend_merge_gnu_properties): Likewise.
2803 * elfxx-aarch64.c (_bfd_aarch64_elf_link_setup_gnu_properties): Define.
2804 (_bfd_aarch64_elf_parse_gnu_properties): Define.
2805 (_bfd_aarch64_elf_merge_gnu_properties): Define.
2806 * elfxx-aarch64.h (_bfd_aarch64_elf_link_setup_gnu_properties): Declare.
2807 (_bfd_aarch64_elf_parse_gnu_properties): Declare.
2808 (_bfd_aarch64_elf_merge_gnu_properties): Declare.
2809 (elf_backend_parse_gnu_properties): Define for AArch64.
2810
44b27f95
L
28112019-03-13 H.J. Lu <hongjiu.lu@intel.com>
2812
2813 PR ld/24322
2814 * elfxx-x86.c (_bfd_x86_elf_merge_gnu_properties): Properly
2815 merge GNU_PROPERTY_X86_FEATURE_1_[IBT|SHSTK].
2816
7a6e0d89
AM
28172019-03-12 Alan Modra <amodra@gmail.com>
2818
2819 * coffcode.h (buy_and_read): Delete unnecessary forward decl. Add
2820 nmemb parameter. Use bfd_alloc2.
2821 (coff_slurp_line_table): Use bfd_alloc2. Update buy_and_read calls.
2822 Delete assertion.
2823 (coff_slurp_symbol_table): Use bfd_alloc2 and bfd_zalloc2.
2824 (coff_slurp_reloc_table): Use bfd_alloc2. Update buy_and_read calls.
2825 * coffgen.c (coff_get_reloc_upper_bound): Ensure size calculation
2826 doesn't overflow.
2827 * elf.c (bfd_section_from_shdr): Use bfd_zalloc2. Style fix.
2828 (assign_section_numbers): Style fix.
2829 (swap_out_syms): Use bfd_malloc2.
2830 (_bfd_elf_get_reloc_upper_bound): Ensure size calculation doesn't
2831 overflow.
2832 (_bfd_elf_make_empty_symbol): Style fix.
2833 (elfobj_grok_stapsdt_note_1): Formatting.
2834 * elfcode.h (elf_object_p): Use bfd_alloc2.
2835 (elf_write_relocs, elf_write_shdrs_and_ehdr): Likewise.
2836 (elf_slurp_symbol_table): Use bfd_zalloc2.
2837 (elf_slurp_reloc_table): Use bfd_alloc2.
2838 (_bfd_elf_bfd_from_remote_memory): Use bfd_malloc2.
2839 * elf64-sparc (elf64_sparc_get_reloc_upper_bound): Ensure
2840 size calculation doesn't overflow.
2841 (elf64_sparc_get_dynamic_reloc_upper_bound): Likewise.
2842 * mach-o.c (bfd_mach_o_get_reloc_upper_bound): Likewise.
2843 * pdp11.c (get_reloc_upper_bound): Copy aoutx.h version.
2844
ebd2263b
AM
28452019-03-08 Alan Modra <amodra@gmail.com>
2846
2847 PR 24311
2848 * merge.c (merge_strings): Return secinfo. Don't pad section
2849 to alignment here.
2850 (_bfd_merge_sections): Pad section to alignment here, if input
2851 sections contributing to merged output all pad to alignment.
2852 Formatting.
2853
219d6836
NC
28542019-03-06 Nick Clifton <nickc@redhat.com>
2855
2856 * dwarf2.c (_bfd_dwarf2_find_symbol_bias): Check for a NULL symbol
2857 table pointer.
2858 * coffgen.c (coff_find_nearest_line_with_names): Do not call
2859 _bfd_dwarf2_find_symbol_bias if there is no symbol table available.
2860
24801b15
AK
28612019-03-01 Andreas Krebbel <krebbel@linux.ibm.com>
2862
2863 This reverts commit 5a12586d44fa8d5dfc74cbca4f2f36a273a16335.
2864 2019-01-14 Maamoun Tarsha <maamountk@hotmail.com>
2865
2866 PR 20113
2867 * elf32-s390.c (allocate_dynrelocs): Update comment.
2868
4ffd2909
TC
28692019-02-28 Tamar Christina <tamar.christina@arm.com>
2870
2871 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Correct CIE parse.
2872
eed5def8
NC
28732019-02-28 Nick Clifton <nickc@redhat.com>
2874
2875 PR 24273
2876 * elf.c (bfd_elf_string_from_elf_section): Check for a string
2877 section that is not NUL terminated.
2878
5cfe428c
L
28792019-02-27 H.J. Lu <hongjiu.lu@intel.com>
2880
2881 PR ld/24276
2882 * elf64-x86-64.c (elf_x86_64_check_relocs): Skip symbol defined
2883 by linker when checking copy reloc on protected symbol.
2884
f616c36b
AM
28852019-02-24 Alan Modra <amodra@gmail.com>
2886
2887 PR 24144
2888 * pdp11.c (set_section_contents): Revert 2015-02-24 change.
2889
eed62915
MF
28902019-02-20 Eric Tsai <erictsai@cadence.com>
2891
2892 * elf32-xtensa.c (is_resolvable_asm_expansion): Scan output
2893 sections between the call site and call destination and adjust
2894 call distance by the largest alignment.
2895
e6c3b5bf
AH
28962019-02-20 Alan Hayward <alan.hayward@arm.com>
2897
2898 * elf-bfd.h (elfcore_write_aarch_pauth): Add declaration.
2899 * elf.c (elfcore_grok_aarch_pauth): New function.
2900 (elfcore_grok_note): Check for NT_ARM_PAC_MASK.
2901 (elfcore_write_aarch_pauth): New function.
2902 (elfcore_write_register_note): Check for AArch64 pauth section.
2903
34d75fb5
AM
29042019-02-20 Alan Modra <amodra@gmail.com>
2905
2906 PR 24225
2907 * elf32-nios2.c (nios2_elf32_relocate_section): Check asprintf
2908 return value.
2909
edd01d07
MR
29102019-02-20 Michael Roitzsch <reactorcontrol@icloud.com>
2911
2912 * configure.ac (SHARED_LIBADD): Add -liberty -lintl for all
2913 Darwin hosts, not just or1k.
2914 * configure: Regenerate.
2915
8abac803
AM
29162019-02-20 Alan Modra <amodra@gmail.com>
2917
2918 PR 24236
2919 * archive64.c (_bfd_archive_64_bit_slurp_armap): Move code adding
2920 sentinel NUL to string buffer nearer to loop where it is used.
2921 Don't go past sentinel when scanning strings, and don't write
2922 NUL again.
2923 * archive.c (do_slurp_coff_armap): Simplify string handling to
2924 archive64.c style.
2925
179f2db0
AM
29262019-02-19 Alan Modra <amodra@gmail.com>
2927
2928 PR 24235
2929 * pei-x86_64.c (pex64_bfd_print_pdata_section): Correct checks
2930 attempting to prevent read past end of section.
2931
a31b8bd9
AM
29322019-02-18 Alan Modra <amodra@gmail.com>
2933
2934 PR 24225
2935 * elf32-nios2.c (nios2_elf32_relocate_section): Use asprintf and
2936 PRIx64 to generate warning messages. Print local sym names too.
2937
a0e90a73
CZ
29382019-02-09 Vineet Gupta <vgupta@synopsys.com>
2939
2940 * elf32-arc (INIT_SYM_STRING): Delete.
2941 (FINI_SYM_STRING): Likewise.
2942 (init_str): Likewise.
2943 (fini_str): Likewise.
2944
482f3505
AM
29452019-02-08 Alan Modra <amodra@gmail.com>
2946
2947 * elf32-ppc.c (ppc_elf_relocate_section): Add %X to "unsupported
2948 for bss-plt" warning to make it an error.
2949
b2abe1bd
EB
29502019-02-07 Eric Botcazou <ebotcazou@adacore.com>
2951
2952 PR ld/18841
2953 * elf32-sparc.c (elf32_sparc_reloc_type_class): Return
2954 reloc_class_ifunc for ifunc symbols.
2955 * elf64-sparc.c (elf64_sparc_reloc_type_class): Likewise.
2956
68a09132
EB
29572019-02-07 Eric Botcazou <ebotcazou@adacore.com>
2958
2959 * elf32-visium.c (visium_elf_howto_parity_reloc): Minor tweak.
2960 <R_VISIUM_PC16>: Use explicit range test to detect an overflow.
2961
2012bf01
NC
29622019-02-07 Nick Clifton <nickc@redhat.com>
2963
2964 * config.bfd: Move the powerpc-lynxos and powerpc-windiss targets
2965 into the definitely obsolete list.
2966
83924b38
L
29672019-02-05 H.J. Lu <hongjiu.lu@intel.com>
2968
2969 PR ld/24151
2970 * elf64-x86-64.c (elf_x86_64_need_pic): Check
2971 SYMBOL_DEFINED_NON_SHARED_P instead of def_regular.
2972 (elf_x86_64_relocate_section): Move PIC check for PC-relative
2973 relocations to ...
2974 (elf_x86_64_check_relocs): Here.
2975 (elf_x86_64_finish_dynamic_symbol): Use SYMBOL_DEFINED_NON_SHARED_P
2976 to check if a symbol is defined in a non-shared object.
2977 * elfxx-x86.h (SYMBOL_DEFINED_NON_SHARED_P): New.
2978
453f8e1e
SDJ
29792019-01-21 Sergio Durigan Junior <sergiodj@redhat.com>
2980
2981 * elf32-arm.c (elf32_arm_final_link_relocate): Use 'llabs' instead
2982 of 'labs' (and fix GCC warning).
2983
9ed1348c
NC
29842019-01-25 Nick Clifton <nickc@redhat.com>
2985
2986 * po/ru.po: Updated Russian translation.
2987
d9938630
NC
29882019-01-23 Nick Clifton <nickc@redhat.com>
2989
2990 * po/fr.po: Updated French translation.
2991
375cd423
NC
29922019-01-21 Nick Clifton <nickc@redhat.com>
2993
2994 * po/pt.po: Updated Portuguese translation.
2995 * po/uk.po: Updated Ukranian translation.
2996
acef8081
YC
29972019-01-21 Yuri Chornoivan <yurchor@ukr.net>
2998
2999 PR 24108
3000 * elf32-nds32.c (nds32_relocate_section): Add space between words
3001 in error message.
3002 * elfnn-riscv.c (riscv_version_mismatch): Fix spelling mistake in
3003 error message.
3004 (riscv_i_or_e_p): Likewise.
3005 (riscv_merge_arch_attr_info): Likewise.
3006
f48dfe41
NC
30072019-01-19 Nick Clifton <nickc@redhat.com>
3008
3009 * version.m4: Reset to 2.32.51
3010 * configure: Regenerate.
3011 * po/bfd.pot: Regenerate.
3012
f974f26c
NC
30132018-06-24 Nick Clifton <nickc@redhat.com>
3014
3015 2.32 branch created.
3016
a4bf3d07
JW
30172019-01-16 Kito Cheng <kito@andestech.com>
3018
3019 * elf-attrs.c (vendor_obj_attr_size): Return 0 if size is 0 even
3020 for OBJ_ATTR_PROC.
3021
2dc8dd17
JW
30222019-01-16 Kito Cheng <kito@andestech.com>
3023 Nelson Chu <nelson@andestech.com>
3024
7d7a7d7c
JW
3025 * elfnn-riscv.c (in_subsets): New.
3026 (out_subsets): Likewise.
3027 (merged_subsets): Likewise.
3028 (riscv_std_ext_p): Likewise.
3029 (riscv_non_std_ext_p): Likewise.
3030 (riscv_std_sv_ext_p): Likewise.
3031 (riscv_non_std_sv_ext_p): Likewise.
3032 (riscv_version_mismatch): Likewise.
3033 (riscv_i_or_e_p): Likewise.
3034 (riscv_merge_std_ext): Likewise.
3035 (riscv_merge_non_std_and_sv_ext): Likewise.
3036 (riscv_merge_arch_attr_info): Likewise.
3037 (riscv_merge_attributes): Likewise.
3038 (_bfd_riscv_elf_merge_private_bfd_data): Merge attribute.
3039
2dc8dd17
JW
3040 * elfnn-riscv.c (riscv_elf_obj_attrs_arg_type): New.
3041 (elf_backend_obj_attrs_vendor): Define.
3042 (elf_backend_obj_attrs_section_type): Likewise.
3043 (elf_backend_obj_attrs_section): Likewise.
3044 (elf_backend_obj_attrs_arg_type): Define as
3045 riscv_elf_obj_attrs_arg_type.
3046 * elfxx-riscv.c (riscv_estimate_digit): New.
3047 (riscv_estimate_arch_strlen1): Likewise.
3048 (riscv_estimate_arch_strlen): Likewise.
3049 (riscv_arch_str1): Likewise.
3050 (riscv_arch_str): Likewise.
3051 * elfxx-riscv.h (riscv_arch_str): Declare.
3052
d5dcaf1b
JD
30532019-01-14 John Darrington <john@darrington.wattle.id.au>
3054
3055 * bfd-in2.h [BFD_RELOC_S12Z_OPR]: New reloc.
3056 * libbfd.h: regen.
3057 * elf32-s12z.c (eld_s12z_howto_table): R_S12Z_OPR takes non zero
3058 source field. (md_apply_fix): Apply final fix
3059 to BFD_RELOC_S12Z_OPR.
3060 * reloc.c[BFD_RELOC_S12Z_OPR]: New reloc.
3061
5a12586d
MT
30622019-01-14 Maamoun Tarsha <maamountk@hotmail.com>
3063
f466c305 3064 PR 20113
5a12586d
MT
3065 * elf32-s390.c (allocate_dynrelocs): Update comment.
3066
3107326d
AP
30672019-01-09 Andrew Paprocki <andrew@ishiboo.com>
3068
3069 * warning.m4: Adjust egrep pattern for non-GNU compilers.
3070 * configure: Regenerate.
3071
a9859e01
AM
30722019-01-08 Alan Modra <amodra@gmail.com>
3073
3074 PR 23699
3075 PR 24065
3076 * ihex.c (ihex_write_object_contents): Properly check 32-bit
3077 address range.
3078
c8c89dac
YS
30792019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
3080
3081 * bfd/archures.c: Add bfd_mach_rx_v2 and bfd_mach_rx_v3.
3082 * bfd/bfd-in2.h: Regenerate.
3083 * bfd/cpu-rx.c (arch_info_struct): Add RXv2 and RXv3 entry.
3084 * bfd/elf32-rx.c (elf32_rx_machine): Add RXv2 and RXv3 support.
3085
d9858c37
LX
30862019-01-04 Lifang Xia <lifang_xia@c-sky.com>
3087
3088 * config.bfd (csky-*-elf* | csky-*-linux*): Modify the csky
3089 default target, little endian target is more suitable.
3090
677bd4c6
AM
30912019-01-04 Alan Modra <amodra@gmail.com>
3092
3093 PR 24061
3094 PR 21786
3095 * coff-rs6000.c (GET_VALUE_IN_FIELD): Add base parameter and
3096 adjust all callers.
3097 (EQ_VALUE_IN_FIELD): Likewise.
3098 * coff64-rs6000.c (GET_VALUE_IN_FIELD): Likewise.
3099
82704155
AM
31002019-01-01 Alan Modra <amodra@gmail.com>
3101
3102 Update year range in copyright notice of all files.
3103
d5c04e1b 3104For older changes see ChangeLog-2018
3499769a 3105\f
d5c04e1b 3106Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
3107
3108Copying and distribution of this file, with or without modification,
3109are permitted in any medium without royalty provided the copyright
3110notice and this notice are preserved.
3111
3112Local Variables:
3113mode: change-log
3114left-margin: 8
3115fill-column: 74
3116version-control: never
3117End:
This page took 0.454357 seconds and 4 git commands to generate.