[ARM] Update knowledge of bfd architectures
[external/binutils.git] / bfd / ChangeLog
1 2018-11-27  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
2
3         * cpu-arm.c (processors): Add processors known to GAS but missing here
4         and reindent.
5         (bfd_arm_update_notes): Add comment explaining why the list of
6         architectures in the switch should not be updated.
7         (architectures): Likewise.
8
9 2018-11-27  Maciej W. Rozycki  <macro@linux-mips.org>
10
11         * elfxx-mips.c (_bfd_mips_elf_check_relocs) <R_MIPS16_HI16>
12         <R_MIPS_HI16, R_MIPS_HIGHER, R_MIPS_HIGHEST, R_MICROMIPS_HI16>
13         <R_MICROMIPS_HIGHER, R_MICROMIPS_HIGHEST>: Also accept an
14         absolute symbol in PIC code.
15
16 2018-11-27  Maciej W. Rozycki  <macro@linux-mips.org>
17
18         * elfxx-mips.c (_bfd_mips_elf_check_relocs) <R_MIPS16_26>
19         <R_MIPS_26, R_MICROMIPS_26_S1>: Use `info->callbacks->einfo'
20         rather than `_bfd_error_handler' to report refused relocations
21         in PIC code and continue processing.  Fix error message: `can
22         not' -> `cannot'.
23
24 2018-11-27  H.J. Lu  <hongjiu.lu@intel.com>
25
26         PR binutils/23919
27         * compress.c (bfd_is_section_compressed_with_header): Initialize
28         *uncompressed_align_pow_p to 0.
29
30 2018-11-27  Tamar Christina  <tamar.christina@arm.com>
31
32         PR ld/23904
33         * elfnn-aarch64.c (_bfd_aarch64_adrp_p): Use existing constants.
34         (_bfd_aarch64_erratum_843419_branch_to_stub): Use _bfd_aarch64_adrp_p.
35         (struct erratum_835769_branch_to_stub_clear_data): New.
36         (_bfd_aarch64_erratum_843419_clear_stub): New.
37         (clear_erratum_843419_entry): New.
38         (elfNN_aarch64_tls_relax): Use it.
39         (elfNN_aarch64_relocate_section): Pass input_section.
40         (aarch64_map_one_stub): Handle branch type none as valid.
41
42 2018-11-27  Mark Wielaard  <mark@klomp.org>
43
44         PR binutils/23919
45         * bfd.c (bfd_update_compression_header): Explicitly set alignment.
46         (bfd_check_compression_header): Add uncompressed_alignment_power
47         argument. Check ch_addralign is a power of 2.
48         * bfd-in2.h: Regenerated.
49         * compress.c (bfd_compress_section_contents): Get and set
50         orig_uncompressed_alignment_pow if section is decompressed.
51         (bfd_is_section_compressed_with_header): Add and get
52         uncompressed_align_pow_p argument.
53         (bfd_is_section_compressed): Add uncompressed_align_power argument
54         to bfd_is_section_compressed_with_header call.
55         (bfd_init_section_decompress_status): Get and set
56         uncompressed_alignment_power.
57         * elf.c (_bfd_elf_make_section_from_shdr): Add
58         uncompressed_align_power argument to
59         bfd_is_section_compressed_with_header call.
60
61 2018-11-21  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
62
63         * elf32-msp430.c (elf32_msp430_merge_mspabi_attributes): Do not
64         error when .MSP430.attributes section is missing from objects
65         created by LTO.
66
67 2018-11-13  Jim Wilson  <jimw@sifive.com>
68
69         * elfnn-riscv.c (riscv_float_abi_string): New.
70         (_bfd_riscv_elf_merge_private_bfd_data): Use it for error message.
71
72 2018-11-09  Bernhard M. Wiedemann  <bwiedemann@suse.de>
73
74         * peXXigen.c (_bfd_XXi_only_swap_filehdr_out): Correct comment
75         concerning timestamp insertion.
76
77 2018-11-09  Cupertino Miranda  <cmiranda@synopsys.com>
78
79         * arc-got.h (arc_got_entry_type_for_reloc): Changed to
80         correct static TLS relocs.
81         * elf32-arc.c (elf_arc_check_relocs): Introduced warning to
82         TLS relocs which require -fPIC.
83         (arc_create_forced_local_got_entries_for_tls): Created.
84         Traverses list of GOT entries to be resolved statically
85         when needed.
86         (elf_arc_finish_dynamic_sections): Changed. Calls
87         arc_create_forced_local_got_entries_for_tls for each known
88         possibly GOT symbol.
89
90 2018-11-09  rhn  <sowaac.rhn@porcupinefactory.org>
91
92         PR 23699
93         * ihex.c (ihex_write_object_contents): Check for sign extended
94         addresses that cannot be supported in the ihex format.
95
96 2018-11-09  Claudiu Zissulescu  <claziss@synopsys.com>
97
98         * arc-got.h (arc_get_local_got_ents): Revamp it; use
99         elf_local_got_ents to store the local got list.
100         (get_got_entry_list_for_symbo): Restructure it.
101         * elf32-arc.c (elf_arc_relocate_section): Correct the call to
102         get_got_entry_list_for_symbol.
103
104 2018-11-07  Nick Clifton  <nickc@redhat.com>
105
106         * po/fr.po: Updated French translation.
107         * po/pt.po: Updated Portuguese translation.
108
109 2018-11-06  Roman Bolshakov <r.bolshakov@yadro.com>
110             Saagar Jha  <saagar@saagarjha.com>
111
112         * mach-o.h: Add new enums for BFD_MACH_O_PLATFORM_MACOS,
113         BFD_MACH_O_PLATFORM_IOS, BFD_MACH_O_PLATFORM_TVOS,
114         BFD_MACH_O_PLATFORM_WATCHOS, BFD_MACH_O_PLATFORM_BRIDGEOS,
115         BFD_MACH_O_TOOL_CLANG, BFD_MACH_O_TOOL_SWIFT, BFD_MACH_O_TOOL_LD.
116         (struct bfd_mach_o_note_command): New.
117         (struct bfd_mach_o_build_version_tool): New.
118         (struct bfd_mach_o_build_version_command): New.
119         (bfd_mach_o_read_version_min): Don't split version into
120         a few fields. Rename reserved to sdk.
121         * mach-o.c (bfd_mach_o_read_version_min): Don't split version into a
122         few fields. Rename reserved to sdk.
123         (bfd_mach_o_read_command): Handle LC_VERSION_MIN_TVOS, LC_NOTE,
124         LC_BUILD_VERSION.
125         (bfd_mach_o_read_note): New.
126         (bfd_mach_o_read_build_version): New.
127
128 2018-11-07  Yoshinori Sato  <ysato@users.sourceforge.jp>
129
130         * config.bfd: Add rx-*-linux.
131         * congigure.ac: Likewise.
132         * elf32-rx.c (rx_linux_object_p): New function.
133         (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME)
134         (elf_backend_object_p, elf32_bed): Define rx-*-linux.
135         * targets.c: Add rx_elf32_linux_le_vec.
136         * configure: Regenerate.
137
138 2018-11-06  Romain Margheriti  <lilrom13@gmail.com>
139
140         PR 23742
141         * mach-o.c (bfd_mach_o_read_command): Accept and ignore
142         BFD_MACH_O_LC_LINKER_OPTIONS and BFD_MACH_O_LC_BUILD_VERSION
143         commands.
144
145 2018-11-02  Alan Modra  <amodra@gmail.com>
146
147         PR 23850
148         * elf.c (bfd_section_from_shdr): Treat SHF_ALLOC SHT_REL* sections
149         in an executable or shared library as normal sections.
150
151 2018-10-31  Renlin Li  <renlin.li@arm.com>
152
153         * elfnn-aarch64.c (elfNN_aarch64_check_relocs): Don't create got
154         section for Local Exec TLS model.
155
156 2018-10-24  H.J. Lu  <hongjiu.lu@intel.com>
157
158         PR ld/23818
159         * elflink.c (_bfd_elf_link_assign_sym_version): Hide symbols
160         defined in discarded input sections.
161
162 2018-10-24  Alan Modra  <amodra@gmail.com>
163
164         * elf32-arm.c (elf32_arm_size_stubs): Ignore as-needed libs that
165         were not needed.
166
167 2018-10-23  Alan Modra  <amodra@gmail.com>
168
169         PR 23806
170         * merge.c (_bfd_add_merge_section): Don't attempt to merge
171         sections with ridiculously large alignments.
172
173 2018-10-23  Alan Modra  <amodra@gmail.com>
174
175         PR 23805
176         * elflink.c (elf_link_input_bfd): Don't segfault on finding
177         STT_TLS symbols without any TLS sections.  Instead, change the
178         symbol type to STT_NOTYPE.
179
180 2018-10-23  Alan Modra  <amodra@gmail.com>
181
182         PR 23804
183         * merge.c (_bfd_add_merge_section): Don't attempt to merge
184         sections where size is not a multiple of entsize.
185
186 2018-10-20  Alan Modra  <amodra@gmail.com>
187
188         PR 23788
189         * elf.c (section_match): Don't require a size match for SHT_SYMTAB
190         or SHT_STRTAB.
191
192 2018-10-17  Alan Modra  <amodra@gmail.com>
193
194         PR 23653
195         * elflink.c (_bfd_elf_link_create_dynstrtab): Match elf_object_id
196         too when choosing dynobj.
197
198 2018-10-16  Alan Modra  <amodra@gmail.com>
199
200         * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Simplify
201         PE_DEBUG_DATA size checks.
202
203 2018-10-16  Alan Modra  <amodra@gmail.com>
204
205         PR 23781
206         * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Free data
207         before returning.
208
209 2018-10-16  Alan Modra  <amodra@gmail.com>
210
211         PR 23534
212         * init.c (bfd_init): Return an unsigned int.
213         bfd-in2.h: Regenerate.
214
215 2018-10-15  Alan Modra  <amodra@gmail.com>
216
217         PR 23534
218         * init.c (BFD_INIT_MAGIC): Define.
219         (bfd_init): Return BFD_INIT_MAGIC.
220         bfd-in2.h: Regenerate.
221
222 2018-10-13  Alan Modra  <amodra@gmail.com>
223
224         PR 23770
225         PR 23425
226         * reloc.c (_bfd_clear_contents): Replace "location" param with
227         "buf" and "off".  Bounds check "off".  Return status.
228         * cofflink.c (_bfd_coff_generic_relocate_section): Update
229         _bfd_clear_contents call.
230         * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Likewise.
231         * elf32-arc.c (elf_arc_relocate_section): Likewise.
232         * elf32-i386.c (elf_i386_relocate_section): Likewise.
233         * elf32-metag.c (metag_final_link_relocate): Likewise.
234         * elf32-nds32.c (nds32_elf_get_relocated_section_contents): Likewise.
235         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
236         * elf32-visium.c (visium_elf_relocate_section): Likewise.
237         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
238         * elf64-x86-64.c *(elf_x86_64_relocate_section): Likewise.
239         * libbfd-in.h (_bfd_clear_contents): Update prototype.
240         * libbfd.h: Regenerate.
241
242 2018-10-09  Egeyar Bagcioglu  <egeyar.bagcioglu@oracle.com>
243
244         * elflink.c (elf_link_output_extsym): Do not place symbols into a
245         discarded .dynsym.
246
247 2018-10-08  H.J. Lu  <hongjiu.lu@intel.com>
248
249         PR ld/23428
250         * elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): Don't
251         add GNU_PROPERTY_X86_FEATURE_2_NEEDED to force program header
252         in non-code PT_LOAD segment.
253
254 2018-10-08  Alan Modra  <amodra@gmail.com>
255
256         * elf-nacl.c (nacl_modify_segment_map): Cope with header PT_LOAD
257         lacking sections.
258         * elf.c (_bfd_elf_map_sections_to_segments): Assume file and
259         program headers are required when info->load_phdrs.  Reorganize
260         code handling program headers.  Generate a mapping without
261         sections just for file and program headers when -z separate-code
262         would indicate they should be on a different page to the first
263         section.
264
265 2018-10-08  Alan Modra  <amodra@gmail.com>
266
267         * elf.c (assign_file_positions_for_load_sections): Set p_vaddr
268         from m->p_vaddr_offset for segments without sections.  Invert
269         sign of p_vaddr_offset.
270         (rewrite_elf_program_header, copy_elf_program_header): Save
271         old segment p_vaddr to p_vaddr_offset.  Invert sign of
272         p_vaddr_offset.
273
274 2018-10-08  Alan Modra  <amodra@gmail.com>
275
276         * elf.c (get_program_header_size): Don't count PT_INTERP if
277         .interp is empty.
278         (_bfd_elf_map_sections_to_segments): Don't create PT_INTERP if
279         .interp is empty.
280
281 2018-10-08  Alan Modra  <amodra@gmail.com>
282
283         * elf32-spu.c (spu_elf_modify_segment_map): Don't insert
284         overlays before segment containing headers.
285
286 2018-10-08  Alan Modra  <amodra@gmail.com>
287
288         * elf.c (make_mapping): Cope with zero size array at end of
289         struct elf_segment_map.
290         (_bfd_elf_map_sections_to_segments): Likewise.
291         (rewrite_elf_program_header, copy_elf_program_header): Likewise.
292         (_bfd_elf_map_sections_to_segments): Rename phdr_index to hdr_index.
293
294 2018-10-05  Alan Modra  <amodra@gmail.com>
295
296         * elf32-spu.c (spu_elf_create_sections): Make .note.spu_name
297         SHT_NOTE.
298
299 2018-10-05  Richard Henderson  <rth@twiddle.net>
300
301         * bfd-in2.h: Regenerated.
302         * elf32-or1k.c: (or1k_elf_howto_table): Fix formatting for
303         R_OR1K_PLT26, Add R_OR1K_PCREL_PG21, R_OR1K_GOT_PG21,
304         R_OR1K_TLS_GD_PG21, R_OR1K_TLS_LDM_PG21, R_OR1K_TLS_IE_PG21,
305         R_OR1K_LO13, R_OR1K_GOT_LO13, R_OR1K_TLS_GD_LO13, R_OR1K_TLS_LDM_LO13,
306         R_OR1K_TLS_IE_LO13, R_OR1K_SLO13, R_OR1K_PLTA26.
307         (or1k_reloc_map): Add BFD_RELOC_OR1K_PCREL_PG21,
308         BFD_RELOC_OR1K_GOT_PG21, BFD_RELOC_OR1K_TLS_GD_PG21,
309         BFD_RELOC_OR1K_TLS_LDM_PG21, BFD_RELOC_OR1K_TLS_IE_PG21,
310         BFD_RELOC_OR1K_LO13, BFD_RELOC_OR1K_GOT_LO13,
311         BFD_RELOC_OR1K_TLS_GD_LO13, BFD_RELOC_OR1K_TLS_GD_LO13,
312         BFD_RELOC_OR1K_TLS_LDM_LO13, BFD_RELOC_OR1K_TLS_IE_LO13,
313         BFD_RELOC_OR1K_SLO13, BFD_RELOC_OR1K_PLTA26.
314         (elf_or1k_link_hash_table): Add field saw_plta.
315         (or1k_final_link_relocate): Add value calculations for new relocations.
316         (or1k_elf_relocate_section): Add section relocations for new
317         relocations.
318         (or1k_write_plt_entry): New function.
319         (or1k_elf_finish_dynamic_sections): Add support for PLTA relocations
320         using new l.adrp instruction.  Cleanup PLT relocation code generation.
321         * libbfd.h: Regenerated.
322         * reloc.c: Add BFD_RELOC_OR1K_PCREL_PG21, BFD_RELOC_OR1K_LO13,
323         BFD_RELOC_OR1K_SLO13, BFD_RELOC_OR1K_GOT_PG21, BFD_RELOC_OR1K_GOT_LO13,
324         BFD_RELOC_OR1K_PLTA26, BFD_RELOC_OR1K_TLS_GD_PG21,
325         BFD_RELOC_OR1K_TLS_GD_LO13, BFD_RELOC_OR1K_TLS_LDM_PG21,
326         BFD_RELOC_OR1K_TLS_LDM_LO13, BFD_RELOC_OR1K_TLS_IE_PG21,
327         BFD_RELOC_OR1K_TLS_IE_LO13.
328
329 2018-10-05  Richard Henderson  <rth@twiddle.net>
330
331         * elf32-or1k.c (or1k_elf_relocate_section): Add error for unknown
332         relocations.  Add error for non zero addend with plt and got
333         relocations.  Add error for got and plt references against dynamic, non
334         local, symbols.  Add error when linking non shared liraries with
335         flag_pic.
336
337 2018-10-05  Richard Henderson  <rth@twiddle.net>
338             Stafford Horne  <shorne@gmail.com>
339
340         * bfd-in2.h: Regenerated.
341         * elf32-or1k.c (N_ONES): New macro.
342         (or1k_elf_howto_table): Fix R_OR1K_PLT26 to complain on overflow.
343         Add definitions for R_OR1K_TLS_TPOFF, R_OR1K_TLS_DTPOFF,
344         R_OR1K_TLS_DTPMOD, R_OR1K_AHI16, R_OR1K_GOTOFF_AHI16,
345         R_OR1K_TLS_IE_AHI16, R_OR1K_TLS_LE_AHI16, R_OR1K_SLO16,
346         R_OR1K_GOTOFF_SLO16, R_OR1K_TLS_LE_SLO16.
347         (or1k_reloc_map): Add entries for BFD_RELOC_HI16_S,
348         BFD_RELOC_LO16_GOTOFF, BFD_RELOC_HI16_GOTOFF, BFD_RELOC_HI16_S_GOTOFF,
349         BFD_RELOC_OR1K_TLS_IE_AHI16, BFD_RELOC_OR1K_TLS_LE_AHI16,
350         BFD_RELOC_OR1K_SLO16, BFD_RELOC_OR1K_GOTOFF_SLO16,
351         BFD_RELOC_OR1K_TLS_LE_SLO16.
352         (or1k_reloc_type_lookup): Change search loop to start ad index 0 and
353         also check results before returning.
354         (or1k_reloc_name_lookup): Simplify loop to use R_OR1K_max as index
355         limit.
356         (or1k_final_link_relocate): New function.
357         (or1k_elf_relocate_section): Add support for new AHI and SLO
358         relocations.  Use or1k_final_link_relocate instead of generic
359         _bfd_final_link_relocate.
360         (or1k_elf_check_relocs): Add support for new AHI and SLO relocations.
361         * reloc.c: Add new enums for BFD_RELOC_OR1K_SLO16,
362         BFD_RELOC_OR1K_GOTOFF_SLO16, BFD_RELOC_OR1K_TLS_IE_AHI16,
363         BFD_RELOC_OR1K_TLS_IE_AHI16, BFD_RELOC_OR1K_TLS_LE_AHI16,
364         BFD_RELOC_OR1K_TLS_LE_SLO16.  Remove unused BFD_RELOC_OR1K_GOTOFF_HI16
365         and BFD_RELOC_OR1K_GOTOFF_LO16.
366         * libbfd.h: Regenerated.
367
368 2018-10-04  Jim Wilson  <jimw@sifive.com>
369
370         * elfnn-riscv.c (riscv_elf_size_dynamic_sections): In dynobj->sections
371         loop, handle htab->sdyntdata section.
372
373 2018-10-04  Jose E. Marchesi  <jose.marchesi@oracle.com>
374
375         * elf64-sparc.c (elf64_sparc_output_arch_syms): Do notcorrect the
376         impact of STT_REGISTER symbols in the dynsym sh_info here...
377         * elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_sections): ...but
378         do it here.
379
380 2018-10-03  H.J. Lu  <hongjiu.lu@intel.com>
381
382         PR ld/23658
383         * elf.c (get_program_header_size): Put all adjacent SHT_NOTE
384         sections with the same section alignment into a single PT_NOTE
385         segment.  Check SHT_NOTE section type instead of section name.
386         (_bfd_elf_map_sections_to_segments): Likewise.
387
388 2018-10-03  Millan Wolff  <mail@milianw.de>
389
390         PR 23715
391         * dwarf2.c (find_abstract_instance): Allow recursive invocations
392         of find_abstract_instance to override the name variable.
393
394 2018-10-03  Nick Clifton  <nickc@redhat.com>
395
396         * po/pt.po: Updated Portuguese translation.
397
398 2018-10-01  Cupertino Miranda <cmiranda@synopsys.com>
399
400         * arc-got.h (relocate_fix_got_relocs_for_got_info): Changed. Take TLS
401         section alignment in consideration for this relocation. Fixed TCB_SIZE
402         offset size to include section alignment.
403         (get_got_entry_list_for_symbol): Changed.
404         * elf32-arc.c (FINAL_SECTSTART): Added this formula macro.
405         (ARC_TLS_DTPOFF) Updated reloc to use new created macro instead.
406         (arc_special_overflow_checks): Fixed TCB_SIZE offsize to include
407         section alignment.
408         (elf_arc_check_relocs): Changed.
409         (elf_arc_finish_dynamic_symbol) Return FALSE in case arc_htab is NULL.
410         (struct elf_arc_link_hash_entry): Moved and changed.
411         (elf_arc_link_hash_newfunc): Changed.
412         (arc_elf_link_hash_table_create): Removed old initializations.
413         (elf_arc_relocate_section, elf_arc_finish_dynamic_symbol): Changed.
414
415 2018-09-28  H.J. Lu  <hongjiu.lu@intel.com>
416
417         * elf-properties.c (_bfd_elf_link_setup_gnu_properties): Use
418         elfclass instead of bed->s->elfclass.
419
420 2018-09-27  Jim Wilson  <jimw@sifive.com>
421
422         * elfnn-riscv.c (riscv_init_pcgp_relocs): Add explanatory comment.
423         (riscv_free_pcgp_relocs, riscv_record_pcgp_reloc): Likewise.
424         (riscv_find_pcgp_hi_reloc, riscv_reocrd_pcgp_lo_reloc): Likewise.
425         (riscv_find_pcgp_lo_reloc): Likewise.
426         (riscv_delete_pcgp_hi_reloc, riscv_use_pcgp_hi_reloc): Delete.
427         (riscv_delete_pcgp_lo_reloc): Likewise.
428         (_bfd_riscv_relax_pc): Don't call riscv_use_pcgp_hi_reloc. Replace
429         calls to riscv_delete_pcgp_lo_reloc and riscv_delete_pcgp_hi_reloc
430         with TRUE.  Mark abfd arg as ATTRIBUTE_UNUSED.
431
432 2018-09-25  Jim Wilson  <jimw@sifive.com>
433
434         * elfnn-riscv.c (riscv_make_plt_header): New arg output_bfd.  Change
435         return type to bfd_boolean.  If EF_RISCV_RVE call _bfd_error_handler
436         and return FALSE.  Return TRUE at end.
437         (riscv_make_plt_entry): Likewise.
438         (riscv_elf_finish_dynamic_symbol): Update call to riscv_make_plt_entry.
439         (riscv_elf_finish_dynamic_sections): Update call to
440         riscv_make_plt_header.
441
442 2018-09-24  Jim Wilson  <jimw@sifive.com>
443
444         * elfnn-riscv.c (_bfd_riscv_relax_pc) <R_RISCV_PCREL_LO12_I>: New local
445         hi_sec_off which is symbol address with addend subtracted.  Use in
446         riscv_find_pcgp_hi_reloc and riscv_record_pcgp_lo_reloc calls.
447
448         * elfnn-riscv.c (riscv_resolve_pcrel_lo_relocs): Add check for reloc
449         overflow with addend.  Use reloc_dangerous instead of reloc_overflow.
450         Add strings for the two errors handled here.
451         (riscv_elf_relocate_section) In case R_RISCV_PCREL_LO12_I, rewrite
452         comment.  Only give error with addend when used with section symbol.
453         In case bfd_reloc_dangerous, update error string.
454
455 2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
456
457         PR gdb/20948
458         * elf.c (_bfd_elf_write_object_contents): Return from function
459         early if abfd->direction == both_direction.
460
461 2018-09-21  Simon Marchi  <simon.marchi@ericsson.com>
462
463         * configure.ac: Check for fls.
464         * elf32-nds32.c (fls): Only define if !HAVE_FLS.
465         * config.in: Re-generate.
466         * configure: Re-generate.
467
468 2018-09-20  Maciej W. Rozycki  <macro@linux-mips.org>
469
470         * config.bfd <rs6000-*-aix5.[01], rs6000-*-aix[5-9]*>: Remove
471         duplicate `case' selectors.
472
473 2018-09-20  Nelson Chu <nelson.chu1990@gmail.com>
474
475         * elf32-nds32.c (nds32_elf_relax_loadstore):
476         Remove the unused target features.
477         (bfd_elf32_nds32_set_target_option): Remove the unused parameters.
478         (nds32_elf_relax_piclo12, nds32_elf_relax_letlslo12,
479         nds32_elf_relax_letlsadd, nds32_elf_relax_letlsls,
480         nds32_elf_relax_pltgot_suff, nds32_elf_relax_got_suff
481         nds32_elf_relax_gotoff_suff, calculate_plt_memory_address,
482         calculate_plt_offset, calculate_got_memory_address,
483         nds32_elf_check_dup_relocs): Removed.
484         All callers changed.
485         * elf32-nds32.h: Remove the unused macros and defines.
486         (elf_nds32_link_hash_table): Remove the unused variable.
487         (bfd_elf32_nds32_set_target_option): Update prototype.
488         (nds32_elf_ex9_init): Removed.
489         * elf32-nds32.c (nds32_convert_32_to_16): Updated.
490         * elf32-nds32.c (HOWTO2, HOWTO3): Define new HOWTO macros
491         to initialize array nds32_elf_howto_table in any order
492         without lots of EMPTY_HOWTO.
493         (nds32_reloc_map): Updated.
494         * reloc.c: Add BFD_RELOC_NDS32_LSI.
495         * bfd-in2.h: Regenerated.
496         * bfd/libbfd.h: Regenerated.
497         * elf32-nds32.c (nds32_elf_relax_howto_table): Add R_NDS32_LSI.
498         (nds32_reloc_map): Likewise.
499         (nds32_elf_relax_flsi): New function.
500         (nds32_elf_relax_section): Support floating load/store relaxation.
501         * elf32-nds32.c (NDS32_GUARD_SEC_P, elf32_nds32_local_gp_offset):
502         New macro.
503         (struct elf_nds32_link_hash_entry): New `offset_to_gp' field.
504         (struct elf_nds32_obj_tdata): New `offset_to_gp' and `hdr_size' fields.
505         (elf32_nds32_allocate_local_sym_info, nds32_elf_relax_guard,
506         nds32_elf_is_target_special_symbol, nds32_elf_maybe_function_sym):
507         New functions.
508         (nds32_info_to_howto_rel): Add BFD_ASSERT.
509         (bfd_elf32_bfd_reloc_type_table_lookup, nds32_elf_link_hash_newfunc,
510         nds32_elf_link_hash_table_create, nds32_elf_relocate_section,
511         nds32_elf_relax_loadstore, nds32_elf_relax_lo12, nds32_relax_adjust_label,
512         bfd_elf32_nds32_set_target_option, nds32_fag_mark_relax): Updated.
513         (nds32_elf_final_sda_base): Improve it to find the better gp value.
514         (insert_nds32_elf_blank): Must consider `len' when inserting blanks.
515         * elf32-nds32.h (bfd_elf32_nds32_set_target_option): Update prototype.
516         (struct elf_nds32_link_hash_table): Add new variable `hyper_relax'.
517         * elf32-nds32.c (elf32_nds32_allocate_dynrelocs): New function.
518         (create_got_section): Likewise.
519         (allocate_dynrelocs, nds32_elf_size_dynamic_sections,
520         nds32_elf_relocate_section, nds32_elf_finish_dynamic_symbol): Updated.
521         (nds32_elf_check_relocs): Fix the issue that the shared library may
522         has TEXTREL entry in the dynamic section.
523         (nds32_elf_create_dynamic_sections): Enable to call readonly_dynrelocs
524         since the TEXTREL issue is fixed in the nds32_elf_check_relocs.
525         (nds32_elf_finish_dynamic_sections): Update and add DT_RELASZ
526         dynamic entry.
527         (calculate_offset): Remove the unused parameter `pic_ext_target' and
528         related codes.
529         All callers changed.
530         (elf_backend_dtrel_excludes_plt): Disable it temporarily since it
531         will cause some errors for our test cases.
532         * elf32-nds32.c (nds32_elf_merge_private_bfd_data): Allow to link the
533         generic object.
534         * reloc.c: Add TLS relocations.
535         * libbfd.h: Regenerated.
536         * bfd-in2.h: Regenerated.
537         * elf32-nds32.h (struct section_id_list_t): New.
538         (elf32_nds32_lookup_section_id, elf32_nds32_check_relax_group,
539         elf32_nds32_unify_relax_group, nds32_elf_unify_tls_model):
540         New prototypes.
541         (elf32_nds32_compute_jump_table_size, elf32_nds32_local_tlsdesc_gotent):
542         New macro.
543         (nds32_insertion_sort, bfd_elf32_nds32_set_target_option,
544         elf_nds32_link_hash_table): Updated.
545         * elf32-nds32.c (enum elf_nds32_tls_type): New.
546         (struct elf32_nds32_relax_group_t, struct relax_group_list_t): New.
547         (elf32_nds32_add_dynreloc, patch_tls_desc_to_ie, get_tls_type,
548         fls, ones32, list_insert, list_insert_sibling, dump_chain,
549         elf32_nds32_check_relax_group, elf32_nds32_lookup_section_id,
550         elf32_nds32_unify_relax_group, nds32_elf_unify_tls_model): New functions.
551         (elf_nds32_obj_tdata): Add new fields.
552         (elf32_nds32_relax_group_ptr, nds32_elf_local_tlsdesc_gotent): New macros.
553         (nds32_elf_howto_table): Add TLS relocations.
554         (nds32_reloc_map): Likewise.
555         (nds32_elf_copy_indirect_symbol, nds32_elf_size_dynamic_sections,
556         nds32_elf_finish_dynamic_symbol, elf32_nds32_allocate_local_sym_info,
557         nds32_elf_relocate_section, bfd_elf32_nds32_set_target_option,
558         nds32_elf_check_relocs, allocate_dynrelocs): Updated.
559         (nds32_elf_relax_section): Call nds32_elf_unify_tls_model.
560         (dtpoff_base): Rename it to `gottpof' and then update it.
561
562 2018-09-20  Alan Modra  <amodra@gmail.com>
563
564         PR 23685
565         * peXXigen.c (pe_print_edata): Correct export address table
566         overflow checks.  Check dataoff against section size too.
567
568 2018-09-20  Alan Modra  <amodra@gmail.com>
569
570         PR 23686
571         * dwarf2.c (read_section): Error when attempting to malloc
572         "(bfd_size_type) -1".
573         * syms.c (_bfd_stab_section_find_nearest_line): Bounds check
574         function_name.  Bounds check reloc address.  Formatting.  Ensure
575         .stabstr zero terminated.
576
577 2018-09-18  Nick Clifton  <nickc@redhat.com>
578
579         PR 23657
580         * elfcode.h (elf_swap_shdr_in): Generate a warning message if an
581         ELF section has contents and size larger than the file size.
582
583 2018-09-14  Maciej W. Rozycki  <macro@mips.com>
584
585         PR ld/21375
586         * elfxx-mips.h (_bfd_mips_elf_hide_symbol): New prototype.
587         (_bfd_mips_elf_linker_flags): Update prototype.
588         * elf32-mips.c (elf_backend_hide_symbol): New macro.
589         * elf64-mips.c (elf_backend_hide_symbol): Likewise.
590         * elfn32-mips.c (elf_backend_hide_symbol): Likewise.
591         * elfxx-mips.c (mips_elf_link_hash_table): Add
592         `use_absolute_zero' and `gnu_target' members.
593         (mips_elf_record_global_got_symbol): Call
594         `_bfd_mips_elf_hide_symbol' rather than
595         `_bfd_elf_link_hash_hide_symbol'.
596         (mips_use_local_got_p): Return FALSE if the symbol is absolute.
597         (mips_elf_obtain_contents): Reorder function.
598         (mips_elf_nullify_got_load): New function.
599         (mips_elf_calculate_relocation): Add `contents' parameter.
600         Nullify GOT loads or if it is not possible, then redirect GOT
601         relocations to the `__gnu_absolute_zero' symbol, for references
602         that are supposed to resolve to zero.
603         (mips_elf_define_absolute_zero): New function.
604         (_bfd_mips_elf_check_relocs): Prepare for arrangements made in
605         `mips_elf_calculate_relocation' for references made via the GOT
606         that are supposed to resolve to zero.
607         (_bfd_mips_elf_hide_symbol): New function.
608         (_bfd_mips_elf_linker_flags): Add the `gnu_target' parameter,
609         set the `gnu_target' member of the MIPS hash table.
610         (MIPS_LIBC_ABI_ABSOLUTE): New enumeration constant.
611         (_bfd_mips_post_process_headers): Use it.
612
613 2018-09-14  Maciej W. Rozycki  <macro@mips.com>
614
615         * elfxx-mips.c (mips_elf_store_contents): New function...
616         (mips_elf_perform_relocation): ... factored out from here.
617
618 2018-09-14  Lifang Xia <lifang_xia@c-sky.com>
619
620         * elf32-csky.c (csky_elf_howto_table): Fill special_function of
621         R_CKCORE_PCREL32.
622         (csky_elf_relocate_section): Add R_CKCORE_PCREL32 process.
623
624 2018-09-14  Alan Modra  <amodra@gmail.com>
625
626         PR 23425
627         * reloc.c (bfd_generic_get_relocated_section_contents): Zero reloc
628         fields in debug sections when reloc is against an undefined symbol
629         and called from bfd_simple_get_relocated_section_contents or
630         similar.
631         * dwarf2.c (find_abstract_instance): Return true for zero offset
632         DW_FORM_ref_addr without returning values.
633
634 2018-09-06  Alan Modra  <amodra@gmail.com>
635
636         PR 23570
637         * elf32-avr.c (elf_avr_special_sections): New.
638         (elf_backend_special_sections): Define.
639
640 2018-09-04  Jose E. Marchesi  <jose.marchesi@oracle.com>
641
642         * elfxx-sparc.c (_bfd_sparc_elf_info_to_howto): Do not issue an
643         error when an invalid relocation is passed;  this is already done
644         by `_bfd_sparc_elf_info_to_howto_ptr'.
645
646 2018-09-04  Jose E. Marchesi  <jose.marchesi@oracle.com>
647
648         * elf64-sparc.c (elf64_sparc_slurp_one_reloc_table): Issue an
649         error when an invalid symbol index is retrieved in ELF64_R_SYM of
650         a relocation seen in an input file.
651
652 2018-09-03  Jozef Lawrynowicz <jozef.l@mittosystems.com>
653             Alan Modra  <amodra@gmail.com>
654
655         PR 23595
656         elf.c (copy_elf_program_header): When first segment contains
657         only the headers and SHT_NOBITS sections, use segment p_filesz
658         to calculate header and padding size.  Use filepos of the first
659         section otherwise.
660
661 2018-08-31  H.J. Lu  <hongjiu.lu@intel.com>
662
663         PR ld/23600
664         * archures.c (bfd_arch_get_compatible): Allow an IR object with
665         unknown architecture.
666
667 2018-08-31  Alan Modra  <amodra@gmail.com>
668
669         * elf64-ppc.c (num_relocs_for_offset): New function.
670         (emit_relocs_for_offset): New function.
671         (use_global_in_relocs): New function, split out from..
672         (ppc_build_one_stub): ..here.  Output relocations for notoc stubs.
673         (ppc_size_one_stub): Calculate reloc count for notoc stubs.
674         (ppc64_elf_size_stubs): Don't count undefined syms in stub_globals.
675
676 2018-08-31  Alan Modra  <amodra@gmail.com>
677
678         * reloc.c (BFD_RELOC_PPC64_REL16_HIGH, BFD_RELOC_PPC64_REL16_HIGHA),
679         (BFD_RELOC_PPC64_REL16_HIGHER, BFD_RELOC_PPC64_REL16_HIGHERA),
680         (BFD_RELOC_PPC64_REL16_HIGHEST, BFD_RELOC_PPC64_REL16_HIGHESTA):
681         Define.
682         * elf64-ppc.c (ppc64_elf_howto_raw): Add new REL16 howtos.
683         (ppc64_elf_reloc_type_lookup): Translate new REL16 relocs.
684         (ppc64_elf_check_relocs, ppc64_elf_relocate_section): Handle them.
685         * bfd-in2.h: Regenerate.
686         * libbfd.h: Regenerate.
687
688 2018-08-31  Alan Modra  <amodra@gmail.com>
689
690         * elf64-ppc.c: Correct _notoc stub comments.
691         (ppc_build_one_stub): Simplify output of branch for notoc
692         long branch stub.  Don't include label offset of 8 bytes in
693         "off" calculation for notoc plt stub.  Don't emit insns to get pc.
694         (build_offset): Emit insns to get pc here instead.
695         (size_offset): Add 4 extra insns.
696         (plt_stub_size): Adjust for "off" and size_offset changes.
697         (ppc_size_one_stub): Rearrange code into a switch, duplicating
698         some to better match ppc_build_one_stub.
699
700 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
701
702         * archures.c (bfd_architecture): New machine
703         bfd_mach_mips_gs264e.
704         * bfd-in2.h (bfd_architecture): Likewise.
705         * cpu-mips.c (enum I_xxx): Likewise.
706         (arch_info_struct): Likewise.
707         * elfxx-mips.c (_bfd_elf_mips_mach): Handle
708         E_MIPS_MACH_GS264E.
709         (mips_set_isa_flags): Likewise.
710         (mips_mach_extensions): Map bfd_mach_mips_gs264e to
711         bfd_mach_mips_gs464e extension.
712
713 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
714
715         * archures.c (bfd_architecture): New machine
716         bfd_mach_mips_gs464e.
717         * bfd-in2.h (bfd_architecture): Likewise.
718         * cpu-mips.c (enum I_xxx): Likewise.
719         (arch_info_struct): Likewise.
720         * elfxx-mips.c (_bfd_elf_mips_mach): Handle
721         E_MIPS_MACH_GS464E.
722         (mips_set_isa_flags): Likewise.
723         (mips_mach_extensions): Map bfd_mach_mips_gs464e to
724         bfd_mach_mips_gs464 extension.
725
726 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
727
728         * archures.c (bfd_architecture): Rename
729         bfd_mach_mips_loongson_3a to bfd_mach_mips_gs464.
730         * bfd-in2.h (bfd_architecture): Likewise.
731         * cpu-mips.c (enum I_xxx): Likewise.
732         (arch_info_struct): Likewise.
733         * elfxx-mips.c (_bfd_elf_mips_mach): Likewise.
734         (mips_set_isa_flags): Likewise.
735         (mips_mach_extensions): Likewise.
736         (bfd_mips_isa_ext_mach): Likewise.
737         (bfd_mips_isa_ext): Likewise.
738         (print_mips_isa_ext): Delete AFL_EXT_LOONGSON_3A.
739
740 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
741
742         * elfxx-mips.c (print_mips_ases): Add Loongson EXT2 extension.
743
744 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
745
746          * elfxx-mips.c (infer_mips_abiflags): Use ases instead of
747          isa_ext for infer ABI flags.
748          (print_mips_ases): Add Loongson EXT extension.
749
750 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
751
752         * elfxx-mips.c (print_mips_ases): Add CAM extension.
753
754 2018-08-27  H.J. Lu  <hongjiu.lu@intel.com>
755
756         * elfxx-x86.c (_bfd_x86_elf_parse_gnu_properties): Don't mask
757         out the GNU_PROPERTY_X86_UINT32_VALID bit.
758
759 2018-08-25  H.J. Lu  <hongjiu.lu@intel.com>
760
761         PR ld/23499
762         * elf.c (_bfd_elf_get_symbol_version_string): Return
763         _("<corrupt>") for corrupt symbol version info.
764
765 2018-08-24  H.J. Lu  <hongjiu.lu@intel.com>
766
767         * elfxx-x86.c (_bfd_x86_elf_parse_gnu_properties): Handle
768         X86_COMPAT_ISA_1_USED, X86_COMPAT_ISA_1_NEEDED,
769         X86_UINT32_AND_LO, X86_UINT32_AND_HI, X86_UINT32_OR_LO,
770         X86_UINT32_OR_HI, X86_UINT32_OR_AND_LO and X86_UINT32_OR_AND_HI
771         instead of X86_ISA_1_USED, X86_ISA_1_NEEDED and X86_FEATURE_1_AND.
772         (_bfd_x86_elf_merge_gnu_properties): Likewise.
773         (_bfd_x86_elf_link_setup_gnu_properties): Add X86_FEATURE_2_NEEDED
774         instead of X86_ISA_1_NEEDED.
775         (_bfd_x86_elf_link_fixup_gnu_properties): Handle
776         X86_COMPAT_ISA_1_USED, X86_COMPAT_ISA_1_NEEDED, X86_UINT32_AND_LO,
777         X86_UINT32_AND_HI, X86_UINT32_OR_LO, X86_UINT32_OR_HI,
778         X86_UINT32_OR_AND_LO and X86_UINT32_OR_AND_HI instead of
779         X86_ISA_1_USED, X86_ISA_1_NEEDED and X86_FEATURE_1_AND.
780
781 2018-08-24  H.J. Lu  <hongjiu.lu@intel.com>
782
783         * elfxx-x86.c (_bfd_x86_elf_parse_gnu_properties): Mask out the
784         GNU_PROPERTY_X86_UINT32_VALID bit.
785         (_bfd_x86_elf_link_fixup_gnu_properties): Set the
786         GNU_PROPERTY_X86_UINT32_VALID bit for non-relocatable output.
787
788 2018-08-23  Zenith423  <zenith432@users.sourceforge.net>
789
790         PR 23460
791         * plugin.c (struct plugin_list_entry): New structure.
792         (plugin_list): New variable.
793         (try_load_plugin): Place opened plugins on a list.  Ensure that
794         the refcount in the dynamic loader is kept at 1.
795
796 2018-08-23  Alan Modra  <amodra@gmail.com>
797
798         * elf64-ppc.c (ppc64_elf_relocate_section): Revise "call lacks
799         nop" error message.
800
801 2018-08-23  Nick Clifton  <nickc@redhat.com>
802
803         * elf64-hppa.c (elf_hppa_final_link_relocate): Replace unworkable
804         code with an assertion.
805
806 2018-08-23  Nick Clifton  <nickc@redhat.com>
807
808         PR 23061
809         * coffgen.c (coff_pointerize_aux): Add table_end parameter.  Use
810         it to prevent walking off the end of the table.
811         (coff_get_normalized_symtab): Pass internal_end pointer to
812         coff_pointerize_aux.
813
814 2018-08-23  Alan Modra  <amodra@gmail.com>
815
816         * elf64-ppc.c (ppc64_elf_relocate_section): Don't miss clearing
817         unresolved_reloc on ppc_stub_plt_call_notoc.
818
819 2018-08-22  H.J. Lu  <hongjiu.lu@intel.com>
820
821         PR ld/23536
822         * development.sh (experimental): New.
823
824 2018-08-22  Helge Deller  <deller@gmx.de>
825         Nick Clifton  <nickc@redhat.com>
826
827         * elf-hppa.h (elf_hppa_fake_sections): Use SHT_PARISC_UNWIND as
828         the section type of the .PARISC.unwind section on 64-bit binaries
829         and SHT_PROGBITS for 32-bit binaries.  Add a comment about it.
830         Add comment about the sh_entsize value.
831
832 2018-08-22  Rafeal Auler  <rafaelauler@gmail.com>
833
834         PR 23560
835         * elfnn-aarch64.c (elfNN_aarch64_size_stubs): Always update the
836         stub's target, since it may have been changed after the layout.
837
838 2018-08-21  John Darington  <john@darrington.wattle.id.au>
839
840         * elf32-s12z.c (opru18_reloc): New function.
841         (elf_s12z_howto_table): Adjust Howto according to new knowledge.
842
843 2018-08-21  mephi42  <mephi42@gmail.com>
844
845         PR binutils/23315
846         * mach-o.c (bfd_mach_o_mangle_symbols): Update n_type even if
847         data is already considered filled.
848
849 2018-08-21  Alan Modra  <amodra@gmail.com>
850
851         * elf64-ppc.c (HOW): Define.
852         (ONES): Delete.
853         (ppc64_elf_howto_raw): Use HOW to initialize entries.
854         * elf32-ppc.c (HOW): Define.
855         (ppc_elf_howto_raw): Use HOW to initialize entries, updating
856         R_PPC_VLE_REL15 and R_PPC_VLE_REL24 to use bitpos=0.
857
858 2018-08-21  Alan Modra  <amodra@gmail.com>
859
860         * reloc.c (reloc_howto_type): Typedef.
861         (bfd_symbol): Delete forward declaration.
862         (struct reloc_howto_struct): Add "negate" field.  Make "size",
863         "bitsize", "rightshift", "bitpos", "complain_on_overflow",
864         "pc_relative", "partial_inplace", and "pcrel_offset" bitfields.
865         Rearrange for better packing.  Revise comments.
866         (HOWTO): Map to rearranged reloc_howto_struct.
867         (bfd_get_reloc_size): Delete now unused cases.
868         (read_reloc, write_reloc): Likewise.
869         (apply_reloc, _bfd_relocate_contents): Test howto->negate
870         rather than howto->size < 0 for negated relocation values.
871         * coff-rs6000.c (xcoff_complain_overflow_bitfield_func): Avoid
872         signed/unsigned warning.
873         (xcoff_ppc_relocate_section): Delete "condition is always false"
874         code.
875         * coff64-rs6000.c (xcoff64_ppc_relocate_section): Likewise.
876         * cpu-ns32k.c (do_ns32k_reloc): Adjust to suit reloc_howto_struct
877         changes.
878         * vms-alpha.c (_bfd_vms_write_etir, alpha_vms_slurp_relocs): Use
879         size 16 for ALPHA_R_LINKAGE.
880         (alpha_howto_table <ALPHA_R_LINKAGE>): Set encoded size and
881         bitsize to zero.
882         * bfd-in.h (reloc_howto_type): Delete.
883         * bfd-in2.h: Regenerate.
884
885 2018-08-21  Alan Modra  <amodra@gmail.com>
886
887         * reloc.c (HOWTO): Revise comment.
888         (NEWHOWTO, HOWTO_PREPARE): Delete.
889         * coff-arm.c (coff_arm_reloc_type_lookup): Replace const struc
890         reloc_howto_struct with reloc_howto_type.
891         * ns32knetbsd.c (MY_bfd_reloc_type_lookup): Likewise.
892         * vms-alpha.c (alpha_vms_bfd_reloc_type_lookup): Likewise.
893         * elf-hppa.h (HOW): Define.
894         (elf_hppa_howto_table): Use it to simplify this table, correcting
895         name of R_PARISC_LTOFF16WF, R_PARISC_LTOFF_FPTR64, and
896         R_PARISC_LTOFF_FPTR16DF.
897         * elf32-mep.c (MEPREL): Use HOWTO.
898         * bfd-in2.h: Regenerate.
899
900 2018-08-20  Alan Modra  <amodra@gmail.com>
901
902         * mmo.c (valid_mmo_symbol_character_set): Initialize and make
903         array const.
904         (mmo_init): Don't init valid_mmo_symbol_character_set.
905
906 2018-08-20  Alan Modra  <amodra@gmail.com>
907
908         * rs6000-core.c (CORE_COMMONSZ): Balance parentheses in expression.
909
910 2018-08-17  H.J. Lu  <hongjiu.lu@intel.com>
911
912         PR ld/23515
913         * elf-bfd.h (elf_backend_data): Add fixup_gnu_properties.
914         * elf-properties.c (_bfd_elf_link_setup_gnu_properties): Call
915         backend fixup_gnu_properties if it isn't NULL.  Discard
916         .note.gnu.property section if all properties have been removed.
917         * elfxx-target.h (elf_backend_fixup_gnu_properties): New.
918         (elfNN_bed): Initialize fixup_gnu_properties.
919         * elfxx-x86.c (_bfd_x86_elf_link_fixup_gnu_properties): New
920         function.
921         * elfxx-x86.h (_bfd_x86_elf_link_fixup_gnu_properties): New
922         prototype.
923         (elf_backend_fixup_gnu_properties): New.
924
925 2018-08-16  Alan Modra  <amodra@gmail.com>
926
927         * elf64-ppc.c: Correct ppc_stub_long_branch_notoc example.
928         Formatting.
929
930 2018-08-12  H.J. Lu  <hongjiu.lu@intel.com>
931
932         PR binutils/23494
933         * Makefile.am (BFD32_LIBS): Add elf-properties.lo.
934         (BFD32_LIBS_CFILES): Add elf-properties.c.
935         (BFD32_BACKENDS): Remove elf-properties.lo.
936         (BFD32_BACKENDS_CFILES): Remove elf-properties.c.
937         * configure.ac (elf): Remove elf-properties.lo.
938         * Makefile.in: Regenerated.
939         * configure: Likewise.
940
941 2018-08-11  H.J. Lu  <hongjiu.lu@intel.com>
942
943         PR ld/23428
944         * elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): Don't
945         add X86_ISA_1_NEEDED property only if existing properties won't
946         be removed.
947
948 2018-08-11  Alan Modra  <amodra@gmail.com>
949
950         * reloc.c (bfd_get_reloc_size): Sort switch.
951         (read_reloc, write_reloc, apply_reloc): New functions.
952         (bfd_perform_relocation, bfd_install_relocation): Use apply_reloc.
953         (_bfd_relocate_contents): Use read_reloc and write_reloc.
954         (_bfd_clear_contents): Likewise.
955
956 2018-08-11  John Darrington  <john@darrington.wattle.id.au>
957
958         * reloc.c (_bfd_relocate_contents): Handle 3 byte relocs.
959         (_bfd_clear_contents): Likewise.
960         (bfd_perform_relocation): Likewise.
961         (bfd_install_relocation): Likewise.
962
963 2018-08-10  H.J. Lu  <hongjiu.lu@intel.com>
964
965         PR ld/23499
966         * elflink.c (bfd_elf_record_link_assignment): Always clear
967         h->verinfo.verdef when overriding a dynamic definition.
968
969 2018-08-10  H.J. Lu  <hongjiu.lu@intel.com>
970
971         PR binutils/23494
972         * elf-properties.c (elf_get_gnu_property_section_size): Always
973         use align_size as pr_datasz for GNU_PROPERTY_STACK_SIZE.
974         (elf_write_gnu_properties): Likewise.
975
976 2018-08-08  H.J. Lu  <hongjiu.lu@intel.com>
977
978         PR binutils/23494
979         * bfd.c (bfd_convert_section_size): Check BFD_DECOMPRESS after
980         calling _bfd_elf_convert_gnu_property_size to convert
981         .note.gnu.property section size.
982         (bfd_convert_section_contents): Check BFD_DECOMPRESS after
983         calling _bfd_elf_convert_gnu_properties to convert
984         .note.gnu.property section.
985         * elf-bfd.h (_bfd_elf_convert_gnu_property_size): New prototype.
986         (_bfd_elf_convert_gnu_properties): Likewise.
987         * elf-properties.c (elf_get_gnu_property_section_size): New
988         function.
989         (elf_write_gnu_properties): Likewise.
990         (_bfd_elf_convert_gnu_property_size): Likewise.
991         (_bfd_elf_convert_gnu_properties): Likewise.
992         (_bfd_elf_link_setup_gnu_properties): Use
993         elf_get_gnu_property_section_size and elf_write_gnu_properties.
994
995 2018-08-08  H.J. Lu  <hongjiu.lu@intel.com>
996
997         PR ld/23486
998         * elfxx-x86.c (_bfd_x86_elf_merge_gnu_properties): Remove
999         GNU_PROPERTY_X86_ISA_1_USED if an input file doesn't have it.
1000         (_bfd_x86_elf_link_setup_gnu_properties): Adding the
1001         GNU_PROPERTY_X86_ISA_1_NEEDED, instead of
1002         GNU_PROPERTY_X86_ISA_1_USED, property.
1003
1004 2018-08-07  Alan Modra  <amodra@gmail.com>
1005
1006         * elf64-ppc.c (struct map_stub): Delete tls_get_addr_opt_bctrl.
1007         Add lr_restore, eh_size and eh_base.
1008         (eh_advance, eh_advance_size): New functions.
1009         (build_tls_get_addr_stub): Emit EH info for stub.
1010         (ppc_build_one_stub): Likewise for _notoc stubs.
1011         (ppc_size_one_stub): Size EH info for stub.
1012         (group_sections): Init new map_stub fields.
1013         (stub_eh_frame_size): Delete.
1014         (ppc64_elf_size_stubs): Size EH info for stubs.  Set up dummy EH
1015         program for stubs.
1016         (ppc64_elf_build_stubs): Reinit new map_stub fields.  Set FDE
1017         offset to stub section here..
1018         (ppc64_elf_finish_dynamic_sections): ..rather than here.
1019
1020 2018-08-07  Alan Modra  <amodra@gmail.com>
1021
1022         * elf64-ppc.c (ppc64_elf_relocate_section): Don't skip first
1023         instruction of __tls_get_addr_opt stub.
1024         (plt_stub_size): Omit ALWAYS_EMIT_R2SAVE condition when
1025         dealing with __tls_get_addr_opt stub.
1026         (build_tls_get_addr_stub, ppc_size_one_stub): Likewise.
1027
1028 2018-08-06  Claudiu Zissulescu  <claziss@synopsys.com>
1029
1030         * elf32-arc.c (arc_elf_merge_private_bfd_data): Complain about
1031         efalgs only when in/out exists.
1032         (elf32_arc_section_from_shdr): Don't complain about 0x0c
1033         section type.  It is mwdt compiler specific.
1034
1035 2018-08-06  Claudiu Zissulescu  <claziss@synopsys.com>
1036
1037         * elf32-arc.c (arc_elf_merge_attributes): Fix merge attributes.
1038
1039 2018-08-06  Claudiu Zissulescu  <claziss@synopsys.com>
1040
1041         * elf32-arc.c (arc_elf_merge_attributes): Handle
1042         Tag_ARC_ATR_version.
1043
1044 2018-08-05  Alan Modra  <amodra@gmail.com>
1045
1046         * elf64-ppc.c (ADDI_R12_R11, ADDI_R12_R12, LIS_R12),
1047         (ADDIS_R12_R11, ORIS_R12_R12_0, ORI_R12_R12_0),
1048         (SLDI_R12_R12_32, LDX_R12_R11_R12, ADD_R12_R11_R12): Define.
1049         (ppc64_elf_howto_raw): Add R_PPC64_REL24_NOTOC entry.
1050         (ppc64_elf_reloc_type_lookup): Support R_PPC64_REL24_NOTOC.
1051         (ppc_stub_type): Add ppc_stub_long_branch_notoc,
1052         ppc_stub_long_branch_both, ppc_stub_plt_branch_notoc,
1053         ppc_stub_plt_branch_both, ppc_stub_plt_call_notoc, and
1054         ppc_stub_plt_call_both.
1055         (is_branch_reloc): Add R_PPC64_REL24_NOTOC.
1056         (build_offset, size_offset): New functions.
1057         (plt_stub_size): Support plt_call_notoc and plt_call_both.
1058         (ppc_build_one_stub, ppc_size_one_stub): Support new stubs.
1059         (toc_adjusting_stub_needed): Handle R_PPC64_REL24_NOTOC.
1060         (ppc64_elf_size_stubs): Likewise, and new stubs.
1061         (ppc64_elf_build_stubs, ppc64_elf_relocate_section): Likewise.
1062         * reloc.c: Add BFD_RELOC_PPC64_REL24_NOTOC.
1063         * bfd-in2.h: Regenerate.
1064         * libbfd.h: Regenerate.
1065
1066 2018-08-05  Alan Modra  <amodra@gmail.com>
1067
1068         * elf64-ppc.c (ppc_build_one_stub): Lose "_r2off" in stub symbols.
1069
1070 2018-08-02  Jim Wilson  <jimw@sifive.com>
1071
1072         * elfnn-riscv.c (riscv_elf_create_dynamic_sections): For .tdata.dyn,
1073         add SEC_LINKER_CREATED flag.
1074
1075 2018-08-01  Nick Clifton  <nickc@redhat.com>
1076
1077         * coff-rs6000.c (_bfd_xcoff_put_ldsymbol_name): Suppress warnings
1078         about potentially truncated strncpy operations.
1079         (_bfd_xcoff_put_symbol_name): Likewise.
1080
1081         * elf32-avr.c (avr_stub_name): Check for a NULL return from
1082         bfd_malloc.
1083
1084 2018-08-01  Zenith  <zenith432@users.sourceforge.net>
1085
1086         PR 23460
1087         * plugin.c (bfd_plugin_open_input): Close file descriptor if the
1088         call to fstat fails.
1089         (try_claim): Always close the file descriptor at the end of the
1090         function.
1091         (try_load_plugin): If a plugin has already been registered, then
1092         skip the dlopen and onload steps and go straight to claiming the
1093         file.  If these is an error, close the plugin.
1094
1095 2018-08-01  Alan Modra  <amodra@gmail.com>
1096
1097         * elf64-ppc.c (plt_stub_pad): Delay plt_stub_size call until needed.
1098         (ppc_build_one_stub): Don't set stub_offset, instead assert that
1099         it is sane.  Don't adjust stub_offset for alignment.  Adjust size
1100         calculation.  Use "targ" temp when calculating offsets.
1101         (ppc_size_one_stub): Set stub_offset here.  Use "targ" temp when
1102         calculating offsets.  Adjust for alignment before setting
1103         tls_get_addr_opt_bctrl.
1104
1105 2018-08-01  Alan Modra  <amodra@gmail.com>
1106
1107         * po/SRC-POTFILES.in: Regenerate.
1108
1109 2018-07-30  Nick Clifton  <nickc@redhat.com>
1110
1111         PR 22706
1112         * elf32-sh.c (sh_elf_relocate_section): When processing
1113         translation relocs, fail if the relocation offset is too small.
1114         Replace BFD_ASSERTs with more helpful error messages.
1115
1116 2018-07-30  Andrew Jenner  <andrew@codesourcery.com>
1117
1118         * Makefile.am (ALL_MACHINES, ALL_MACHINES_CFILES): Add C-SKY.
1119         (BFD32_BACKENDS, BFD_BACKENDS_CFILES): Likewise.
1120         * Makefile.in: Regenerated.
1121         * archures.c (enum bfd_architecture): Add bfd_arch_csky and
1122         related bfd_mach defines.
1123         (bfd_csky_arch): Declare.
1124         (bfd_archures_list): Add C-SKY.
1125         * bfd-in.h (elf32_csky_build_stubs): Declare.
1126         (elf32_csky_size_stubs): Declare.
1127         (elf32_csky_next_input_section: Declare.
1128         (elf32_csky_setup_section_lists): Declare.
1129         * bfd-in2.h: Regenerated.
1130         * config.bfd: Add C-SKY.
1131         * configure.ac: Likewise.
1132         * configure: Regenerated.
1133         * cpu-csky.c: New file.
1134         * elf-bfd.h (enum elf_target_id): Add C-SKY.
1135         * elf32-csky.c: New file.
1136         * libbfd.h: Regenerated.
1137         * reloc.c: Add C-SKY relocations.
1138         * targets.c (csky_elf32_be_vec, csky_elf32_le_vec): Declare.
1139         (_bfd_target_vector): Add C-SKY target vector entries.
1140
1141 2018-07-27  John Darrington  <john@darrington.wattle.id.au>
1142
1143         * elf32-s12z.c (ELF_TARGET_ID): Don't define.
1144
1145 2018-07-27  John Darrington  <john@darrington.wattle.id.au>
1146
1147         * libbfd.c (bfd_getb24, bfd_getl24): New functions.
1148         (bfd_get_24, bfd_put_24): New macros.
1149         * bfd-in2.h: Regenerate.
1150
1151 2018-07-27  John Darrington  <john@darrington.wattle.id.au>
1152
1153         * elf32-s12z.c (s12z_elf_set_mach_from_flags): Remove comment.
1154
1155 2018-07-26  Alan Modra  <amodra@gmail.com>
1156
1157         * elf64-ppc.c (ppc64_elf_size_stubs): Use a ppc_stub_long_branch_r2off
1158         for calls to symbols with STO_PPC64_LOCAL_MASK bits set to 1.
1159
1160 2018-07-25  Alan Modra  <amodra@gmail.com>
1161
1162         * elf32-ppc.c (ppc_elf_relax_section): Ignore common or undef locals.
1163         Avoid trashing toff with added when used as a symbol index.
1164         Ignore R_PPC_PLTREL24 addends in unused example code.  Avoid
1165         creating unnecessary fixups when relocatable.
1166
1167 2018-07-25  Alan Modra  <amodra@gmail.com>
1168
1169         * elf32-arm.c (elf32_arm_nabi_write_core_note): Disable
1170         -Wstringop-truncation warning for gcc-8.0 too.
1171         * elf32-ppc.c (ppc_elf_write_core_note): Likewise.
1172         * elf64-ppc.c (ppc64_elf_write_core_note): Likewise.
1173         * elfxx-aarch64.c (_bfd_aarch64_elf_write_core_note): Likewise.
1174         * elf32-s390.c (elf_s390_write_core_note): Comment fix.
1175         * elf64-s390.c (elf_s390_write_core_note): Likewise.
1176
1177 2018-07-24  Alan Modra  <amodra@gmail.com>
1178
1179         PR 23430
1180         * dwarf2.c (dwarf_debug_section_enum): Fix comment typo.
1181         * elf.c (bfd_section_from_shdr, elf_sort_sections): Likewise.
1182
1183 2018-07-23  Max Filippov  <jcmvbkbc@gmail.com>
1184
1185         * elf32-xtensa.c (elf_xtensa_finish_dynamic_sections): Move
1186         relocation sections consistency check to always check both
1187         .rela.dyn and .rela.plt when they exist. Rearrange variable
1188         definition and assignment places.
1189
1190 2018-07-23  Max Filippov  <jcmvbkbc@gmail.com>
1191
1192         * elf32-xtensa.c (shrink_dynamic_reloc_sections): Shrink dynamic
1193         relocations section for dynamic undefined weak symbols when
1194         linking a shared object.
1195
1196 2018-07-23  Tom Tromey  <tom@tromey.com>
1197
1198         * elf.c (bfd_get_elf_phdrs): Don't call memcpy with size 0.
1199
1200 2018-07-21  Eric Botcazou  <ebotcazou@adacore.com>
1201
1202         * elf32-arm.c (elf32_arm_final_link_relocate) <R_ARM_GOT32>: Small
1203         cleanup for the case of a global symbol that binds locally.  Also
1204         install a value in the GOT slot in the case of a local symbol in
1205         a non-PIC link.
1206
1207 2018-07-20  H.J. Lu  <hongjiu.lu@intel.com>
1208
1209         PR ld/23428
1210         * elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): If the
1211         separate code program header is needed, make sure that the first
1212         read-only PT_LOAD segment has no code by adding a
1213         GNU_PROPERTY_X86_ISA_1_USED note.
1214
1215 2018-07-20  Chenghua Xu  <paul.hua.gm@gmail.com>
1216             Maciej W. Rozycki  <macro@mips.com>
1217
1218         * elfxx-mips.c (print_mips_ases): Add MMI extension.
1219
1220 2018-07-20  Maciej W. Rozycki  <macro@mips.com>
1221
1222         * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Do not
1223         create DT_REL, DT_RELSZ or DT_RELENT dynamic entries if the
1224         dynamic relocation section will be discarded from output.
1225         (_bfd_mips_elf_finish_dynamic_sections) <DT_RELSZ>: Assert that
1226         the dynamic relocation section will be retained in output.
1227
1228 2018-07-18  Maciej W. Rozycki  <macro@mips.com>
1229
1230         * xcofflink.c (xcoff_write_global_symbol): Fix symbol type
1231         checks for defined weak symbols.
1232
1233 2018-07-17  Maciej W. Rozycki  <macro@mips.com>
1234
1235         * elf32-nds32.c (nds32_elf_relax_loadstore): Use
1236         `bfd_is_abs_symbol' rather than `bfd_is_abs_section' in checking
1237         whether the symbol is absolute.
1238         (nds32_elf_relax_lo12): Likewise.
1239         * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Likewise.
1240         (elfNN_aarch64_check_relocs): Likewise.
1241         * xcofflink.c (xcoff_need_ldrel_p): Likewise.
1242         (bfd_xcoff_import_symbol): Likewise.
1243         (xcoff_write_global_symbol): Likewise.
1244
1245 2018-07-17  Maciej W. Rozycki  <macro@mips.com>
1246
1247         * linker.c (bfd_is_abs_symbol): New macro.
1248         * bfd-in2.h: Regenerate.
1249
1250 2018-07-16  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1251
1252         * elf-bfd.h (elfcore_write_ppc_tar): Add prototype.
1253         (elfcore_write_ppc_ppr): Likewise.
1254         (elfcore_write_ppc_dscr): Likewise.
1255         (elfcore_write_ppc_ebb): Likewise.
1256         (elfcore_write_ppc_pmu): Likewise.
1257         (elfcore_write_ppc_tm_cgpr): Likewise.
1258         (elfcore_write_ppc_tm_cfpr): Likewise.
1259         (elfcore_write_ppc_tm_cvmx): Likewise.
1260         (elfcore_write_ppc_tm_cvsx): Likewise.
1261         (elfcore_write_ppc_tm_spr): Likewise.
1262         (elfcore_write_ppc_tm_ctar): Likewise.
1263         (elfcore_write_ppc_tm_cppr): Likewise.
1264         (elfcore_write_ppc_tm_cdscr): Likewise.
1265         * elf.c (elfcore_write_ppc_tar): New function.
1266         (elfcore_write_ppc_ppr): Likewise.
1267         (elfcore_write_ppc_dscr): Likewise.
1268         (elfcore_write_ppc_ebb): Likewise.
1269         (elfcore_write_ppc_pmu): Likewise.
1270         (elfcore_write_ppc_tm_cgpr): Likewise.
1271         (elfcore_write_ppc_tm_cfpr): Likewise.
1272         (elfcore_write_ppc_tm_cvmx): Likewise.
1273         (elfcore_write_ppc_tm_cvsx): Likewise.
1274         (elfcore_write_ppc_tm_spr): Likewise.
1275         (elfcore_write_ppc_tm_ctar): Likewise.
1276         (elfcore_write_ppc_tm_cppr): Likewise.
1277         (elfcore_write_ppc_tm_cdscr): Likewise.
1278         (elfcore_write_register_note): Call them.
1279         (elfcore_grok_ppc_tar): New function.
1280         (elfcore_grok_ppc_ppr): Likewise.
1281         (elfcore_grok_ppc_dscr): Likewise.
1282         (elfcore_grok_ppc_ebb): Likewise.
1283         (elfcore_grok_ppc_pmu): Likewise.
1284         (elfcore_grok_ppc_tm_cgpr): Likewise.
1285         (elfcore_grok_ppc_tm_cfpr): Likewise.
1286         (elfcore_grok_ppc_tm_cvmx): Likewise.
1287         (elfcore_grok_ppc_tm_cvsx): Likewise.
1288         (elfcore_grok_ppc_tm_spr): Likewise.
1289         (elfcore_grok_ppc_tm_ctar): Likewise.
1290         (elfcore_grok_ppc_tm_cppr): Likewise.
1291         (elfcore_grok_ppc_tm_cdscr): Likewise.
1292         (elfcore_grok_note): Call them.
1293
1294 2018-07-11  Maciej W. Rozycki  <macro@mips.com>
1295
1296         * elfxx-mips.c (mips_tls_got_relocs): Use `bfd_link_dll' rather
1297         than `!bfd_link_pic' in determining the dynamic symbol index.
1298         Avoid the index of -1.
1299         (mips_elf_initialize_tls_slots): Likewise.  Flatten code by
1300         moving `dyn' to the beginning of the function block.
1301
1302 2018-07-11  Maciej W. Rozycki  <macro@mips.com>
1303             Rich Felker  <bugdal@aerifal.cx>
1304
1305         PR ld/22570
1306         * elfxx-mips.c (mips_tls_got_relocs): Use `bfd_link_dll' rather
1307         than `bfd_link_pic' to determine whether dynamic relocations are
1308         to be produced.
1309         (mips_elf_initialize_tls_slots): Likewise.
1310
1311 2018-07-10  Maciej W. Rozycki  <macro@mips.com>
1312
1313         * elflink.c (bfd_elf_final_link): Rename `remove' local variable
1314         to `remove_section'.
1315
1316 2018-07-10  Alan Modra  <amodra@gmail.com>
1317
1318         * elf32-xgate.h: Delete.
1319         * elf32-xgate.c: Delete unnecessary forward declarations, add two
1320         that are now needed.
1321         (xgate_elf_bfd_link_hash_table_create)
1322         (xgate_elf_bfd_link_hash_table_free)
1323         (xgate_elf_set_mach_from_flags, struct xgate_scan_param)
1324         (stub_hash_newfunc, elf32_xgate_add_symbol_hook)
1325         (elf32_xgate_setup_section_lists, elf32_xgate_size_stubs)
1326         (elf32_xgate_build_stubs, elf32_xgate_check_relocs)
1327         (elf32_xgate_relocate_section, _bfd_xgate_elf_set_private_flags)
1328         (elf32_xgate_post_process_headers): Delete.
1329         (elf32_xgate_backend_symbol_processing): New function.
1330         (xgate_elf_ignore_reloc, xgate_elf_special_reloc)
1331         (_bfd_xgate_elf_print_private_bfd_data): Make static.
1332         (ELF_TARGET_ID, elf_info_to_howto, elf_backend_check_relocs)
1333         (elf_backend_relocate_section, elf_backend_object_p)
1334         (elf_backend_final_write_processing, elf_backend_can_gc_sections)
1335         (elf_backend_post_process_headers, elf_backend_add_symbol_hook)
1336         (bfd_elf32_bfd_link_hash_table_create)
1337         (bfd_elf32_bfd_set_private_flags)
1338         (xgate_stub_hash_lookup): Don't define.
1339         (elf_backend_symbol_processing): Define.
1340         * elf-bfd.h (elf_target_id): Delete XGATE_ELF_DATA.
1341
1342 2018-07-09  Maciej W. Rozycki  <macro@mips.com>
1343
1344         * elfxx-mips.c (_bfd_mips_elf_adjust_dynamic_symbol): Don't set
1345         `->needs_lazy_stub' if the stubs output section is the absolute
1346         section.
1347
1348 2018-07-09  H.J. Lu  <hongjiu.lu@intel.com>
1349
1350         PR ld/23388
1351         * configure.ac: Use changequote for "i[3-7]86-*-linux-*".
1352         * configure: Regenerated.
1353
1354 2018-07-09  Alan Modra  <amodra@gmail.com>
1355
1356         * elf32-m68hc1x.c (elf32_m68hc11_post_process_headers): Call
1357         _bfd_elf_post_process_headers.
1358
1359 2018-07-06  Max Filippov  <jcmvbkbc@gmail.com>
1360
1361         * elf32-xtensa.c (elf_xtensa_allocate_dynrelocs): Don't allocate
1362         space for dynamic relocation for undefined weak symbol.
1363         (elf_xtensa_relocate_section): Don't emit R_XTENSA_RELATIVE
1364         relocation for undefined weak symbols.
1365         (shrink_dynamic_reloc_sections): Don't shrink dynamic relocation
1366         section for relocations against undefined weak symbols.
1367
1368 2018-07-06  Alan Hayward  <alan.hayward@arm.com>
1369
1370         * elf.c (elfcore_grok_aarch_sve): New function.
1371         (elfcore_grok_note): Check for Aarch64 SVE.
1372         (elfcore_write_aarch_sve): New function.
1373         (elfcore_write_register_note): Check for Aarch64 SVE.
1374         * elf-bfd.h(elfcore_grok_aarch_sve): New declaration.
1375
1376 2018-07-06  Alan Modra  <amodra@gmail.com>
1377
1378         * elf32-arm.c (elf32_arm_nabi_write_core_note): Don't use
1379         DIAGNOTIC_PUSH and DIAGNOSTIC_POP unconditionally.
1380         * elf32-ppc.c (ppc_elf_write_core_note): Likewise.
1381         * elf32-s390.c (elf_s390_write_core_note): Likewise.
1382         * elf64-ppc.c (ppc64_elf_write_core_note): Likewise.
1383         * elf64-s390.c (elf_s390_write_core_note): Likewise.
1384         * elfxx-aarch64.c (_bfd_aarch64_elf_write_core_note): Likewise.
1385
1386 2018-07-05  Jim Wilson  <jimw@sifive.com>
1387
1388         * config.bfd (riscv32*-*-*): Renamed from riscv32-*-*.
1389         (riscv64*-*-*): Likewise.
1390         (riscv-*-*): Add as an alias for riscv32*-*-*.
1391
1392 2018-07-05  H.J. Lu  <hongjiu.lu@intel.com>
1393
1394         PR ld/23372
1395         * elfxx-x86.c (_bfd_x86_elf_merge_gnu_properties): Remove x86
1396         ISA properties with empty bits.
1397
1398 2018-07-05  Nick Clifton  <nickc@redhat.com>
1399
1400         * po/ru.po: Updated Russian translation.
1401
1402 2018-07-05  Alan Modra  <amodra@gmail.com>
1403
1404         * elf-bfd.h (_bfd_elf_ppc_merge_fp_attributes): Update prototype.
1405         * elf32-ppc.c (_bfd_elf_ppc_merge_fp_attributes): Return error
1406         on mismatch.  Remove "warning: " from messages.  Track last bfd
1407         used to set tags.
1408         (ppc_elf_merge_obj_attributes): Likewise.  Handle status from
1409         _bfd_elf_ppc_merge_fp_attributes.
1410         * elf64-ppc.c (ppc64_elf_merge_private_bfd_data): Handle status
1411         from _bfd_elf_ppc_merge_fp_attributes.
1412
1413 2018-07-04  H.J. Lu  <hongjiu.lu@intel.com>
1414
1415         * Makefile.am (bfdinclude_HEADERS): Add $(INCDIR)/diagnostics.h.
1416         * Makefile.in: Regenerated.
1417
1418 2018-07-03  Alan Modra  <amodra@gmail.com>
1419
1420         * elflink.c (bfd_elf_final_link): Remove zero size .gnu.attributes
1421         sections.
1422
1423 2018-07-03  Alan Modra  <amodra@gmail.com>
1424
1425         * elf-bfd.h (ATTR_TYPE_FLAG_ERROR, ATTR_TYPE_HAS_ERROR): Define.
1426         * elf-attrs.c (is_default_attr): Handle ATTR_TYPE_HAS_ERROR.
1427         * elf32-ppc.c (_bfd_elf_ppc_merge_fp_attributes): Use
1428         ATTR_TYPE_FLAG_INT_VAL.  Set ATTR_TYPE_HAS_ERROR on finding
1429         incompatible attribute.
1430         (ppc_elf_merge_obj_attributes): Likewise.  Return
1431         _bfd_elf_merge_object_attributes result.
1432         * elf64-ppc.c (ppc64_elf_merge_private_bfd_data): Return
1433         _bfd_elf_merge_object_attributes result.
1434
1435 2018-07-03  Alan Modra  <amodra@gmail.com>
1436
1437         PR 17550
1438         * elflink.c (_bfd_elf_fix_symbol_flags): Hide dynamic symbols
1439         in discarded sections.
1440
1441 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
1442
1443         * elfxx-mips.c (_bfd_mips_elf_create_dynamic_sections): Set
1444         `mark' for symbols created from `mips_elf_dynsym_rtproc_names'
1445         list.
1446
1447 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
1448
1449         * elf64-mips.c (micromips_elf64_howto_table_rel): Add
1450         R_MICROMIPS_HI0_LO16, R_MICROMIPS_TLS_GD, R_MICROMIPS_TLS_LDM,
1451         R_MICROMIPS_TLS_DTPREL_HI16, R_MICROMIPS_TLS_DTPREL_LO16,
1452         R_MICROMIPS_TLS_GOTTPREL, R_MICROMIPS_TLS_TPREL_HI16,
1453         R_MICROMIPS_TLS_TPREL_LO16, R_MICROMIPS_GPREL7_S2 and
1454         R_MICROMIPS_PC23_S2 relocation entries.
1455         (micromips_elf64_howto_table_rela): Likewise.
1456         (micromips_reloc_map): Likewise.
1457         * elfn32-mips.c (elf_micromips_howto_table_rel): Likewise.
1458         (elf_micromips_howto_table_rela): Likewise.
1459         (micromips_reloc_map): Likewise.
1460
1461 2018-07-02  H.J. Lu  <hongjiu.lu@intel.com>
1462
1463         PR ld/23324
1464         * elf64-x86-64.c (elf_x86_64_relocate_section): Clear the
1465         R_X86_64_converted_reloc_bit bit.
1466
1467 2018-07-02  Jeff Muizelaar  <jrmuizel@gmail.com>
1468             Tom Tromey  <tom@tromey.com>
1469
1470         PR 13157
1471         PR 21787
1472         * mach-o.c (bfd_mach_o_fat_close_and_cleanup): New function.
1473         (bfd_mach_o_close_and_cleanup): Redefine.
1474         * archive.c (_bfd_unlink_from_archive_parent): New function,
1475         extracted from..
1476         (_bfd_archive_close_and_cleanup): ..here.
1477         (bfd_generic_archive_p): Do not clear archive's format.
1478         * libbfd-in.h (_bfd_unlink_from_archive_parent): Declare.
1479         * libbfd.h: Regenerate.
1480
1481 2018-07-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1482
1483         * archures.c (bfd_mach_arm_5TEJ, bfd_mach_arm_6, bfd_mach_arm_6KZ,
1484         bfd_mach_arm_6T2, bfd_mach_arm_6K, bfd_mach_arm_7, bfd_mach_arm_6M,
1485         bfd_mach_arm_6SM, bfd_mach_arm_7EM, bfd_mach_arm_8, bfd_mach_arm_8R,
1486         bfd_mach_arm_8M_BASE, bfd_mach_arm_8M_MAIN): Define.
1487         * bfd-in2.h: Regenerate.
1488         * cpu-arm.c (arch_info_struct): Add entries for above new
1489         bfd_mach_arm values.
1490         * elf32-arm.c (bfd_arm_get_mach_from_attributes): Add Tag_CPU_arch to
1491         bfd_mach_arm mapping logic for pre Armv4 and Armv5TEJ and later
1492         architectures.  Force assert failure for any new Tag_CPU_arch value.
1493
1494 2018-07-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1495
1496         * doc/bfdint.texi: Use command-line consistently when used in a
1497         compount word.
1498         * doc/bfdsumm.texi: Likewise.
1499
1500 2018-06-29  Maciej W. Rozycki  <macro@mips.com>
1501
1502         * elfxx-mips.c (allocate_dynrelocs): Remove extraneous symbol
1503         visibility check made for undefined weak symbols.
1504
1505 2018-06-26  Nick Clifton  <nickc@redhat.com>
1506
1507         * po/uk.po: Updated Ukranian translation.
1508
1509 2018-06-25  Nick Clifton  <nickc@redhat.com>
1510
1511         * elfnn-aarch64.c (_bfd_aarch64_erratum_835769_stub_name): Check
1512         for malloc returning NULL.
1513         (_bfd_aarch64_erratum_843419_fixup): Check for
1514         _bfd_aarch64_erratum_835769_stub_name returning NULL.
1515
1516 2018-06-24  Nick Clifton  <nickc@redhat.com>
1517
1518         * po/bfd.pot: Regenerate.
1519
1520 2018-06-24  Nick Clifton  <nickc@redhat.com>
1521
1522         * version.m4: Update version string to 2.31.51.
1523         * configure: Regenerate.
1524
1525 2018-06-24  Nick Clifton  <nickc@redhat.com>
1526
1527         2.31 branch created.
1528
1529 2018-06-21  Maciej W. Rozycki  <macro@mips.com>
1530
1531         * elfxx-mips.c (_bfd_mips_elf_compact_eh_encoding)
1532         (_bfd_mips_elf_cant_unwind_opcode): Correct formatting.
1533
1534 2018-06-21  Maciej W. Rozycki  <macro@mips.com>
1535
1536         * elfxx-mips.c (_bfd_mips_post_process_headers): Keep
1537         EI_ABIVERSION setting together.
1538
1539 2018-06-21  Maciej W. Rozycki  <macro@mips.com>
1540
1541         * elfxx-mips.c (MIPS_LIBC_ABI_DEFAULT, MIPS_LIBC_ABI_MIPS_PLT)
1542         (MIPS_LIBC_ABI_UNIQUE, MIPS_LIBC_ABI_MIPS_O32_FP64)
1543         (MIPS_LIBC_ABI_MAX): New enumeration constants.
1544         (_bfd_mips_post_process_headers): Use them in place of magic
1545         numbers.
1546
1547 2018-06-21  Jim Wilson  <jimw@sifive.com>
1548
1549         * elfnn-riscv.c (riscv_elf_finish_dynamic_symbol): Update comment.
1550         Use SYMBOL_REFERENCES_LOCAL.  Add asserts for h->got.offset.
1551
1552 2018-06-21  Alan Modra  <amodra@gmail.com>
1553
1554         * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
1555         * doc/Makefile.in: Regenerate.
1556
1557 2018-06-20  Renlin Li  <renlin.li@arm.com>
1558
1559         * elfxx-aarch64.c (_bfd_aarch64_elf_resolve_relocation): Use PG_OFFSET
1560         to resolve BFD_RELOC_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC,
1561         BFD_RELOC_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC,
1562         BFD_RELOC_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC,
1563         BFD_RELOC_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC,
1564         BFD_RELOC_AARCH64_TLSLE_LDST16_TPREL_LO12_NC,
1565         BFD_RELOC_AARCH64_TLSLE_LDST32_TPREL_LO12_NC,
1566         BFD_RELOC_AARCH64_TLSLE_LDST64_TPREL_LO12_NC,
1567         BFD_RELOC_AARCH64_TLSLE_LDST8_TPREL_LO12_NC.
1568
1569 2018-06-20  Nick Clifton  <nickc@redhat.com>
1570
1571         PR 23316
1572         * opncls.c (get_build_id): Check for a negative or excessive data
1573         size in the build-id note.
1574
1575 2018-06-20  Nick Clifton  <nickc@redhat.com>
1576
1577         PR 23299
1578         * mach-o.c (cputype): New function.
1579         (cpusubtype): New function.
1580         (bfd_mach_o_bfd_print_private_data): New function.  Dispalys the
1581         values in the MACH-O file header.
1582         (bfd_mach_o_bfd_copy_private_header_data): Copy the cputype and
1583         cpusubtype fields from the input bfd's mach-o header to the output
1584         bfd.
1585         * mach-o-target.c (bfd_mach_o_bfd_print_private_bfd_data):
1586         Redefine to bfd_mach_o_bfd_print_private_data.
1587         * mach-o.h (bfd_mach_o_bfd_print_private_bfd_data): Prototype.
1588
1589 2018-06-19  Maciej W. Rozycki  <macro@mips.com>
1590
1591         PR ld/22966
1592         * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Verify the
1593         `.got.plt' entry referred is in range.
1594         (mips_finish_exec_plt): Correct the range check for `.got.plt'
1595         start.  Replace the assertion used for that with a proper error
1596         message.
1597
1598 2018-06-19  Maciej W. Rozycki  <macro@mips.com>
1599
1600         * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Fix
1601         formatting.
1602
1603 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1604
1605         * Makefile.am (AUTOMAKE_OPTIONS): Remove 1.11.
1606         (INCLUDES): Rename to ...
1607         (AM_CPPFLAGS): ... this.
1608         * configure.ac: Remove AC_PREREQ.
1609         * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove 1.9, cygnus, add
1610         info-in-builddir no-texinfo.tex.
1611         (info_TEXINFOS): Rename bfd.texinfo to bfd.texi.
1612         * doc/bfd.texinfo: Rename to ...
1613         * doc/bfd.texi: ... this.
1614         * Makefile.in: Re-generate.
1615         * aclocal.m4: Re-generate.
1616         * config.in: Re-generate.
1617         * configure: Re-generate.
1618         * doc/Makefile.in: Re-generate.
1619
1620 2018-06-18  Mephi  <mephi42@gmail.com>
1621
1622         PR 23297
1623         * mach-o-x86-64.c (x86_64_howto_table): Add entry for
1624         BFD_RELOC_MACH_O_X86_64_RELOC_TLV.
1625         (bfd_mach_o_x86_64_canonicalize_one_reloc): Handle the new reloc.
1626         (bfd_mach_o_x86_64_swap_reloc_out): Likewise.
1627         * reloc.c (BFD_RELOC_MACH_O_X86_64_TV): New entry.
1628         * bfd-in2.h: Regenerate.
1629         * libbfd.h: Regenerate.
1630
1631 2018-06-14  Faraz Shahbazker  <Faraz.Shahbazker@mips.com>
1632
1633         * elfxx-mips.c (print_mips_ases): Add GINV extension.
1634
1635 2018-06-14  H.J. Lu  <hongjiu.lu@intel.com>
1636
1637         PR binutils/23267
1638         * elf.c (_bfd_elf_get_symbol_version_string): Check if the first
1639         symbol version is base version.
1640
1641 2018-06-14  Alan Modra  <amodra@gmail.com>
1642
1643         * elf-bfd.h (struct elf_link_hash_table): Add "dynamic_relocs".
1644         * elflink.c (_bfd_elf_init_2_index_sections): Comment fix.
1645         (_bfd_elf_add_dynamic_entry): Set "dynamic_relocs".
1646         (_bfd_elf_link_renumber_dynsyms): Exclude all section symbols when
1647         "dynamic_relocs" is not set.
1648         * elfxx-mips.c (count_section_dynsyms): Likewise.
1649
1650 2018-06-14  Alan Modra  <amodra@gmail.com>
1651
1652         PR 23282
1653         * bfdio.c (bfd_seek): Optimize away seeks to current position.
1654
1655 2018-06-13  Scott Egerton  <scott.egerton@imgtec.com>
1656             Faraz Shahbazker  <Faraz.Shahbazker@mips.com>
1657
1658         * elfxx-mips.c (print_mips_ases): Add CRC.
1659
1660 2018-06-08  H.J. Lu  <hongjiu.lu@intel.com>
1661
1662         PR ld/23161
1663         * elfxx-x86.c (elf_x86_hide_linker_defined): New function.
1664         (_bfd_x86_elf_link_check_relocs): Use it to hide hidden
1665         __bss_start, _end and _edata in shared libraries.
1666
1667 2018-06-07  Alan Modra  <amodra@gmail.com>
1668
1669         * elf32-tic6x.c (elf32_tic6x_check_relocs): Reference
1670         __c6xabi_DSBT_BASE explicitly for R_C6000_SBR_* relocs.
1671
1672 2018-06-05  Alan Modra  <amodra@gmail.com>
1673
1674         * bfd.c (struct bfd): Update comment on "where" usage.
1675         * bfdio.c (bfd_bwrite, bfd_stat): Use and update "iovec",
1676         "iostream", and "where" from containing archive file.  Return
1677         error on NULL iovec.
1678         (bfd_bread): Similarly, and return error attempted out of
1679         bounds archive element access.
1680         (bfd_tell, bfd_flush): Use and update "iovec", "iostream", and
1681         "where" from containing archive file.
1682         (bfd_seek): Likewise.  Return error on NULL iovec.  Don't
1683         attempt to optimize away seeks.  Don't paper over errors by
1684         calling bfd_tell.
1685         (bfd_get_mtime): Call bfd_stat rather than iovec->bstat.
1686         (bfd_get_size): Likewise.
1687         (bfd_mmap): Operate on and use iovec of containing archive
1688         file.  Return error on NULL iovec.
1689         * cache.c (bfd_cache_lookup_worker): Abort if working on
1690         archive element bfd.
1691         (cache_bread_1): Delete bfd parameter, add FILE* parameter.
1692         Don't ignore zero byte reads.
1693         (cache_bread): Look up FILE* in cache here.  Error on NULL
1694         lookup.
1695         (cache_bwrite): Rename "where" to "from".
1696         (cache_bmmap): Don't handle archive elements.
1697         * coffcode.h (coff_slurp_line_table): Exit early on zero
1698         lineno count.
1699         * bfd-in2.h: Regenerate.
1700
1701 2018-06-05  Alan Modra  <amodra@gmail.com>
1702
1703         PR 23254
1704         * plugin.c (bfd_plugin_open_input): Allow for possibility of
1705         nested archives.  Open file again for plugin.
1706         (try_claim): Don't save and restore file position.  Close file
1707         if not claimed.
1708         * sysdep.h (O_BINARY): Define.
1709
1710 2018-06-04  Max Filippov  <jcmvbkbc@gmail.com>
1711
1712         * elf32-xtensa.c (xtensa_read_table_entries): Make global.
1713         (compute_fill_extra_space): Drop declaration. Rename function to
1714         xtensa_compute_fill_extra_space.
1715         (compute_ebb_actions, remove_dead_literal): Update references to
1716         compute_fill_extra_space.
1717
1718 2018-06-04  Volodymyr Arbatov  <arbatov@cadence.com>
1719
1720         * elf32-xtensa.c (elf32xtensa_separate_props): New global
1721         variable.
1722         (xtensa_add_names): New function.
1723         (xtensa_property_section_name): Add new parameter
1724         separate_sections, use it to choose property section name.
1725         (xtensa_get_separate_property_section): New function.
1726         (xtensa_get_property_section): Invoke
1727         xtensa_get_separate_property_section to get individual property
1728         section if it exists, common property section otherwise.
1729         (xtensa_make_property_section): Pass elf32xtensa_separate_props
1730         to xtensa_property_section_name.
1731
1732 2018-06-04  H.J. Lu  <hongjiu.lu@intel.com>
1733
1734         PR binutils/23146
1735         * bfd-in.h: Include "diagnostics.h".
1736         * bfd-in2.h: Regenerated.
1737         * elf32-arm.c (elf32_arm_nabi_write_core_note): Use
1738         DIAGNOSTIC_PUSH, DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION and
1739         DIAGNOSTIC_POP to silence GCC 8.1 warnings with
1740         -Wstringop-truncation.
1741         * elf32-ppc.c (ppc_elf_write_core_note): Likewse.
1742         * elf32-s390.c (elf_s390_write_core_note): Likewse.
1743         * elf64-ppc.c (ppc64_elf_write_core_note): Likewse.
1744         * elf64-s390.c (elf_s390_write_core_note): Likewse.
1745         * elfxx-aarch64.c (_bfd_aarch64_elf_write_core_note): Likewse.
1746
1747 2018-06-03  Jim Wilson  <jimw@sifive.com>
1748
1749         PR ld/23244
1750         * elfnn-riscv.c (riscv_elf_relocate_section) <R_RISCV_CALL>: Check
1751         for and handle an undefined weak with no PLT.
1752
1753         PR ld/22756
1754         * elfnn-riscv.c (riscv_relax_delete_bytes): Add versioned_hidden check
1755         to code that ignores duplicate symbols.
1756
1757 2018-06-01  H.J. Lu  <hongjiu.lu@intel.com>
1758
1759         * version.m4: Bump version to 2.30.52
1760         * configure: Regenerated.
1761
1762 2018-06-01  Alan Modra  <amodra@gmail.com>
1763
1764         * bfd.c (_bfd_error_handler): Arrange for this function to be
1765         declared in bfd-in2.h.
1766         * libbfd-in.h (_bfd_error_handler): Don't declare.
1767         * libbfd.h: Regenerate.
1768         * bfd-in2.h: Regenerate.
1769
1770 2018-05-30  Amaan Cheval <amaan.cheval@gmail.com>
1771
1772         * config.bfd (x86_64-*-*): Add pei-x86-64 target to x86_64-*-rtems*
1773         This is needed to generate UEFI application image files from ELFs.
1774
1775 2018-05-28  H.J. Lu  <hongjiu.lu@intel.com>
1776
1777         * elf32-i386.c (elf_i386_lazy_plt): Add plt_tlsdesc_entry,
1778         plt_tlsdesc_entry_size, plt_tlsdesc_got1_offset,
1779         plt_tlsdesc_got2_offset, plt_tlsdesc_got1_insn_end and
1780         plt_tlsdesc_got2_insn_end for TLSDESC entry.
1781         (elf_i386_lazy_ibt_plt): Likewise.
1782         (elf_i386_nacl_plt): Likewise.
1783         * elf64-x86-64.c (tlsdesc_plt_entry): Moved and renamed to ...
1784         (elf_x86_64_tlsdesc_plt_entry): This.
1785         (elf_x86_64_lazy_plt): Add plt_tlsdesc_entry,
1786         plt_tlsdesc_entry_size, plt_tlsdesc_got1_offset,
1787         plt_tlsdesc_got2_offset, plt_tlsdesc_got1_insn_end and
1788         plt_tlsdesc_got2_insn_end for TLSDESC entry.
1789         (elf_x86_64_lazy_bnd_plt): Likewise.
1790         (elf_x86_64_lazy_ibt_plt): Likewise.
1791         (elf_x32_lazy_ibt_plt): Likewise.
1792         (elf_x86_64_nacl_plt): Likewise.
1793         (elf_x86_64_finish_dynamic_sections): Use plt_tlsdesc_entry,
1794         plt_tlsdesc_entry_size, plt_tlsdesc_got1_offset,
1795         plt_tlsdesc_got2_offset, plt_tlsdesc_got1_insn_end and
1796         plt_tlsdesc_got2_insn_end to update TLSDESC entry.
1797         * elfxx-x86.h (elf_x86_lazy_plt_layout): Update comments.
1798         Add plt_tlsdesc_entry, plt_tlsdesc_entry_size,
1799         plt_tlsdesc_got1_offset, plt_tlsdesc_got2_offset,
1800         plt_tlsdesc_got1_insn_end and plt_tlsdesc_got2_insn_end.
1801         (elf_x86_non_lazy_plt_layout): Update comments.
1802         (elf_x86_plt_layout): Likewise.
1803
1804 2018-05-28  H.J. Lu  <hongjiu.lu@intel.com>
1805
1806         PR ld/23238
1807         * elf-s390-common.c (elf_s390_add_symbol_hook): Removed.
1808         * elf32-arc.c (elf_arc_add_symbol_hook): Likewise.
1809         (elf_backend_add_symbol_hook): Likewise.
1810         * elf32-m68k.c (elf_m68k_add_symbol_hook): Likewise.
1811         (elf_backend_add_symbol_hook): Likewise.
1812         * elf32-s390.c (elf_backend_add_symbol_hook): Likewise.
1813         * elf32-sparc.c (elf32_sparc_add_symbol_hook): Likewise.
1814         (elf_backend_add_symbol_hook): Likewise.
1815         * elf64-s390.c (elf_backend_add_symbol_hook): Likewise.
1816         * elfxx-aarch64.c (_bfd_aarch64_elf_add_symbol_hook): Likewise.
1817         * elfxx-aarch64.h (_bfd_aarch64_elf_add_symbol_hook): Likewise.
1818         (elf_backend_add_symbol_hook): Likewise.
1819         * elf32-arm.c (elf32_arm_add_symbol_hook): Remove STT_GNU_IFUNC
1820         handling.
1821         * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
1822         * elf64-ppc.c (ppc64_elf_add_symbol_hook): Likewise.
1823         * elf64-sparc.c (elf64_sparc_add_symbol_hook): Likewise.
1824         * elflink.c (elf_link_add_object_symbols): Set
1825         elf_gnu_symbol_ifunc for STT_GNU_IFUNC symbols.
1826
1827 2018-05-26  H.J. Lu  <hongjiu.lu@intel.com>
1828
1829         PR ld/23194
1830         * elf-bfd.h (_bfd_elf_link_hide_sym_by_version): New.
1831         * elflink.c (_bfd_elf_link_hide_versioned_symbol): New function.
1832         Extracted from _bfd_elf_link_assign_sym_version.
1833         (_bfd_elf_link_hide_sym_by_version): New function.
1834         (_bfd_elf_link_assign_sym_version): Use
1835         _bfd_elf_link_hide_versioned_symbol.
1836         * elfxx-x86.c (_bfd_x86_elf_link_symbol_references_local): Call
1837         _bfd_elf_link_hide_sym_by_version instead of
1838         bfd_hide_sym_by_version.  Don't check unversioned symbol.
1839
1840 2018-05-25  Alan Modra  <amodra@gmail.com>
1841
1842         * Makefile.in: Regenerate.
1843         * po/SRC-POTFILES.in: Regenerate.
1844
1845 2018-05-25  Alan Modra  <amodra@gmail.com>
1846
1847         * configure.ac (bfd_cv_hidden): Run test with -Werror in CFLAGS.
1848         * configure: Regenerate.
1849
1850 2018-05-23  H.J. Lu  <hongjiu.lu@intel.com>
1851
1852         * elf64-ppc.c (ppc64_elf_write_core_note): Add ATTRIBUTE_NONSTRING
1853         to data.
1854
1855 2018-05-22  Alan Modra  <amodra@gmail.com>
1856
1857         PR 23207
1858         * elf32-hppa.c (hppa_get_stub_entry): Return NULL when link_sec
1859         is NULL.
1860         (elf32_hppa_size_stubs): Only create stubs for load, alloc, code
1861         sections.
1862         (final_link_relocate): Revert last change.
1863
1864 2018-05-22  Alan Modra  <amodra@gmail.com>
1865
1866         PR 23207
1867         * elf32-hppa.c (final_link_relocate): Don't look for plt call
1868         stubs in non-alloc sections.
1869
1870 2018-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1871
1872         PR ld/23201
1873         * aout-target.h (MY_bfd_link_hide_symbol): New.
1874         * aout-tic30.c (MY_bfd_link_hide_symbol): Likewise.
1875         * binary.c (binary_bfd_link_hide_symbol): Likewise.
1876         * coff-alpha.c (_bfd_ecoff_bfd_link_hide_symbol): Likewise.
1877         * coff-mips.c (_bfd_ecoff_bfd_link_hide_symbol): Likewise.
1878         * coff-rs6000.c (_bfd_xcoff_bfd_link_hide_symbol): Likewise.
1879         * coffcode.h (coff_bfd_link_hide_symbol): Likewise.
1880         * elf-bfd.h (_bfd_elf_link_hide_symbol): Likewise.
1881         * elfxx-target.h (bfd_elfNN_bfd_link_hide_symbol): Likewise.
1882         * i386msdos.c (msdos_bfd_link_hide_symbol): Likewise.
1883         * ihex.c (ihex_bfd_link_hide_symbol): Likewise.
1884         * libbfd-in.h (_bfd_nolink_bfd_link_hide_symbol): Likewise.
1885         * linker.c (_bfd_generic_link_hide_symbol): Likewise.
1886         (bfd_link_hide_symbol): Likewise.
1887         * mach-o-target.c (bfd_mach_o_bfd_link_hide_symbol): Likewise.
1888         * mmo.c (mmo_bfd_link_hide_symbol): Likewise.
1889         * pef.c (bfd_pef_bfd_link_hide_symbol): Likewise.
1890         * plugin.c (bfd_plugin_bfd_link_hide_symbol): Likewise.
1891         * ppcboot.c (ppcboot_bfd_link_hide_symbol): Likewise.
1892         * som.c (som_bfd_link_hide_symbol): Likewise.
1893         * srec.c (srec_bfd_link_hide_symbol): Likewise.
1894         * tekhex.c (tekhex_bfd_link_hide_symbol): Likewise.
1895         * vms-alpha.c (vms_bfd_link_hide_symbol): Likewise.
1896         (alpha_vms_bfd_link_hide_symbol): Likewise.
1897         * xsym.c (bfd_sym_bfd_link_hide_symbol): Likewise.
1898         * coff64-rs6000.c (rs6000_xcoff64_vec): Add
1899         _bfd_generic_link_hide_symbol.
1900         (rs6000_xcoff64_aix_vec): Likewise.
1901         * elflink.c (bfd_elf_record_link_assignment): Don't make forced
1902         local symbol dynamic.
1903         (_bfd_elf_link_hide_symbol): New function.
1904         * elfxx-x86.c (_bfd_x86_elf_link_symbol_references_local): Don't
1905         check root.ldscript_def.
1906         * targets.c (bfd_target): Add _bfd_link_hide_symbol.
1907         (BFD_JUMP_TABLE_LINK): Add NAME##_bfd_link_hide_symbol.
1908         * bfd-in2.h: Regenerated.
1909         * libbfd.h: Likewise.
1910
1911 2018-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1912
1913         PR binutils/23199
1914         * elf.c (setup_group): Mark section in a section group with
1915         SHF_GROUP.
1916
1917 2018-05-18  H.J. Lu  <hongjiu.lu@intel.com>
1918
1919         PR ld/23194
1920         * elfxx-x86.c (_bfd_x86_elf_link_symbol_references_local): Don't
1921         set eh->local_ref to 1 if a symbol is versioned and there is a
1922         version script.
1923
1924 2018-05-18  Kito Cheng  <kito.cheng@gmail.com>
1925
1926         * elfnn-riscv.c (_bfd_riscv_elf_merge_private_bfd_data): Handle
1927         EF_RISCV_RVE.
1928
1929 2018-05-18  Jim Wilson  <jimw@sifive.com>
1930
1931         * elfnn-riscv.c (allocate_dynrelocs): Discard dynamic relocations if
1932         UNDEFWEAK_NO_DYNAMIC_RELOC is true.
1933         (riscv_elf_relocate_section): Don't generate dynamic relocation if
1934         UNDEFWEAK_NO_DYNAMIC_RELOC is true.
1935         (riscv_elf_finish_dynamic_symbol): Likewise.
1936
1937 2018-05-18  John Darrington  <john@darrington.wattle.id.au>
1938
1939         * Makefile.am: Add s12z files.
1940         * Makefile.in: Regenerate.
1941         * archures.c: Add bfd_s12z_arch.
1942         * bfd-in.h: Add exports of bfd_putb24 and bfd_putl24.
1943         * bfd-in2.h: Regenerate.
1944         * config.bfd: Add s12z target.
1945         * configure.ac: Add s12z target.
1946         * configure: Regenerate.
1947         * cpu-s12z.c: New file.
1948         * elf32-s12z.c: New file.
1949         * libbfd.c (bfd_putb24): New function.
1950         (bfd_putl24): New function.
1951         * libbfd.h: Regenerate.
1952         * reloc.c: Add s12z relocations.
1953         (bfd_get_reloc_size): Handle size 5 relocs.
1954         * targets.c: Add s12z_elf32_vec.
1955
1956 2018-05-18  H.J. Lu  <hongjiu.lu@intel.com>
1957
1958         PR ld/23189
1959         * elf32-i386.c (elf_i386_relocate_section): Handle R_386_GOT32X
1960         like R_386_GOT32.
1961         * elfxx-x86.c (_bfd_x86_elf_link_symbol_references_local): Don't
1962         set eh->local_ref to 1 for linker defined symbols.
1963
1964 2018-05-18  Alan Modra  <amodra@gmail.com>
1965
1966         PR 23199
1967         * elf.c (setup_group): Formatting.  Check that SHT_GROUP entries
1968         don't point at other SHT_GROUP sections.  Set shdr corresponding
1969         to invalid entry, to NULL rather than section 0.  Identify
1970         SHT_GROUP section index when reporting an error.  Cope with NULL
1971         shdr pointer.
1972
1973 2018-05-18  Alan Modra  <amodra@gmail.com>
1974
1975         * libbfd-in.h (ATTRIBUTE_HIDDEN): Define and use throughout.
1976         * configure.ac (HAVE_HIDDEN): Check compiler support for hidden
1977         visibility.
1978         * libbfd.h: Regenerate.
1979         * configure: Regenerate.
1980         * config.in: Regenerate.
1981
1982 2018-05-18  Alan Modra  <amodra@gmail.com>
1983
1984         * libbfd-in.h: Add include guard.
1985         * libcoff-in.h: Likewise.
1986         * doc/Makefile.am (libbfd.h, libcoff.h): Append another #endif.
1987         * doc/Makefile.in: Regenerate.
1988         * libbfd.h: Regenerate.
1989         * libcoff.h: Regenerate.
1990
1991 2018-05-16  Maciej W. Rozycki  <macro@mips.com>
1992
1993         * elf32-nds32.c (nds32_convert_32_to_16): Preset `insn_type'.
1994
1995 2018-05-16  Alan Modra  <amodra@gmail.com>
1996
1997         PR 22458
1998         * format.c (struct bfd_preserve): Add section_id.
1999         (bfd_preserve_save, bfd_preserve_restore): Save and restore
2000         _bfd_section_id.
2001         (bfd_reinit): Set _bfd_section_id.
2002         (bfd_check_format_matches): Put all matches of any priority into
2003         matching_vector.  Save initial section id and start each attempted
2004         match at that section id.
2005         * libbfd-in.h (_bfd_section_id): Declare.
2006         * section.c (_bfd_section_id): Rename from section_id and make
2007         global.  Adjust uses.
2008         (bfd_get_next_section_id): Delete.
2009         * elf64-ppc.c (ppc64_elf_setup_section_lists): Replace use of
2010         bfd_get_section_id with _bfd_section_id.
2011         * libbfd.h: Regenerate.
2012         * bfd-in2.h: Regenerate.
2013
2014 2018-05-15  Christophe Guillon  <christophe.guillon@st.com>
2015
2016         * coffcode.h (coff_bigobj_swap_aux_in): Make sure that all fields
2017         of the aux structure are initialised.
2018
2019 2018-05-15  Francois H. Theron  <francois.theron@netronome.com>
2020
2021         * targets.c: Wrap nfp_elf64_vec in BFD64 ifdef.
2022
2023 2018-05-15  Nick Clifton  <nickc@redhat.com>
2024
2025         * po/pt.po: New Portuguese translation.
2026         * configure.ac (ALL_LINGUAS): Add pt.
2027         * configure: Regenerate.
2028
2029 2018-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2030
2031         PR ld/23169
2032         * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Don't issue
2033         an error on IFUNC pointer defined in PDE.
2034         * elf32-i386.c (elf_i386_finish_dynamic_symbol): Call
2035         _bfd_x86_elf_link_fixup_ifunc_symbol.
2036         * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Likewise.
2037         * elfxx-x86.c (_bfd_x86_elf_link_fixup_ifunc_symbol): New
2038         function.
2039         * elfxx-x86.h (_bfd_x86_elf_link_fixup_ifunc_symbol): New.
2040
2041 2018-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2042
2043         PR ld/23162
2044         * elfxx-x86.c (elf_x86_linker_defined): New function.
2045         (_bfd_x86_elf_link_check_relocs): Use it to mark __bss_start,
2046         _end and _edata locally defined within executables.
2047
2048 2018-05-12  Alan Modra  <amodra@gmail.com>
2049
2050         PR 20659
2051         * elf.c (rewrite_elf_program_header): Use segment_mark only for
2052         PT_LOAD headers.  Delete first_matching_lma and first_suggested_lma.
2053         Instead make matching_lma and suggested_lma pointers to the
2054         sections.  Align section vma and lma calculated from segment.
2055         Don't clear includes_phdrs or includes_filehdr based on p_paddr
2056         test.  Try to handle alignment padding before first section by
2057         adjusting new segment lma down.  Adjust PT_PHDR map p_paddr.
2058
2059 2018-05-09  Dimitar Dimitrov  <dimitar@dinux.eu>
2060
2061         * elf32-pru.c (pru_elf32_do_ldi32_relocate): Make LDI32 relocation
2062         conformant to TI ABI.
2063         (pru_elf32_relax_section): Likewise.
2064         (pru_elf_relax_delete_bytes): Fix offsets for new LDI32 code.
2065         * elf32-pru.c (pru_elf32_do_ldi32_relocate): Ignore addend.
2066         (pru_elf32_pmem_relocate): Trap - should not get here.
2067         (pru_elf32_relocate_section): Add support for REL relocations.
2068         (elf_info_to_howto_rel): Enable REL.
2069         (elf_backend_may_use_rel_p): Likewise.
2070         (elf_backend_may_use_rela_p): Likewise.
2071         (elf_backend_default_use_rela_p): Likewise.
2072
2073 2018-05-09  Alan Modra  <amodra@gmail.com>
2074
2075         PR 23148
2076         * peXXigen.c (pe_print_edata): Correct minimum size.
2077
2078 2018-05-09  Alan Modra  <amodra@gmail.com>
2079
2080         PR 23147
2081         * peXXigen.c (pe_print_idata): Bound check hint_addr.
2082
2083 2018-05-08  Nick Clifton  <nickc@redhat.com>
2084
2085         PR 22809
2086         * elf.c (bfd_elf_get_str_section): Check for an excessively large
2087         string section.
2088         * elf-attrs.c (_bfd_elf_parse_attributes): Issue an error if the
2089         attribute section is larger than the size of the file.
2090
2091 2018-05-07  Alan Modra  <amodra@gmail.com>
2092
2093         * cofflink.c (_bfd_coff_link_input_bfd): Use memcmp rather than
2094         strncmp when checking for ".bf" special symbol.
2095         * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Make pe_required_section_flags
2096         section name a char array, remove sentinal known_sections entry,
2097         and adjust loop over known_sections to suit.  Use memcmp rather
2098         than strncmp.
2099
2100 2018-05-04  Alan Modra  <amodra@gmail.com>
2101
2102         * elf-linux-core.h (struct elf_external_linux_prpsinfo32_ugid32),
2103         (struct elf_external_linux_prpsinfo32_ugid16),
2104         (struct elf_external_linux_prpsinfo64_ugid32),
2105         (struct elf_external_linux_prpsinfo64_ugid16): Add ATTRIBUTE_NONSTRING
2106         to pr_fname and pr_psargs fields.  Remove GCC diagnostic pragmas.
2107         Move comment to..
2108         * elf.c (elfcore_write_prpsinfo): ..here.  Indent nested preprocessor
2109         directives.
2110         * elf32-arm.c (elf32_arm_nabi_write_core_note): Add ATTRIBUTE_NONSTRING
2111         to data.
2112         * elf32-ppc.c (ppc_elf_write_core_note): Likewise.
2113         * elf32-s390.c (elf_s390_write_core_note): Likewise.
2114         * elf64-s390.c (elf_s390_write_core_note): Likewise.
2115         * elfxx-aarch64.c (_bfd_aarch64_elf_write_core_note): Likewise.
2116         * elf64-x86-64.c (elf_x86_64_write_core_note): Add GCC diagnostic
2117         pragmas.
2118         * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Use strnlen to avoid
2119         false positive gcc-8 warning.
2120         * cofflink.c (_bfd_coff_link_input_bfd): Likewise.
2121
2122 2018-05-04  Tulio Magno Quites Machado Filho  <tuliom@linux.ibm.com>
2123
2124         * elf32-ppc.c (_bfd_elf_ppc_merge_fp_attributes): Fix the order
2125         of arguments when warning about different long double types.
2126
2127 2018-05-03  Simon Atanasyan  <simon@atanasyan.com>
2128
2129         * elf32-mips.c: (elf32_mips_fixup_symbol): New function.
2130         (elf_backend_fixup_symbol): New macro.
2131         * elfxx-mips.c: (mips_elf_output_extsym): Discard _gp_disp
2132         handling.
2133         (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
2134
2135 2018-04-30  Francois H. Theron <francois.theron@netronome.com>
2136
2137         * Makefile.am: Added NFP files to build.
2138         * archures.c: Added bfd_arch_nfp
2139         * config.bfd: Added NFP support.
2140         * configure.ac: Added NFP support.
2141         * cpu-nfp.c: New, for NFP support.
2142         * elf-bfd.h: Added elf_section_info()
2143         * elf64-nfp.c: New, for NFP support.
2144         * po/SRC-POTFILES.in: Added NFP source files.
2145         * targets.c: Added nfp_elf64_vec
2146         * bfd-in2.h: Regenerate.
2147         * Makefile.in: Regenerate.
2148         * configure: Regenerate.
2149
2150 2018-04-27  Alan Modra  <amodra@gmail.com>
2151
2152         * bfd-in2.h: Regenerate.
2153         * libbfd.h: Regenerate.
2154
2155 2018-04-27  Alan Modra  <amodra@gmail.com>
2156
2157         PR 23123
2158         PR 22374
2159         * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't drop plt
2160         relocs for ifuncs.
2161         * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Comment fixes.
2162
2163 2018-04-26  Pedro Alves  <palves@redhat.com>
2164
2165         * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Don't consider
2166         ifunc and non-ifunc symbols duplicates.
2167
2168 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
2169         Mickaël Guêné  <mickael.guene@st.com>
2170
2171         * elf32-arm.c (elf32_arm_fdpic_thumb_plt_entry): New.
2172         (elf32_arm_plt_needs_thumb_stub_p): Handle thumb-only case.
2173         (elf32_arm_populate_plt_entry): Likewise.
2174         (elf32_arm_output_plt_map_1): Likewise.
2175         (elf32_arm_output_arch_local_syms): Likewise.
2176
2177 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
2178         Mickaël Guêné  <mickael.guene@st.com>
2179
2180         * elf32-arm.c (elf32_arm_finish_dynamic_symbol): Handle
2181         _GLOBAL_OFFSET_TABLE_ in FDPIC mode.
2182
2183 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
2184         Mickaël Guêné  <mickael.guene@st.com>
2185
2186         * elf32-arm.c (bfd_elf32_arm_set_target_params): Handle FDPIC case
2187         for R_ARM_TARGET2.
2188
2189 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
2190         Mickaël Guêné  <mickael.guene@st.com>
2191
2192         * elf32-arm.c (DEFAULT_STACK_SIZE): New.
2193         (elf32_arm_always_size_sections): Create stack segment.
2194
2195 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
2196         Mickaël Guêné  <mickael.guene@st.com>
2197
2198         * bfd-in2.h (BFD_RELOC_ARM_TLS_GD32_FDPIC)
2199         (BFD_RELOC_ARM_TLS_LDM32_FDPIC, BFD_RELOC_ARM_TLS_IE32_FDPIC): New
2200         relocations.
2201         * elf32-arm.c (elf32_arm_howto_table_2): Add R_ARM_TLS_GD32_FDPIC,
2202         R_ARM_TLS_LDM32_FDPIC, R_ARM_TLS_IE32_FDPIC relocations.
2203         (elf32_arm_reloc_map): Add R_ARM_TLS_GD32_FDPIC,
2204         R_ARM_TLS_LDM32_FDPIC, R_ARM_TLS_IE32_FDPIC.
2205         (struct elf32_arm_link_hash_table): Update comment.
2206         (elf32_arm_final_link_relocate): Handle TLS FDPIC relocations.
2207         (IS_ARM_TLS_RELOC): Likewise.
2208         (elf32_arm_check_relocs): Likewise.
2209         (allocate_dynrelocs_for_symbol): Likewise.
2210         (elf32_arm_size_dynamic_sections): Update comment.
2211         * reloc.c: Add BFD_RELOC_ARM_TLS_GD32_FDPIC,
2212         BFD_RELOC_ARM_TLS_LDM32_FDPIC, BFD_RELOC_ARM_TLS_IE32_FDPIC.
2213
2214 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
2215         Mickaël Guêné  <mickael.guene@st.com>
2216
2217         * elf32-arm.c (elf32_arm_fdpic_plt_entry): New.
2218         (elf32_arm_create_dynamic_sections): Handle FDPIC.
2219         (elf32_arm_allocate_plt_entry): Likewise.
2220         (elf32_arm_populate_plt_entry): Likewise.
2221         (elf32_arm_output_plt_map_1): Likewise.
2222
2223 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
2224         Mickaël Guêné  <mickael.guene@st.com>
2225
2226         * elf32-arm.c (struct fdpic_local): New.
2227         (elf_arm_obj_tdata): Add local_fdpic_cnts field.
2228         (elf32_arm_local_fdpic_cnts): New.
2229         (struct fdpic_global): New.
2230         (elf32_arm_link_hash_entry): Add fdpic_cnts field.
2231         (elf32_arm_link_hash_table): Add srofixup field.
2232         (arm_elf_add_rofixup): New.
2233         (arm_elf_fill_funcdesc): New.
2234         (elf32_arm_link_hash_newfunc): Handle fdpic_cnts.
2235         (elf32_arm_allocate_local_sym_info): Likewise.
2236         (create_got_section): Create .rofixup section.
2237         (elf32_arm_copy_indirect_symbol): Handle fdpic_cnts.
2238         (bfd_elf32_arm_set_target_params): Handle FDPIC.
2239         (elf32_arm_final_link_relocate): Likewise.
2240         (elf32_arm_check_relocs): Likewise.
2241         (allocate_dynrelocs_for_symbol): Likewise.
2242         (elf32_arm_size_dynamic_sections): Likewise.
2243         (elf32_arm_finish_dynamic_sections): Likewise.
2244         (elf32_arm_output_arch_local_syms): Likewise.
2245         (elf32_arm_fdpic_omit_section_dynsym): New.
2246
2247 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
2248         Mickaël Guêné  <mickael.guene@st.com>
2249
2250         * bfd-in2.c (BFD_RELOC_ARM_GOTFUNCDESC)
2251         (BFD_RELOC_ARM_GOTOFFFUNCDESC, BFD_RELOC_ARM_FUNCDESC)
2252         (BFD_RELOC_ARM_FUNCDESC_VALUE): New.
2253         * elf32-arm.c (elf32_arm_howto_table_2): Add R_ARM_GOTFUNCDESC,
2254         R_ARM_GOTOFFFUNCDESC, R_ARM_FUNCDESC, R_ARM_FUNCDESC_VALUE.
2255         (elf32_arm_howto_from_type): Take new members of
2256         elf32_arm_howto_table_2 into account.
2257         (elf32_arm_reloc_map): Add BFD_RELOC_ARM_GOTFUNCDESC,
2258         BFD_RELOC_ARM_GOTOFFFUNCDESC, BFD_RELOC_ARM_FUNCDESC,
2259         BFD_RELOC_ARM_FUNCDESC_VALUE.
2260         * reloc.c: Add BFD_RELOC_ARM_GOTFUNCDESC,
2261         BFD_RELOC_ARM_GOTOFFFUNCDESC, BFD_RELOC_ARM_FUNCDESC,
2262         BFD_RELOC_ARM_FUNCDESC_VALUE.
2263
2264 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
2265         Mickaël Guêné  <mickael.guene@st.com>
2266
2267         * elf32-arm.c (elf32_arm_print_private_bfd_data): Support
2268         EF_ARM_PIC and ELFOSABI_ARM_FDPIC.
2269         (elf32_arm_post_process_headers): Support ELFOSABI_ARM_FDPIC.
2270         (ELF_OSABI): Define to ELFOSABI_ARM_FDPIC.
2271
2272 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
2273         Mickaël Guêné  <mickael.guene@st.com>
2274
2275         * config.bfd (arm*-*-linux-*): Add arm_elf32_fdpic_be_vec and
2276         arm_elf32_fdpic_le_vec to targ_selvecs. Accept
2277         arm*-*-uclinuxfdpiceabi.
2278         * configure.ac: Add support for arm_elf32_fdpic_be_vec and
2279         arm_elf32_fdpic_le_vec.
2280         * configure: Regenerate.
2281         * elf32-arm.c (struct elf32_arm_link_hash_table): Add fdpic_p.
2282         (elf32_arm_link_hash_table_create): Initialize fdpic_p.
2283         (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME, TARGET_BIG_SYM)
2284         (TARGET_BIG_NAME, elf_match_priority): Define for FDPIC targets.
2285         (elf32_arm_fdpic_link_hash_table_create): New.
2286         * targets.c (_bfd_target_vector): Add arm_elf32_fdpic_be_vec and
2287         arm_elf32_fdpic_le_vec.
2288
2289 2018-04-25  Alan Modra  <amodra@gmail.com>
2290
2291         * elf-linux-core.h: Disable gcc-8 string truncation warning.
2292         * elf.c (elfcore_write_prpsinfo): Likewise.
2293
2294 2018-04-25  Alan Modra  <amodra@gmail.com>
2295
2296         * Makefile.am: Remove arm-aout and arm-coff support.
2297         * config.bfd: Likewise.
2298         * configure.ac: Likewise.
2299         * targets.c: Likewise.
2300         * aout-arm.c: Delete.
2301         * armnetbsd.c: Delete.
2302         * riscix.c: Delete.
2303         * Makefile.in: Regenerate.
2304         * configure: Regenerate.
2305         * po/SRC-POTFILES.in: Regenerate.
2306
2307 2018-04-24  Nick Clifton  <nickc@redhat.com>
2308
2309         PR 23113
2310         * elf.c (ignore_section_sym): Check for the output_section pointer
2311         being NULL before dereferencing it.
2312
2313         PR 23110
2314         * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Check for
2315         a negative PE_DEBUG_DATA size before iterating over the debug data.
2316
2317 2018-04-23  Alan Modra  <amodra@gmail.com>
2318
2319         * elf-linux-core.h: Revert last change.
2320         * elf.c: Likewise.
2321
2322 2018-04-23  Nick Clifton  <nickc@redhat.com>
2323
2324         PR 23056
2325         * aoutx.h (aout_get_external_symbols): Allocate an extra byte at
2326         the end of the string table, and zero it.
2327
2328 2018-04-23  Alan Modra  <amodra@gmail.com>
2329
2330         * elf-linux-core.h (swap_linux_prpsinfo32_ugid32_out): Disable
2331         gcc-8 string truncation warning.
2332         (swap_linux_prpsinfo32_ugid16_out): Likewise.
2333         (swap_linux_prpsinfo64_ugid32_out): Likewise.
2334         (swap_linux_prpsinfo64_ugid16_out): Likewise.
2335         * elf.c (elfcore_write_prpsinfo): Likewise.
2336
2337 2018-04-23  Nick Clifton  <nickc@redhat.com>
2338
2339         PR 23056
2340         * aoutx.h (aout_get_external_symbols): Allocate an extra byte at
2341         the end of the string table, and zero it.
2342
2343 2018-04-20  Alan Modra  <amodra@gmail.com>
2344
2345         PR 22978
2346         * elf32-hppa.c (got_relocs_needed): Add extra param to special
2347         case both dtprel and tprel relocs.
2348         (allocate_dynrelocs): Adjust conditions for got relocs.
2349         (elf32_hppa_relocate_section): Likewise for local sym got relocs.
2350         Emit dynamic relocs on TLS GOT entries for shared libraries,
2351         not when pic.  Omit dynamic reloc on dtprel entry when local,
2352         and on tprel entry when local and executable.
2353
2354 2018-04-19  Alan Modra  <amodra@gmail.com>
2355
2356         PR 22537
2357         * elf32-hppa.c (elf32_hppa_size_stubs): Init "destination" to -1.
2358         (hppa_type_of_stub): Don't return a long branch stub for
2359         symbols other than those defined statically.
2360
2361 2018-04-19  Alan Modra  <amodra@gmail.com>
2362
2363         * Makefile.am: Revert 2018-04-18 coff-mips changes.
2364         * config.bfd: Add back mips_ecoff_le_vec and mips_ecoff_be_vec
2365         to selvecs for mips targets change 2018-04-18.
2366         * configure.ac: Reinstate mips_ecoff_le_vec, mips_ecoff_be_vec
2367         and  mips_ecoff_bele_vec.
2368         * targets.c: Likewise.
2369         * coff-mips.c: Resurrect.
2370         * Makefile.in: Regenerate.
2371         * configure: Regenerate.
2372         * po/SRC-POTFILES.in: Regenerate.
2373
2374 2018-04-18  Alan Modra  <amodra@gmail.com>
2375
2376         * Makefile.am: Remove mips aout and coff support.
2377         * config.bfd: Likewise.
2378         * configure.ac: Likewise.
2379         * targets.c: Likewise.
2380         * coff-mips.c: Delete
2381         * mipsbsd.c: Delete
2382         * pe-mips.c: Delete
2383         * pei-mips.c: Delete
2384         * Makefile.in: Regenerate.
2385         * configure: Regenerate.
2386         * po/SRC-POTFILES.in: Regenerate.
2387
2388 2018-04-17  H.J. Lu  <hongjiu.lu@intel.com>
2389
2390         * elf32-i386.c (elf32_bed): Define before including
2391         "elf32-target.h".
2392         * elf64-x86-64.c (elf64_bed): Define before including
2393         "elf64-target.h".
2394         (elf32_bed): Define before including "elf32-target.h".
2395
2396 2018-04-17  H.J. Lu  <hongjiu.lu@intel.com>
2397
2398         PR ld/23055
2399         * elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): Use a
2400         normal input file with compatible relocation.
2401
2402 2018-04-18  Alan Modra  <amodra@gmail.com>
2403
2404         * Makefile.am: Remove support for assorted i386 aout and coff targets.
2405         * config.bfd: Likewise.
2406         * configure.ac: Likewise.
2407         * doc/bfdint.texi: Likewise.
2408         * targets.c: Likewise.
2409         * freebsd.h: Delete.
2410         * i386dynix.c: Delete.
2411         * i386freebsd.c: Delete.
2412         * i386linux.c: Delete.
2413         * i386mach3.c: Delete.
2414         * i386netbsd.c: Delete.
2415         * i386os9k.c: Delete.
2416         * Makefile.in: Regenerate.
2417         * configure: Regenerate.
2418         * po/SRC-POTFILES.in: Regenerate.
2419
2420 2018-04-17 Andrew Sadek  <andrew.sadek.se@gmail.com>
2421
2422         Microblaze Target: PIC data text relative
2423
2424         * bfd/reloc.c (2 new BFD relocations):
2425         BFD_RELOC_MICROBLAZE_64_TEXTPCREL &
2426         BFD_RELOC_MICROBLAZE_64_TEXTPCREL
2427         * bfd/bfd-in2.h: Regenerate
2428         * bfd/libbfd.h: Regenerate
2429         * bfd/elf32-microblaze.c (Handle new relocs): define 'HOWTO' of 3
2430         new relocs and handle them in both relocate and relax functions.
2431         (microblaze_elf_reloc_type_lookup): add mapping between for new
2432         bfd relocs.
2433         (microblaze_elf_relocate_section): Handle new relocs in case of
2434         elf relocation.
2435         (microblaze_elf_relax_section): Handle new relocs for elf relaxation.
2436
2437 2018-04-17  Nick Clifton  <nickc@redhat.com>
2438
2439         PR 23055
2440         * aoutx.h (find_nearest_line): Check that the symbol name exists
2441         and is long enough, before attempting to see if it is for a .o
2442         file.
2443         * hash.c (bfd_hash_hash): Add an assertion that the string is not
2444         NULL.
2445         * linker.c (bfd_link_hash_lookup): Fail if the table or string are
2446         NULL.
2447         (_bfd_generic_link_add_archive_symbols): Fail if an archive entry
2448         has no name.
2449
2450         PR 23065
2451         * dwarf2.c (concat_filename): Check for a NULL table pointer.
2452
2453 2018-04-16  Nick Clifton  <nickc@redhat.com>
2454
2455         PR 23061
2456         * coffgen.c (coff_pointerize_aux): Check for an out of range
2457         fixup.
2458
2459 2018-04-16  Alan Modra  <amodra@gmail.com>
2460
2461         * Makefile.am: Remove arm-epoc-pe support.
2462         * coff-arm.c: Likewise.
2463         * config.bfd: Likewise.
2464         * configure.ac: Likewise.
2465         * targets.c: Likewise.
2466         * epoc-pe-arm.c: Delete.
2467         * epoc-pei-arm.c: Delete.
2468         * Makefile.in: Regenerate.
2469         * configure: Regenerate.
2470         * po/SRC-POTFILES.in: Regenerate.
2471
2472 2018-04-16  Alan Modra  <amodra@gmail.com>
2473
2474         * Makefile.am: Remove sparc-aout and sparc-coff support.
2475         * config.bfd: Likewise.
2476         * configure.ac: Likewise.
2477         * targets.c: Likewise.
2478         * aout-sparcle.c: Delete.
2479         * aoutf1.h: Delete.
2480         * cf-sparclynx.c: Delete.
2481         * coff-sparc.c: Delete.
2482         * demo64.c: Delete.
2483         * sparclinux.c: Delete.
2484         * sparclynx.c: Delete.
2485         * sparcnetbsd.c: Delete.
2486         * sunos.c: Delete.
2487         * Makefile.in: Regenerate.
2488         * configure: Regenerate.
2489         * po/SRC-POTFILES.in: Regenerate.
2490
2491 2018-04-16  Alan Modra  <amodra@gmail.com>
2492
2493         * Makefile.am: Remove m68k-aout and m68k-coff support.
2494         * aoutf1.h: Likewise.
2495         * aoutx.h: Likewise.
2496         * archive.c: Likewise.
2497         * bfd-in.h: Likewise.
2498         * bfd.c: Likewise.
2499         * coffcode.h: Likewise.
2500         * coffswap.h: Likewise.
2501         * config.bfd: Likewise.
2502         * configure.ac: Likewise.
2503         * configure.host: Likewise.
2504         * doc/bfd.texinfo: Likewise.
2505         * doc/bfdint.texi: Likewise.
2506         * freebsd.h: Likewise.
2507         * gen-aout.c: Likewise.
2508         * hpux-core.c: Likewise.
2509         * libaout.h: Likewise.
2510         * libbfd-in.h: Likewise.
2511         * pdp11.c: Likewise.
2512         * peicode.h: Likewise.
2513         * riscix.c: Likewise.
2514         * targets.c: Likewise.
2515         * aout0.c: Delete.
2516         * coff-apollo.c: Delete.
2517         * coff-aux.c: Delete.
2518         * coff-m68k.c: Delete.
2519         * coff-svm68k.c: Delete.
2520         * coff-u68k.c: Delete.
2521         * hosts/delta68.h: Delete.
2522         * hosts/hp300bsd.h: Delete.
2523         * hosts/m68kaux.h: Delete.
2524         * hosts/news.h: Delete.
2525         * hp300bsd.c: Delete.
2526         * hp300hpux.c: Delete.
2527         * liboasys.h: Delete.
2528         * m68k4knetbsd.c: Delete.
2529         * m68klinux.c: Delete.
2530         * m68knetbsd.c: Delete.
2531         * oasys.c: Delete.
2532         * versados.c: Delete.
2533         * Makefile.in: Regenerate.
2534         * bfd-in2.h: Regenerate.
2535         * configure: Regenerate.
2536         * libbfd.h: Regenerate.
2537         * po/SRC-POTFILES.in: Regenerate.
2538
2539 2018-04-16  Alan Modra  <amodra@gmail.com>
2540
2541         * Makefile.am: Remove sh5 and sh64 support.
2542         * archures.c: Likewise.
2543         * config.bfd: Likewise.
2544         * configure.ac: Likewise.
2545         * cpu-sh.c: Likewise.
2546         * elf32-sh-relocs.h: Likewise.
2547         * elf32-sh.c: Likewise.
2548         * targets.c: Likewise.
2549         * elf32-sh64-com.c: Delete.
2550         * elf32-sh64.c: Delete.
2551         * elf32-sh64.h: Delete.
2552         * elf64-sh64.c: Delete.
2553         * Makefile.in: Regenerate.
2554         * bfd-in2.h: Regenerate.
2555         * configure: Regenerate.
2556         * po/SRC-POTFILES.in: Regenerate.
2557
2558 2018-04-16  Alan Modra  <amodra@gmail.com>
2559
2560         * Makefile.am: Remove sh-symbianelf support.
2561         * config.bfd: Likewise.
2562         * configure.ac: Likewise.
2563         * targets.c: Likewise.
2564         * elf32-sh-symbian.c: Delete.
2565         * Makefile.in: Regenerate.
2566         * configure: Regenerate.
2567         * po/SRC-POTFILES.in: Regenerate.
2568
2569 2018-04-16  Alan Modra  <amodra@gmail.com>
2570
2571         * Makefile.am: Remove vax-bsd and vax-ultrix support.
2572         * config.bfd: Likewise.
2573         * configure.ac: Likewise.
2574         * targets.c: Likewise.
2575         * vaxbsd.c: Delete.
2576         * Makefile.in: Regenerate.
2577         * configure: Regenerate.
2578         * po/SRC-POTFILES.in: Regenerate.
2579
2580 2018-04-16  Alan Modra  <amodra@gmail.com>
2581
2582         * Makefile.am: Remove w65 support.
2583         * archures.c: Likewise.
2584         * coffcode.h: Likewise.
2585         * config.bfd: Likewise.
2586         * configure.ac: Likewise.
2587         * targets.c: Likewise.
2588         * coff-w65.c: Delete.
2589         * cpu-w65.c: Delete.
2590         * Makefile.in: Regenerate.
2591         * bfd-in2.h: Regenerate.
2592         * configure: Regenerate.
2593         * po/SRC-POTFILES.in: Regenerate.
2594
2595 2018-04-16  Alan Modra  <amodra@gmail.com>
2596
2597         * Makefile.am: Remove we32k support.
2598         * archures.c: Likewise.
2599         * coffcode.h: Likewise.
2600         * config.bfd: Likewise.
2601         * configure.ac: Likewise.
2602         * targets.c: Likewise.
2603         * coff-we32k.c: Delete.
2604         * cpu-we32k.c: Delete.
2605         * Makefile.in: Regenerate.
2606         * bfd-in2.h: Regenerate.
2607         * configure: Regenerate.
2608         * po/SRC-POTFILES.in: Regenerate.
2609
2610 2018-04-16  Alan Modra  <amodra@gmail.com>
2611
2612         * Makefile.am: Remove m88k support.
2613         * aoutx.h: Likewise.
2614         * archures.c: Likewise.
2615         * coffcode.h: Likewise.
2616         * coffswap.h: Likewise.
2617         * config.bfd: Likewise.
2618         * configure.ac: Likewise.
2619         * cpu-ns32k.c: Likewise.
2620         * elf32-nds32.c: Likewise.
2621         * mach-o.c: Likewise.
2622         * netbsd-core.c: Likewise.
2623         * reloc.c: Likewise.
2624         * targets.c: Likewise.
2625         * coff-m88k.c: Delete.
2626         * cpu-m88k.c: Delete.
2627         * elf32-m88k.c: Delete.
2628         * hosts/m88kmach3.h: Delete.
2629         * m88kmach3.c: Delete.
2630         * m88kopenbsd.c: Delete.
2631         * Makefile.in: Regenerate.
2632         * bfd-in2.h: Regenerate.
2633         * configure: Regenerate.
2634         * po/SRC-POTFILES.in: Regenerate.
2635
2636 2018-04-16  Alan Modra  <amodra@gmail.com>
2637
2638         * Makefile.am: Remove i370 support.
2639         * archures.c: Likewise.
2640         * config.bfd: Likewise.
2641         * configure.ac: Likewise.
2642         * targets.c: Likewise.
2643         * cpu-i370.c: Delete.
2644         * elf32-i370.c: Delete.
2645         * Makefile.in: Regenerate.
2646         * bfd-in2.h: Regenerate.
2647         * configure: Regenerate.
2648         * po/SRC-POTFILES.in: Regenerate.
2649
2650 2018-04-16  Alan Modra  <amodra@gmail.com>
2651
2652         * Makefile.am: Remove h8500 support.
2653         * archures.c: Likewise.
2654         * coffcode.h: Likewise.
2655         * config.bfd: Likewise.
2656         * configure.ac: Likewise.
2657         * targets.c: Likewise.
2658         * coff-h8500.c: Delete.
2659         * cpu-h8500.c: Delete.
2660         * Makefile.in: Regenerate.
2661         * bfd-in2.h: Regenerate.
2662         * configure: Regenerate.
2663         * po/SRC-POTFILES.in: Regenerate.
2664
2665 2018-04-16  Alan Modra  <amodra@gmail.com>
2666
2667         * Makefile.am: Remove h8300-coff support.
2668         * coffcode.h: Likewise.
2669         * config.bfd: Likewise.
2670         * configure.ac: Likewise.
2671         * reloc16.c: Likewise.
2672         * targets.c: Likewise.
2673         * coff-h8300.c: Delete.
2674         * Makefile.in: Regenerate.
2675         * configure: Regenerate.
2676         * po/SRC-POTFILES.in: Regenerate.
2677
2678 2018-04-16  Alan Modra  <amodra@gmail.com>
2679
2680         * Makefile.am: Remove IEEE 695 support.
2681         * archures.c: Likewise.
2682         * bfd.c: Likewise.
2683         * config.bfd: Likewise.
2684         * configure.ac: Likewise.
2685         * doc/bfd.texinfo: Likewise.
2686         * doc/bfdint.texi: Likewise.
2687         * doc/bfdsumm.texi: Likewise.
2688         * section.c: Likewise.
2689         * targets.c: Likewise.
2690         * ieee.c: Delete.
2691         * libieee.h: Delete.
2692         * Makefile.in: Regenerate.
2693         * bfd-in2.h: Regenerate.
2694         * configure: Regenerate.
2695         * po/SRC-POTFILES.in: Regenerate.
2696
2697 2018-04-16  Alan Modra  <amodra@gmail.com>
2698
2699         * config.bfd: Remove tandem support.
2700
2701 2018-04-16  Alan Modra  <amodra@gmail.com>
2702
2703         * Makefile.am: Remove newsos3 support.
2704         * aoutx.h: Likewise.
2705         * config.bfd: Likewise.
2706         * configure.ac: Likewise.
2707         * targets.c: Likewise.
2708         * newsos3.c: Delete.
2709         * Makefile.in: Regenerate.
2710         * configure: Regenerate.
2711         * po/SRC-POTFILES.in: Regenerate.
2712
2713 2018-04-16  Alan Modra  <amodra@gmail.com>
2714
2715         * Makefile.am: Remove netware support.
2716         * bfd-in.h: Likewise.
2717         * bfd.c: Likewise.
2718         * config.bfd: Likewise.
2719         * configure.ac: Likewise.
2720         * doc/bfdint.texi: Likewise.
2721         * ecoff.c: Likewise.
2722         * targets.c: Likewise.
2723         * libnlm.h: Delete.
2724         * nlm-target.h: Delete.
2725         * nlm.c: Delete.
2726         * nlm32-alpha.c: Delete.
2727         * nlm32-i386.c: Delete.
2728         * nlm32-ppc.c: Delete.
2729         * nlm32-sparc.c: Delete.
2730         * nlm32.c: Delete.
2731         * nlm64.c: Delete.
2732         * nlmcode.h: Delete.
2733         * nlmswap.h: Delete.
2734         * Makefile.in: Regenerate.
2735         * bfd-in2.h: Regenerate.
2736         * configure: Regenerate.
2737         * po/SRC-POTFILES.in: Regenerate.
2738
2739 2018-04-16  Alan Modra  <amodra@gmail.com>
2740
2741         * archures.c: Remove tahoe support.
2742         * config.bfd: Likewise.
2743         * configure.ac: Likewise.
2744         * hosts/tahoe.h: Delete.
2745         * bfd-in2.h: Regenerate.
2746         * configure: Regenerate.
2747
2748 2018-04-14  Alan Modra  <amodra@gmail.com>
2749
2750         * elf-bfd.h (struct elf_backend_data): Add relropagesize.
2751         * elfxx-target.h (ELF_RELROPAGESIZE): Provide default and
2752         sanity test.
2753         (elfNN_bed): Init relropagesize.
2754         * bfd.c (bfd_emul_get_commonpagesize): Add boolean param to
2755         select relropagesize.
2756         * elf32-ppc.c (ELF_COMMONPAGESIZE): Define as 0x1000.
2757         (ELF_RELROPAGESIZE): Define as ELF_MAXPAGESIZE.
2758         (ELF_MINPAGESIZE): Don't define.
2759         * elf64-ppc.c (ELF_COMMONPAGESIZE): Define as 0x1000.
2760         (ELF_RELROPAGESIZE): Define as ELF_MAXPAGESIZE.
2761         * bfd-in2.h: Regenerate.
2762
2763 2018-04-14  Alan Modra  <amodra@gmail.com>
2764
2765         * elf32-ppc.c (ELF_MAXPAGESIZE, ELF_COMMONPAGESIZE): Don't depend
2766         on __QNXTARGET__ define.
2767
2768 2018-04-14  Alan Modra  <amodra@gmail.com>
2769
2770         * config.bfd: Add powerpc-*-lynxos* and powerpc-*-windiss*
2771         to obsolete list.
2772
2773 2018-04-11  Alan Modra  <amodra@gmail.com>
2774
2775         * aout-adobe.c: Delete.
2776         * bout.c: Delete.
2777         * coff-i860.c: Delete.
2778         * coff-i960.c: Delete.
2779         * cpu-i860.c: Delete.
2780         * cpu-i960.c: Delete.
2781         * elf32-i860.c: Delete.
2782         * elf32-i960.c: Delete.
2783         * hosts/i860mach3.h: Delete.
2784         * Makefile.am: Remove i860, i960, bout, and adobe support.
2785         * archures.c: Remove i860 and i960 support.
2786         * coffcode.h: Likewise.
2787         * reloc.c: Likewise.
2788         * aoutx.h: Comment updates.
2789         * archive.c: Remove BOUT and i960 support.
2790         * bfd.c: Remove BOUT support.
2791         * coffswap.h: Remove i960 support.
2792         * config.bfd: Remove i860, i960 and adobe targets.
2793         * configure.ac: Remove adode, bout, i860, i960, icoff targets.
2794         * targets.c: Likewise.
2795         * ieee.c: Remove i960 support.
2796         * mach-o.c: Remove i860 support.
2797         * Makefile.in: Regenerate.
2798         * bfd-in2.h: Regenerate.
2799         * configure: Regenerate.
2800         * libbfd.h: Regenerate.
2801         * po/SRC-POTFILES.in: Regenerate.
2802
2803 2018-04-09  Maciej W. Rozycki  <macro@mips.com>
2804
2805         * elf64-mips.c (mips_elf64_write_rel): Handle a NULL BFD pointer
2806         in the BFD symbol referred by the relocation.
2807         (mips_elf64_write_rela): Likewise.
2808
2809 2018-04-09  Maciej W. Rozycki  <macro@mips.com>
2810
2811         * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Issue an
2812         error for out-of-range `r_sym' values.
2813
2814 2018-04-09  Alan Modra  <amodra@gmail.com>
2815
2816         * elf64-ppc.c (struct _ppc64_elf_section_data): Add has_pltcall field.
2817         (struct ppc_link_hash_table): Add can_convert_all_inline_plt.
2818         (ppc64_elf_check_relocs): Set has_pltcall.
2819         (ppc64_elf_adjust_dynamic_symbol): Discard some PLT entries.
2820         (ppc64_elf_inline_plt): New function.
2821         (ppc64_elf_size_dynamic_sections): Discard some PLT entries for locals.
2822         * elf64-ppc.h (ppc64_elf_inline_plt): Declare.
2823         * elf32-ppc.c (has_pltcall): Define.
2824         (struct ppc_elf_link_hash_table): Add can_convert_all_inline_plt.
2825         (ppc_elf_check_relocs): Set has_pltcall.
2826         (ppc_elf_inline_plt): New function.
2827         (ppc_elf_adjust_dynamic_symbol): Discard some PLT entries.
2828         (ppc_elf_size_dynamic_sections): Likewise.
2829         * elf32-ppc.h (ppc_elf_inline_plt): Declare.
2830
2831 2018-04-09  Alan Modra  <amodra@gmail.com>
2832
2833         * elf32-ppc.c (ppc_elf_howto_raw): Add PLTSEQ and PLTCALL howtos.
2834         (is_plt_seq_reloc): New function.
2835         (ppc_elf_check_relocs): Handle PLTSEQ and PLTCALL relocs.
2836         (ppc_elf_tls_optimize): Handle inline plt call sequence.
2837         (ppc_elf_relax_section): Handle PLTCALL reloc.
2838         (ppc_elf_relocate_section): Nop out inline plt call sequence when
2839         resolving locally.
2840         * elf64-ppc.c (ppc64_elf_howto_raw): Add R_PPC64_PLTSEQ and
2841         R_PPC64_PLTCALL entries.  Comment R_PPC64_TOCSAVE.
2842         (has_tls_get_addr_call): Correct comment.
2843         (is_branch_reloc): Add PLTCALL.
2844         (is_plt_seq_reloc): New function.
2845         (ppc64_elf_check_relocs): Handle PLT16_LO_DS reloc.  Set
2846         has_tls_reloc for R_PPC64_TLSGD and R_PPC64_TLSLD.  Create plt
2847         entry for R_PPC64_PLTCALL.
2848         (ppc64_elf_tls_optimize): Handle inline plt call sequence.
2849         (ppc_type_of_stub): Handle PLTCALL reloc.
2850         (toc_adjusting_stub_needed): Likewise.
2851         (ppc64_elf_relocate_section): Set "can_plt_call" for PLTCALL
2852         reloc insn.  Nop out inline plt call sequence when resolving
2853         locally.  Handle __tls_get_addr inline plt call optimization.
2854
2855 2018-04-09  Alan Modra  <amodra@gmail.com>
2856
2857         * elf64-ppc.c (LOCAL_PLT_ENTRY_SIZE): Define.
2858         (struct ppc_stub_hash_entry): Add symtype field.
2859         (PLT_KEEP): Define.
2860         (struct ppc_link_hash_table): Add pltlocal and relpltlocal.
2861         (create_linkage_sections): Create pltlocal and relpltlocal.
2862         (ppc64_elf_check_relocs): Allow PLT relocs on local symbols.
2863         Set PLT_KEEP.
2864         (ppc64_elf_adjust_dynamic_symbol): Keep PLT entries for inline calls.
2865         (allocate_dynrelocs): Allocate pltlocal and relpltlocal.
2866         (ppc64_elf_size_dynamic_sections): Size pltlocal and relpltlocal.
2867         Keep PLT entries for inline calls against locals.
2868         (ppc_build_one_stub): Use pltlocal as appropriate.
2869         (ppc_size_one_stub): Likewise.
2870         (ppc64_elf_size_stubs): Set symtype.
2871         (build_global_entry_stubs_and_plt): Init pltlocal and write
2872         relpltlocal for globals.
2873         (write_plt_relocs_for_local_syms): Likewise for local syms.
2874         (ppc64_elf_relocate_section): Support PLT for local syms.
2875         * elf32-ppc.c (PLT_KEEP): Define.
2876         (struct ppc_elf_link_hash_table): Add pltlocal and relpltlocal.
2877         (ppc_elf_create_glink): Create pltlocal and relpltlocal.
2878         (ppc_elf_check_relocs): Allow PLT relocs on local symbols.
2879         Set PLT_KEEP.  Adjust update_local_sym_info call.
2880         (ppc_elf_adjust_dynamic_symbol): Keep PLT entries for inline calls.
2881         (allocate_dynrelocs): Allocate pltlocal and relpltlocal.
2882         (ppc_elf_size_dynamic_sections): Size pltlocal and relpltlocal.
2883         (ppc_elf_relocate_section): Support PLT16 relocs for local syms.
2884         (write_global_sym_plt): Init pltlocal and write relpltlocal.
2885         (ppc_finish_symbols): Likewise for locals.
2886
2887 2018-04-09  Alan Modra  <amodra@gmail.com>
2888
2889         * elf64-ppc.c (ppc_build_one_stub): Move output of PLT relocs
2890         for local symbols to..
2891         (write_plt_relocs_for_local_syms): ..here.  New function.
2892         (ppc64_elf_finish_dynamic_symbol): Move output of PLT relocs for
2893         global symbols to..
2894         (build_global_entry_stubs_and_plt): ..here.  Rename from
2895         build_global_entry_stubs.
2896         (ppc64_elf_build_stubs): Always call build_global_entry_stubs_and_plt.
2897         Call write_plt_relocs_for_local_syms.
2898         * elf32-ppc.c (get_sym_h): New function.
2899         (ppc_elf_relax_section): Use get_sym_h.
2900         (ppc_elf_relocate_section): Move output of PLT relocs and glink
2901         stubs for local symbols to..
2902         (ppc_finish_symbols): ..here.  New function.
2903         (ppc_elf_finish_dynamic_symbol): Move output of PLT relocs for
2904         global syms to..
2905         (write_global_sym_plt): ..here.  New function.
2906         * elf32-ppc.h (ppc_elf_modify_segment_map): Delete attribute.
2907         (ppc_finish_symbols): Declare.
2908
2909 2018-04-09  Alan Modra  <amodra@gmail.com>
2910
2911         * elf32-ppc.c (ppc_elf_check_relocs): Handle PLT16 relocs.
2912         (ppc_elf_relocate_section): Likewise.
2913         * elf64-ppc.c (ppc64_elf_check_relocs): Handle PLT16_LO_DS.
2914         (ppc64_elf_relocate_section): Likewise.  Correct PLT16
2915         resolution to plt entry relative to toc pointer.
2916
2917 2018-04-09  Alan Modra  <amodra@gmail.com>
2918
2919         * elf64-ppc.c (TLS_TLS, TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL,
2920         TLS_TPRELGD, TLS_EXPLICIT):  Renumber.  Test TLS_TLS throughout
2921         file when other TLS flags are tested in a mask.
2922         (TLS_MARK, NON_GOT): Define.
2923         (PLT_IFUNC): Redefine, and test TLS_TLS throughout file as well.
2924         (update_local_sym_info): Don't create got entry when NON_GOT.
2925         (ppc64_elf_check_relocs): Pass NON_GOT with PLT_IFUNC.
2926         Set TLS_MARK.
2927         (get_tls_mask): Do toc lookup if tls_mask is just TLS_MARK.
2928         (ppc64_elf_relocate_section): Likewise.
2929         (ppc64_elf_tls_optimize): Don't attempt to optimize indirect
2930         __tls_get_addr calls lacking a marker reloc.
2931         * elf32-ppc.c (TLS_TLS, TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL,
2932         TLS_TPRELGD): Renumber.  Update comment.
2933         (TLS_MARK, NON_GOT): Define.
2934         (PLT_IFUNC): Redefine, and test TLS_TLS throughout file as well.
2935         (update_local_sym_info): Don't create got entry when NON_GOT.
2936         (ppc_elf_check_relocs): Pass NON_GOT with PLT_IFUNC.
2937         Set TLS_MARK.
2938         (ppc_elf_tls_optimize): Don't attempt to optimize indirect
2939         __tls_get_addr calls lacking a marker reloc.
2940
2941 2018-04-06  H.J. Lu  <hongjiu.lu@intel.com>
2942
2943         * elf64-x86-64.c (elf_x86_64_info_to_howto): Don't mask out
2944         R_X86_64_converted_reloc_bit.
2945
2946 2018-04-05  H.J. Lu  <hongjiu.lu@intel.com>
2947
2948         PR gas/22318
2949         * configure: Regenerated.
2950
2951 2018-04-05  Alan Modra  <amodra@gmail.com>
2952
2953         * elf-hppa.h (elf_hppa_info_to_howto): Init howto to NULL.
2954         (elf_hppa_info_to_howto_rel): Likewise.
2955
2956 2018-04-04  Maciej W. Rozycki  <macro@mips.com>
2957
2958         * elf-hppa.h (elf_hppa_info_to_howto): Also return
2959         unsuccessfully for unimplemented relocations.
2960         (elf_hppa_info_to_howto_rel): Likewise.
2961
2962 2018-04-04  Maciej W. Rozycki  <macro@mips.com>
2963
2964         * elf32-i860.c (lookup_howto): Add `abfd' parameter.  Set the
2965         `bfd_error_bad_value' error and call `_bfd_error_handler' on a
2966         howto lookup failure.
2967         (elf32_i860_reloc_type_lookup): Adjust `lookup_howto' call
2968         accordingly.
2969         (elf32_i860_info_to_howto_rela): Likewise.
2970         (elf32_i860_relocate_splitn): Likewise.
2971         (elf32_i860_relocate_pc16): Likewise.
2972         (elf32_i860_relocate_pc26): Likewise.
2973         (elf32_i860_relocate_section): Likewise.
2974
2975 2018-04-04  Maciej W. Rozycki  <macro@mips.com>
2976
2977         * elf32-visium.c (visium_info_to_howto_rela): Correct the range
2978         check for `visium_elf_howto_table' table access.
2979
2980 2018-04-04  Maciej W. Rozycki  <macro@mips.com>
2981
2982         * elf32-iq2000.c (iq2000_info_to_howto_rela): Correct the range
2983         check for `iq2000_elf_howto_table' table access.
2984
2985 2018-04-04  Maciej W. Rozycki  <macro@mips.com>
2986
2987         * elf32-frv.c (frv_info_to_howto_rela): Correct the range check
2988         for `elf32_frv_howto_table' table access.
2989
2990 2018-04-04  Maciej W. Rozycki  <macro@mips.com>
2991
2992         * elf32-mips.c (mips_elf32_rtype_to_howto): Also return
2993         unsuccessfully for placeholder howtos.
2994         * elf64-mips.c (mips_elf64_rtype_to_howto): Likewise.
2995         * elfn32-mips.c (mips_elf_n32_rtype_to_howto): Likewise.
2996
2997 2018-03-29  Maciej W. Rozycki  <macro@mips.com>
2998
2999         * elf32-mips.c (mips_info_to_howto_rel): Remove the calls to
3000         `_bfd_error_handler' and to set the `bfd_error_bad_value' error.
3001
3002 2018-03-28  Maciej W. Rozycki  <macro@mips.com>
3003
3004         * elf-hppa.h (elf_hppa_info_to_howto_rel): Remove
3005         ATTRIBUTE_UNUSED from `abfd'.
3006
3007 2018-03-28  Maciej W. Rozycki  <macro@mips.com>
3008
3009         * elf-hppa.h (elf_hppa_info_to_howto_rel): Correct
3010         `_bfd_error_handler' call formatting.
3011
3012 2018-03-28  Maciej W. Rozycki  <macro@mips.com>
3013
3014         * elf32-mips.c (mips_info_to_howto_rel): Call
3015         `mips_elf32_rtype_to_howto' directly rather than via
3016         `->elf_backend_mips_rtype_to_howto'.
3017
3018 2018-03-28  Renlin Li  <renlin.li@arm.com>
3019
3020         PR ld/22970
3021         * elfnn-aarch64.c (IS_AARCH64_TLS_RELOC): Add cases for
3022         BFD_RELOC_AARCH64_TLSLE_LDST16_TPREL_LO12,
3023         BFD_RELOC_AARCH64_TLSLE_LDST16_TPREL_LO12_NC,
3024         BFD_RELOC_AARCH64_TLSLE_LDST32_TPREL_LO12,
3025         BFD_RELOC_AARCH64_TLSLE_LDST32_TPREL_LO12_NC,
3026         BFD_RELOC_AARCH64_TLSLE_LDST64_TPREL_LO12,
3027         BFD_RELOC_AARCH64_TLSLE_LDST64_TPREL_LO12_NC,
3028         BFD_RELOC_AARCH64_TLSLE_LDST8_TPREL_LO12,
3029         BFD_RELOC_AARCH64_TLSLE_LDST8_TPREL_LO12_NC.
3030         (elfNN_aarch64_final_link_relocate): Support new relocations.
3031         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Support new
3032         relocations.
3033         (_bfd_aarch64_elf_resolve_relocation): Support new relocations.
3034
3035 2018-03-28  Renlin Li  <renlin.li@arm.com>
3036
3037         PR ld/22970
3038         * reloc.c: Add BFD_RELOC_AARCH64_TLSLE_LDST_TPREL_LO12
3039         BFD_RELOC_AARCH64_TLSLE_LDST_TPREL_LO12_NC,
3040         BFD_RELOC_AARCH64_TLSLE_LDST16_TPREL_LO12,
3041         BFD_RELOC_AARCH64_TLSLE_LDST16_TPREL_LO12_NC,
3042         BFD_RELOC_AARCH64_TLSLE_LDST32_TPREL_LO12,
3043         BFD_RELOC_AARCH64_TLSLE_LDST32_TPREL_LO12_NC,
3044         BFD_RELOC_AARCH64_TLSLE_LDST64_TPREL_LO12,
3045         BFD_RELOC_AARCH64_TLSLE_LDST64_TPREL_LO12_NC,
3046         BFD_RELOC_AARCH64_TLSLE_LDST8_TPREL_LO12,
3047         BFD_RELOC_AARCH64_TLSLE_LDST8_TPREL_LO12_NC.
3048         * elfnn-aarch64.c (elfNN_aarch64_howto_table): Add table entry for
3049         TLSLE_LDST16_TPREL_LO12,
3050         TLSLE_LDST16_TPREL_LO12_NC,
3051         TLSLE_LDST32_TPREL_LO12,
3052         TLSLE_LDST32_TPREL_LO12_NC,
3053         TLSLE_LDST64_TPREL_LO12,
3054         TLSLE_LDST64_TPREL_LO12_NC,
3055         TLSLE_LDST8_TPREL_LO12,
3056         TLSLE_LDST8_TPREL_LO12_NC.
3057         * bfd-in2.h: Regenerated.
3058         * libbfd.h: Regenerated.
3059
3060 2018-03-28  Eric Botcazou  <ebotcazou@adacore.com>
3061
3062         PR ld/22972
3063         * elfxx-sparc.c (struct _bfd_sparc_elf_link_hash_entry): Add new flag
3064         has_old_style_got_reloc.
3065         (_bfd_sparc_elf_check_relocs) <GOT relocations>: Set it for old-style
3066         relocations.  Fix a couple of long lines.
3067         (_bfd_sparc_elf_relocate_section) <R_SPARC_GOTDATA_OP>: Do not generate
3068         a R_SPARC_NONE for the GOT slot if the symbol is also subject to old-style
3069         GOT relocations.
3070
3071 2018-03-25  H.J. Lu  <hongjiu.lu@intel.com>
3072
3073         PR ld/23000
3074         * elf64-x86-64.c (elf_x86_64_finish_dynamic_sections): Add
3075         ENDBR64 to the TLSDESC PLT entry.
3076
3077 2018-03-21  Alan Modra  <amodra@gmail.com>
3078
3079         * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Trim uninteresting
3080         symbols.  Use size_t counts.  Delete redundant opd test.
3081
3082 2018-03-21  Alan Modra  <amodra@gmail.com>
3083
3084         * elf32-ppc.c (ppc_elf_tls_optimize): Delete locsyms.
3085
3086 2018-03-21  Alan Modra  <amodra@gmail.com>
3087
3088         * elf32-ppc.c (struct ppc_elf_link_hash_entry): Make tls_mask
3089         field unsigned.
3090         (update_local_sym_info): Likewise for local_got_tls_masks.
3091         (ppc_elf_tls_optimize): Likewise for lgot_masks.
3092
3093 2018-03-21  Alan Modra  <amodra@gmail.com>
3094
3095         * elf64-ppc.c (ppc_size_one_stub): Fix comment typo.
3096         (ppc64_elf_layout_multitoc): Allocate relocs for tprel as we
3097         do in size_dynamic_sections.
3098
3099 2018-03-21  Alan Modra  <amodra@gmail.com>
3100
3101         * elf64-ppc.c (ppc64_elf_relocate_section): Don't access rel[1]
3102         without first checking array bounds.
3103         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3104
3105 2018-03-20  H.J. Lu  <hongjiu.lu@intel.com>
3106
3107         PR ld/22983
3108         * elflink.c (bfd_elf_link_mark_dynamic_symbol): Set
3109         non_ir_ref_dynamic if a symbol is made dynamic by --dynamic-list.
3110
3111 2018-03-19  Nick Clifton  <nickc@redhat.com>
3112
3113         * po/es.po: Updated Spanish translation.
3114
3115 2018-03-15  Max Filippov  <jcmvbkbc@gmail.com>
3116
3117         * elf32-xtensa.c (xlate_map_entry): Change types of address
3118         fields from 'unsigned' to 'bfd_vma'.
3119         (xlate_offset_with_removed_text): Use struct xlate_map_entry as
3120         the key argument to bsearch. Allow offsets past the end of a
3121         section, use the last map entry for translation of such offsets.
3122
3123 2018-03-15  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
3124
3125         * elf32-nds32.c (nds32_elf_ex9_build_hash_table): Removed.
3126         Not support the target feature.
3127         (nds32_elf_ex9_itb_base): Likewise.
3128         (nds32_elf_ex9_import_table): Likewise.
3129         (nds32_elf_ex9_finish): Likewise.
3130         (nds32_elf_ex9_reloc_jmp): Likewise.
3131         (nds32_elf_get_insn_with_reg): Likewise.
3132         (nds32_get_local_syms): Likewise.
3133         (nds32_elf_ex9_replace_instruction): Likewise.
3134         (nds32_elf_ifc_calc): Likewise.
3135         (nds32_elf_ifc_finish): Likewise.
3136         (nds32_elf_ifc_replace): Likewise.
3137         (nds32_elf_ifc_reloc): Likewise.
3138
3139 2018-03-14  Alan Modra  <amodra@gmail.com>
3140
3141         * elf64-ppc.c (sfpr_define): Adjust for stub_sec size having
3142         sfpr size added before defining alias symbols.
3143         (ppc64_elf_build_stubs): Add stub section padding before
3144         copying sfpr contents and defining save/restore alias symbols.
3145
3146 2018-03-14  H.J. Lu  <hongjiu.lu@intel.com>
3147
3148         PR ld/20882
3149         * elflink.c (elf_gc_mark_debug_section): Also check the local
3150         debug definition section.
3151
3152 2018-03-13  Nick Clifton  <nickc@redhat.com>
3153
3154         PR 22113
3155         * pei-x86_64.c (pex64_get_unwind_info): Change to a boolean
3156         function.  Add an end address parameter.  Check access of the data
3157         pointer to make sure that they do not extend beyond the end
3158         address.  Return FALSE if any check fails.  Add the end address
3159         pointer to the ui structure.
3160         (pex64_xdata_print_uwd_codes): Check accesses of the raw unwind
3161         codes to make sure that they do not extend beyond the end address
3162         pointer.  Print an error message and return immediately if any
3163         check fails.
3164
3165 2018-03-09  Nick Clifton  <nickc@redhat.com>
3166
3167         * elf64-s390.c (elf_s390_relocate_section): Move check for
3168         relocations against non-allocated sections to before the code that
3169         handles ifunc relocations.
3170         * elf32-s390.c (elf_s390_relocate_section): Likewise.
3171         * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Treat
3172         relocs against IFUNC symbols in non-allocated sections as relocs
3173         against FUNC symbols.
3174         * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Likewise.
3175
3176 2018-03-08  H.J. Lu  <hongjiu.lu@intel.com>
3177
3178         PR ld/22929
3179         * elf32-i386.c (elf_i386_relocate_section): Treat relocation
3180         against IFUNC symbol in SHT_NOTE section without SHF_ALLOC as
3181         relocation against FUNC symbol.
3182         * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
3183
3184 2018-03-07  Renlin Li  <renlin.li@arm.com>
3185
3186         PR ld/20402
3187         * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Check absolute
3188         symbol, and don't emit relocation in specific case.
3189
3190 2018-03-07  Alan Modra  <amodra@gmail.com>
3191
3192         * elf64-mips.c (mips_elf64_rtype_to_howto): Return NULL on error.
3193         (mips_elf64_slurp_one_reloc_table): Pass on error.
3194
3195 2018-03-03  James Cowgill  <james.cowgill@mips.com>
3196             Maciej W. Rozycki  <macro@mips.com>
3197
3198         PR ld/21900
3199         * elfxx-mips.c (mips_elf_calculate_relocation): Only return
3200         after calling `undefined_symbol' hook if this is an error
3201         condition.  Assume the value of 0 for the symbol requested
3202         otherwise.
3203
3204 2018-03-02  Jim Wilson  <jimw@sifive.com>
3205
3206         PR 22903
3207         * elfnn-aarch64.c (_bfd_aarch64_resize_stubs): Add 8 bytes for branch
3208         and nop instead of 4.
3209         (elfNN_arch64_build_stubs): Add nop after branch.  Increase size by
3210         8 instead of 4.
3211
3212 2018-03-01  Jim Wilson  <jimw@sifive.com>
3213
3214         PR 22756
3215         * elfnn-riscv.c (riscv_relax_delete_bytes): When adjust st_size, use
3216         else if instead of if.
3217
3218 2018-03-01  Alan Modra  <amodra@gmail.com>
3219
3220         * elf32-ft32.c (ft32_info_to_howto_rela): Correct range test.
3221
3222 2018-02-28  Alan Modra  <amodra@gmail.com>
3223
3224         PR 22887
3225         * aoutx.h (swap_std_reloc_in): Correct r_index bound check.
3226
3227 2018-02-28  Nick Clifton  <nickc@redhat.com>
3228
3229         PR 22895
3230         PR 22893
3231         * dwarf2.c (read_n_bytes): Replace size parameter with dwarf_block
3232         pointer.  Drop unused abfd parameter.  Check the size of the block
3233         before initialising the data field.  Return the end pointer if the
3234         size is invalid.
3235         (read_attribute_value): Adjust invocations of read_n_bytes.
3236
3237         PR 22894
3238         * dwarf1.c (parse_die): Check the length of form blocks before
3239         advancing the data pointer.
3240
3241 2018-02-28  Alan Modra  <amodra@gmail.com>
3242
3243         PR 22887
3244         * aoutx.h (translate_symbol_table): Print an error message and set
3245         bfd_error on finding an invalid name string offset.
3246
3247 2018-02-27  H.J. Lu  <hongjiu.lu@intel.com>
3248
3249         * config.in: Regenerated.
3250         * configure: Likewise.
3251         * configure.ac: Add --enable-separate-code.
3252         (DEFAULT_LD_Z_SEPARATE_CODE): New AC_DEFINE_UNQUOTED.  Default
3253         to 1 for Linux/x86 targets,
3254         * elf64-x86-64.c (ELF_MAXPAGESIZE): Set to 0x1000 if
3255         DEFAULT_LD_Z_SEPARATE_CODE is 1.
3256
3257 2018-02-27  Nick Clifton  <nickc@redhat.com>
3258
3259         * aout-cris.c (swap_ext_reloc_out): Standadize error/warning
3260         message.
3261         * elf-hppa.h (elf_hppa_info_to_howto_rel): Likewise.
3262         * elf32-i386.c (elf_i386_reloc_type_lookup): Likewise.
3263         * elf32-xtensa.c (elf_xtensa_reloc_type_lookup): Likewise.
3264         * elf64-ppc.c (ppc64_elf_reloc_type_lookup): Likewise.
3265         * elf64-s390.c (elf_s390_reloc_type_lookup): Likewise.
3266         * elf64-sh64.c (sh_elf64_info_to_howto): Likewise.
3267         * elfxx-ia64.c (ia64_elf_reloc_type_lookup): Likewise.
3268         * elfxx-sparc.c (_bfd_sparc_elf_reloc_type_lookup): Likewise.
3269         * elfxx-tilegx.c (tilegx_reloc_type_lookup): Likewise.
3270
3271         PR 22875
3272         * elf-bfd.h (struct elf_backend_data): Change the return type of
3273         the elf_info_to_howto and elf_info_to_howto_rel function pointers
3274         to bfd_boolean.
3275         * elfcode.h (elf_slurp_reloc_table_from_section): Check the return
3276         value from the info_to_howto function and fail if that function
3277         failed.
3278         * elf32-h8300.c (elf32_h8_relocate_section): Check return value
3279         from the info_to_howto function.
3280         (elf32_h8_relax_section): Likewise.
3281         * elf32-lm32.c (lm32_elf_relocate_section): Likewise.
3282         * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Likewise.
3283         * elf32-score.c (s3_bfd_score_elf_relocate_section): Likewise.
3284         * elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise.
3285         * elf32-tic6x.c (elf32_tic6x_relocate_section): Likewise.
3286         * elf64-ia64-vms.c (elf64_ia64_relocate_section): Likewise.
3287         * elf64-sparc.c (elf64_sparc_slurp_one_reloc_table): Likewise.
3288         * elf64-x86-64.c (elf_x86_64_tls_transition): Likewise.
3289         * elfnn-ia64.c (elfNN_ia64_relocate_section): Likewise.
3290         * elfnn-riscv.c (riscv_elf_check_relocs): Likewise.
3291         (riscv_elf_relocate_section): Likewise.
3292         * elf-hppa.h (elf_hppa_info_to_howto): Change return type to
3293         bfd_boolean.  Issue an error message, set an error value and
3294         return FALSE if the reloc is not recognized.
3295         (elf_hppa_info_to_howto_rel): Likewise.
3296         * elf-m10200.c (mn10200_info_to_howto): Likewise.
3297         * elf-m10300.c (mn10300_info_to_howto): Likewise.
3298         * elf.c (_bfd_elf_no_info_to_howto): Likewise.
3299         * elf32-arc.c (arc_info_to_howto_rel): Likewise.
3300         * elf32-arm.c (elf32_arm_info_to_howto): Likewise.
3301         * elf32-avr.c (avr_info_to_howto_rela): Likewise.
3302         * elf32-bfin.c (bfin_info_to_howto): Likewise.
3303         * elf32-cr16.c (elf_cr16_info_to_howto): Likewise.
3304         * elf32-cr16c.c (elf_cr16c_info_to_howto): Likewise.
3305         * elf32-cris.c (elf_cr16c_info_to_howto_rel)
3306         (cris_info_to_howto_rela): Likewise.
3307         * elf32-crx.c (elf_crx_info_to_howto): Likewise.
3308         * elf32-d10v.c (d10v_info_to_howto_rel): Likewise.
3309         * elf32-d30v.c (d30v_info_to_howto_rel, d30v_info_to_howto_rela):
3310         Likewise.
3311         * elf32-dlx.c (dlx_rtype_to_howto, elf32_dlx_info_to_howto)
3312         (elf32_dlx_info_to_howto_rel): Likewise.
3313         * elf32-epiphany.c (epiphany_info_to_howto_rela): Likewise.
3314         * elf32-fr30.c (fr30_info_to_howto_rela): Likewise.
3315         * elf32-frv.c (frv_info_to_howto_rela)
3316         (frvfdpic_info_to_howto_rel): Likewise.
3317         * elf32-ft32.c (ft32_info_to_howto_rela): Likewise.
3318         * elf32-gen.c (elf_generic_info_to_howto)
3319         (elf_generic_info_to_howto_rel): Likewise.
3320         * elf32-h8300.c (elf32_h8_info_to_howto)
3321         (elf32_h8_info_to_howto_rel): Likewise.
3322         * elf32-i370.c (i370_elf_info_to_howto): Likewise.
3323         * elf32-i386.c (elf_i386_reloc_type_lookup)
3324         (elf_i386_rtype_to_howto, elf_i386_info_to_howto_rel): Likewise.
3325         * elf32-i860.c (lookup_howto, elf32_i860_info_to_howto_rela):
3326         Likewise.
3327         * elf32-i960.c (elf32_i960_info_to_howto_rel): Likewise.
3328         * elf32-ip2k.c (ip2k_info_to_howto_rela): Likewise.
3329         * elf32-iq2000.c (iq2000_info_to_howto_rela): Likewise.
3330         * elf32-lm32.c (lm32_info_to_howto_rela): Likewise.
3331         * elf32-m32c.c (m32c_info_to_howto_rela): Likewise.
3332         * elf32-m32r.c (m32r_info_to_howto_rel, m32r_info_to_howto):
3333         Likewise.
3334         * elf32-m68hc11.c (m68hc11_info_to_howto_rel): Likewise.
3335         * elf32-m68hc12.c (m68hc11_info_to_howto_rel): Likewise.
3336         * elf32-m68k.c (rtype_to_howto): Likewise.
3337         * elf32-mcore.c (mcore_elf_info_to_howto): Likewise.
3338         * elf32-mep.c (mep_info_to_howto_rela): Likewise.
3339         * elf32-metag.c (metag_info_to_howto_rela): Likewise.
3340         * elf32-microblaze.c (microblaze_elf_info_to_howto): Likewise.
3341         * elf32-mips.c (mips_info_to_howto_rel, mips_info_to_howto_rela):
3342         Likewise.
3343         * elf32-moxie.c (moxie_info_to_howto_rela): Likewise.
3344         * elf32-msp430.c (msp430_info_to_howto_rela): Likewise.
3345         * elf32-mt.c (mt_info_to_howto_rela): Likewise.
3346         * elf32-nds32.c (nds32_info_to_howto_rel, nds32_info_to_howto):
3347         Likewise.
3348         * elf32-nios2.c (nios2_elf32_info_to_howto): Likewise.
3349         * elf32-or1k.c (or1k_info_to_howto_rela): Likewise.
3350         * elf32-pj.c (pj_elf_info_to_howto): Likewise.
3351         * elf32-ppc.c (ppc_elf_info_to_howto): Likewise.
3352         * elf32-pru.c (pru_elf32_info_to_howto): Likewise.
3353         * elf32-rl78.c (rl78_info_to_howto_rela): Likewise.
3354         * elf32-rx.c (rx_info_to_howto_rela): Likewise.
3355         * elf32-s390.c (elf_s390_info_to_howto): Likewise.
3356         * elf32-score.c (s3_bfd_score_info_to_howto)
3357         (_bfd_score_info_to_howto): Likewise.
3358         * elf32-score7.c (s7_bfd_score_info_to_howto): Likewise.
3359         * elf32-sh.c (sh_elf_info_to_howto): Likewise.
3360         * elf32-spu.c (spu_elf_info_to_howto): Likewise.
3361         * elf32-tic6x.c (elf32_tic6x_info_to_howto)
3362         (elf32_tic6x_info_to_howto_rel): Likewise.
3363         * elf32-tilepro.c (tilepro_info_to_howto_rela): Likewise.
3364         * elf32-v850.c (v850_elf_info_to_howto_rel)
3365         (v850_elf_info_to_howto_rela, v800_elf_info_to_howto): Likewise.
3366         * elf32-vax.c (rtype_to_howto): Likewise.
3367         * elf32-visium.c (visium_info_to_howto_rela): Likewise.
3368         * elf32-wasm32.c (elf32_wasm32_rtype_to_howto)
3369         (elf32_wasm32_info_to_howto_rela): Likewise.
3370         * elf32-xc16x.c (elf32_xc16x_info_to_howto): Likewise.
3371         * elf32-xgate.c (xgate_info_to_howto_rel): Likewise.
3372         * elf32-xstormy16.c (xstormy16_info_to_howto_rela): Likewise.
3373         * elf32-xtensa.c (elf_xtensa_info_to_howto_rela): Likewise.
3374         * elf64-alpha.c (elf64_alpha_info_to_howto): Likewise.
3375         * elf64-gen.c (elf_generic_info_to_howto)
3376         (elf_generic_info_to_howto_rel): Likewise.
3377         * elf64-ia64-vms.c (elf64_ia64_info_to_howto): Likewise.
3378         * elf64-mips.c (mips_elf64_info_to_howto_rela): Likewise.
3379         * elf64-mmix.c (mmix_info_to_howto_rela): Likewise.
3380         * elf64-ppc.c (ppc64_elf_info_to_howto): Likewise.
3381         * elf64-s390.c (elf_s390_reloc_type_lookup): Likewise.
3382         * elf64-sh64.c (elf_s390_info_to_howto, sh_elf64_info_to_howto):
3383         Likewise.
3384         * elf64-x86-64.c (elf_x86_64_info_to_howto): Likewise.
3385         * elfn32-mips.c (mips_info_to_howto_rel, mips_info_to_howto_rela):
3386         Likewise.
3387         * elfnn-aarch64.c (elfNN_aarch64_info_to_howto): Likewise.
3388         * elfnn-ia64.c (elfNN_ia64_info_to_howto): Likewise.
3389         * elfnn-riscv.c (riscv_info_to_howto_rela): Likewise.
3390         * elfxx-ia64.c (ia64_elf_reloc_type_lookup): Likewise.
3391         * elfxx-sparc.c (_bfd_sparc_elf_info_to_howto): Likewise.
3392         * elfxx-tilegx.c (tilegx_info_to_howto_rela): Likewise.
3393         * elf32-score.h (s7_bfd_score_info_to_howto): Update prototype.
3394         * elfxx-sparc.h (_bfd_sparc_elf_info_to_howto): Update prototype.
3395         * elfxx-tilegx.h (tilegx_info_to_howto_rela): Update prototype.
3396         * elfxx-target.h (elf_info_to_howto, elf_info_to_howto_rel):
3397         Default to NULL.
3398
3399 2018-02-26  Jim Wilson  <jimw@sifive.com>
3400             Stephan Schreiber <info@fs-driver.org>
3401
3402         PR 15904
3403         * elfnn-ia64.c (elfNN_ia64_relax_section): After ia64_elf_relax_brl
3404         call, set changed_contents and changed_relocs.  Likewise after
3405         successful ia64_elf_relax_br call.
3406
3407 2018-02-26  Alan Modra  <amodra@gmail.com>
3408
3409         * elf.c (assign_file_positions_except_relocs): Don't segfault
3410         when actual number of phdrs is less than allocated.  Delete
3411         outdated comment.  Formatting.
3412
3413 2018-02-26  Alan Modra  <amodra@gmail.com>
3414
3415         * elf-m10300.c, * elf-s390-common.c, * elf32-arc.c, * elf32-cris.c,
3416         * elf32-dlx.c, * elf32-frv.c, * elf32-i370.c, * elf32-lm32.c,
3417         * elf32-m32r.c, * elf32-m68hc1x.c, * elf32-m68k.c,
3418         * elf32-microblaze.c, * elf32-msp430.c, * elf32-nds32.c,
3419         * elf32-nios2.c, * elf32-or1k.c, * elf32-rl78.c, * elf32-rx.c,
3420         * elf32-score.c, * elf32-score7.c, * elf32-sh-symbian.c,
3421         * elf32-sh.c, * elf32-spu.c, * elf32-v850.c, * elf32-xtensa.c,
3422         * elf64-alpha.c, * elf64-ia64-vms.c, * elf64-mmix.c,
3423         * elf64-sh64.c, * elf64-sparc.c, * elfnn-ia64.c, * elfxx-tilegx.c,
3424         * mmo.c, * osf-core.c, * srec.c, * vms-alpha.c: Standardize
3425         error/warning messages.
3426
3427 2018-02-26  Alan Modra  <amodra@gmail.com>
3428
3429         * archive.c, * bfd.c, * linker.c, * reloc.c, * stabs.c,
3430         * syms.c: Standardize error/warning messages.
3431
3432 2018-02-26  Alan Modra  <amodra@gmail.com>
3433
3434         * aout-adobe.c, * aout-cris.c, * i386linux.c, * m68klinux.c,
3435         * sparclinux.c, * coff-alpha.c, * coff-arm.c, * coff-mcore.c,
3436         * coffcode.h, * coffgen.c, * cofflink.c, * ecoff.c, * pe-mips.c,
3437         * peXXigen.c, * peicode.h: Standardize error/warning messages.
3438
3439 2018-02-26  Alan Modra  <amodra@gmail.com>
3440
3441         * elf32-arm.c, * elfnn-aarch64.c: Standardize error/warning messages.
3442
3443 2018-02-26  Alan Modra  <amodra@gmail.com>
3444
3445         * elfxx-mips.c: Standardize error/warning messages.
3446
3447 2018-02-26  Alan Modra  <amodra@gmail.com>
3448
3449         * dwarf2.c, * elf-attrs.c, * elf-eh-frame.c, * elf.c, * elf32-gen.c,
3450         * elflink.c: Standardize error/warning messages.  Replace use of
3451         linker callback einfo with _bfd_error_handler when possible.
3452
3453 2018-02-26  Alan Modra  <amodra@gmail.com>
3454
3455         * aoutx.h, * coff-alpha.c, * coff-i860.c, * coff-m68k.c,
3456         * coff-mcore.c, * coff-ppc.c, * coff-rs6000.c, * coff-sh.c,
3457         * coff-tic4x.c, * coff-tic54x.c, * coff-tic80.c, * coff-w65.c,
3458         * elf-bfd.h, * elf-m10300.c, * elf.c, * elf32-avr.c, * elf32-bfin.c,
3459         * elf32-cr16.c, * elf32-cr16c.c, * elf32-cris.c, * elf32-crx.c,
3460         * elf32-d10v.c, * elf32-d30v.c, * elf32-dlx.c, * elf32-epiphany.c,
3461         * elf32-fr30.c, * elf32-frv.c, * elf32-i370.c, * elf32-i386.c,
3462         * elf32-i960.c, * elf32-ip2k.c, * elf32-iq2000.c, * elf32-lm32.c,
3463         * elf32-m32c.c, * elf32-m32r.c, * elf32-m68hc11.c, * elf32-m68hc12.c,
3464         * elf32-m68k.c, * elf32-mcore.c, * elf32-mep.c, * elf32-metag.c,
3465         * elf32-microblaze.c, * elf32-mips.c, * elf32-moxie.c,
3466         * elf32-msp430.c, * elf32-mt.c, * elf32-nds32.c, * elf32-or1k.c,
3467         * elf32-pj.c, * elf32-ppc.c, * elf32-rl78.c, * elf32-rx.c,
3468         * elf32-s390.c, * elf32-sh.c, * elf32-spu.c, * elf32-tic6x.c,
3469         * elf32-v850.c, * elf32-vax.c, * elf32-visium.c, * elf32-wasm32.c,
3470         * elf32-xgate.c, * elf32-xtensa.c, * elf64-alpha.c,
3471         * elf64-ia64-vms.c, * elf64-mips.c, * elf64-mmix.c,
3472         * elf64-ppc.c, * elf64-s390.c, * elf64-sparc.c, * elf64-x86-64.c,
3473         * elfn32-mips.c, * elfnn-aarch64.c, * elfnn-ia64.c,
3474         * elfnn-riscv.c, * elfxx-mips.c, * elfxx-riscv.c, * elfxx-riscv.h,
3475         * elfxx-sparc.c, * elfxx-sparc.h, * reloc.c: Standardize
3476         unrecognized/unsupported reloc message.
3477
3478 2018-02-26  Alan Modra  <amodra@gmail.com>
3479
3480         * elf32-ppc.c: Standardize error/warning messages.  Use
3481         _bfd_error_handler rather than einfo when einfo features not used.
3482         * elf64-ppc.c: Likewise.
3483
3484 2018-02-23  Alan Modra  <amodra@gmail.com>
3485
3486         PR 22881
3487         * elf.c (assign_file_positions_for_non_load_sections): Remove RELRO
3488         segment if no matching LOAD segment.
3489
3490 2018-02-23  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
3491
3492         * elf32-nds32.h: Define mask for ict_model.
3493
3494 2018-02-20  Jason Duerstock  <jason.duerstock@gmail.com>
3495
3496         * elfnn-ia64.c (elf_backend_can_gc_sections): Enable.
3497
3498 2018-02-19  Maciej W. Rozycki  <macro@mips.com>
3499
3500         Revert
3501         2018-01-12  Vlad Ivanov  <vlad@ivanov.email>
3502
3503         * elfxx-mips.c (_bfd_mips_elf_final_link): Notify user when
3504         .reginfo section has wrong size.
3505
3506 2018-02-19  Maciej W. Rozycki  <macro@mips.com>
3507
3508         * elfxx-mips.c (_bfd_mips_elf_always_size_sections): Set
3509         SEC_FIXED_SIZE and SEC_HAS_CONTENTS flags for `.reginfo' and
3510         `.MIPS.abiflags' sections.
3511         (_bfd_mips_elf_final_link): Avoid reading beyond `.reginfo'
3512         section's end.
3513
3514 2018-02-19  Maciej W. Rozycki  <macro@mips.com>
3515
3516         * section.c (SEC_FIXED_SIZE): New macro.
3517         * bfd-in2.h: Regenerate.
3518
3519 2018-02-19  Maciej W. Rozycki  <macro@mips.com>
3520
3521         * section.c (SEC_HAS_GOT_REF): Remove macro.
3522         * bfd-in2.h: Regenerate.
3523
3524 2018-02-19  Alan Modra  <amodra@gmail.com>
3525
3526         * elf-attrs.c (_bfd_elf_parse_attributes): Correct _bfd_error_handler
3527         arguments.
3528         * elfxx-mips.c (_bfd_mips_elf_final_link): Likewise.
3529         * elfnn-riscv.c (_bfd_riscv_relax_align): Likewise.
3530         (_bfd_riscv_relax_pc): Likewise and fix typos.
3531         * libbfd-in.h (_bfd_error_handler): Add attribute printf.
3532         * libbfd.h: Regenerate.
3533
3534 2018-02-19  Alan Modra  <amodra@gmail.com>
3535
3536         * dwarf2.c (read_section): Don't use 'll' format modifier.
3537         (find_abstract_instance): Likewise.
3538         * elfcore.h (elf_core_file_p): Likewise.
3539
3540 2018-02-19  Alan Modra  <amodra@gmail.com>
3541
3542         * bfd-in.h: Include inttypes.h or if not available define
3543         PRId64, PRIu64 and PRIx64.
3544         * bfd.c (_bfd_doprnt, _bfd_doprnt_scan): Remove support for L
3545         modifier to print bfd_vma.
3546         * coff-arm.c, * coff-mcore.c, * coff-ppc.c, * coff-rs6000.c,
3547         * coff-sh.c, * coff-tic80.c, * coffcode.h, * coffgen.c, * cofflink.c,
3548         * compress.c, * dwarf2.c, * elf-m10300.c, * elf.c, * elf32-arc.c,
3549         * elf32-arm.c, * elf32-bfin.c, * elf32-cris.c, * elf32-hppa.c,
3550         * elf32-i386.c, * elf32-ip2k.c, * elf32-lm32.c, * elf32-m32r.c,
3551         * elf32-m68k.c, * elf32-metag.c, * elf32-nds32.c, * elf32-nios2.c,
3552         * elf32-ppc.c, * elf32-rx.c, * elf32-s390.c, * elf32-score.c,
3553         * elf32-score7.c, * elf32-sh.c, * elf32-sh64.c, * elf32-spu.c,
3554         * elf32-tic6x.c, * elf32-tilepro.c, * elf32-v850.c, * elf32-vax.c,
3555         * elf32-xtensa.c, * elf64-alpha.c, * elf64-hppa.c, * elf64-ia64-vms.c,
3556         * elf64-mmix.c, * elf64-s390.c, * elf64-sh64.c, * elf64-x86-64.c,
3557         * elfcode.h, * elfcore.h, * elflink.c, * elfnn-aarch64.c,
3558         * elfnn-ia64.c, * elfnn-riscv.c, * elfxx-mips.c, * elfxx-sparc.c,
3559         * elfxx-tilegx.c, * ieee.c, * ihex.c, * mach-o.c, * merge.c, * mmo.c,
3560         * peXXigen.c, * xcofflink.c: Replace use of Lx modifier with PRIx64,
3561         and cast input to uint64_t, and similarly for Ld and Lu.
3562         * bfd-in2.h: Regenerate.
3563
3564 2018-02-19  Alan Modra  <amodra@gmail.com>
3565
3566         * elf32-arm.c, * elf32-hppa.c, * elf32-lm32.c, * elf32-m32r.c,
3567         * elf32-metag.c, * elf32-nds32.c, * elf32-or1k.c, * elf32-ppc.c,
3568         * elf32-s390.c, * elf32-sh.c, * elf32-tic6x.c, * elf32-tilepro.c,
3569         * elf64-ppc.c, * elf64-s390.c, * elflink.c, * elfnn-aarch64.c,
3570         * elfnn-riscv.c, * elfxx-sparc.c, * elfxx-tilegx.c, * elfxx-x86.c,
3571         * reloc.c: Replace use of %R and %T in format strings passed to
3572         einfo and friends by %pR and %pT.
3573
3574 2018-02-19  Alan Modra  <amodra@gmail.com>
3575
3576         * bfd.c (_bfd_doprnt, _bfd_doprnt_scan): Handle %pA and %pB in place
3577         of %A and %B.
3578         * aout-adobe.c: Update all messages using %A and %B.
3579         * aout-cris.c: Likewise.
3580         * aoutx.h: Likewise.
3581         * archive.c: Likewise.
3582         * binary.c: Likewise.
3583         * cache.c: Likewise.
3584         * coff-alpha.c: Likewise.
3585         * coff-arm.c: Likewise.
3586         * coff-i860.c: Likewise.
3587         * coff-mcore.c: Likewise.
3588         * coff-ppc.c: Likewise.
3589         * coff-rs6000.c: Likewise.
3590         * coff-sh.c: Likewise.
3591         * coff-tic4x.c: Likewise.
3592         * coff-tic54x.c: Likewise.
3593         * coff-tic80.c: Likewise.
3594         * coff64-rs6000.c: Likewise.
3595         * coffcode.h: Likewise.
3596         * coffgen.c: Likewise.
3597         * cofflink.c: Likewise.
3598         * coffswap.h: Likewise.
3599         * compress.c: Likewise.
3600         * cpu-arm.c: Likewise.
3601         * ecoff.c: Likewise.
3602         * elf-attrs.c: Likewise.
3603         * elf-eh-frame.c: Likewise.
3604         * elf-ifunc.c: Likewise.
3605         * elf-m10300.c: Likewise.
3606         * elf-properties.c: Likewise.
3607         * elf-s390-common.c: Likewise.
3608         * elf.c: Likewise.
3609         * elf32-arc.c: Likewise.
3610         * elf32-arm.c: Likewise.
3611         * elf32-avr.c: Likewise.
3612         * elf32-bfin.c: Likewise.
3613         * elf32-cr16.c: Likewise.
3614         * elf32-cr16c.c: Likewise.
3615         * elf32-cris.c: Likewise.
3616         * elf32-crx.c: Likewise.
3617         * elf32-d10v.c: Likewise.
3618         * elf32-d30v.c: Likewise.
3619         * elf32-epiphany.c: Likewise.
3620         * elf32-fr30.c: Likewise.
3621         * elf32-frv.c: Likewise.
3622         * elf32-gen.c: Likewise.
3623         * elf32-hppa.c: Likewise.
3624         * elf32-i370.c: Likewise.
3625         * elf32-i386.c: Likewise.
3626         * elf32-i960.c: Likewise.
3627         * elf32-ip2k.c: Likewise.
3628         * elf32-iq2000.c: Likewise.
3629         * elf32-lm32.c: Likewise.
3630         * elf32-m32c.c: Likewise.
3631         * elf32-m32r.c: Likewise.
3632         * elf32-m68hc11.c: Likewise.
3633         * elf32-m68hc12.c: Likewise.
3634         * elf32-m68hc1x.c: Likewise.
3635         * elf32-m68k.c: Likewise.
3636         * elf32-mcore.c: Likewise.
3637         * elf32-mep.c: Likewise.
3638         * elf32-metag.c: Likewise.
3639         * elf32-microblaze.c: Likewise.
3640         * elf32-moxie.c: Likewise.
3641         * elf32-msp430.c: Likewise.
3642         * elf32-mt.c: Likewise.
3643         * elf32-nds32.c: Likewise.
3644         * elf32-nios2.c: Likewise.
3645         * elf32-or1k.c: Likewise.
3646         * elf32-pj.c: Likewise.
3647         * elf32-ppc.c: Likewise.
3648         * elf32-rl78.c: Likewise.
3649         * elf32-rx.c: Likewise.
3650         * elf32-s390.c: Likewise.
3651         * elf32-score.c: Likewise.
3652         * elf32-score7.c: Likewise.
3653         * elf32-sh-symbian.c: Likewise.
3654         * elf32-sh.c: Likewise.
3655         * elf32-sh64.c: Likewise.
3656         * elf32-sparc.c: Likewise.
3657         * elf32-spu.c: Likewise.
3658         * elf32-tic6x.c: Likewise.
3659         * elf32-tilepro.c: Likewise.
3660         * elf32-v850.c: Likewise.
3661         * elf32-vax.c: Likewise.
3662         * elf32-visium.c: Likewise.
3663         * elf32-wasm32.c: Likewise.
3664         * elf32-xgate.c: Likewise.
3665         * elf32-xtensa.c: Likewise.
3666         * elf64-alpha.c: Likewise.
3667         * elf64-gen.c: Likewise.
3668         * elf64-hppa.c: Likewise.
3669         * elf64-ia64-vms.c: Likewise.
3670         * elf64-mmix.c: Likewise.
3671         * elf64-ppc.c: Likewise.
3672         * elf64-s390.c: Likewise.
3673         * elf64-sh64.c: Likewise.
3674         * elf64-sparc.c: Likewise.
3675         * elf64-x86-64.c: Likewise.
3676         * elfcode.h: Likewise.
3677         * elfcore.h: Likewise.
3678         * elflink.c: Likewise.
3679         * elfnn-aarch64.c: Likewise.
3680         * elfnn-ia64.c: Likewise.
3681         * elfnn-riscv.c: Likewise.
3682         * elfxx-mips.c: Likewise.
3683         * elfxx-sparc.c: Likewise.
3684         * elfxx-tilegx.c: Likewise.
3685         * elfxx-x86.c: Likewise.
3686         * hpux-core.c: Likewise.
3687         * ieee.c: Likewise.
3688         * ihex.c: Likewise.
3689         * libbfd.c: Likewise.
3690         * linker.c: Likewise.
3691         * mach-o.c: Likewise.
3692         * merge.c: Likewise.
3693         * mmo.c: Likewise.
3694         * oasys.c: Likewise.
3695         * pdp11.c: Likewise.
3696         * pe-mips.c: Likewise.
3697         * peXXigen.c: Likewise.
3698         * peicode.h: Likewise.
3699         * reloc.c: Likewise.
3700         * rs6000-core.c: Likewise.
3701         * srec.c: Likewise.
3702         * stabs.c: Likewise.
3703         * vms-alpha.c: Likewise.
3704         * xcofflink.c: Likewise.
3705
3706 2018-02-19  Alan Modra  <amodra@gmail.com>
3707
3708         PR 22845
3709         * elf.c (IS_TBSS): Define.
3710         (_bfd_elf_map_sections_to_segments): Use IS_TBSS.
3711         (assign_file_positions_for_non_load_sections): Revert last change.
3712         Properly calculate load segment limits to compare against relro limits.
3713
3714 2018-02-17  Alan Modra  <amodra@gmail.com>
3715
3716         PR 22845
3717         * elf.c (assign_file_positions_for_non_load_sections): Ignore
3718         degenerate zero size PT_LOAD segments when finding one overlapping
3719         the PT_GNU_RELRO segment.
3720
3721 2018-02-16  Alan Modra  <amodra@gmail.com>
3722
3723         * libbfd.c (_bfd_bool_bfd_false_error): Rename from bfd_false.
3724         (_bfd_bool_bfd_true): Rename from bfd_true.
3725         (_bfd_ptr_bfd_null_error): Rename from bfd_nullvoidptr.
3726         (_bfd_int_bfd_0): Rename from bfd_0.
3727         (_bfd_uint_bfd_0): Rename from bfd_0u.
3728         (_bfd_long_bfd_0): Rename from bfd_0l.
3729         (_bfd_long_bfd_n1_error): Rename from _bfd_n1.
3730         (_bfd_void_bfd): Rename from bfd_void.
3731         (_bfd_bool_bfd_false, _bfd_bool_bfd_asymbol_false),
3732         (_bfd_bool_bfd_link_false_error),
3733         (_bfd_bool_bfd_link_true, _bfd_bool_bfd_bfd_true),
3734         (_bfd_bool_bfd_uint_true, _bfd_bool_bfd_ptr_true),
3735         (_bfd_bool_bfd_asection_bfd_asection_true),
3736         (_bfd_bool_bfd_asymbol_bfd_asymbol_true),
3737         (_bfd_void_bfd_link, _bfd_void_bfd_asection): New functions.
3738         * archive.c (_bfd_noarchive_get_elt_at_index),
3739         (_bfd_noarchive_openr_next_archived_file),
3740         (_bfd_noarchive_construct_extended_name_table),
3741         (_bfd_noarchive_write_ar_hdr, _bfd_noarchive_truncate_arname),
3742         (_bfd_noarchive_write_armap): New functions.
3743         * archures.c (_bfd_nowrite_set_arch_mach): New function.
3744         * coff-alpha.c (alpha_ecoff_swap_coff_aux_in),
3745         (alpha_ecoff_swap_coff_sym_in, alpha_ecoff_swap_coff_lineno_in),
3746         (alpha_ecoff_swap_coff_aux_out, alpha_ecoff_swap_coff_sym_out),
3747         (alpha_ecoff_swap_coff_lineno_out),
3748         (alpha_ecoff_swap_coff_reloc_out): New functions.
3749         * coff-mips.c (mips_ecoff_swap_coff_aux_in),
3750         (mips_ecoff_swap_coff_sym_in, mips_ecoff_swap_coff_lineno_in),
3751         (mips_ecoff_swap_coff_aux_out, mips_ecoff_swap_coff_sym_out),
3752         (mips_ecoff_swap_coff_lineno_out),
3753         (mips_ecoff_swap_coff_reloc_out): New functions.
3754         * coffcode.h (coff_set_alignment_hook): Replace define with
3755         new function.
3756         (symname_in_debug_hook): Likewise.
3757         * ecoff.c (_bfd_ecoff_set_alignment_hook): New function.
3758         * elfxx-target.h (elf_backend_allow_non_load_phdr): Default to 0.
3759         * elf.c (assign_file_positions_except_relocs): Test
3760         elf_backend_allow_non_load_phdr for NULL.
3761         * elflink.c (_bfd_elf_omit_section_dynsym_default): Rename from
3762         _bfd_elf_link_omit_section_dynsym.  Update uses.
3763         (_bfd_elf_omit_section_dynsym_all): New function.
3764         * elf-bfd.h (_bfd_elf_link_omit_section_dynsym): Delete.
3765         (_bfd_elf_omit_section_dynsym_default): Declare.
3766         (_bfd_elf_omit_section_dynsym_all): Declare.
3767         * linker.c (_bfd_nolink_sizeof_headers, _bfd_nolink_bfd_relax_section),
3768         (_bfd_nolink_bfd_get_relocated_section_contents),
3769         (_bfd_nolink_bfd_lookup_section_flags),
3770         (_bfd_nolink_bfd_is_group_section, _bfd_nolink_bfd_discard_group),
3771         (_bfd_nolink_bfd_link_hash_table_create),
3772         (_bfd_nolink_bfd_link_just_syms),
3773         (_bfd_nolink_bfd_copy_link_hash_symbol_type),
3774         (_bfd_nolink_bfd_link_split_section),
3775         (_bfd_nolink_section_already_linked),
3776         (_bfd_nolink_bfd_define_common_symbol),
3777         (_bfd_nolink_bfd_define_start_stop): New functions.
3778         * reloc.c (_bfd_norelocs_bfd_reloc_type_lookup),
3779         (_bfd_norelocs_bfd_reloc_name_lookup),
3780         (_bfd_nodynamic_canonicalize_dynamic_reloc): New functions.
3781         * section.c (_bfd_nowrite_set_section_contents): New function.
3782         * syms.c (_bfd_nosymbols_canonicalize_symtab),
3783         (_bfd_nosymbols_print_symbol, _bfd_nosymbols_get_symbol_info),
3784         (_bfd_nosymbols_get_symbol_version_string),
3785         (_bfd_nosymbols_bfd_is_local_label_name),
3786         (_bfd_nosymbols_get_lineno, _bfd_nosymbols_find_nearest_line),
3787         (_bfd_nosymbols_find_line, _bfd_nosymbols_find_inliner_info),
3788         (_bfd_nosymbols_bfd_make_debug_symbol),
3789         ( _bfd_nosymbols_read_minisymbols),
3790         ( _bfd_nosymbols_minisymbol_to_symbol),
3791         (_bfd_nodynamic_get_synthetic_symtab): New functions.
3792         * libbfd-in.h: Declare new functions.  Update existing defines,
3793         removing casts.
3794         * aix386-core.c: Update to use new hooks.  Formatting.
3795         * aout-adobe.c: Likewise.
3796         * aout-arm.c: Likewise.
3797         * aout-target.h: Likewise.
3798         * aout-tic30.c: Likewise.
3799         * aoutf1.h: Likewise.
3800         * binary.c: Likewise.
3801         * bout.c: Likewise.
3802         * cisco-core.c: Likewise.
3803         * coff-alpha.c: Likewise.
3804         * coff-i386.c: Likewise.
3805         * coff-i860.c: Likewise.
3806         * coff-i960.c: Likewise.
3807         * coff-ia64.c: Likewise.
3808         * coff-mips.c: Likewise.
3809         * coff-ppc.c: Likewise.
3810         * coff-rs6000.c: Likewise.
3811         * coff-sh.c: Likewise.
3812         * coff-tic30.c: Likewise.
3813         * coff-tic54x.c: Likewise.
3814         * coff-x86_64.c: Likewise.
3815         * coff64-rs6000.c: Likewise.
3816         * coffcode.h: Likewise.
3817         * elf-m10300.c: Likewise.
3818         * elf32-cr16.c: Likewise.
3819         * elf32-lm32.c: Likewise.
3820         * elf32-m32r.c: Likewise.
3821         * elf32-metag.c: Likewise.
3822         * elf32-score.c: Likewise.
3823         * elf32-score7.c: Likewise.
3824         * elf32-tilepro.c: Likewise.
3825         * elf32-xstormy16.c: Likewise.
3826         * elf32-xtensa.c: Likewise.
3827         * elf64-alpha.c: Likewise.
3828         * elf64-hppa.c: Likewise.
3829         * elf64-ia64-vms.c: Likewise.
3830         * elf64-mmix.c: Likewise.
3831         * elf64-sh64.c: Likewise.
3832         * elfnn-ia64.c: Likewise.
3833         * elfxx-sparc.c: Likewise.
3834         * elfxx-target.h: Likewise.
3835         * elfxx-tilegx.c: Likewise.
3836         * elfxx-x86.h: Likewise.
3837         * hp300hpux.c: Likewise.
3838         * hppabsd-core.c: Likewise.
3839         * hpux-core.c: Likewise.
3840         * i386msdos.c: Likewise.
3841         * i386os9k.c: Likewise.
3842         * ieee.c: Likewise.
3843         * ihex.c: Likewise.
3844         * irix-core.c: Likewise.
3845         * libaout.h: Likewise.
3846         * libecoff.h: Likewise.
3847         * mach-o-target.c: Likewise.
3848         * mach-o.c: Likewise.
3849         * mipsbsd.c: Likewise.
3850         * mmo.c: Likewise.
3851         * netbsd-core.c: Likewise.
3852         * nlm-target.h: Likewise.
3853         * oasys.c: Likewise.
3854         * osf-core.c: Likewise.
3855         * pdp11.c: Likewise.
3856         * pe-mips.c: Likewise.
3857         * pe-x86_64.c: Likewise.
3858         * pef.c: Likewise.
3859         * plugin.c: Likewise.
3860         * ppcboot.c: Likewise.
3861         * ptrace-core.c: Likewise.
3862         * sco5-core.c: Likewise.
3863         * som.c: Likewise.
3864         * sparclynx.c: Likewise.
3865         * srec.c: Likewise.
3866         * tekhex.c: Likewise.
3867         * trad-core.c: Likewise.
3868         * verilog.c: Likewise.
3869         * versados.c: Likewise.
3870         * vms-alpha.c: Likewise.
3871         * vms-lib.c: Likewise.
3872         * wasm-module.c: Likewise.
3873         * xsym.c: Likewise.
3874         * libbfd.h: Regenerate.
3875
3876 2018-02-15  Jim Wilson  <jimw@sifive.com>
3877
3878         * elfnn-riscv.c (_bfd_riscv_relax_section): Ifdef out check to ignore
3879         symbols whose section address is zero.
3880
3881         * elfnn-riscv.c (riscv_elf_relocate_section): Use bfd_reloc_dangerous
3882         when pcrel_lo reloc has an addend.  Use reloc_dangerous callback for
3883         bfd_reloc_dangerous.  Use einfo instead of warning callback for errors.
3884         Add %X%P to error messages.
3885
3886 2018-02-15  Eric Botcazou  <ebotcazou@adacore.com>
3887
3888         PR ld/22832
3889         * elfxx-sparc.c (_bfd_sparc_elf_check_relocs) <R_SPARC_TLS_GD_CALL>:
3890         Pass FALSE instead of TRUE as 'create' argument to bfd_link_hash_lookup
3891         and assert that the result of the call is not NULL.
3892
3893 2018-02-14  Nick Clifton  <nickc@redhat.com>
3894
3895         PR 22823
3896         Revert previous delta.  Add extra casts to avoid compile time
3897         warnings instead.
3898         * libbfd-in.h (_bfd_generic_bfd_copy_private_bfd_data): Add extra
3899         cast to avoid warning from gcc v8 compiler.
3900         (_bfd_generic_bfd_merge_private_bfd_data): Likewise.
3901         (_bfd_generic_bfd_set_private_flags): Likewise.
3902         (_bfd_generic_bfd_copy_private_section_data): Likewise.
3903         (_bfd_generic_bfd_copy_private_symbol_data): Likewise.
3904         (_bfd_generic_bfd_copy_private_header_data): Likewise.
3905         (_bfd_generic_bfd_print_private_bfd_data): Likewise.
3906         (_bfd_noarchive_construct_extended_name_table): Likewise.
3907         (_bfd_noarchive_truncate_arname): Likewise.
3908         (_bfd_noarchive_write_ar_hdr): Likewise.
3909         (_bfd_noarchive_get_elt_at_index): Likewise.
3910         (_bfd_nosymbols_canonicalize_symtab): Likewise.
3911         (_bfd_nosymbols_print_symbol): Likewise.
3912         (_bfd_nosymbols_get_symbol_info): Likewise.
3913         (_bfd_nosymbols_get_symbol_version_string): Likewise.
3914         (_bfd_nosymbols_bfd_is_local_label_name): Likewise.
3915         (_bfd_nosymbols_bfd_is_target_special_symbol): Likewise.
3916         (_bfd_nosymbols_get_lineno): Likewise.
3917         (_bfd_nosymbols_find_nearest_line): Likewise.
3918         (_bfd_nosymbols_find_line): Likewise.
3919         (_bfd_nosymbols_find_inliner_info): Likewise.
3920         (_bfd_nosymbols_bfd_make_debug_symbol): Likewise.
3921         (_bfd_nosymbols_read_minisymbols): Likewise.
3922         (_bfd_nosymbols_minisymbol_to_symbol): Likewise.
3923         (_bfd_norelocs_bfd_reloc_type_lookup): Likewise.
3924         (_bfd_norelocs_bfd_reloc_name_lookup): Likewise.
3925         (_bfd_nowrite_set_arch_mach): Likewise.
3926         (_bfd_nowrite_set_section_contents): Likewise.
3927         (_bfd_nolink_sizeof_headers): Likewise.
3928         (_bfd_nolink_bfd_get_relocated_section_contents): Likewise.
3929         (_bfd_nolink_bfd_relax_section): Likewise.
3930         (_bfd_nolink_bfd_gc_sections): Likewise.
3931         (_bfd_nolink_bfd_lookup_section_flags): Likewise.
3932         (_bfd_nolink_bfd_merge_sections): Likewise.
3933         (_bfd_nolink_bfd_is_group_section): Likewise.
3934         (_bfd_nolink_bfd_discard_group): Likewise.
3935         (_bfd_nolink_bfd_link_hash_table_create): Likewise.
3936         (_bfd_nolink_bfd_link_add_symbols): Likewise.
3937         (_bfd_nolink_bfd_link_just_syms): Likewise.
3938         (_bfd_nolink_bfd_copy_link_hash_symbol_type): Likewise.
3939         (_bfd_nolink_bfd_final_link): Likewise.
3940         (_bfd_nolink_bfd_link_split_section): Likewise.
3941         (_bfd_nolink_section_already_linked): Likewise.
3942         (_bfd_nolink_bfd_define_common_symbol): Likewise.
3943         (_bfd_nolink_bfd_define_start_stop): Likewise.
3944         (_bfd_nodynamic_canonicalize_dynamic_symtab): Likewise.
3945         (_bfd_nodynamic_get_synthetic_symtab): Likewise.
3946         (_bfd_nodynamic_get_dynamic_reloc_upper_bound _bfd_): Likewise.
3947         (_bfd_nodynamic_canonicalize_dynamic_reloc): Likewise.
3948         * libbfd.c (bfd_false_any): Delete.
3949         (bfd_true_any, bfd_nullvoidptr_any, bfd_0_any): Delete.
3950         (bfd_0u_any, bfd_0l_any, _bfd_n1_any, bfd_void_any): Delete.
3951         * libbfd.h (extern): Regenerate
3952         * aout-target.h (MY_bfd_is_target_special_symbol): Add extra
3953         cast to avoid warning from gcc v8 compiler.
3954         * aout-tic30.c (tic30_aout_set_arch_mach): Likewise.
3955         * binary.c (binary_get_symbol_info): Likewise.
3956         * coff-alpha.c (alpha_ecoff_backend_data): Likewise.
3957         * coff-mips.c (mips_ecoff_backend_data): Likewise.
3958         * coffcode.h (coff_set_alignment_hook): Likewise.
3959         (symname_in_debug_hook): Likewise.
3960         (bfd_coff_backend_data bigobj_swap_table): Likewise.
3961         * elf-m10300.c (elf_backend_omit_section_dynsym): Likewise.
3962         * elf32-cr16.c (elf_backend_omit_section_dynsym): Likewise.
3963         * elf32-lm32.c (elf_backend_omit_section_dynsym): Likewise.
3964         * elf32-m32r.c (elf_backend_omit_section_dynsym): Likewise.
3965         * elf32-metag.c (elf_backend_omit_section_dynsym): Likewise.
3966         * elf32-score.c (elf_backend_omit_section_dynsym): Likewise.
3967         * elf32-score7.c (elf_backend_omit_section_dynsym): Likewise.
3968         * elf32-xstormy16.c (elf_backend_omit_section_dynsym): Likewise.
3969         * elf32-xtensa.c (elf_backend_omit_section_dynsym): Likewise.
3970         * elf64-alpha.c (elf_backend_omit_section_dynsym): Likewise.
3971         * elf64-hppa.c (elf_backend_omit_section_dynsym): Likewise.
3972         * elf64-ia64-vms.c (elf_backend_omit_section_dynsym): Likewise.
3973         * elf64-mmix.c (elf_backend_omit_section_dynsym): Likewise.
3974         * elf64-sh64.c (elf_backend_omit_section_dynsym): Likewise.
3975         * elfnn-ia64.c (elf_backend_omit_section_dynsym): Likewise.
3976         * elfxx-target.h (bfd_elfNN_bfd_debug_info_accumulate): Likewise.
3977         (bfd_elfNN_bfd_make_debug_symbol): Likewise.
3978         (bfd_elfNN_bfd_merge_private_bfd_data): Likewise.
3979         (bfd_elfNN_bfd_set_private_flags): Likewise.
3980         (bfd_elfNN_bfd_is_target_special_symbol): Likewise.
3981         (elf_backend_init_index_section): Likewise.
3982         (elf_backend_allow_non_load_phdr): Likewise.
3983         * elfxx-x86.h (elf_backend_omit_section_dynsym): Likewise.
3984         * i386msdos.c (msdos_bfd_is_target_special_symbol): Likewise.
3985         * ieee.c (ieee_construct_extended_name_table): Likewise.
3986         (ieee_write_armap): Likewise.
3987         (ieee_write_ar_hdr): Likewise.
3988         (ieee_bfd_is_target_special_symbol): Likewise.
3989         * ihex.c (ihex_canonicalize_symtab): Likewise.
3990         (ihex_bfd_is_target_special_symbol): Likewise.
3991         * libaout.h (aout_32_bfd_is_target_special_symbol): Likewise.
3992         * libecoff.h (_bfd_ecoff_bfd_is_target_special_symbol): Likewise.
3993         (_bfd_ecoff_set_alignment_hook): Likewise.
3994         * mach-o-target.c (bfd_mach_o_bfd_is_target_special_symbol): Likewise.
3995         * mmo.c (mmo_bfd_is_target_special_symbol): Likewise.
3996         * nlm-target.h (nlm_bfd_is_target_special_symbol): Likewise.
3997         * oasys.c (oasys_construct_extended_name_table): Likewise.
3998         (oasys_write_armap): Likewise.
3999         (oasys_write_ar_hdr): Likewise.
4000         (oasys_bfd_is_target_special_symbol): Likewise.
4001         * pef.c (bfd_pef_bfd_is_target_special_symbol): Likewise.
4002         * plugin.c (bfd_plugin_bfd_is_target_special_symbol): Likewise.
4003         * ppcboot.c (ppcboot_bfd_is_target_special_symbol): Likewise.
4004         * som.c (som_bfd_is_target_special_symbol): Likewise.
4005         * srec.c (srec_bfd_is_target_special_symbol): Likewise.
4006         * tekhex.c (tekhex_bfd_is_target_special_symbol): Likewise.
4007         * verilog.c (verilog_bfd_is_target_special_symbol): Likewise.
4008         * versados.c (versados_bfd_is_target_special_symbol): Likewise.
4009         (versados_bfd_reloc_name_lookup): Likewise.
4010         * vms-alpha.c (vms_bfd_is_target_special_symbol): Likewise.
4011         (vms_bfd_define_start_stop): Likewise.
4012         (alpha_vms_bfd_is_target_special_symbol): Likewise.
4013         * wasm-module.c (wasm_bfd_is_target_special_symbol): Likewise.
4014         * xsym.c (bfd_sym_bfd_is_target_special_symbol): Likewise.
4015
4016 2018-02-14  H.J. Lu  <hongjiu.lu@intel.com>
4017
4018         PR ld/22842
4019         * elf32-i386.c (elf_i386_check_relocs): Pass FALSE for non
4020         PC-relative PLT to NEED_DYNAMIC_RELOCATION_P.
4021         * elf64-x86-64.c (elf_x86_64_check_relocs): Create PLT for
4022         R_X86_64_PC32 reloc against dynamic function in data section.
4023         Pass TRUE for PC-relative PLT to NEED_DYNAMIC_RELOCATION_P.
4024         (elf_x86_64_relocate_section): Use PLT for R_X86_64_PC32 reloc
4025         against dynamic function in data section.
4026         * elfxx-x86.c (elf_x86_allocate_dynrelocs): Use PLT in PIE as
4027         function address only if pcrel_plt is true.
4028         (_bfd_x86_elf_link_hash_table_create): Set pcrel_plt.
4029         * elfxx-x86.h (NEED_DYNAMIC_RELOCATION_P): Add PCREL_PLT for
4030         PC-relative PLT.  If PLT is PC-relative, don't generate dynamic
4031         PC-relative relocation against a function definition in data
4032         secton in PIE.  Remove the obsolete comments.
4033         (elf_x86_link_hash_table): Add pcrel_plt.
4034
4035 2018-02-13  H.J. Lu  <hongjiu.lu@intel.com>
4036
4037         * elfxx-x86.c (elf_x86_allocate_dynrelocs): Check bfd_link_dll,
4038         instead of bfd_link_pic, for building shared library.
4039
4040 2018-02-13  H.J. Lu  <hongjiu.lu@intel.com>
4041
4042         PR gas/22791
4043         * elf64-x86-64.c (is_32bit_relative_branch): Removed.
4044         (elf_x86_64_relocate_section): Check PIC relocations in PIE.
4045         Remove is_32bit_relative_branch usage.  Disallow PC32 reloc
4046         against protected function in shared object.
4047
4048 2018-02-13  Sergei Trofimovich  <slyfox@inbox.ru>
4049
4050         PR 22828
4051         * po/ru.po: Fix typo in Russian translation.
4052
4053 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
4054
4055         * wasm-module.c (wasm_scan_name_function_section): Rename
4056         `index' local variable to `idx'.
4057
4058 2018-02-13  Nick Clifton  <nickc@redhat.com>
4059
4060         PR 22823
4061         Fix compile time warnings generated by gcc version 8.
4062         * libbfd-in.h: Remove extraneous text from prototypes.
4063         Add prototypes for bfd_false_any, bfd_true_any,
4064         bfd_nullvoidptr_any, bfd_0_any, bfd_0u_any, bfd_0l_any,
4065         bfd_n1_any, bfd_void_any.
4066         (_bfd_generic_bfd_copy_private_bfd_data): Use vararg based dummy
4067         function.
4068         (_bfd_generic_bfd_merge_private_bfd_data): Likewise.
4069         (_bfd_generic_bfd_set_private_flags): Likewise.
4070         (_bfd_generic_bfd_copy_private_section_data): Likewise.
4071         (_bfd_generic_bfd_copy_private_symbol_data): Likewise.
4072         (_bfd_generic_bfd_copy_private_header_data): Likewise.
4073         (_bfd_generic_bfd_print_private_bfd_data): Likewise.
4074         (_bfd_noarchive_construct_extended_name_table): Likewise.
4075         (_bfd_noarchive_truncate_arname): Likewise.
4076         (_bfd_noarchive_write_ar_hdr): Likewise.
4077         (_bfd_noarchive_get_elt_at_index): Likewise.
4078         (_bfd_nosymbols_canonicalize_symtab): Likewise.
4079         (_bfd_nosymbols_print_symbol): Likewise.
4080         (_bfd_nosymbols_get_symbol_info): Likewise.
4081         (_bfd_nosymbols_get_symbol_version_string): Likewise.
4082         (_bfd_nosymbols_bfd_is_local_label_name): Likewise.
4083         (_bfd_nosymbols_bfd_is_target_special_symbol): Likewise.
4084         (_bfd_nosymbols_get_lineno): Likewise.
4085         (_bfd_nosymbols_find_nearest_line): Likewise.
4086         (_bfd_nosymbols_find_line): Likewise.
4087         (_bfd_nosymbols_find_inliner_info): Likewise.
4088         (_bfd_nosymbols_bfd_make_debug_symbol): Likewise.
4089         (_bfd_nosymbols_read_minisymbols): Likewise.
4090         (_bfd_nosymbols_minisymbol_to_symbol): Likewise.
4091         (_bfd_norelocs_bfd_reloc_type_lookup): Likewise.
4092         (_bfd_norelocs_bfd_reloc_name_lookup): Likewise.
4093         (_bfd_nowrite_set_arch_mach): Likewise.
4094         (_bfd_nowrite_set_section_contents): Likewise.
4095         (_bfd_nolink_sizeof_headers): Likewise.
4096         (_bfd_nolink_bfd_get_relocated_section_contents): Likewise.
4097         (_bfd_nolink_bfd_relax_section): Likewise.
4098         (_bfd_nolink_bfd_gc_sections): Likewise.
4099         (_bfd_nolink_bfd_lookup_section_flags): Likewise.
4100         (_bfd_nolink_bfd_merge_sections): Likewise.
4101         (_bfd_nolink_bfd_is_group_section): Likewise.
4102         (_bfd_nolink_bfd_discard_group): Likewise.
4103         (_bfd_nolink_bfd_link_hash_table_create): Likewise.
4104         (_bfd_nolink_bfd_link_add_symbols): Likewise.
4105         (_bfd_nolink_bfd_link_just_syms): Likewise.
4106         (_bfd_nolink_bfd_copy_link_hash_symbol_type): Likewise.
4107         (_bfd_nolink_bfd_final_link): Likewise.
4108         (_bfd_nolink_bfd_link_split_section): Likewise.
4109         (_bfd_nolink_section_already_linked): Likewise.
4110         (_bfd_nolink_bfd_define_common_symbol): Likewise.
4111         (_bfd_nolink_bfd_define_start_stop): Likewise.
4112         (_bfd_nodynamic_canonicalize_dynamic_symtab): Likewise.
4113         (_bfd_nodynamic_get_synthetic_symtab): Likewise.
4114         (_bfd_nodynamic_get_dynamic_reloc_upper_bound _bfd_): Likewise.
4115         (_bfd_nodynamic_canonicalize_dynamic_reloc): Likewise.
4116         * libbfd.c (bfd_false_any): New function.  Like bfd_false but
4117         accepts one or more arguments.
4118         (bfd_true_any): Likewise.
4119         (bfd_nullvoidptr_any): Likewise.
4120         (bfd_0_any): Likewise.
4121         (bfd_0u_any): Likewise.
4122         (bfd_0l_any): Likewise.
4123         (_bfd_n1_any): Likewise.
4124         (bfd_void_any): Likewise.
4125         * libbfd.h (extern): Regenerate
4126         * aout-target.h (MY_bfd_is_target_special_symbol): Use vararg
4127         based dummy function.
4128         * aout-tic30.c (tic30_aout_set_arch_mach): Likewise.
4129         * binary.c (binary_get_symbol_info): Likewise.
4130         * coff-alpha.c (alpha_ecoff_backend_data): Likewise.
4131         * coff-mips.c (mips_ecoff_backend_data): Likewise.
4132         * coffcode.h (coff_set_alignment_hook): Likewise.
4133         (symname_in_debug_hook): Likewise.
4134         (bfd_coff_backend_data bigobj_swap_table): Likewise.
4135         * elf-m10300.c (elf_backend_omit_section_dynsym): Likewise.
4136         * elf32-cr16.c (elf_backend_omit_section_dynsym): Likewise.
4137         * elf32-lm32.c (elf_backend_omit_section_dynsym): Likewise.
4138         * elf32-m32r.c (elf_backend_omit_section_dynsym): Likewise.
4139         * elf32-metag.c (elf_backend_omit_section_dynsym): Likewise.
4140         * elf32-score.c (elf_backend_omit_section_dynsym): Likewise.
4141         * elf32-score7.c (elf_backend_omit_section_dynsym): Likewise.
4142         * elf32-xstormy16.c (elf_backend_omit_section_dynsym): Likewise.
4143         * elf32-xtensa.c (elf_backend_omit_section_dynsym): Likewise.
4144         * elf64-alpha.c (elf_backend_omit_section_dynsym): Likewise.
4145         * elf64-hppa.c (elf_backend_omit_section_dynsym): Likewise.
4146         * elf64-ia64-vms.c (elf_backend_omit_section_dynsym): Likewise.
4147         * elf64-mmix.c (elf_backend_omit_section_dynsym): Likewise.
4148         * elf64-sh64.c (elf_backend_omit_section_dynsym): Likewise.
4149         * elfnn-ia64.c (elf_backend_omit_section_dynsym): Likewise.
4150         * elfxx-target.h (bfd_elfNN_bfd_debug_info_accumulate): Likewise.
4151         (bfd_elfNN_bfd_make_debug_symbol): Likewise.
4152         (bfd_elfNN_bfd_merge_private_bfd_data): Likewise.
4153         (bfd_elfNN_bfd_set_private_flags): Likewise.
4154         (bfd_elfNN_bfd_is_target_special_symbol): Likewise.
4155         (elf_backend_init_index_section): Likewise.
4156         (elf_backend_allow_non_load_phdr): Likewise.
4157         * elfxx-x86.h (elf_backend_omit_section_dynsym): Likewise.
4158         * i386msdos.c (msdos_bfd_is_target_special_symbol): Likewise.
4159         * ieee.c (ieee_construct_extended_name_table): Likewise.
4160         (ieee_write_armap): Likewise.
4161         (ieee_write_ar_hdr): Likewise.
4162         (ieee_bfd_is_target_special_symbol): Likewise.
4163         * ihex.c (ihex_canonicalize_symtab): Likewise.
4164         (ihex_bfd_is_target_special_symbol): Likewise.
4165         * libaout.h (aout_32_bfd_is_target_special_symbol): Likewise.
4166         * libecoff.h (_bfd_ecoff_bfd_is_target_special_symbol): Likewise.
4167         (_bfd_ecoff_set_alignment_hook): Likewise.
4168         * mach-o-target.c (bfd_mach_o_bfd_is_target_special_symbol): Likewise.
4169         * mmo.c (mmo_bfd_is_target_special_symbol): Likewise.
4170         * nlm-target.h (nlm_bfd_is_target_special_symbol): Likewise.
4171         * oasys.c (oasys_construct_extended_name_table): Likewise.
4172         (oasys_write_armap): Likewise.
4173         (oasys_write_ar_hdr): Likewise.
4174         (oasys_bfd_is_target_special_symbol): Likewise.
4175         * pef.c (bfd_pef_bfd_is_target_special_symbol): Likewise.
4176         * plugin.c (bfd_plugin_bfd_is_target_special_symbol): Likewise.
4177         * ppcboot.c (ppcboot_bfd_is_target_special_symbol): Likewise.
4178         * som.c (som_bfd_is_target_special_symbol): Likewise.
4179         * srec.c (srec_bfd_is_target_special_symbol): Likewise.
4180         * tekhex.c (tekhex_bfd_is_target_special_symbol): Likewise.
4181         * verilog.c (verilog_bfd_is_target_special_symbol): Likewise.
4182         * versados.c (versados_bfd_is_target_special_symbol): Likewise.
4183         (versados_bfd_reloc_name_lookup): Likewise.
4184         * vms-alpha.c (vms_bfd_is_target_special_symbol): Likewise.
4185         (vms_bfd_define_start_stop): Likewise.
4186         (alpha_vms_bfd_is_target_special_symbol): Likewise.
4187         * wasm-module.c (wasm_bfd_is_target_special_symbol): Likewise.
4188         * xsym.c (bfd_sym_bfd_is_target_special_symbol): Likewise.
4189         * elf32-arc.c (get_replace_function): Assign replacement function
4190         to func pointer.
4191         * elf32-i370.c (i370_noop): Update prototype.
4192
4193 2018-02-13  Alan Modra  <amodra@gmail.com>
4194
4195         PR 22836
4196         * elf.c (_bfd_elf_fixup_group_sections): Account for removed
4197         relocation sections.  If size reduces to just the flag word,
4198         remove that too and mark with SEC_EXCLUDE.
4199         * elflink.c (bfd_elf_final_link): Strip empty group sections.
4200
4201 2018-02-13  Alan Modra  <amodra@gmail.com>
4202
4203         PR 22829
4204         * elf.c (assign_file_positions_for_non_load_sections): Rewrite
4205         PT_GNU_RELRO setup.
4206
4207 2018-02-12  Zebediah Figura  <z.figura12@gmail.com>
4208
4209         * i386msdos.c (msdos_mkobject); New function.
4210         (msdos_object_p): New function.
4211         (i386_msdos_vec): Use msdos_object_p as the check_format
4212         function.
4213         * peicode.h: Rename external_PEI_DOS_hdr, DOSMAGIC, and
4214         NT_SIGNATURE to external_DOS_hdr, IMAGE_DOS_SIGNATURE, and
4215         IMAGE_NT_SIGNATURE.
4216         * peXXigen.c: Likewise.
4217         * coff-ia64.c: Likewise.
4218
4219 2018-02-12  Nick Clifton  <nickc@redhat.com>
4220
4221         * elf32-nds32.c (nds32_elf_relax_longjump3): Remove redundant
4222         assignment.
4223         * elf32-arc.c (elf_arc_relocate_section): Likewise.
4224
4225 2018-02-09  Eric Botcazou  <ebotcazou@adacore.com>
4226
4227         * elfxx-sparc.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): Reorder conditions.
4228         (sparc_elf_append_rela): Assert that there is enough room in section.
4229         (_bfd_sparc_elf_copy_indirect_symbol): Fix formatting.
4230         (_bfd_sparc_elf_adjust_dynamic_symbol): Minor tweak.
4231         (allocate_dynrelocs): Remove outdated comments and reorder conditions.
4232         For a symbol subject to a GOT relocation, reserve a slot in the
4233         relocation section if the symbol isn't dynamic and we are in PIC mode.
4234         (_bfd_sparc_elf_relocate_section) <R_SPARC_GOTDATA_OP>: If relocation
4235         is relaxed and a slot was reserved, generate a R_SPARC_NONE relocation.
4236         <R_SPARC_GOTDATA_OP_HIX22>: Adjust comments.
4237         <R_SPARC_PC10>: Reorder conditions.  Remove always-false assertion.
4238         (_bfd_sparc_elf_finish_dynamic_symbol): Rename local_undefweak into
4239         resolved_to_zero.  Do not generate a dynamic GOT relocation for an
4240         undefined weak symbol with non-default visibility.  Remove superfluous
4241         'else' and fix formatting.
4242
4243 2018-02-09  H.J. Lu  <hongjiu.lu@intel.com>
4244
4245         * elf32-i386.c (elf_i386_get_synthetic_symtab): Also handle
4246         is_solaris.
4247         (i386_elf32_sol2_vec): Don't declare.
4248         (elf_i386_link_setup_gnu_properties): Also handle is_solaris.
4249         Don't set need_global_offset_table.
4250         (elf_i386_solaris_arch_bed): New.
4251         (elf_backend_arch_data): Set to elf_i386_solaris_arch_bed for
4252         Solaris.
4253         * elf64-x86-64.c (elf_x86_64_get_synthetic_symtab): Check
4254         target_os != is_nacl instead of target_os == is_normal.
4255         (x86_64_elf64_sol2_vec): Don't declare.
4256         (elf_x86_64_link_setup_gnu_properties): Check target_os !=
4257         is_nacl instead of target_os == is_normal.  Don't set
4258         need_global_offset_table.
4259         (elf_x86_64_solaris_arch_bed): New.
4260         (elf_backend_arch_data): Set to elf_x86_64_solaris_arch_bed for
4261         Solaris.
4262         * elfxx-x86.c (_bfd_x86_elf_size_dynamic_sections): Keep
4263         _GLOBAL_OFFSET_TABLE_ for Solaris.
4264         (_bfd_x86_elf_link_setup_gnu_properties): Don't copy
4265         need_global_offset_table.
4266         * elfxx-x86.h (elf_x86_target_os): Add is_solaris.
4267         (elf_x86_link_hash_table): Remove need_global_offset_table.
4268         (elf_x86_init_table): Likewise.
4269
4270 2018-02-08  H.J. Lu  <hongjiu.lu@intel.com>
4271
4272         * elf32-i386.c (elf32_i386_copy_solaris_special_section_fields):
4273         Remove prototype.
4274         (i386_elf32_sol2_vec): Declared.
4275         (elf_i386_link_setup_gnu_properties): Set
4276         need_global_offset_table with info->output_bfd->xvec.
4277         * elf64-x86-64.c (elf64_x86_64_copy_solaris_special_section_fields):
4278         Remove prototype.
4279         (x86_64_elf64_sol2_vec): Declared.
4280         (elf_x86_64_link_setup_gnu_properties): Set
4281         need_global_offset_table with info->output_bfd->xvec.
4282
4283 2018-02-08  H.J. Lu  <hongjiu.lu@intel.com>
4284
4285         * elf32-i386.c (elf32_i386_copy_solaris_special_section_fields):
4286         New prototype.
4287         (elf_i386_link_setup_gnu_properties): Set need_global_offset_table
4288         for Solaris.
4289         * elf64-x86-64.c (elf64_x86_64_copy_solaris_special_section_fields):
4290         New prototype.
4291         (elf_x86_64_link_setup_gnu_properties): Set
4292         need_global_offset_table for Solaris.
4293         * elfxx-x86.c (_bfd_x86_elf_size_dynamic_sections): Keep the
4294         unused _GLOBAL_OFFSET_TABLE_ for Solaris.
4295         (_bfd_x86_elf_link_setup_gnu_properties): Copy
4296         need_global_offset_table.
4297         * elfxx-x86.h (elf_x86_link_hash_table): Add
4298         need_global_offset_table.
4299         (elf_x86_init_table): Likewise.
4300
4301 2018-02-08  Jim Wilson  <jimw@sifive.com>
4302
4303         * elfnn-riscv.c (riscv_elf_relocate_section): Add comment for previous
4304         change.
4305
4306 2018-02-08  Nick Clifton  <nickc@redhat.com>
4307
4308         PR 22788
4309         * elf.c (elf_parse_notes): Reject notes with excessuively large
4310         alignments.
4311
4312 2018-02-07  Alan Modra  <amodra@gmail.com>
4313
4314         Revert 2018-01-17  Alan Modra  <amodra@gmail.com>
4315         * elf32-ppc.c: Remove speculation barrier support.
4316         * elf32-ppc.h: Likewise.
4317         * elf64-ppc.c: Likewise.
4318         * elf64-ppc.h: Likewise.
4319
4320 2018-02-06  Jim Wilson  <jimw@sifive.com>
4321
4322         * elfnn-riscv.c (riscv_elf_relocate_section): Return TRUE if used
4323         callback to report an error.
4324
4325 2018-02-06  Eric Botcazou  <ebotcazou@adacore.com>
4326
4327         PR ld/22263
4328         * elfxx-sparc.c (sparc_elf_tls_transition): Turn call to bfd_link_pic
4329         into call to !bfd_link_executable and tidy up.
4330         (_bfd_sparc_elf_check_relocs): Fix formatting and tidy up.
4331         <R_SPARC_TLS_LE_HIX22>: Turn call to bfd_link_pic into call to
4332         !bfd_link_executable.
4333         <R_SPARC_TLS_IE_HI22>: Likewise.
4334         <GOT relocations>: Remove useless code, tidy and merge related blocks.
4335         <R_SPARC_TLS_GD_CALL>: Turn call to bfd_link_pic into call to
4336         !bfd_link_executable.
4337         <R_SPARC_WPLT30>: Tidy up.
4338         (_bfd_sparc_elf_gc_mark_hook): Turn call to bfd_link_pic into call to
4339         !bfd_link_executable.
4340         (allocate_dynrelocs): Likewise.
4341         (_bfd_sparc_elf_relocate_section): Fix formatting and tidy up.
4342         <R_SPARC_TLS_GD_HI22>: Merge into...
4343         <R_SPARC_TLS_GD_LO10>: ...this.  Adjust 4th argument in call to
4344         sparc_elf_tls_transition and remove redundant code.
4345         <R_SPARC_TLS_LDM_HI22>: Turn call to bfd_link_pic into call to
4346         !bfd_link_executable.
4347         <R_SPARC_TLS_LDO_HIX22>: Likewise.
4348         <R_SPARC_TLS_LE_HIX22>: Likewise.  Tidy up.
4349         <R_SPARC_TLS_LDM_CALL>: Likewise.
4350         <R_SPARC_TLS_GD_CALL>: Likewise.  Tidy up.
4351         <R_SPARC_TLS_GD_ADD>: Likewise.
4352         <R_SPARC_TLS_LDM_ADD>: Likewise.
4353         <R_SPARC_TLS_LDO_ADD>: Likewise.
4354         <R_SPARC_TLS_IE_LD>: Likewise.
4355
4356 2018-02-06  MiloÅ¡ Stojanović  <milos.stojanovic@rt-rk.com>
4357
4358         PR 22789
4359         * elfxx-mips.c (_bfd_mips_elf_find_nearest_line): If the dwarf
4360         functions failed to find the function name, try the generic elf
4361         find function instead.
4362
4363 2018-02-06  Sergio Durigan Junior  <sergiodj@redhat.com>
4364
4365         * coff-rs6000.c (xcoff_write_archive_contents_old): Use
4366         'memcpy' instead of 'strncpy' when writing the magic number.
4367
4368 2018-02-06  Nick Clifton  <nickc@redhat.com>
4369
4370         PR 22794
4371         * opncls.c (bfd_get_debug_link_info_1): Check the size of the
4372         section before attempting to read it in.
4373         (bfd_get_alt_debug_link_info): Likewise.
4374
4375 2018-02-06  Paul Carroll  <pcarroll@codesourcery.com>
4376
4377         * bfd/dwarf2.c (find_abstract_name): Modified to return file and
4378         line information in addition to name, if they can be found.
4379
4380 2018-02-05  Renlin Li  <renlin.li@arm.com>
4381
4382         PR ld/22764
4383         * elfnn-aarch64.c (elfNN_aarch64_check_relocs): Relax the
4384         R_AARCH64_ABS32 and R_AARCH64_ABS16 for absolute symbol. Apply the
4385         check for writeable section as well.
4386
4387 2018-02-05  H.J. Lu  <hongjiu.lu@intel.com>
4388
4389         PR ld/22782
4390         * elf32-i386.c (elf_i386_check_relocs): Set got_referenced if
4391         _GLOBAL_OFFSET_TABLE_ is referenced or GOT is needed to resolve
4392         undefined weak symbol to 0.
4393         * elf64-x86-64.c (elf_x86_64_check_relocs): Set got_referenced
4394         if _GLOBAL_OFFSET_TABLE_ is referenced.
4395         * elfxx-x86.c (_bfd_x86_elf_size_dynamic_sections): Check
4396         got_referenced instead of ref_regular_nonweak.  Remove the
4397         unused _GLOBAL_OFFSET_TABLE_ from symbol table.
4398         * elfxx-x86.h (elf_x86_link_hash_table): Add got_referenced.
4399
4400 2018-02-05  Maciej W. Rozycki  <macro@mips.com>
4401
4402         * elfnn-riscv.c (_bfd_riscv_relax_pc): Use `memset' to
4403         initialize `hi_reloc'.
4404
4405 2018-02-05  Maciej W. Rozycki  <macro@mips.com>
4406
4407         * elfxx-mips.c (_bfd_mips_elf_section_processing): For
4408         SHT_MIPS_REGINFO sections don't assert the correct size and
4409         report an error instead.
4410
4411 2018-02-05  Maciej W. Rozycki  <macro@mips.com>
4412
4413         * elf.c (_bfd_elf_write_object_contents): Propagate a failure
4414         status from `->elf_backend_section_processing'.
4415
4416 2018-02-02  Jim Wilson  <jimw@sifive.com>
4417
4418         PR ld/22756
4419         * elfnn-riscv.c (riscv_relax_delete_bytes): New parameter link_info.
4420         If link_info->wrap_hash, check for a duplicate symbol and ignore.
4421         (_bfd_riscv_relax_call, bfd_riscv_relax_lui, _bfd_riscv_relax_tls_le):
4422         Pass new argument to riscv_relax_delete_bytes.
4423         (_bfd_riscv_relax_align, _bfd_riscv_relax_delete): Likewise.  Remove
4424         ATTRIBUTE_UNUSED from link_info parameter.
4425
4426 2018-02-02  Alan Modra  <amodra@gmail.com>
4427
4428         * elf64-ppc.c (ppc64_elf_relocate_section): Don't relocate nops
4429         emitted for toc sequence optimization.  Set and use "howto" later.
4430
4431 2018-02-01  Simon Marchi  <simon.marchi@ericsson.com>
4432
4433         * elf64-ppc.c (ppc64_elf_archive_symbol_lookup): Avoid pointer
4434         arithmetic on NULL pointer.
4435         * elflink.c (_bfd_elf_archive_symbol_lookup,
4436         elf_link_add_archive_symbols): Likewise.
4437
4438 2018-01-31  Michael Matz  <matz@suse.de>
4439
4440         * elflink.c (bfd_elf_define_start_stop): Fix check of
4441         def_dynamic.
4442
4443 2018-01-31  H.J. Lu  <hongjiu.lu@intel.com>
4444
4445         PR ld/21964
4446         * elflink.c (bfd_elf_define_start_stop): Check if __start and
4447         __stop symbols are referenced by shared objects.
4448
4449 2018-01-30  Alan Modra  <amodra@gmail.com>
4450
4451         PR 22758
4452         * elf.c (_bfd_elf_map_sections_to_segments): Don't start a new
4453         segment when demand paged with lma on the same page.  Test this
4454         before load/non-load, executable/non-executable,
4455         writable/non-writable tests and simplify.  Delete bogus relro
4456         condition in writable/non-writable test.  Delete outdated
4457         comment.  Formatting.
4458
4459 2018-01-30  Alan Modra  <amodra@gmail.com>
4460
4461         * elflink.c (bfd_elf_define_start_stop): Make __start and __stop
4462         symbols dynamic.
4463
4464 2018-01-29  Alan Modra  <amodra@gmail.com>
4465
4466         PR 22741
4467         * coffgen.c (coff_pointerize_aux): Ensure auxent tagndx is in
4468         range before converting to a symbol table pointer.
4469
4470 2018-01-27  Nick Clifton  <nickc@redhat.com>
4471
4472         * po/ru.po: Updated Russian translation.
4473
4474 2018-01-26  Alan Modra  <amodra@gmail.com>
4475
4476         * elflink.c (bfd_elf_define_start_stop): Override symbols when
4477         they are defined dynamically.
4478
4479 2018-01-26  Alan Modra  <amodra@gmail.com>
4480
4481         * elf64-ppc.c (ppc64_elf_size_stubs): Iterate sizing when
4482         .branch_lt changes size.
4483
4484 2018-01-25  Alan Modra  <amodra@gmail.com>
4485
4486         PR 22746
4487         * elfcode.h (elf_object_p): Avoid integer overflow.
4488
4489 2018-01-25  Eric Botcazou  <ebotcazou@adacore.com>
4490
4491         PR ld/22727
4492         * elfxx-sparc.c (_bfd_sparc_elf_check_relocs) <R_SPARC_TLS_GD_CALL>:
4493         Do a mere lookup of the __tls_get_addr symbol instead of adding it.
4494
4495         Revert
4496         2017-10-19  H.J. Lu  <hongjiu.lu@intel.com>
4497
4498         PR ld/22263
4499         * elfxx-sparc.c (sparc_elf_tls_transition): Replace
4500         bfd_link_pic with !bfd_link_executable, !bfd_link_pic with
4501         bfd_link_executable for TLS check.
4502         (_bfd_sparc_elf_check_relocs): Likewise.
4503         (allocate_dynrelocs): Likewise.
4504         (_bfd_sparc_elf_relocate_section): Likewise.
4505
4506 2018-01-24  Renlin Li  <renlin.li@arm.com>
4507
4508         * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Add support for
4509         BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
4510         BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
4511         BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
4512         BFD_RELOC_AARCH64_MOVW_PREL_G3.
4513         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
4514         (_bfd_aarch64_elf_resolve_relocation): Likewise.
4515
4516 2018-01-24  Renlin Li  <renlin.li@arm.com>
4517
4518         * reloc.c: Add BFD_RELOC_AARCH64_MOVW_PREL_G0,
4519         BFD_RELOC_AARCH64_MOVW_PREL_G0_NC, BFD_RELOC_AARCH64_MOVW_PREL_G1,
4520         BFD_RELOC_AARCH64_MOVW_PREL_G1_NC, BFD_RELOC_AARCH64_MOVW_PREL_G2,
4521         BFD_RELOC_AARCH64_MOVW_PREL_G2_NC, BFD_RELOC_AARCH64_MOVW_PREL_G3.
4522         * elfnn-aarch64.c (elfNN_aarch64_howto_table): Add entries for
4523         BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
4524         BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
4525         BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
4526         BFD_RELOC_AARCH64_MOVW_PREL_G3.
4527         * bfd-in2.h: Regenerate.
4528         * libbfd.h: Regenerate.
4529
4530 2018-01-23  Maciej W. Rozycki  <macro@mips.com>
4531
4532         * elfxx-mips.c (_bfd_mips_elf_final_link): Update a stale
4533         `mips_elf32_section_processing' comment reference.
4534
4535 2018-01-20  H.J. Lu  <hongjiu.lu@intel.com>
4536
4537         PR ld/22721
4538         * elfxx-x86.c (_bfd_x86_elf_link_check_relocs): Check the
4539         versioned __tls_get_addr symbol.
4540
4541 2018-01-19  Nick Clifton  <nickc@redhat.com>
4542
4543         * po/fr.po: Updated French translation.
4544
4545 2018-01-18  Alan Modra  <amodra@gmail.com>
4546
4547         * elf32-ppc.c (ppc_elf_create_glink): Correct alignment of .glink.
4548         * elf64-ppc.c (ppc64_elf_size_stubs): Handle negative plt_stub_align.
4549         (ppc64_elf_build_stubs): Likewise.
4550
4551 2018-01-17  Nick Clifton  <nickc@redhat.com>
4552
4553         * po/ru.po: Updated Russian translation.
4554         * po/uk/po: Updated Ukranian translation.
4555
4556 2018-01-17  Alan Modra  <amodra@gmail.com>
4557
4558         * elf64-ppc.c (ppc64_elf_build_stubs): Silence gcc warning.
4559
4560 2018-01-17  Alan Modra  <amodra@gmail.com>
4561
4562         * elf32-ppc.c (GLINK_ENTRY_SIZE): Handle speculation barrier.
4563         (CRSETEQ, BEQCTRM): Define.
4564         (is_nonpic_glink_stub): Don't check bctr.
4565         (ppc_elf_link_hash_table_create): Init new ppc_elf_params field.
4566         (ppc_elf_relax_section): Size speculation barrier.
4567         (output_bctr): New function.
4568         (write_glink_stub): Use output_bctr.
4569         (ppc_elf_relocate_section): Use output_bctr for long branch stub.
4570         (ppc_elf_finish_dynamic_symbol): Likewise.
4571         (ppc_elf_finish_dynamic_sections): Use output_bctr.
4572         * elf32-ppc.h (struct ppc_elf_params): Add speculate_indirect_jumps.
4573         * elf64-ppc.c (CRSETEQ, BEQCTRM, BEQCTRLM): Define.
4574         (GLINK_PLTRESOLVE_SIZE): Size speculation barrier.
4575         (size_global_entry_stubs): Handle speculation barrier sizing.
4576         (plt_stub_size): Likewise.
4577         (output_bctr): New function.
4578         (build_plt_stub, build_tls_get_addr_stub): Output speculation
4579         barrier.
4580         (ppc_build_one_stub): Likewise for ppc_stub_plt_branch.
4581         (ppc_size_one_stub): Size speculation barrier in ppc_stub_plt_branch.
4582         (build_global_entry_stubs): Output speculation barrier.
4583         (ppc64_elf_build_stubs): Likewise in __glink_PLTresolve stub.
4584         * elf64-ppc.h (struct ppc64_elf_params): Add speculate_indirect_jumps.
4585
4586 2018-01-17  Alan Modra  <amodra@gmail.com>
4587
4588         * elf32-ppc.c (GLINK_ENTRY_SIZE): Add parameters, handle
4589         __tls_get_addr_opt, and alignment sizing.
4590         (TLS_GET_ADDR_GLINK_SIZE): Delete.
4591         (is_nonpic_glink_stub): Don't use GLINK_ENTRY_SIZE.
4592         (ppc_elf_get_synthetic_symtab): Recognize stubs spaced at 4, 6,
4593         or 8 insns.
4594         (ppc_elf_link_hash_table_create): Init new ppc_elf_params field.
4595         (allocate_dynrelocs): Use new GLINK_ENTRY_SIZE.
4596         (ppc_elf_size_dynamic_sections): Likewise.  Size branch table
4597         by PLT reloc count.
4598         (write_glink_stub): Handle __tls_get_addr_opt stub.
4599         Pad out to size given by GLINK_ENTRY_SIZE.
4600         (ppc_elf_relocate_section): Adjust write_glink_stub call.
4601         (ppc_elf_finish_dynamic_symbol): Likewise.
4602         (ppc_elf_finish_dynamic_sections): Write PLTresolve without using
4603         insn array since so many need rewriting.
4604         * elf32-ppc.h (struct ppc_elf_params): Add plt_stub_align.
4605         * elf64-ppc.c (GLINK_PLTRESOLVE_SIZE): Rename from
4606         GLINK_CALL_STUB_SIZE.  Add htab param and evaluate to size without
4607         nops.  Adjust all uses.
4608         (ppc64_elf_get_synthetic_symtab): Don't use GLINK_CALL_STUB_SIZE
4609         in glink_vma calculation.
4610         (struct ppc_link_hash_table): Add global_entry section pointer.
4611         (create_linkage_sections): Create separate section for global
4612         entry stubs.
4613         (PPC_LO, PPC_HI, PPC_HA): Move earlier.
4614         (size_global_entry_stubs): Handle sizing for aligned stubs.
4615         (ppc64_elf_size_dynamic_sections): Handle global_entry alloc,
4616         and don't stash end of glink branch table in rawsize.
4617         (ppc_build_one_stub): Rewrite stub size calculations.
4618         (build_global_entry_stubs): Use new section.
4619         (ppc64_elf_build_stubs): Don't pad __glink_PLTresolve with nops.
4620         Build lazy link stubs out to end of section.  Build global entry
4621         stubs in new section.
4622
4623 2018-01-15  Nick Clifton  <nickc@redhat.com>
4624
4625         * po/uk.po: Updated Ukranian translation.
4626
4627 2018-01-13  Nick Clifton  <nickc@redhat.com>
4628
4629         * po/bfd.pot: Regenerated.
4630
4631 2018-01-13  Nick Clifton  <nickc@redhat.com>
4632
4633         * version.m4: Bump version to 2.30.51
4634         * configure: Regenerate.
4635
4636 2018-01-13  Nick Clifton  <nickc@redhat.com>
4637
4638         2.30 branch created.
4639
4640 2018-01-12  Jens Widell  <jl@opera.com>
4641
4642         * elf.c (setup_group): Optimize search for group by remembering
4643         last found group and restarting search at that index.
4644         * elf-bfd.h (struct elf_obj_tdata): Add group_search_offset field.
4645
4646 2018-01-12  Gunther Nikl  <gnikl@users.sourceforge.net>
4647
4648         * aoutx.h (aout_link_check_ar_symbols): Remove default and handle
4649         bfd_link_common_skip_none in switch.
4650
4651 2018-01-12  Alan Modra  <amodra@gmail.com>
4652
4653         PR ld/22649
4654         * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Ignore dynamic
4655         references on forced local symbols.
4656
4657 2018-01-12  Vlad Ivanov  <vlad@ivanov.email>
4658
4659         * elfxx-mips.c (_bfd_mips_elf_final_link): Notify user when
4660         .reginfo section has wrong size.
4661
4662 2018-01-11  H.J. Lu  <hongjiu.lu@intel.com>
4663
4664         PR ld/22393
4665         * elf.c (_bfd_elf_map_sections_to_segments): When generating
4666         separate code and read-only data LOAD segments, create a new
4667         LOAD segment if the previous section contains text and the
4668         current section doesn't or vice versa.  Don't put a writable
4669         section in a read-only segment if there is a RELRO segment.
4670
4671 2018-01-11  H.J. Lu  <hongjiu.lu@intel.com>
4672
4673         PR ld/22649
4674         * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Ignore dynamic
4675         references on forced local symbols.
4676
4677 2018-01-11  H.J. Lu  <hongjiu.lu@intel.com>
4678
4679         PR ld/22677
4680         * elflink.c (bfd_elf_gc_sections): Keep all PREINIT_ARRAY,
4681         INIT_ARRAY as well as FINI_ARRAY sections for ld -r --gc-section.
4682
4683 2018-01-09  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
4684
4685         PR 22662
4686         * elf32-nds32.c (nds32_elf_relax_loadstore): Fix a typographical error.
4687
4688 2018-01-03  John Baldwin  <jhb@FreeBSD.org>
4689
4690         * elf.c (elfcore_grok_freebsd_note): Handle
4691         NT_FREEBSD_PROCSTAT_PROC, NT_FREEBSD_PROCSTAT_FILES, and
4692         NT_FREEBSD_PROCSTAT_VMMAP.
4693
4694 2018-01-03  Alan Modra  <amodra@gmail.com>
4695
4696         Update year range in copyright notice of all files.
4697
4698 For older changes see ChangeLog-2017
4699 \f
4700 Copyright (C) 2018 Free Software Foundation, Inc.
4701
4702 Copying and distribution of this file, with or without modification,
4703 are permitted in any medium without royalty provided the copyright
4704 notice and this notice are preserved.
4705
4706 Local Variables:
4707 mode: change-log
4708 left-margin: 8
4709 fill-column: 74
4710 version-control: never
4711 End: