[ARM] FDPIC: Make _GLOBAL_OFFSET_TABLE_ a relative symbol
[external/binutils.git] / bfd / ChangeLog
1 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
2         Mickaël Guêné  <mickael.guene@st.com>
3
4         * elf32-arm.c (elf32_arm_finish_dynamic_symbol): Handle
5         _GLOBAL_OFFSET_TABLE_ in FDPIC mode.
6
7 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
8         Mickaël Guêné  <mickael.guene@st.com>
9
10         * elf32-arm.c (bfd_elf32_arm_set_target_params): Handle FDPIC case
11         for R_ARM_TARGET2.
12
13 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
14         Mickaël Guêné  <mickael.guene@st.com>
15
16         * elf32-arm.c (DEFAULT_STACK_SIZE): New.
17         (elf32_arm_always_size_sections): Create stack segment.
18
19 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
20         Mickaël Guêné  <mickael.guene@st.com>
21
22         * bfd-in2.h (BFD_RELOC_ARM_TLS_GD32_FDPIC)
23         (BFD_RELOC_ARM_TLS_LDM32_FDPIC, BFD_RELOC_ARM_TLS_IE32_FDPIC): New
24         relocations.
25         * elf32-arm.c (elf32_arm_howto_table_2): Add R_ARM_TLS_GD32_FDPIC,
26         R_ARM_TLS_LDM32_FDPIC, R_ARM_TLS_IE32_FDPIC relocations.
27         (elf32_arm_reloc_map): Add R_ARM_TLS_GD32_FDPIC,
28         R_ARM_TLS_LDM32_FDPIC, R_ARM_TLS_IE32_FDPIC.
29         (struct elf32_arm_link_hash_table): Update comment.
30         (elf32_arm_final_link_relocate): Handle TLS FDPIC relocations.
31         (IS_ARM_TLS_RELOC): Likewise.
32         (elf32_arm_check_relocs): Likewise.
33         (allocate_dynrelocs_for_symbol): Likewise.
34         (elf32_arm_size_dynamic_sections): Update comment.
35         * reloc.c: Add BFD_RELOC_ARM_TLS_GD32_FDPIC,
36         BFD_RELOC_ARM_TLS_LDM32_FDPIC, BFD_RELOC_ARM_TLS_IE32_FDPIC.
37
38 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
39         Mickaël Guêné  <mickael.guene@st.com>
40
41         * elf32-arm.c (elf32_arm_fdpic_plt_entry): New.
42         (elf32_arm_create_dynamic_sections): Handle FDPIC.
43         (elf32_arm_allocate_plt_entry): Likewise.
44         (elf32_arm_populate_plt_entry): Likewise.
45         (elf32_arm_output_plt_map_1): Likewise.
46
47 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
48         Mickaël Guêné  <mickael.guene@st.com>
49
50         * elf32-arm.c (struct fdpic_local): New.
51         (elf_arm_obj_tdata): Add local_fdpic_cnts field.
52         (elf32_arm_local_fdpic_cnts): New.
53         (struct fdpic_global): New.
54         (elf32_arm_link_hash_entry): Add fdpic_cnts field.
55         (elf32_arm_link_hash_table): Add srofixup field.
56         (arm_elf_add_rofixup): New.
57         (arm_elf_fill_funcdesc): New.
58         (elf32_arm_link_hash_newfunc): Handle fdpic_cnts.
59         (elf32_arm_allocate_local_sym_info): Likewise.
60         (create_got_section): Create .rofixup section.
61         (elf32_arm_copy_indirect_symbol): Handle fdpic_cnts.
62         (bfd_elf32_arm_set_target_params): Handle FDPIC.
63         (elf32_arm_final_link_relocate): Likewise.
64         (elf32_arm_check_relocs): Likewise.
65         (allocate_dynrelocs_for_symbol): Likewise.
66         (elf32_arm_size_dynamic_sections): Likewise.
67         (elf32_arm_finish_dynamic_sections): Likewise.
68         (elf32_arm_output_arch_local_syms): Likewise.
69         (elf32_arm_fdpic_omit_section_dynsym): New.
70
71 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
72         Mickaël Guêné  <mickael.guene@st.com>
73
74         * bfd-in2.c (BFD_RELOC_ARM_GOTFUNCDESC)
75         (BFD_RELOC_ARM_GOTOFFFUNCDESC, BFD_RELOC_ARM_FUNCDESC)
76         (BFD_RELOC_ARM_FUNCDESC_VALUE): New.
77         * elf32-arm.c (elf32_arm_howto_table_2): Add R_ARM_GOTFUNCDESC,
78         R_ARM_GOTOFFFUNCDESC, R_ARM_FUNCDESC, R_ARM_FUNCDESC_VALUE.
79         (elf32_arm_howto_from_type): Take new members of
80         elf32_arm_howto_table_2 into account.
81         (elf32_arm_reloc_map): Add BFD_RELOC_ARM_GOTFUNCDESC,
82         BFD_RELOC_ARM_GOTOFFFUNCDESC, BFD_RELOC_ARM_FUNCDESC,
83         BFD_RELOC_ARM_FUNCDESC_VALUE.
84         * reloc.c: Add BFD_RELOC_ARM_GOTFUNCDESC,
85         BFD_RELOC_ARM_GOTOFFFUNCDESC, BFD_RELOC_ARM_FUNCDESC,
86         BFD_RELOC_ARM_FUNCDESC_VALUE.
87
88 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
89         Mickaël Guêné  <mickael.guene@st.com>
90
91         * elf32-arm.c (elf32_arm_print_private_bfd_data): Support
92         EF_ARM_PIC and ELFOSABI_ARM_FDPIC.
93         (elf32_arm_post_process_headers): Support ELFOSABI_ARM_FDPIC.
94         (ELF_OSABI): Define to ELFOSABI_ARM_FDPIC.
95
96 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
97         Mickaël Guêné  <mickael.guene@st.com>
98
99         * config.bfd (arm*-*-linux-*): Add arm_elf32_fdpic_be_vec and
100         arm_elf32_fdpic_le_vec to targ_selvecs. Accept
101         arm*-*-uclinuxfdpiceabi.
102         * configure.ac: Add support for arm_elf32_fdpic_be_vec and
103         arm_elf32_fdpic_le_vec.
104         * configure: Regenerate.
105         * elf32-arm.c (struct elf32_arm_link_hash_table): Add fdpic_p.
106         (elf32_arm_link_hash_table_create): Initialize fdpic_p.
107         (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME, TARGET_BIG_SYM)
108         (TARGET_BIG_NAME, elf_match_priority): Define for FDPIC targets.
109         (elf32_arm_fdpic_link_hash_table_create): New.
110         * targets.c (_bfd_target_vector): Add arm_elf32_fdpic_be_vec and
111         arm_elf32_fdpic_le_vec.
112
113 2018-04-25  Alan Modra  <amodra@gmail.com>
114
115         * elf-linux-core.h: Disable gcc-8 string truncation warning.
116         * elf.c (elfcore_write_prpsinfo): Likewise.
117
118 2018-04-25  Alan Modra  <amodra@gmail.com>
119
120         * Makefile.am: Remove arm-aout and arm-coff support.
121         * config.bfd: Likewise.
122         * configure.ac: Likewise.
123         * targets.c: Likewise.
124         * aout-arm.c: Delete.
125         * armnetbsd.c: Delete.
126         * riscix.c: Delete.
127         * Makefile.in: Regenerate.
128         * configure: Regenerate.
129         * po/SRC-POTFILES.in: Regenerate.
130
131 2018-04-24  Nick Clifton  <nickc@redhat.com>
132
133         PR 23113
134         * elf.c (ignore_section_sym): Check for the output_section pointer
135         being NULL before dereferencing it.
136
137         PR 23110
138         * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Check for
139         a negative PE_DEBUG_DATA size before iterating over the debug data.
140
141 2018-04-23  Alan Modra  <amodra@gmail.com>
142
143         * elf-linux-core.h: Revert last change.
144         * elf.c: Likewise.
145
146 2018-04-23  Nick Clifton  <nickc@redhat.com>
147
148         PR 23056
149         * aoutx.h (aout_get_external_symbols): Allocate an extra byte at
150         the end of the string table, and zero it.
151
152 2018-04-23  Alan Modra  <amodra@gmail.com>
153
154         * elf-linux-core.h (swap_linux_prpsinfo32_ugid32_out): Disable
155         gcc-8 string truncation warning.
156         (swap_linux_prpsinfo32_ugid16_out): Likewise.
157         (swap_linux_prpsinfo64_ugid32_out): Likewise.
158         (swap_linux_prpsinfo64_ugid16_out): Likewise.
159         * elf.c (elfcore_write_prpsinfo): Likewise.
160
161 2018-04-23  Nick Clifton  <nickc@redhat.com>
162
163         PR 23056
164         * aoutx.h (aout_get_external_symbols): Allocate an extra byte at
165         the end of the string table, and zero it.
166
167 2018-04-20  Alan Modra  <amodra@gmail.com>
168
169         PR 22978
170         * elf32-hppa.c (got_relocs_needed): Add extra param to special
171         case both dtprel and tprel relocs.
172         (allocate_dynrelocs): Adjust conditions for got relocs.
173         (elf32_hppa_relocate_section): Likewise for local sym got relocs.
174         Emit dynamic relocs on TLS GOT entries for shared libraries,
175         not when pic.  Omit dynamic reloc on dtprel entry when local,
176         and on tprel entry when local and executable.
177
178 2018-04-19  Alan Modra  <amodra@gmail.com>
179
180         PR 22537
181         * elf32-hppa.c (elf32_hppa_size_stubs): Init "destination" to -1.
182         (hppa_type_of_stub): Don't return a long branch stub for
183         symbols other than those defined statically.
184
185 2018-04-19  Alan Modra  <amodra@gmail.com>
186
187         * Makefile.am: Revert 2018-04-18 coff-mips changes.
188         * config.bfd: Add back mips_ecoff_le_vec and mips_ecoff_be_vec
189         to selvecs for mips targets change 2018-04-18.
190         * configure.ac: Reinstate mips_ecoff_le_vec, mips_ecoff_be_vec
191         and  mips_ecoff_bele_vec.
192         * targets.c: Likewise.
193         * coff-mips.c: Resurrect.
194         * Makefile.in: Regenerate.
195         * configure: Regenerate.
196         * po/SRC-POTFILES.in: Regenerate.
197
198 2018-04-18  Alan Modra  <amodra@gmail.com>
199
200         * Makefile.am: Remove mips aout and coff support.
201         * config.bfd: Likewise.
202         * configure.ac: Likewise.
203         * targets.c: Likewise.
204         * coff-mips.c: Delete
205         * mipsbsd.c: Delete
206         * pe-mips.c: Delete
207         * pei-mips.c: Delete
208         * Makefile.in: Regenerate.
209         * configure: Regenerate.
210         * po/SRC-POTFILES.in: Regenerate.
211
212 2018-04-17  H.J. Lu  <hongjiu.lu@intel.com>
213
214         * elf32-i386.c (elf32_bed): Define before including
215         "elf32-target.h".
216         * elf64-x86-64.c (elf64_bed): Define before including
217         "elf64-target.h".
218         (elf32_bed): Define before including "elf32-target.h".
219
220 2018-04-17  H.J. Lu  <hongjiu.lu@intel.com>
221
222         PR ld/23055
223         * elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): Use a
224         normal input file with compatible relocation.
225
226 2018-04-18  Alan Modra  <amodra@gmail.com>
227
228         * Makefile.am: Remove support for assorted i386 aout and coff targets.
229         * config.bfd: Likewise.
230         * configure.ac: Likewise.
231         * doc/bfdint.texi: Likewise.
232         * targets.c: Likewise.
233         * freebsd.h: Delete.
234         * i386dynix.c: Delete.
235         * i386freebsd.c: Delete.
236         * i386linux.c: Delete.
237         * i386mach3.c: Delete.
238         * i386netbsd.c: Delete.
239         * i386os9k.c: Delete.
240         * Makefile.in: Regenerate.
241         * configure: Regenerate.
242         * po/SRC-POTFILES.in: Regenerate.
243
244 2018-04-17 Andrew Sadek  <andrew.sadek.se@gmail.com>
245
246         Microblaze Target: PIC data text relative
247
248         * bfd/reloc.c (2 new BFD relocations):
249         BFD_RELOC_MICROBLAZE_64_TEXTPCREL &
250         BFD_RELOC_MICROBLAZE_64_TEXTPCREL
251         * bfd/bfd-in2.h: Regenerate
252         * bfd/libbfd.h: Regenerate
253         * bfd/elf32-microblaze.c (Handle new relocs): define 'HOWTO' of 3
254         new relocs and handle them in both relocate and relax functions.
255         (microblaze_elf_reloc_type_lookup): add mapping between for new
256         bfd relocs.
257         (microblaze_elf_relocate_section): Handle new relocs in case of
258         elf relocation.
259         (microblaze_elf_relax_section): Handle new relocs for elf relaxation.
260
261 2018-04-17  Nick Clifton  <nickc@redhat.com>
262
263         PR 23055
264         * aoutx.h (find_nearest_line): Check that the symbol name exists
265         and is long enough, before attempting to see if it is for a .o
266         file.
267         * hash.c (bfd_hash_hash): Add an assertion that the string is not
268         NULL.
269         * linker.c (bfd_link_hash_lookup): Fail if the table or string are
270         NULL.
271         (_bfd_generic_link_add_archive_symbols): Fail if an archive entry
272         has no name.
273
274         PR 23065
275         * dwarf2.c (concat_filename): Check for a NULL table pointer.
276
277 2018-04-16  Nick Clifton  <nickc@redhat.com>
278
279         PR 23061
280         * coffgen.c (coff_pointerize_aux): Check for an out of range
281         fixup.
282
283 2018-04-16  Alan Modra  <amodra@gmail.com>
284
285         * Makefile.am: Remove arm-epoc-pe support.
286         * coff-arm.c: Likewise.
287         * config.bfd: Likewise.
288         * configure.ac: Likewise.
289         * targets.c: Likewise.
290         * epoc-pe-arm.c: Delete.
291         * epoc-pei-arm.c: Delete.
292         * Makefile.in: Regenerate.
293         * configure: Regenerate.
294         * po/SRC-POTFILES.in: Regenerate.
295
296 2018-04-16  Alan Modra  <amodra@gmail.com>
297
298         * Makefile.am: Remove sparc-aout and sparc-coff support.
299         * config.bfd: Likewise.
300         * configure.ac: Likewise.
301         * targets.c: Likewise.
302         * aout-sparcle.c: Delete.
303         * aoutf1.h: Delete.
304         * cf-sparclynx.c: Delete.
305         * coff-sparc.c: Delete.
306         * demo64.c: Delete.
307         * sparclinux.c: Delete.
308         * sparclynx.c: Delete.
309         * sparcnetbsd.c: Delete.
310         * sunos.c: Delete.
311         * Makefile.in: Regenerate.
312         * configure: Regenerate.
313         * po/SRC-POTFILES.in: Regenerate.
314
315 2018-04-16  Alan Modra  <amodra@gmail.com>
316
317         * Makefile.am: Remove m68k-aout and m68k-coff support.
318         * aoutf1.h: Likewise.
319         * aoutx.h: Likewise.
320         * archive.c: Likewise.
321         * bfd-in.h: Likewise.
322         * bfd.c: Likewise.
323         * coffcode.h: Likewise.
324         * coffswap.h: Likewise.
325         * config.bfd: Likewise.
326         * configure.ac: Likewise.
327         * configure.host: Likewise.
328         * doc/bfd.texinfo: Likewise.
329         * doc/bfdint.texi: Likewise.
330         * freebsd.h: Likewise.
331         * gen-aout.c: Likewise.
332         * hpux-core.c: Likewise.
333         * libaout.h: Likewise.
334         * libbfd-in.h: Likewise.
335         * pdp11.c: Likewise.
336         * peicode.h: Likewise.
337         * riscix.c: Likewise.
338         * targets.c: Likewise.
339         * aout0.c: Delete.
340         * coff-apollo.c: Delete.
341         * coff-aux.c: Delete.
342         * coff-m68k.c: Delete.
343         * coff-svm68k.c: Delete.
344         * coff-u68k.c: Delete.
345         * hosts/delta68.h: Delete.
346         * hosts/hp300bsd.h: Delete.
347         * hosts/m68kaux.h: Delete.
348         * hosts/news.h: Delete.
349         * hp300bsd.c: Delete.
350         * hp300hpux.c: Delete.
351         * liboasys.h: Delete.
352         * m68k4knetbsd.c: Delete.
353         * m68klinux.c: Delete.
354         * m68knetbsd.c: Delete.
355         * oasys.c: Delete.
356         * versados.c: Delete.
357         * Makefile.in: Regenerate.
358         * bfd-in2.h: Regenerate.
359         * configure: Regenerate.
360         * libbfd.h: Regenerate.
361         * po/SRC-POTFILES.in: Regenerate.
362
363 2018-04-16  Alan Modra  <amodra@gmail.com>
364
365         * Makefile.am: Remove sh5 and sh64 support.
366         * archures.c: Likewise.
367         * config.bfd: Likewise.
368         * configure.ac: Likewise.
369         * cpu-sh.c: Likewise.
370         * elf32-sh-relocs.h: Likewise.
371         * elf32-sh.c: Likewise.
372         * targets.c: Likewise.
373         * elf32-sh64-com.c: Delete.
374         * elf32-sh64.c: Delete.
375         * elf32-sh64.h: Delete.
376         * elf64-sh64.c: Delete.
377         * Makefile.in: Regenerate.
378         * bfd-in2.h: Regenerate.
379         * configure: Regenerate.
380         * po/SRC-POTFILES.in: Regenerate.
381
382 2018-04-16  Alan Modra  <amodra@gmail.com>
383
384         * Makefile.am: Remove sh-symbianelf support.
385         * config.bfd: Likewise.
386         * configure.ac: Likewise.
387         * targets.c: Likewise.
388         * elf32-sh-symbian.c: Delete.
389         * Makefile.in: Regenerate.
390         * configure: Regenerate.
391         * po/SRC-POTFILES.in: Regenerate.
392
393 2018-04-16  Alan Modra  <amodra@gmail.com>
394
395         * Makefile.am: Remove vax-bsd and vax-ultrix support.
396         * config.bfd: Likewise.
397         * configure.ac: Likewise.
398         * targets.c: Likewise.
399         * vaxbsd.c: Delete.
400         * Makefile.in: Regenerate.
401         * configure: Regenerate.
402         * po/SRC-POTFILES.in: Regenerate.
403
404 2018-04-16  Alan Modra  <amodra@gmail.com>
405
406         * Makefile.am: Remove w65 support.
407         * archures.c: Likewise.
408         * coffcode.h: Likewise.
409         * config.bfd: Likewise.
410         * configure.ac: Likewise.
411         * targets.c: Likewise.
412         * coff-w65.c: Delete.
413         * cpu-w65.c: Delete.
414         * Makefile.in: Regenerate.
415         * bfd-in2.h: Regenerate.
416         * configure: Regenerate.
417         * po/SRC-POTFILES.in: Regenerate.
418
419 2018-04-16  Alan Modra  <amodra@gmail.com>
420
421         * Makefile.am: Remove we32k support.
422         * archures.c: Likewise.
423         * coffcode.h: Likewise.
424         * config.bfd: Likewise.
425         * configure.ac: Likewise.
426         * targets.c: Likewise.
427         * coff-we32k.c: Delete.
428         * cpu-we32k.c: Delete.
429         * Makefile.in: Regenerate.
430         * bfd-in2.h: Regenerate.
431         * configure: Regenerate.
432         * po/SRC-POTFILES.in: Regenerate.
433
434 2018-04-16  Alan Modra  <amodra@gmail.com>
435
436         * Makefile.am: Remove m88k support.
437         * aoutx.h: Likewise.
438         * archures.c: Likewise.
439         * coffcode.h: Likewise.
440         * coffswap.h: Likewise.
441         * config.bfd: Likewise.
442         * configure.ac: Likewise.
443         * cpu-ns32k.c: Likewise.
444         * elf32-nds32.c: Likewise.
445         * mach-o.c: Likewise.
446         * netbsd-core.c: Likewise.
447         * reloc.c: Likewise.
448         * targets.c: Likewise.
449         * coff-m88k.c: Delete.
450         * cpu-m88k.c: Delete.
451         * elf32-m88k.c: Delete.
452         * hosts/m88kmach3.h: Delete.
453         * m88kmach3.c: Delete.
454         * m88kopenbsd.c: Delete.
455         * Makefile.in: Regenerate.
456         * bfd-in2.h: Regenerate.
457         * configure: Regenerate.
458         * po/SRC-POTFILES.in: Regenerate.
459
460 2018-04-16  Alan Modra  <amodra@gmail.com>
461
462         * Makefile.am: Remove i370 support.
463         * archures.c: Likewise.
464         * config.bfd: Likewise.
465         * configure.ac: Likewise.
466         * targets.c: Likewise.
467         * cpu-i370.c: Delete.
468         * elf32-i370.c: Delete.
469         * Makefile.in: Regenerate.
470         * bfd-in2.h: Regenerate.
471         * configure: Regenerate.
472         * po/SRC-POTFILES.in: Regenerate.
473
474 2018-04-16  Alan Modra  <amodra@gmail.com>
475
476         * Makefile.am: Remove h8500 support.
477         * archures.c: Likewise.
478         * coffcode.h: Likewise.
479         * config.bfd: Likewise.
480         * configure.ac: Likewise.
481         * targets.c: Likewise.
482         * coff-h8500.c: Delete.
483         * cpu-h8500.c: Delete.
484         * Makefile.in: Regenerate.
485         * bfd-in2.h: Regenerate.
486         * configure: Regenerate.
487         * po/SRC-POTFILES.in: Regenerate.
488
489 2018-04-16  Alan Modra  <amodra@gmail.com>
490
491         * Makefile.am: Remove h8300-coff support.
492         * coffcode.h: Likewise.
493         * config.bfd: Likewise.
494         * configure.ac: Likewise.
495         * reloc16.c: Likewise.
496         * targets.c: Likewise.
497         * coff-h8300.c: Delete.
498         * Makefile.in: Regenerate.
499         * configure: Regenerate.
500         * po/SRC-POTFILES.in: Regenerate.
501
502 2018-04-16  Alan Modra  <amodra@gmail.com>
503
504         * Makefile.am: Remove IEEE 695 support.
505         * archures.c: Likewise.
506         * bfd.c: Likewise.
507         * config.bfd: Likewise.
508         * configure.ac: Likewise.
509         * doc/bfd.texinfo: Likewise.
510         * doc/bfdint.texi: Likewise.
511         * doc/bfdsumm.texi: Likewise.
512         * section.c: Likewise.
513         * targets.c: Likewise.
514         * ieee.c: Delete.
515         * libieee.h: Delete.
516         * Makefile.in: Regenerate.
517         * bfd-in2.h: Regenerate.
518         * configure: Regenerate.
519         * po/SRC-POTFILES.in: Regenerate.
520
521 2018-04-16  Alan Modra  <amodra@gmail.com>
522
523         * config.bfd: Remove tandem support.
524
525 2018-04-16  Alan Modra  <amodra@gmail.com>
526
527         * Makefile.am: Remove newsos3 support.
528         * aoutx.h: Likewise.
529         * config.bfd: Likewise.
530         * configure.ac: Likewise.
531         * targets.c: Likewise.
532         * newsos3.c: Delete.
533         * Makefile.in: Regenerate.
534         * configure: Regenerate.
535         * po/SRC-POTFILES.in: Regenerate.
536
537 2018-04-16  Alan Modra  <amodra@gmail.com>
538
539         * Makefile.am: Remove netware support.
540         * bfd-in.h: Likewise.
541         * bfd.c: Likewise.
542         * config.bfd: Likewise.
543         * configure.ac: Likewise.
544         * doc/bfdint.texi: Likewise.
545         * ecoff.c: Likewise.
546         * targets.c: Likewise.
547         * libnlm.h: Delete.
548         * nlm-target.h: Delete.
549         * nlm.c: Delete.
550         * nlm32-alpha.c: Delete.
551         * nlm32-i386.c: Delete.
552         * nlm32-ppc.c: Delete.
553         * nlm32-sparc.c: Delete.
554         * nlm32.c: Delete.
555         * nlm64.c: Delete.
556         * nlmcode.h: Delete.
557         * nlmswap.h: Delete.
558         * Makefile.in: Regenerate.
559         * bfd-in2.h: Regenerate.
560         * configure: Regenerate.
561         * po/SRC-POTFILES.in: Regenerate.
562
563 2018-04-16  Alan Modra  <amodra@gmail.com>
564
565         * archures.c: Remove tahoe support.
566         * config.bfd: Likewise.
567         * configure.ac: Likewise.
568         * hosts/tahoe.h: Delete.
569         * bfd-in2.h: Regenerate.
570         * configure: Regenerate.
571
572 2018-04-14  Alan Modra  <amodra@gmail.com>
573
574         * elf-bfd.h (struct elf_backend_data): Add relropagesize.
575         * elfxx-target.h (ELF_RELROPAGESIZE): Provide default and
576         sanity test.
577         (elfNN_bed): Init relropagesize.
578         * bfd.c (bfd_emul_get_commonpagesize): Add boolean param to
579         select relropagesize.
580         * elf32-ppc.c (ELF_COMMONPAGESIZE): Define as 0x1000.
581         (ELF_RELROPAGESIZE): Define as ELF_MAXPAGESIZE.
582         (ELF_MINPAGESIZE): Don't define.
583         * elf64-ppc.c (ELF_COMMONPAGESIZE): Define as 0x1000.
584         (ELF_RELROPAGESIZE): Define as ELF_MAXPAGESIZE.
585         * bfd-in2.h: Regenerate.
586
587 2018-04-14  Alan Modra  <amodra@gmail.com>
588
589         * elf32-ppc.c (ELF_MAXPAGESIZE, ELF_COMMONPAGESIZE): Don't depend
590         on __QNXTARGET__ define.
591
592 2018-04-14  Alan Modra  <amodra@gmail.com>
593
594         * config.bfd: Add powerpc-*-lynxos* and powerpc-*-windiss*
595         to obsolete list.
596
597 2018-04-11  Alan Modra  <amodra@gmail.com>
598
599         * aout-adobe.c: Delete.
600         * bout.c: Delete.
601         * coff-i860.c: Delete.
602         * coff-i960.c: Delete.
603         * cpu-i860.c: Delete.
604         * cpu-i960.c: Delete.
605         * elf32-i860.c: Delete.
606         * elf32-i960.c: Delete.
607         * hosts/i860mach3.h: Delete.
608         * Makefile.am: Remove i860, i960, bout, and adobe support.
609         * archures.c: Remove i860 and i960 support.
610         * coffcode.h: Likewise.
611         * reloc.c: Likewise.
612         * aoutx.h: Comment updates.
613         * archive.c: Remove BOUT and i960 support.
614         * bfd.c: Remove BOUT support.
615         * coffswap.h: Remove i960 support.
616         * config.bfd: Remove i860, i960 and adobe targets.
617         * configure.ac: Remove adode, bout, i860, i960, icoff targets.
618         * targets.c: Likewise.
619         * ieee.c: Remove i960 support.
620         * mach-o.c: Remove i860 support.
621         * Makefile.in: Regenerate.
622         * bfd-in2.h: Regenerate.
623         * configure: Regenerate.
624         * libbfd.h: Regenerate.
625         * po/SRC-POTFILES.in: Regenerate.
626
627 2018-04-09  Maciej W. Rozycki  <macro@mips.com>
628
629         * elf64-mips.c (mips_elf64_write_rel): Handle a NULL BFD pointer
630         in the BFD symbol referred by the relocation.
631         (mips_elf64_write_rela): Likewise.
632
633 2018-04-09  Maciej W. Rozycki  <macro@mips.com>
634
635         * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Issue an
636         error for out-of-range `r_sym' values.
637
638 2018-04-09  Alan Modra  <amodra@gmail.com>
639
640         * elf64-ppc.c (struct _ppc64_elf_section_data): Add has_pltcall field.
641         (struct ppc_link_hash_table): Add can_convert_all_inline_plt.
642         (ppc64_elf_check_relocs): Set has_pltcall.
643         (ppc64_elf_adjust_dynamic_symbol): Discard some PLT entries.
644         (ppc64_elf_inline_plt): New function.
645         (ppc64_elf_size_dynamic_sections): Discard some PLT entries for locals.
646         * elf64-ppc.h (ppc64_elf_inline_plt): Declare.
647         * elf32-ppc.c (has_pltcall): Define.
648         (struct ppc_elf_link_hash_table): Add can_convert_all_inline_plt.
649         (ppc_elf_check_relocs): Set has_pltcall.
650         (ppc_elf_inline_plt): New function.
651         (ppc_elf_adjust_dynamic_symbol): Discard some PLT entries.
652         (ppc_elf_size_dynamic_sections): Likewise.
653         * elf32-ppc.h (ppc_elf_inline_plt): Declare.
654
655 2018-04-09  Alan Modra  <amodra@gmail.com>
656
657         * elf32-ppc.c (ppc_elf_howto_raw): Add PLTSEQ and PLTCALL howtos.
658         (is_plt_seq_reloc): New function.
659         (ppc_elf_check_relocs): Handle PLTSEQ and PLTCALL relocs.
660         (ppc_elf_tls_optimize): Handle inline plt call sequence.
661         (ppc_elf_relax_section): Handle PLTCALL reloc.
662         (ppc_elf_relocate_section): Nop out inline plt call sequence when
663         resolving locally.
664         * elf64-ppc.c (ppc64_elf_howto_raw): Add R_PPC64_PLTSEQ and
665         R_PPC64_PLTCALL entries.  Comment R_PPC64_TOCSAVE.
666         (has_tls_get_addr_call): Correct comment.
667         (is_branch_reloc): Add PLTCALL.
668         (is_plt_seq_reloc): New function.
669         (ppc64_elf_check_relocs): Handle PLT16_LO_DS reloc.  Set
670         has_tls_reloc for R_PPC64_TLSGD and R_PPC64_TLSLD.  Create plt
671         entry for R_PPC64_PLTCALL.
672         (ppc64_elf_tls_optimize): Handle inline plt call sequence.
673         (ppc_type_of_stub): Handle PLTCALL reloc.
674         (toc_adjusting_stub_needed): Likewise.
675         (ppc64_elf_relocate_section): Set "can_plt_call" for PLTCALL
676         reloc insn.  Nop out inline plt call sequence when resolving
677         locally.  Handle __tls_get_addr inline plt call optimization.
678
679 2018-04-09  Alan Modra  <amodra@gmail.com>
680
681         * elf64-ppc.c (LOCAL_PLT_ENTRY_SIZE): Define.
682         (struct ppc_stub_hash_entry): Add symtype field.
683         (PLT_KEEP): Define.
684         (struct ppc_link_hash_table): Add pltlocal and relpltlocal.
685         (create_linkage_sections): Create pltlocal and relpltlocal.
686         (ppc64_elf_check_relocs): Allow PLT relocs on local symbols.
687         Set PLT_KEEP.
688         (ppc64_elf_adjust_dynamic_symbol): Keep PLT entries for inline calls.
689         (allocate_dynrelocs): Allocate pltlocal and relpltlocal.
690         (ppc64_elf_size_dynamic_sections): Size pltlocal and relpltlocal.
691         Keep PLT entries for inline calls against locals.
692         (ppc_build_one_stub): Use pltlocal as appropriate.
693         (ppc_size_one_stub): Likewise.
694         (ppc64_elf_size_stubs): Set symtype.
695         (build_global_entry_stubs_and_plt): Init pltlocal and write
696         relpltlocal for globals.
697         (write_plt_relocs_for_local_syms): Likewise for local syms.
698         (ppc64_elf_relocate_section): Support PLT for local syms.
699         * elf32-ppc.c (PLT_KEEP): Define.
700         (struct ppc_elf_link_hash_table): Add pltlocal and relpltlocal.
701         (ppc_elf_create_glink): Create pltlocal and relpltlocal.
702         (ppc_elf_check_relocs): Allow PLT relocs on local symbols.
703         Set PLT_KEEP.  Adjust update_local_sym_info call.
704         (ppc_elf_adjust_dynamic_symbol): Keep PLT entries for inline calls.
705         (allocate_dynrelocs): Allocate pltlocal and relpltlocal.
706         (ppc_elf_size_dynamic_sections): Size pltlocal and relpltlocal.
707         (ppc_elf_relocate_section): Support PLT16 relocs for local syms.
708         (write_global_sym_plt): Init pltlocal and write relpltlocal.
709         (ppc_finish_symbols): Likewise for locals.
710
711 2018-04-09  Alan Modra  <amodra@gmail.com>
712
713         * elf64-ppc.c (ppc_build_one_stub): Move output of PLT relocs
714         for local symbols to..
715         (write_plt_relocs_for_local_syms): ..here.  New function.
716         (ppc64_elf_finish_dynamic_symbol): Move output of PLT relocs for
717         global symbols to..
718         (build_global_entry_stubs_and_plt): ..here.  Rename from
719         build_global_entry_stubs.
720         (ppc64_elf_build_stubs): Always call build_global_entry_stubs_and_plt.
721         Call write_plt_relocs_for_local_syms.
722         * elf32-ppc.c (get_sym_h): New function.
723         (ppc_elf_relax_section): Use get_sym_h.
724         (ppc_elf_relocate_section): Move output of PLT relocs and glink
725         stubs for local symbols to..
726         (ppc_finish_symbols): ..here.  New function.
727         (ppc_elf_finish_dynamic_symbol): Move output of PLT relocs for
728         global syms to..
729         (write_global_sym_plt): ..here.  New function.
730         * elf32-ppc.h (ppc_elf_modify_segment_map): Delete attribute.
731         (ppc_finish_symbols): Declare.
732
733 2018-04-09  Alan Modra  <amodra@gmail.com>
734
735         * elf32-ppc.c (ppc_elf_check_relocs): Handle PLT16 relocs.
736         (ppc_elf_relocate_section): Likewise.
737         * elf64-ppc.c (ppc64_elf_check_relocs): Handle PLT16_LO_DS.
738         (ppc64_elf_relocate_section): Likewise.  Correct PLT16
739         resolution to plt entry relative to toc pointer.
740
741 2018-04-09  Alan Modra  <amodra@gmail.com>
742
743         * elf64-ppc.c (TLS_TLS, TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL,
744         TLS_TPRELGD, TLS_EXPLICIT):  Renumber.  Test TLS_TLS throughout
745         file when other TLS flags are tested in a mask.
746         (TLS_MARK, NON_GOT): Define.
747         (PLT_IFUNC): Redefine, and test TLS_TLS throughout file as well.
748         (update_local_sym_info): Don't create got entry when NON_GOT.
749         (ppc64_elf_check_relocs): Pass NON_GOT with PLT_IFUNC.
750         Set TLS_MARK.
751         (get_tls_mask): Do toc lookup if tls_mask is just TLS_MARK.
752         (ppc64_elf_relocate_section): Likewise.
753         (ppc64_elf_tls_optimize): Don't attempt to optimize indirect
754         __tls_get_addr calls lacking a marker reloc.
755         * elf32-ppc.c (TLS_TLS, TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL,
756         TLS_TPRELGD): Renumber.  Update comment.
757         (TLS_MARK, NON_GOT): Define.
758         (PLT_IFUNC): Redefine, and test TLS_TLS throughout file as well.
759         (update_local_sym_info): Don't create got entry when NON_GOT.
760         (ppc_elf_check_relocs): Pass NON_GOT with PLT_IFUNC.
761         Set TLS_MARK.
762         (ppc_elf_tls_optimize): Don't attempt to optimize indirect
763         __tls_get_addr calls lacking a marker reloc.
764
765 2018-04-06  H.J. Lu  <hongjiu.lu@intel.com>
766
767         * elf64-x86-64.c (elf_x86_64_info_to_howto): Don't mask out
768         R_X86_64_converted_reloc_bit.
769
770 2018-04-05  H.J. Lu  <hongjiu.lu@intel.com>
771
772         PR gas/22318
773         * configure: Regenerated.
774
775 2018-04-05  Alan Modra  <amodra@gmail.com>
776
777         * elf-hppa.h (elf_hppa_info_to_howto): Init howto to NULL.
778         (elf_hppa_info_to_howto_rel): Likewise.
779
780 2018-04-04  Maciej W. Rozycki  <macro@mips.com>
781
782         * elf-hppa.h (elf_hppa_info_to_howto): Also return
783         unsuccessfully for unimplemented relocations.
784         (elf_hppa_info_to_howto_rel): Likewise.
785
786 2018-04-04  Maciej W. Rozycki  <macro@mips.com>
787
788         * elf32-i860.c (lookup_howto): Add `abfd' parameter.  Set the
789         `bfd_error_bad_value' error and call `_bfd_error_handler' on a
790         howto lookup failure.
791         (elf32_i860_reloc_type_lookup): Adjust `lookup_howto' call
792         accordingly.
793         (elf32_i860_info_to_howto_rela): Likewise.
794         (elf32_i860_relocate_splitn): Likewise.
795         (elf32_i860_relocate_pc16): Likewise.
796         (elf32_i860_relocate_pc26): Likewise.
797         (elf32_i860_relocate_section): Likewise.
798
799 2018-04-04  Maciej W. Rozycki  <macro@mips.com>
800
801         * elf32-visium.c (visium_info_to_howto_rela): Correct the range
802         check for `visium_elf_howto_table' table access.
803
804 2018-04-04  Maciej W. Rozycki  <macro@mips.com>
805
806         * elf32-iq2000.c (iq2000_info_to_howto_rela): Correct the range
807         check for `iq2000_elf_howto_table' table access.
808
809 2018-04-04  Maciej W. Rozycki  <macro@mips.com>
810
811         * elf32-frv.c (frv_info_to_howto_rela): Correct the range check
812         for `elf32_frv_howto_table' table access.
813
814 2018-04-04  Maciej W. Rozycki  <macro@mips.com>
815
816         * elf32-mips.c (mips_elf32_rtype_to_howto): Also return
817         unsuccessfully for placeholder howtos.
818         * elf64-mips.c (mips_elf64_rtype_to_howto): Likewise.
819         * elfn32-mips.c (mips_elf_n32_rtype_to_howto): Likewise.
820
821 2018-03-29  Maciej W. Rozycki  <macro@mips.com>
822
823         * elf32-mips.c (mips_info_to_howto_rel): Remove the calls to
824         `_bfd_error_handler' and to set the `bfd_error_bad_value' error.
825
826 2018-03-28  Maciej W. Rozycki  <macro@mips.com>
827
828         * elf-hppa.h (elf_hppa_info_to_howto_rel): Remove
829         ATTRIBUTE_UNUSED from `abfd'.
830
831 2018-03-28  Maciej W. Rozycki  <macro@mips.com>
832
833         * elf-hppa.h (elf_hppa_info_to_howto_rel): Correct
834         `_bfd_error_handler' call formatting.
835
836 2018-03-28  Maciej W. Rozycki  <macro@mips.com>
837
838         * elf32-mips.c (mips_info_to_howto_rel): Call
839         `mips_elf32_rtype_to_howto' directly rather than via
840         `->elf_backend_mips_rtype_to_howto'.
841
842 2018-03-28  Renlin Li  <renlin.li@arm.com>
843
844         PR ld/22970
845         * elfnn-aarch64.c (IS_AARCH64_TLS_RELOC): Add cases for
846         BFD_RELOC_AARCH64_TLSLE_LDST16_TPREL_LO12,
847         BFD_RELOC_AARCH64_TLSLE_LDST16_TPREL_LO12_NC,
848         BFD_RELOC_AARCH64_TLSLE_LDST32_TPREL_LO12,
849         BFD_RELOC_AARCH64_TLSLE_LDST32_TPREL_LO12_NC,
850         BFD_RELOC_AARCH64_TLSLE_LDST64_TPREL_LO12,
851         BFD_RELOC_AARCH64_TLSLE_LDST64_TPREL_LO12_NC,
852         BFD_RELOC_AARCH64_TLSLE_LDST8_TPREL_LO12,
853         BFD_RELOC_AARCH64_TLSLE_LDST8_TPREL_LO12_NC.
854         (elfNN_aarch64_final_link_relocate): Support new relocations.
855         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Support new
856         relocations.
857         (_bfd_aarch64_elf_resolve_relocation): Support new relocations.
858
859 2018-03-28  Renlin Li  <renlin.li@arm.com>
860
861         PR ld/22970
862         * reloc.c: Add BFD_RELOC_AARCH64_TLSLE_LDST_TPREL_LO12
863         BFD_RELOC_AARCH64_TLSLE_LDST_TPREL_LO12_NC,
864         BFD_RELOC_AARCH64_TLSLE_LDST16_TPREL_LO12,
865         BFD_RELOC_AARCH64_TLSLE_LDST16_TPREL_LO12_NC,
866         BFD_RELOC_AARCH64_TLSLE_LDST32_TPREL_LO12,
867         BFD_RELOC_AARCH64_TLSLE_LDST32_TPREL_LO12_NC,
868         BFD_RELOC_AARCH64_TLSLE_LDST64_TPREL_LO12,
869         BFD_RELOC_AARCH64_TLSLE_LDST64_TPREL_LO12_NC,
870         BFD_RELOC_AARCH64_TLSLE_LDST8_TPREL_LO12,
871         BFD_RELOC_AARCH64_TLSLE_LDST8_TPREL_LO12_NC.
872         * elfnn-aarch64.c (elfNN_aarch64_howto_table): Add table entry for
873         TLSLE_LDST16_TPREL_LO12,
874         TLSLE_LDST16_TPREL_LO12_NC,
875         TLSLE_LDST32_TPREL_LO12,
876         TLSLE_LDST32_TPREL_LO12_NC,
877         TLSLE_LDST64_TPREL_LO12,
878         TLSLE_LDST64_TPREL_LO12_NC,
879         TLSLE_LDST8_TPREL_LO12,
880         TLSLE_LDST8_TPREL_LO12_NC.
881         * bfd-in2.h: Regenerated.
882         * libbfd.h: Regenerated.
883
884 2018-03-28  Eric Botcazou  <ebotcazou@adacore.com>
885
886         PR ld/22972
887         * elfxx-sparc.c (struct _bfd_sparc_elf_link_hash_entry): Add new flag
888         has_old_style_got_reloc.
889         (_bfd_sparc_elf_check_relocs) <GOT relocations>: Set it for old-style
890         relocations.  Fix a couple of long lines.
891         (_bfd_sparc_elf_relocate_section) <R_SPARC_GOTDATA_OP>: Do not generate
892         a R_SPARC_NONE for the GOT slot if the symbol is also subject to old-style
893         GOT relocations.
894
895 2018-03-25  H.J. Lu  <hongjiu.lu@intel.com>
896
897         PR ld/23000
898         * elf64-x86-64.c (elf_x86_64_finish_dynamic_sections): Add
899         ENDBR64 to the TLSDESC PLT entry.
900
901 2018-03-21  Alan Modra  <amodra@gmail.com>
902
903         * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Trim uninteresting
904         symbols.  Use size_t counts.  Delete redundant opd test.
905
906 2018-03-21  Alan Modra  <amodra@gmail.com>
907
908         * elf32-ppc.c (ppc_elf_tls_optimize): Delete locsyms.
909
910 2018-03-21  Alan Modra  <amodra@gmail.com>
911
912         * elf32-ppc.c (struct ppc_elf_link_hash_entry): Make tls_mask
913         field unsigned.
914         (update_local_sym_info): Likewise for local_got_tls_masks.
915         (ppc_elf_tls_optimize): Likewise for lgot_masks.
916
917 2018-03-21  Alan Modra  <amodra@gmail.com>
918
919         * elf64-ppc.c (ppc_size_one_stub): Fix comment typo.
920         (ppc64_elf_layout_multitoc): Allocate relocs for tprel as we
921         do in size_dynamic_sections.
922
923 2018-03-21  Alan Modra  <amodra@gmail.com>
924
925         * elf64-ppc.c (ppc64_elf_relocate_section): Don't access rel[1]
926         without first checking array bounds.
927         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
928
929 2018-03-20  H.J. Lu  <hongjiu.lu@intel.com>
930
931         PR ld/22983
932         * elflink.c (bfd_elf_link_mark_dynamic_symbol): Set
933         non_ir_ref_dynamic if a symbol is made dynamic by --dynamic-list.
934
935 2018-03-19  Nick Clifton  <nickc@redhat.com>
936
937         * po/es.po: Updated Spanish translation.
938
939 2018-03-15  Max Filippov  <jcmvbkbc@gmail.com>
940
941         * elf32-xtensa.c (xlate_map_entry): Change types of address
942         fields from 'unsigned' to 'bfd_vma'.
943         (xlate_offset_with_removed_text): Use struct xlate_map_entry as
944         the key argument to bsearch. Allow offsets past the end of a
945         section, use the last map entry for translation of such offsets.
946
947 2018-03-15  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
948
949         * elf32-nds32.c (nds32_elf_ex9_build_hash_table): Removed.
950         Not support the target feature.
951         (nds32_elf_ex9_itb_base): Likewise.
952         (nds32_elf_ex9_import_table): Likewise.
953         (nds32_elf_ex9_finish): Likewise.
954         (nds32_elf_ex9_reloc_jmp): Likewise.
955         (nds32_elf_get_insn_with_reg): Likewise.
956         (nds32_get_local_syms): Likewise.
957         (nds32_elf_ex9_replace_instruction): Likewise.
958         (nds32_elf_ifc_calc): Likewise.
959         (nds32_elf_ifc_finish): Likewise.
960         (nds32_elf_ifc_replace): Likewise.
961         (nds32_elf_ifc_reloc): Likewise.
962
963 2018-03-14  Alan Modra  <amodra@gmail.com>
964
965         * elf64-ppc.c (sfpr_define): Adjust for stub_sec size having
966         sfpr size added before defining alias symbols.
967         (ppc64_elf_build_stubs): Add stub section padding before
968         copying sfpr contents and defining save/restore alias symbols.
969
970 2018-03-14  H.J. Lu  <hongjiu.lu@intel.com>
971
972         PR ld/20882
973         * elflink.c (elf_gc_mark_debug_section): Also check the local
974         debug definition section.
975
976 2018-03-13  Nick Clifton  <nickc@redhat.com>
977
978         PR 22113
979         * pei-x86_64.c (pex64_get_unwind_info): Change to a boolean
980         function.  Add an end address parameter.  Check access of the data
981         pointer to make sure that they do not extend beyond the end
982         address.  Return FALSE if any check fails.  Add the end address
983         pointer to the ui structure.
984         (pex64_xdata_print_uwd_codes): Check accesses of the raw unwind
985         codes to make sure that they do not extend beyond the end address
986         pointer.  Print an error message and return immediately if any
987         check fails.
988
989 2018-03-09  Nick Clifton  <nickc@redhat.com>
990
991         * elf64-s390.c (elf_s390_relocate_section): Move check for
992         relocations against non-allocated sections to before the code that
993         handles ifunc relocations.
994         * elf32-s390.c (elf_s390_relocate_section): Likewise.
995         * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Treat
996         relocs against IFUNC symbols in non-allocated sections as relocs
997         against FUNC symbols.
998         * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Likewise.
999
1000 2018-03-08  H.J. Lu  <hongjiu.lu@intel.com>
1001
1002         PR ld/22929
1003         * elf32-i386.c (elf_i386_relocate_section): Treat relocation
1004         against IFUNC symbol in SHT_NOTE section without SHF_ALLOC as
1005         relocation against FUNC symbol.
1006         * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
1007
1008 2018-03-07  Renlin Li  <renlin.li@arm.com>
1009
1010         PR ld/20402
1011         * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Check absolute
1012         symbol, and don't emit relocation in specific case.
1013
1014 2018-03-07  Alan Modra  <amodra@gmail.com>
1015
1016         * elf64-mips.c (mips_elf64_rtype_to_howto): Return NULL on error.
1017         (mips_elf64_slurp_one_reloc_table): Pass on error.
1018
1019 2018-03-03  James Cowgill  <james.cowgill@mips.com>
1020             Maciej W. Rozycki  <macro@mips.com>
1021
1022         PR ld/21900
1023         * elfxx-mips.c (mips_elf_calculate_relocation): Only return
1024         after calling `undefined_symbol' hook if this is an error
1025         condition.  Assume the value of 0 for the symbol requested
1026         otherwise.
1027
1028 2018-03-02  Jim Wilson  <jimw@sifive.com>
1029
1030         PR 22903
1031         * elfnn-aarch64.c (_bfd_aarch64_resize_stubs): Add 8 bytes for branch
1032         and nop instead of 4.
1033         (elfNN_arch64_build_stubs): Add nop after branch.  Increase size by
1034         8 instead of 4.
1035
1036 2018-03-01  Jim Wilson  <jimw@sifive.com>
1037
1038         PR 22756
1039         * elfnn-riscv.c (riscv_relax_delete_bytes): When adjust st_size, use
1040         else if instead of if.
1041
1042 2018-03-01  Alan Modra  <amodra@gmail.com>
1043
1044         * elf32-ft32.c (ft32_info_to_howto_rela): Correct range test.
1045
1046 2018-02-28  Alan Modra  <amodra@gmail.com>
1047
1048         PR 22887
1049         * aoutx.h (swap_std_reloc_in): Correct r_index bound check.
1050
1051 2018-02-28  Nick Clifton  <nickc@redhat.com>
1052
1053         PR 22895
1054         PR 22893
1055         * dwarf2.c (read_n_bytes): Replace size parameter with dwarf_block
1056         pointer.  Drop unused abfd parameter.  Check the size of the block
1057         before initialising the data field.  Return the end pointer if the
1058         size is invalid.
1059         (read_attribute_value): Adjust invocations of read_n_bytes.
1060
1061         PR 22894
1062         * dwarf1.c (parse_die): Check the length of form blocks before
1063         advancing the data pointer.
1064
1065 2018-02-28  Alan Modra  <amodra@gmail.com>
1066
1067         PR 22887
1068         * aoutx.h (translate_symbol_table): Print an error message and set
1069         bfd_error on finding an invalid name string offset.
1070
1071 2018-02-27  H.J. Lu  <hongjiu.lu@intel.com>
1072
1073         * config.in: Regenerated.
1074         * configure: Likewise.
1075         * configure.ac: Add --enable-separate-code.
1076         (DEFAULT_LD_Z_SEPARATE_CODE): New AC_DEFINE_UNQUOTED.  Default
1077         to 1 for Linux/x86 targets,
1078         * elf64-x86-64.c (ELF_MAXPAGESIZE): Set to 0x1000 if
1079         DEFAULT_LD_Z_SEPARATE_CODE is 1.
1080
1081 2018-02-27  Nick Clifton  <nickc@redhat.com>
1082
1083         * aout-cris.c (swap_ext_reloc_out): Standadize error/warning
1084         message.
1085         * elf-hppa.h (elf_hppa_info_to_howto_rel): Likewise.
1086         * elf32-i386.c (elf_i386_reloc_type_lookup): Likewise.
1087         * elf32-xtensa.c (elf_xtensa_reloc_type_lookup): Likewise.
1088         * elf64-ppc.c (ppc64_elf_reloc_type_lookup): Likewise.
1089         * elf64-s390.c (elf_s390_reloc_type_lookup): Likewise.
1090         * elf64-sh64.c (sh_elf64_info_to_howto): Likewise.
1091         * elfxx-ia64.c (ia64_elf_reloc_type_lookup): Likewise.
1092         * elfxx-sparc.c (_bfd_sparc_elf_reloc_type_lookup): Likewise.
1093         * elfxx-tilegx.c (tilegx_reloc_type_lookup): Likewise.
1094
1095         PR 22875
1096         * elf-bfd.h (struct elf_backend_data): Change the return type of
1097         the elf_info_to_howto and elf_info_to_howto_rel function pointers
1098         to bfd_boolean.
1099         * elfcode.h (elf_slurp_reloc_table_from_section): Check the return
1100         value from the info_to_howto function and fail if that function
1101         failed.
1102         * elf32-h8300.c (elf32_h8_relocate_section): Check return value
1103         from the info_to_howto function.
1104         (elf32_h8_relax_section): Likewise.
1105         * elf32-lm32.c (lm32_elf_relocate_section): Likewise.
1106         * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Likewise.
1107         * elf32-score.c (s3_bfd_score_elf_relocate_section): Likewise.
1108         * elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise.
1109         * elf32-tic6x.c (elf32_tic6x_relocate_section): Likewise.
1110         * elf64-ia64-vms.c (elf64_ia64_relocate_section): Likewise.
1111         * elf64-sparc.c (elf64_sparc_slurp_one_reloc_table): Likewise.
1112         * elf64-x86-64.c (elf_x86_64_tls_transition): Likewise.
1113         * elfnn-ia64.c (elfNN_ia64_relocate_section): Likewise.
1114         * elfnn-riscv.c (riscv_elf_check_relocs): Likewise.
1115         (riscv_elf_relocate_section): Likewise.
1116         * elf-hppa.h (elf_hppa_info_to_howto): Change return type to
1117         bfd_boolean.  Issue an error message, set an error value and
1118         return FALSE if the reloc is not recognized.
1119         (elf_hppa_info_to_howto_rel): Likewise.
1120         * elf-m10200.c (mn10200_info_to_howto): Likewise.
1121         * elf-m10300.c (mn10300_info_to_howto): Likewise.
1122         * elf.c (_bfd_elf_no_info_to_howto): Likewise.
1123         * elf32-arc.c (arc_info_to_howto_rel): Likewise.
1124         * elf32-arm.c (elf32_arm_info_to_howto): Likewise.
1125         * elf32-avr.c (avr_info_to_howto_rela): Likewise.
1126         * elf32-bfin.c (bfin_info_to_howto): Likewise.
1127         * elf32-cr16.c (elf_cr16_info_to_howto): Likewise.
1128         * elf32-cr16c.c (elf_cr16c_info_to_howto): Likewise.
1129         * elf32-cris.c (elf_cr16c_info_to_howto_rel)
1130         (cris_info_to_howto_rela): Likewise.
1131         * elf32-crx.c (elf_crx_info_to_howto): Likewise.
1132         * elf32-d10v.c (d10v_info_to_howto_rel): Likewise.
1133         * elf32-d30v.c (d30v_info_to_howto_rel, d30v_info_to_howto_rela):
1134         Likewise.
1135         * elf32-dlx.c (dlx_rtype_to_howto, elf32_dlx_info_to_howto)
1136         (elf32_dlx_info_to_howto_rel): Likewise.
1137         * elf32-epiphany.c (epiphany_info_to_howto_rela): Likewise.
1138         * elf32-fr30.c (fr30_info_to_howto_rela): Likewise.
1139         * elf32-frv.c (frv_info_to_howto_rela)
1140         (frvfdpic_info_to_howto_rel): Likewise.
1141         * elf32-ft32.c (ft32_info_to_howto_rela): Likewise.
1142         * elf32-gen.c (elf_generic_info_to_howto)
1143         (elf_generic_info_to_howto_rel): Likewise.
1144         * elf32-h8300.c (elf32_h8_info_to_howto)
1145         (elf32_h8_info_to_howto_rel): Likewise.
1146         * elf32-i370.c (i370_elf_info_to_howto): Likewise.
1147         * elf32-i386.c (elf_i386_reloc_type_lookup)
1148         (elf_i386_rtype_to_howto, elf_i386_info_to_howto_rel): Likewise.
1149         * elf32-i860.c (lookup_howto, elf32_i860_info_to_howto_rela):
1150         Likewise.
1151         * elf32-i960.c (elf32_i960_info_to_howto_rel): Likewise.
1152         * elf32-ip2k.c (ip2k_info_to_howto_rela): Likewise.
1153         * elf32-iq2000.c (iq2000_info_to_howto_rela): Likewise.
1154         * elf32-lm32.c (lm32_info_to_howto_rela): Likewise.
1155         * elf32-m32c.c (m32c_info_to_howto_rela): Likewise.
1156         * elf32-m32r.c (m32r_info_to_howto_rel, m32r_info_to_howto):
1157         Likewise.
1158         * elf32-m68hc11.c (m68hc11_info_to_howto_rel): Likewise.
1159         * elf32-m68hc12.c (m68hc11_info_to_howto_rel): Likewise.
1160         * elf32-m68k.c (rtype_to_howto): Likewise.
1161         * elf32-mcore.c (mcore_elf_info_to_howto): Likewise.
1162         * elf32-mep.c (mep_info_to_howto_rela): Likewise.
1163         * elf32-metag.c (metag_info_to_howto_rela): Likewise.
1164         * elf32-microblaze.c (microblaze_elf_info_to_howto): Likewise.
1165         * elf32-mips.c (mips_info_to_howto_rel, mips_info_to_howto_rela):
1166         Likewise.
1167         * elf32-moxie.c (moxie_info_to_howto_rela): Likewise.
1168         * elf32-msp430.c (msp430_info_to_howto_rela): Likewise.
1169         * elf32-mt.c (mt_info_to_howto_rela): Likewise.
1170         * elf32-nds32.c (nds32_info_to_howto_rel, nds32_info_to_howto):
1171         Likewise.
1172         * elf32-nios2.c (nios2_elf32_info_to_howto): Likewise.
1173         * elf32-or1k.c (or1k_info_to_howto_rela): Likewise.
1174         * elf32-pj.c (pj_elf_info_to_howto): Likewise.
1175         * elf32-ppc.c (ppc_elf_info_to_howto): Likewise.
1176         * elf32-pru.c (pru_elf32_info_to_howto): Likewise.
1177         * elf32-rl78.c (rl78_info_to_howto_rela): Likewise.
1178         * elf32-rx.c (rx_info_to_howto_rela): Likewise.
1179         * elf32-s390.c (elf_s390_info_to_howto): Likewise.
1180         * elf32-score.c (s3_bfd_score_info_to_howto)
1181         (_bfd_score_info_to_howto): Likewise.
1182         * elf32-score7.c (s7_bfd_score_info_to_howto): Likewise.
1183         * elf32-sh.c (sh_elf_info_to_howto): Likewise.
1184         * elf32-spu.c (spu_elf_info_to_howto): Likewise.
1185         * elf32-tic6x.c (elf32_tic6x_info_to_howto)
1186         (elf32_tic6x_info_to_howto_rel): Likewise.
1187         * elf32-tilepro.c (tilepro_info_to_howto_rela): Likewise.
1188         * elf32-v850.c (v850_elf_info_to_howto_rel)
1189         (v850_elf_info_to_howto_rela, v800_elf_info_to_howto): Likewise.
1190         * elf32-vax.c (rtype_to_howto): Likewise.
1191         * elf32-visium.c (visium_info_to_howto_rela): Likewise.
1192         * elf32-wasm32.c (elf32_wasm32_rtype_to_howto)
1193         (elf32_wasm32_info_to_howto_rela): Likewise.
1194         * elf32-xc16x.c (elf32_xc16x_info_to_howto): Likewise.
1195         * elf32-xgate.c (xgate_info_to_howto_rel): Likewise.
1196         * elf32-xstormy16.c (xstormy16_info_to_howto_rela): Likewise.
1197         * elf32-xtensa.c (elf_xtensa_info_to_howto_rela): Likewise.
1198         * elf64-alpha.c (elf64_alpha_info_to_howto): Likewise.
1199         * elf64-gen.c (elf_generic_info_to_howto)
1200         (elf_generic_info_to_howto_rel): Likewise.
1201         * elf64-ia64-vms.c (elf64_ia64_info_to_howto): Likewise.
1202         * elf64-mips.c (mips_elf64_info_to_howto_rela): Likewise.
1203         * elf64-mmix.c (mmix_info_to_howto_rela): Likewise.
1204         * elf64-ppc.c (ppc64_elf_info_to_howto): Likewise.
1205         * elf64-s390.c (elf_s390_reloc_type_lookup): Likewise.
1206         * elf64-sh64.c (elf_s390_info_to_howto, sh_elf64_info_to_howto):
1207         Likewise.
1208         * elf64-x86-64.c (elf_x86_64_info_to_howto): Likewise.
1209         * elfn32-mips.c (mips_info_to_howto_rel, mips_info_to_howto_rela):
1210         Likewise.
1211         * elfnn-aarch64.c (elfNN_aarch64_info_to_howto): Likewise.
1212         * elfnn-ia64.c (elfNN_ia64_info_to_howto): Likewise.
1213         * elfnn-riscv.c (riscv_info_to_howto_rela): Likewise.
1214         * elfxx-ia64.c (ia64_elf_reloc_type_lookup): Likewise.
1215         * elfxx-sparc.c (_bfd_sparc_elf_info_to_howto): Likewise.
1216         * elfxx-tilegx.c (tilegx_info_to_howto_rela): Likewise.
1217         * elf32-score.h (s7_bfd_score_info_to_howto): Update prototype.
1218         * elfxx-sparc.h (_bfd_sparc_elf_info_to_howto): Update prototype.
1219         * elfxx-tilegx.h (tilegx_info_to_howto_rela): Update prototype.
1220         * elfxx-target.h (elf_info_to_howto, elf_info_to_howto_rel):
1221         Default to NULL.
1222
1223 2018-02-26  Jim Wilson  <jimw@sifive.com>
1224             Stephan Schreiber <info@fs-driver.org>
1225
1226         PR 15904
1227         * elfnn-ia64.c (elfNN_ia64_relax_section): After ia64_elf_relax_brl
1228         call, set changed_contents and changed_relocs.  Likewise after
1229         successful ia64_elf_relax_br call.
1230
1231 2018-02-26  Alan Modra  <amodra@gmail.com>
1232
1233         * elf.c (assign_file_positions_except_relocs): Don't segfault
1234         when actual number of phdrs is less than allocated.  Delete
1235         outdated comment.  Formatting.
1236
1237 2018-02-26  Alan Modra  <amodra@gmail.com>
1238
1239         * elf-m10300.c, * elf-s390-common.c, * elf32-arc.c, * elf32-cris.c,
1240         * elf32-dlx.c, * elf32-frv.c, * elf32-i370.c, * elf32-lm32.c,
1241         * elf32-m32r.c, * elf32-m68hc1x.c, * elf32-m68k.c,
1242         * elf32-microblaze.c, * elf32-msp430.c, * elf32-nds32.c,
1243         * elf32-nios2.c, * elf32-or1k.c, * elf32-rl78.c, * elf32-rx.c,
1244         * elf32-score.c, * elf32-score7.c, * elf32-sh-symbian.c,
1245         * elf32-sh.c, * elf32-spu.c, * elf32-v850.c, * elf32-xtensa.c,
1246         * elf64-alpha.c, * elf64-ia64-vms.c, * elf64-mmix.c,
1247         * elf64-sh64.c, * elf64-sparc.c, * elfnn-ia64.c, * elfxx-tilegx.c,
1248         * mmo.c, * osf-core.c, * srec.c, * vms-alpha.c: Standardize
1249         error/warning messages.
1250
1251 2018-02-26  Alan Modra  <amodra@gmail.com>
1252
1253         * archive.c, * bfd.c, * linker.c, * reloc.c, * stabs.c,
1254         * syms.c: Standardize error/warning messages.
1255
1256 2018-02-26  Alan Modra  <amodra@gmail.com>
1257
1258         * aout-adobe.c, * aout-cris.c, * i386linux.c, * m68klinux.c,
1259         * sparclinux.c, * coff-alpha.c, * coff-arm.c, * coff-mcore.c,
1260         * coffcode.h, * coffgen.c, * cofflink.c, * ecoff.c, * pe-mips.c,
1261         * peXXigen.c, * peicode.h: Standardize error/warning messages.
1262
1263 2018-02-26  Alan Modra  <amodra@gmail.com>
1264
1265         * elf32-arm.c, * elfnn-aarch64.c: Standardize error/warning messages.
1266
1267 2018-02-26  Alan Modra  <amodra@gmail.com>
1268
1269         * elfxx-mips.c: Standardize error/warning messages.
1270
1271 2018-02-26  Alan Modra  <amodra@gmail.com>
1272
1273         * dwarf2.c, * elf-attrs.c, * elf-eh-frame.c, * elf.c, * elf32-gen.c,
1274         * elflink.c: Standardize error/warning messages.  Replace use of
1275         linker callback einfo with _bfd_error_handler when possible.
1276
1277 2018-02-26  Alan Modra  <amodra@gmail.com>
1278
1279         * aoutx.h, * coff-alpha.c, * coff-i860.c, * coff-m68k.c,
1280         * coff-mcore.c, * coff-ppc.c, * coff-rs6000.c, * coff-sh.c,
1281         * coff-tic4x.c, * coff-tic54x.c, * coff-tic80.c, * coff-w65.c,
1282         * elf-bfd.h, * elf-m10300.c, * elf.c, * elf32-avr.c, * elf32-bfin.c,
1283         * elf32-cr16.c, * elf32-cr16c.c, * elf32-cris.c, * elf32-crx.c,
1284         * elf32-d10v.c, * elf32-d30v.c, * elf32-dlx.c, * elf32-epiphany.c,
1285         * elf32-fr30.c, * elf32-frv.c, * elf32-i370.c, * elf32-i386.c,
1286         * elf32-i960.c, * elf32-ip2k.c, * elf32-iq2000.c, * elf32-lm32.c,
1287         * elf32-m32c.c, * elf32-m32r.c, * elf32-m68hc11.c, * elf32-m68hc12.c,
1288         * elf32-m68k.c, * elf32-mcore.c, * elf32-mep.c, * elf32-metag.c,
1289         * elf32-microblaze.c, * elf32-mips.c, * elf32-moxie.c,
1290         * elf32-msp430.c, * elf32-mt.c, * elf32-nds32.c, * elf32-or1k.c,
1291         * elf32-pj.c, * elf32-ppc.c, * elf32-rl78.c, * elf32-rx.c,
1292         * elf32-s390.c, * elf32-sh.c, * elf32-spu.c, * elf32-tic6x.c,
1293         * elf32-v850.c, * elf32-vax.c, * elf32-visium.c, * elf32-wasm32.c,
1294         * elf32-xgate.c, * elf32-xtensa.c, * elf64-alpha.c,
1295         * elf64-ia64-vms.c, * elf64-mips.c, * elf64-mmix.c,
1296         * elf64-ppc.c, * elf64-s390.c, * elf64-sparc.c, * elf64-x86-64.c,
1297         * elfn32-mips.c, * elfnn-aarch64.c, * elfnn-ia64.c,
1298         * elfnn-riscv.c, * elfxx-mips.c, * elfxx-riscv.c, * elfxx-riscv.h,
1299         * elfxx-sparc.c, * elfxx-sparc.h, * reloc.c: Standardize
1300         unrecognized/unsupported reloc message.
1301
1302 2018-02-26  Alan Modra  <amodra@gmail.com>
1303
1304         * elf32-ppc.c: Standardize error/warning messages.  Use
1305         _bfd_error_handler rather than einfo when einfo features not used.
1306         * elf64-ppc.c: Likewise.
1307
1308 2018-02-23  Alan Modra  <amodra@gmail.com>
1309
1310         PR 22881
1311         * elf.c (assign_file_positions_for_non_load_sections): Remove RELRO
1312         segment if no matching LOAD segment.
1313
1314 2018-02-23  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
1315
1316         * elf32-nds32.h: Define mask for ict_model.
1317
1318 2018-02-20  Jason Duerstock  <jason.duerstock@gmail.com>
1319
1320         * elfnn-ia64.c (elf_backend_can_gc_sections): Enable.
1321
1322 2018-02-19  Maciej W. Rozycki  <macro@mips.com>
1323
1324         Revert
1325         2018-01-12  Vlad Ivanov  <vlad@ivanov.email>
1326
1327         * elfxx-mips.c (_bfd_mips_elf_final_link): Notify user when
1328         .reginfo section has wrong size.
1329
1330 2018-02-19  Maciej W. Rozycki  <macro@mips.com>
1331
1332         * elfxx-mips.c (_bfd_mips_elf_always_size_sections): Set
1333         SEC_FIXED_SIZE and SEC_HAS_CONTENTS flags for `.reginfo' and
1334         `.MIPS.abiflags' sections.
1335         (_bfd_mips_elf_final_link): Avoid reading beyond `.reginfo'
1336         section's end.
1337
1338 2018-02-19  Maciej W. Rozycki  <macro@mips.com>
1339
1340         * section.c (SEC_FIXED_SIZE): New macro.
1341         * bfd-in2.h: Regenerate.
1342
1343 2018-02-19  Maciej W. Rozycki  <macro@mips.com>
1344
1345         * section.c (SEC_HAS_GOT_REF): Remove macro.
1346         * bfd-in2.h: Regenerate.
1347
1348 2018-02-19  Alan Modra  <amodra@gmail.com>
1349
1350         * elf-attrs.c (_bfd_elf_parse_attributes): Correct _bfd_error_handler
1351         arguments.
1352         * elfxx-mips.c (_bfd_mips_elf_final_link): Likewise.
1353         * elfnn-riscv.c (_bfd_riscv_relax_align): Likewise.
1354         (_bfd_riscv_relax_pc): Likewise and fix typos.
1355         * libbfd-in.h (_bfd_error_handler): Add attribute printf.
1356         * libbfd.h: Regenerate.
1357
1358 2018-02-19  Alan Modra  <amodra@gmail.com>
1359
1360         * dwarf2.c (read_section): Don't use 'll' format modifier.
1361         (find_abstract_instance): Likewise.
1362         * elfcore.h (elf_core_file_p): Likewise.
1363
1364 2018-02-19  Alan Modra  <amodra@gmail.com>
1365
1366         * bfd-in.h: Include inttypes.h or if not available define
1367         PRId64, PRIu64 and PRIx64.
1368         * bfd.c (_bfd_doprnt, _bfd_doprnt_scan): Remove support for L
1369         modifier to print bfd_vma.
1370         * coff-arm.c, * coff-mcore.c, * coff-ppc.c, * coff-rs6000.c,
1371         * coff-sh.c, * coff-tic80.c, * coffcode.h, * coffgen.c, * cofflink.c,
1372         * compress.c, * dwarf2.c, * elf-m10300.c, * elf.c, * elf32-arc.c,
1373         * elf32-arm.c, * elf32-bfin.c, * elf32-cris.c, * elf32-hppa.c,
1374         * elf32-i386.c, * elf32-ip2k.c, * elf32-lm32.c, * elf32-m32r.c,
1375         * elf32-m68k.c, * elf32-metag.c, * elf32-nds32.c, * elf32-nios2.c,
1376         * elf32-ppc.c, * elf32-rx.c, * elf32-s390.c, * elf32-score.c,
1377         * elf32-score7.c, * elf32-sh.c, * elf32-sh64.c, * elf32-spu.c,
1378         * elf32-tic6x.c, * elf32-tilepro.c, * elf32-v850.c, * elf32-vax.c,
1379         * elf32-xtensa.c, * elf64-alpha.c, * elf64-hppa.c, * elf64-ia64-vms.c,
1380         * elf64-mmix.c, * elf64-s390.c, * elf64-sh64.c, * elf64-x86-64.c,
1381         * elfcode.h, * elfcore.h, * elflink.c, * elfnn-aarch64.c,
1382         * elfnn-ia64.c, * elfnn-riscv.c, * elfxx-mips.c, * elfxx-sparc.c,
1383         * elfxx-tilegx.c, * ieee.c, * ihex.c, * mach-o.c, * merge.c, * mmo.c,
1384         * peXXigen.c, * xcofflink.c: Replace use of Lx modifier with PRIx64,
1385         and cast input to uint64_t, and similarly for Ld and Lu.
1386         * bfd-in2.h: Regenerate.
1387
1388 2018-02-19  Alan Modra  <amodra@gmail.com>
1389
1390         * elf32-arm.c, * elf32-hppa.c, * elf32-lm32.c, * elf32-m32r.c,
1391         * elf32-metag.c, * elf32-nds32.c, * elf32-or1k.c, * elf32-ppc.c,
1392         * elf32-s390.c, * elf32-sh.c, * elf32-tic6x.c, * elf32-tilepro.c,
1393         * elf64-ppc.c, * elf64-s390.c, * elflink.c, * elfnn-aarch64.c,
1394         * elfnn-riscv.c, * elfxx-sparc.c, * elfxx-tilegx.c, * elfxx-x86.c,
1395         * reloc.c: Replace use of %R and %T in format strings passed to
1396         einfo and friends by %pR and %pT.
1397
1398 2018-02-19  Alan Modra  <amodra@gmail.com>
1399
1400         * bfd.c (_bfd_doprnt, _bfd_doprnt_scan): Handle %pA and %pB in place
1401         of %A and %B.
1402         * aout-adobe.c: Update all messages using %A and %B.
1403         * aout-cris.c: Likewise.
1404         * aoutx.h: Likewise.
1405         * archive.c: Likewise.
1406         * binary.c: Likewise.
1407         * cache.c: Likewise.
1408         * coff-alpha.c: Likewise.
1409         * coff-arm.c: Likewise.
1410         * coff-i860.c: Likewise.
1411         * coff-mcore.c: Likewise.
1412         * coff-ppc.c: Likewise.
1413         * coff-rs6000.c: Likewise.
1414         * coff-sh.c: Likewise.
1415         * coff-tic4x.c: Likewise.
1416         * coff-tic54x.c: Likewise.
1417         * coff-tic80.c: Likewise.
1418         * coff64-rs6000.c: Likewise.
1419         * coffcode.h: Likewise.
1420         * coffgen.c: Likewise.
1421         * cofflink.c: Likewise.
1422         * coffswap.h: Likewise.
1423         * compress.c: Likewise.
1424         * cpu-arm.c: Likewise.
1425         * ecoff.c: Likewise.
1426         * elf-attrs.c: Likewise.
1427         * elf-eh-frame.c: Likewise.
1428         * elf-ifunc.c: Likewise.
1429         * elf-m10300.c: Likewise.
1430         * elf-properties.c: Likewise.
1431         * elf-s390-common.c: Likewise.
1432         * elf.c: Likewise.
1433         * elf32-arc.c: Likewise.
1434         * elf32-arm.c: Likewise.
1435         * elf32-avr.c: Likewise.
1436         * elf32-bfin.c: Likewise.
1437         * elf32-cr16.c: Likewise.
1438         * elf32-cr16c.c: Likewise.
1439         * elf32-cris.c: Likewise.
1440         * elf32-crx.c: Likewise.
1441         * elf32-d10v.c: Likewise.
1442         * elf32-d30v.c: Likewise.
1443         * elf32-epiphany.c: Likewise.
1444         * elf32-fr30.c: Likewise.
1445         * elf32-frv.c: Likewise.
1446         * elf32-gen.c: Likewise.
1447         * elf32-hppa.c: Likewise.
1448         * elf32-i370.c: Likewise.
1449         * elf32-i386.c: Likewise.
1450         * elf32-i960.c: Likewise.
1451         * elf32-ip2k.c: Likewise.
1452         * elf32-iq2000.c: Likewise.
1453         * elf32-lm32.c: Likewise.
1454         * elf32-m32c.c: Likewise.
1455         * elf32-m32r.c: Likewise.
1456         * elf32-m68hc11.c: Likewise.
1457         * elf32-m68hc12.c: Likewise.
1458         * elf32-m68hc1x.c: Likewise.
1459         * elf32-m68k.c: Likewise.
1460         * elf32-mcore.c: Likewise.
1461         * elf32-mep.c: Likewise.
1462         * elf32-metag.c: Likewise.
1463         * elf32-microblaze.c: Likewise.
1464         * elf32-moxie.c: Likewise.
1465         * elf32-msp430.c: Likewise.
1466         * elf32-mt.c: Likewise.
1467         * elf32-nds32.c: Likewise.
1468         * elf32-nios2.c: Likewise.
1469         * elf32-or1k.c: Likewise.
1470         * elf32-pj.c: Likewise.
1471         * elf32-ppc.c: Likewise.
1472         * elf32-rl78.c: Likewise.
1473         * elf32-rx.c: Likewise.
1474         * elf32-s390.c: Likewise.
1475         * elf32-score.c: Likewise.
1476         * elf32-score7.c: Likewise.
1477         * elf32-sh-symbian.c: Likewise.
1478         * elf32-sh.c: Likewise.
1479         * elf32-sh64.c: Likewise.
1480         * elf32-sparc.c: Likewise.
1481         * elf32-spu.c: Likewise.
1482         * elf32-tic6x.c: Likewise.
1483         * elf32-tilepro.c: Likewise.
1484         * elf32-v850.c: Likewise.
1485         * elf32-vax.c: Likewise.
1486         * elf32-visium.c: Likewise.
1487         * elf32-wasm32.c: Likewise.
1488         * elf32-xgate.c: Likewise.
1489         * elf32-xtensa.c: Likewise.
1490         * elf64-alpha.c: Likewise.
1491         * elf64-gen.c: Likewise.
1492         * elf64-hppa.c: Likewise.
1493         * elf64-ia64-vms.c: Likewise.
1494         * elf64-mmix.c: Likewise.
1495         * elf64-ppc.c: Likewise.
1496         * elf64-s390.c: Likewise.
1497         * elf64-sh64.c: Likewise.
1498         * elf64-sparc.c: Likewise.
1499         * elf64-x86-64.c: Likewise.
1500         * elfcode.h: Likewise.
1501         * elfcore.h: Likewise.
1502         * elflink.c: Likewise.
1503         * elfnn-aarch64.c: Likewise.
1504         * elfnn-ia64.c: Likewise.
1505         * elfnn-riscv.c: Likewise.
1506         * elfxx-mips.c: Likewise.
1507         * elfxx-sparc.c: Likewise.
1508         * elfxx-tilegx.c: Likewise.
1509         * elfxx-x86.c: Likewise.
1510         * hpux-core.c: Likewise.
1511         * ieee.c: Likewise.
1512         * ihex.c: Likewise.
1513         * libbfd.c: Likewise.
1514         * linker.c: Likewise.
1515         * mach-o.c: Likewise.
1516         * merge.c: Likewise.
1517         * mmo.c: Likewise.
1518         * oasys.c: Likewise.
1519         * pdp11.c: Likewise.
1520         * pe-mips.c: Likewise.
1521         * peXXigen.c: Likewise.
1522         * peicode.h: Likewise.
1523         * reloc.c: Likewise.
1524         * rs6000-core.c: Likewise.
1525         * srec.c: Likewise.
1526         * stabs.c: Likewise.
1527         * vms-alpha.c: Likewise.
1528         * xcofflink.c: Likewise.
1529
1530 2018-02-19  Alan Modra  <amodra@gmail.com>
1531
1532         PR 22845
1533         * elf.c (IS_TBSS): Define.
1534         (_bfd_elf_map_sections_to_segments): Use IS_TBSS.
1535         (assign_file_positions_for_non_load_sections): Revert last change.
1536         Properly calculate load segment limits to compare against relro limits.
1537
1538 2018-02-17  Alan Modra  <amodra@gmail.com>
1539
1540         PR 22845
1541         * elf.c (assign_file_positions_for_non_load_sections): Ignore
1542         degenerate zero size PT_LOAD segments when finding one overlapping
1543         the PT_GNU_RELRO segment.
1544
1545 2018-02-16  Alan Modra  <amodra@gmail.com>
1546
1547         * libbfd.c (_bfd_bool_bfd_false_error): Rename from bfd_false.
1548         (_bfd_bool_bfd_true): Rename from bfd_true.
1549         (_bfd_ptr_bfd_null_error): Rename from bfd_nullvoidptr.
1550         (_bfd_int_bfd_0): Rename from bfd_0.
1551         (_bfd_uint_bfd_0): Rename from bfd_0u.
1552         (_bfd_long_bfd_0): Rename from bfd_0l.
1553         (_bfd_long_bfd_n1_error): Rename from _bfd_n1.
1554         (_bfd_void_bfd): Rename from bfd_void.
1555         (_bfd_bool_bfd_false, _bfd_bool_bfd_asymbol_false),
1556         (_bfd_bool_bfd_link_false_error),
1557         (_bfd_bool_bfd_link_true, _bfd_bool_bfd_bfd_true),
1558         (_bfd_bool_bfd_uint_true, _bfd_bool_bfd_ptr_true),
1559         (_bfd_bool_bfd_asection_bfd_asection_true),
1560         (_bfd_bool_bfd_asymbol_bfd_asymbol_true),
1561         (_bfd_void_bfd_link, _bfd_void_bfd_asection): New functions.
1562         * archive.c (_bfd_noarchive_get_elt_at_index),
1563         (_bfd_noarchive_openr_next_archived_file),
1564         (_bfd_noarchive_construct_extended_name_table),
1565         (_bfd_noarchive_write_ar_hdr, _bfd_noarchive_truncate_arname),
1566         (_bfd_noarchive_write_armap): New functions.
1567         * archures.c (_bfd_nowrite_set_arch_mach): New function.
1568         * coff-alpha.c (alpha_ecoff_swap_coff_aux_in),
1569         (alpha_ecoff_swap_coff_sym_in, alpha_ecoff_swap_coff_lineno_in),
1570         (alpha_ecoff_swap_coff_aux_out, alpha_ecoff_swap_coff_sym_out),
1571         (alpha_ecoff_swap_coff_lineno_out),
1572         (alpha_ecoff_swap_coff_reloc_out): New functions.
1573         * coff-mips.c (mips_ecoff_swap_coff_aux_in),
1574         (mips_ecoff_swap_coff_sym_in, mips_ecoff_swap_coff_lineno_in),
1575         (mips_ecoff_swap_coff_aux_out, mips_ecoff_swap_coff_sym_out),
1576         (mips_ecoff_swap_coff_lineno_out),
1577         (mips_ecoff_swap_coff_reloc_out): New functions.
1578         * coffcode.h (coff_set_alignment_hook): Replace define with
1579         new function.
1580         (symname_in_debug_hook): Likewise.
1581         * ecoff.c (_bfd_ecoff_set_alignment_hook): New function.
1582         * elfxx-target.h (elf_backend_allow_non_load_phdr): Default to 0.
1583         * elf.c (assign_file_positions_except_relocs): Test
1584         elf_backend_allow_non_load_phdr for NULL.
1585         * elflink.c (_bfd_elf_omit_section_dynsym_default): Rename from
1586         _bfd_elf_link_omit_section_dynsym.  Update uses.
1587         (_bfd_elf_omit_section_dynsym_all): New function.
1588         * elf-bfd.h (_bfd_elf_link_omit_section_dynsym): Delete.
1589         (_bfd_elf_omit_section_dynsym_default): Declare.
1590         (_bfd_elf_omit_section_dynsym_all): Declare.
1591         * linker.c (_bfd_nolink_sizeof_headers, _bfd_nolink_bfd_relax_section),
1592         (_bfd_nolink_bfd_get_relocated_section_contents),
1593         (_bfd_nolink_bfd_lookup_section_flags),
1594         (_bfd_nolink_bfd_is_group_section, _bfd_nolink_bfd_discard_group),
1595         (_bfd_nolink_bfd_link_hash_table_create),
1596         (_bfd_nolink_bfd_link_just_syms),
1597         (_bfd_nolink_bfd_copy_link_hash_symbol_type),
1598         (_bfd_nolink_bfd_link_split_section),
1599         (_bfd_nolink_section_already_linked),
1600         (_bfd_nolink_bfd_define_common_symbol),
1601         (_bfd_nolink_bfd_define_start_stop): New functions.
1602         * reloc.c (_bfd_norelocs_bfd_reloc_type_lookup),
1603         (_bfd_norelocs_bfd_reloc_name_lookup),
1604         (_bfd_nodynamic_canonicalize_dynamic_reloc): New functions.
1605         * section.c (_bfd_nowrite_set_section_contents): New function.
1606         * syms.c (_bfd_nosymbols_canonicalize_symtab),
1607         (_bfd_nosymbols_print_symbol, _bfd_nosymbols_get_symbol_info),
1608         (_bfd_nosymbols_get_symbol_version_string),
1609         (_bfd_nosymbols_bfd_is_local_label_name),
1610         (_bfd_nosymbols_get_lineno, _bfd_nosymbols_find_nearest_line),
1611         (_bfd_nosymbols_find_line, _bfd_nosymbols_find_inliner_info),
1612         (_bfd_nosymbols_bfd_make_debug_symbol),
1613         ( _bfd_nosymbols_read_minisymbols),
1614         ( _bfd_nosymbols_minisymbol_to_symbol),
1615         (_bfd_nodynamic_get_synthetic_symtab): New functions.
1616         * libbfd-in.h: Declare new functions.  Update existing defines,
1617         removing casts.
1618         * aix386-core.c: Update to use new hooks.  Formatting.
1619         * aout-adobe.c: Likewise.
1620         * aout-arm.c: Likewise.
1621         * aout-target.h: Likewise.
1622         * aout-tic30.c: Likewise.
1623         * aoutf1.h: Likewise.
1624         * binary.c: Likewise.
1625         * bout.c: Likewise.
1626         * cisco-core.c: Likewise.
1627         * coff-alpha.c: Likewise.
1628         * coff-i386.c: Likewise.
1629         * coff-i860.c: Likewise.
1630         * coff-i960.c: Likewise.
1631         * coff-ia64.c: Likewise.
1632         * coff-mips.c: Likewise.
1633         * coff-ppc.c: Likewise.
1634         * coff-rs6000.c: Likewise.
1635         * coff-sh.c: Likewise.
1636         * coff-tic30.c: Likewise.
1637         * coff-tic54x.c: Likewise.
1638         * coff-x86_64.c: Likewise.
1639         * coff64-rs6000.c: Likewise.
1640         * coffcode.h: Likewise.
1641         * elf-m10300.c: Likewise.
1642         * elf32-cr16.c: Likewise.
1643         * elf32-lm32.c: Likewise.
1644         * elf32-m32r.c: Likewise.
1645         * elf32-metag.c: Likewise.
1646         * elf32-score.c: Likewise.
1647         * elf32-score7.c: Likewise.
1648         * elf32-tilepro.c: Likewise.
1649         * elf32-xstormy16.c: Likewise.
1650         * elf32-xtensa.c: Likewise.
1651         * elf64-alpha.c: Likewise.
1652         * elf64-hppa.c: Likewise.
1653         * elf64-ia64-vms.c: Likewise.
1654         * elf64-mmix.c: Likewise.
1655         * elf64-sh64.c: Likewise.
1656         * elfnn-ia64.c: Likewise.
1657         * elfxx-sparc.c: Likewise.
1658         * elfxx-target.h: Likewise.
1659         * elfxx-tilegx.c: Likewise.
1660         * elfxx-x86.h: Likewise.
1661         * hp300hpux.c: Likewise.
1662         * hppabsd-core.c: Likewise.
1663         * hpux-core.c: Likewise.
1664         * i386msdos.c: Likewise.
1665         * i386os9k.c: Likewise.
1666         * ieee.c: Likewise.
1667         * ihex.c: Likewise.
1668         * irix-core.c: Likewise.
1669         * libaout.h: Likewise.
1670         * libecoff.h: Likewise.
1671         * mach-o-target.c: Likewise.
1672         * mach-o.c: Likewise.
1673         * mipsbsd.c: Likewise.
1674         * mmo.c: Likewise.
1675         * netbsd-core.c: Likewise.
1676         * nlm-target.h: Likewise.
1677         * oasys.c: Likewise.
1678         * osf-core.c: Likewise.
1679         * pdp11.c: Likewise.
1680         * pe-mips.c: Likewise.
1681         * pe-x86_64.c: Likewise.
1682         * pef.c: Likewise.
1683         * plugin.c: Likewise.
1684         * ppcboot.c: Likewise.
1685         * ptrace-core.c: Likewise.
1686         * sco5-core.c: Likewise.
1687         * som.c: Likewise.
1688         * sparclynx.c: Likewise.
1689         * srec.c: Likewise.
1690         * tekhex.c: Likewise.
1691         * trad-core.c: Likewise.
1692         * verilog.c: Likewise.
1693         * versados.c: Likewise.
1694         * vms-alpha.c: Likewise.
1695         * vms-lib.c: Likewise.
1696         * wasm-module.c: Likewise.
1697         * xsym.c: Likewise.
1698         * libbfd.h: Regenerate.
1699
1700 2018-02-15  Jim Wilson  <jimw@sifive.com>
1701
1702         * elfnn-riscv.c (_bfd_riscv_relax_section): Ifdef out check to ignore
1703         symbols whose section address is zero.
1704
1705         * elfnn-riscv.c (riscv_elf_relocate_section): Use bfd_reloc_dangerous
1706         when pcrel_lo reloc has an addend.  Use reloc_dangerous callback for
1707         bfd_reloc_dangerous.  Use einfo instead of warning callback for errors.
1708         Add %X%P to error messages.
1709
1710 2018-02-15  Eric Botcazou  <ebotcazou@adacore.com>
1711
1712         PR ld/22832
1713         * elfxx-sparc.c (_bfd_sparc_elf_check_relocs) <R_SPARC_TLS_GD_CALL>:
1714         Pass FALSE instead of TRUE as 'create' argument to bfd_link_hash_lookup
1715         and assert that the result of the call is not NULL.
1716
1717 2018-02-14  Nick Clifton  <nickc@redhat.com>
1718
1719         PR 22823
1720         Revert previous delta.  Add extra casts to avoid compile time
1721         warnings instead.
1722         * libbfd-in.h (_bfd_generic_bfd_copy_private_bfd_data): Add extra
1723         cast to avoid warning from gcc v8 compiler.
1724         (_bfd_generic_bfd_merge_private_bfd_data): Likewise.
1725         (_bfd_generic_bfd_set_private_flags): Likewise.
1726         (_bfd_generic_bfd_copy_private_section_data): Likewise.
1727         (_bfd_generic_bfd_copy_private_symbol_data): Likewise.
1728         (_bfd_generic_bfd_copy_private_header_data): Likewise.
1729         (_bfd_generic_bfd_print_private_bfd_data): Likewise.
1730         (_bfd_noarchive_construct_extended_name_table): Likewise.
1731         (_bfd_noarchive_truncate_arname): Likewise.
1732         (_bfd_noarchive_write_ar_hdr): Likewise.
1733         (_bfd_noarchive_get_elt_at_index): Likewise.
1734         (_bfd_nosymbols_canonicalize_symtab): Likewise.
1735         (_bfd_nosymbols_print_symbol): Likewise.
1736         (_bfd_nosymbols_get_symbol_info): Likewise.
1737         (_bfd_nosymbols_get_symbol_version_string): Likewise.
1738         (_bfd_nosymbols_bfd_is_local_label_name): Likewise.
1739         (_bfd_nosymbols_bfd_is_target_special_symbol): Likewise.
1740         (_bfd_nosymbols_get_lineno): Likewise.
1741         (_bfd_nosymbols_find_nearest_line): Likewise.
1742         (_bfd_nosymbols_find_line): Likewise.
1743         (_bfd_nosymbols_find_inliner_info): Likewise.
1744         (_bfd_nosymbols_bfd_make_debug_symbol): Likewise.
1745         (_bfd_nosymbols_read_minisymbols): Likewise.
1746         (_bfd_nosymbols_minisymbol_to_symbol): Likewise.
1747         (_bfd_norelocs_bfd_reloc_type_lookup): Likewise.
1748         (_bfd_norelocs_bfd_reloc_name_lookup): Likewise.
1749         (_bfd_nowrite_set_arch_mach): Likewise.
1750         (_bfd_nowrite_set_section_contents): Likewise.
1751         (_bfd_nolink_sizeof_headers): Likewise.
1752         (_bfd_nolink_bfd_get_relocated_section_contents): Likewise.
1753         (_bfd_nolink_bfd_relax_section): Likewise.
1754         (_bfd_nolink_bfd_gc_sections): Likewise.
1755         (_bfd_nolink_bfd_lookup_section_flags): Likewise.
1756         (_bfd_nolink_bfd_merge_sections): Likewise.
1757         (_bfd_nolink_bfd_is_group_section): Likewise.
1758         (_bfd_nolink_bfd_discard_group): Likewise.
1759         (_bfd_nolink_bfd_link_hash_table_create): Likewise.
1760         (_bfd_nolink_bfd_link_add_symbols): Likewise.
1761         (_bfd_nolink_bfd_link_just_syms): Likewise.
1762         (_bfd_nolink_bfd_copy_link_hash_symbol_type): Likewise.
1763         (_bfd_nolink_bfd_final_link): Likewise.
1764         (_bfd_nolink_bfd_link_split_section): Likewise.
1765         (_bfd_nolink_section_already_linked): Likewise.
1766         (_bfd_nolink_bfd_define_common_symbol): Likewise.
1767         (_bfd_nolink_bfd_define_start_stop): Likewise.
1768         (_bfd_nodynamic_canonicalize_dynamic_symtab): Likewise.
1769         (_bfd_nodynamic_get_synthetic_symtab): Likewise.
1770         (_bfd_nodynamic_get_dynamic_reloc_upper_bound _bfd_): Likewise.
1771         (_bfd_nodynamic_canonicalize_dynamic_reloc): Likewise.
1772         * libbfd.c (bfd_false_any): Delete.
1773         (bfd_true_any, bfd_nullvoidptr_any, bfd_0_any): Delete.
1774         (bfd_0u_any, bfd_0l_any, _bfd_n1_any, bfd_void_any): Delete.
1775         * libbfd.h (extern): Regenerate
1776         * aout-target.h (MY_bfd_is_target_special_symbol): Add extra
1777         cast to avoid warning from gcc v8 compiler.
1778         * aout-tic30.c (tic30_aout_set_arch_mach): Likewise.
1779         * binary.c (binary_get_symbol_info): Likewise.
1780         * coff-alpha.c (alpha_ecoff_backend_data): Likewise.
1781         * coff-mips.c (mips_ecoff_backend_data): Likewise.
1782         * coffcode.h (coff_set_alignment_hook): Likewise.
1783         (symname_in_debug_hook): Likewise.
1784         (bfd_coff_backend_data bigobj_swap_table): Likewise.
1785         * elf-m10300.c (elf_backend_omit_section_dynsym): Likewise.
1786         * elf32-cr16.c (elf_backend_omit_section_dynsym): Likewise.
1787         * elf32-lm32.c (elf_backend_omit_section_dynsym): Likewise.
1788         * elf32-m32r.c (elf_backend_omit_section_dynsym): Likewise.
1789         * elf32-metag.c (elf_backend_omit_section_dynsym): Likewise.
1790         * elf32-score.c (elf_backend_omit_section_dynsym): Likewise.
1791         * elf32-score7.c (elf_backend_omit_section_dynsym): Likewise.
1792         * elf32-xstormy16.c (elf_backend_omit_section_dynsym): Likewise.
1793         * elf32-xtensa.c (elf_backend_omit_section_dynsym): Likewise.
1794         * elf64-alpha.c (elf_backend_omit_section_dynsym): Likewise.
1795         * elf64-hppa.c (elf_backend_omit_section_dynsym): Likewise.
1796         * elf64-ia64-vms.c (elf_backend_omit_section_dynsym): Likewise.
1797         * elf64-mmix.c (elf_backend_omit_section_dynsym): Likewise.
1798         * elf64-sh64.c (elf_backend_omit_section_dynsym): Likewise.
1799         * elfnn-ia64.c (elf_backend_omit_section_dynsym): Likewise.
1800         * elfxx-target.h (bfd_elfNN_bfd_debug_info_accumulate): Likewise.
1801         (bfd_elfNN_bfd_make_debug_symbol): Likewise.
1802         (bfd_elfNN_bfd_merge_private_bfd_data): Likewise.
1803         (bfd_elfNN_bfd_set_private_flags): Likewise.
1804         (bfd_elfNN_bfd_is_target_special_symbol): Likewise.
1805         (elf_backend_init_index_section): Likewise.
1806         (elf_backend_allow_non_load_phdr): Likewise.
1807         * elfxx-x86.h (elf_backend_omit_section_dynsym): Likewise.
1808         * i386msdos.c (msdos_bfd_is_target_special_symbol): Likewise.
1809         * ieee.c (ieee_construct_extended_name_table): Likewise.
1810         (ieee_write_armap): Likewise.
1811         (ieee_write_ar_hdr): Likewise.
1812         (ieee_bfd_is_target_special_symbol): Likewise.
1813         * ihex.c (ihex_canonicalize_symtab): Likewise.
1814         (ihex_bfd_is_target_special_symbol): Likewise.
1815         * libaout.h (aout_32_bfd_is_target_special_symbol): Likewise.
1816         * libecoff.h (_bfd_ecoff_bfd_is_target_special_symbol): Likewise.
1817         (_bfd_ecoff_set_alignment_hook): Likewise.
1818         * mach-o-target.c (bfd_mach_o_bfd_is_target_special_symbol): Likewise.
1819         * mmo.c (mmo_bfd_is_target_special_symbol): Likewise.
1820         * nlm-target.h (nlm_bfd_is_target_special_symbol): Likewise.
1821         * oasys.c (oasys_construct_extended_name_table): Likewise.
1822         (oasys_write_armap): Likewise.
1823         (oasys_write_ar_hdr): Likewise.
1824         (oasys_bfd_is_target_special_symbol): Likewise.
1825         * pef.c (bfd_pef_bfd_is_target_special_symbol): Likewise.
1826         * plugin.c (bfd_plugin_bfd_is_target_special_symbol): Likewise.
1827         * ppcboot.c (ppcboot_bfd_is_target_special_symbol): Likewise.
1828         * som.c (som_bfd_is_target_special_symbol): Likewise.
1829         * srec.c (srec_bfd_is_target_special_symbol): Likewise.
1830         * tekhex.c (tekhex_bfd_is_target_special_symbol): Likewise.
1831         * verilog.c (verilog_bfd_is_target_special_symbol): Likewise.
1832         * versados.c (versados_bfd_is_target_special_symbol): Likewise.
1833         (versados_bfd_reloc_name_lookup): Likewise.
1834         * vms-alpha.c (vms_bfd_is_target_special_symbol): Likewise.
1835         (vms_bfd_define_start_stop): Likewise.
1836         (alpha_vms_bfd_is_target_special_symbol): Likewise.
1837         * wasm-module.c (wasm_bfd_is_target_special_symbol): Likewise.
1838         * xsym.c (bfd_sym_bfd_is_target_special_symbol): Likewise.
1839
1840 2018-02-14  H.J. Lu  <hongjiu.lu@intel.com>
1841
1842         PR ld/22842
1843         * elf32-i386.c (elf_i386_check_relocs): Pass FALSE for non
1844         PC-relative PLT to NEED_DYNAMIC_RELOCATION_P.
1845         * elf64-x86-64.c (elf_x86_64_check_relocs): Create PLT for
1846         R_X86_64_PC32 reloc against dynamic function in data section.
1847         Pass TRUE for PC-relative PLT to NEED_DYNAMIC_RELOCATION_P.
1848         (elf_x86_64_relocate_section): Use PLT for R_X86_64_PC32 reloc
1849         against dynamic function in data section.
1850         * elfxx-x86.c (elf_x86_allocate_dynrelocs): Use PLT in PIE as
1851         function address only if pcrel_plt is true.
1852         (_bfd_x86_elf_link_hash_table_create): Set pcrel_plt.
1853         * elfxx-x86.h (NEED_DYNAMIC_RELOCATION_P): Add PCREL_PLT for
1854         PC-relative PLT.  If PLT is PC-relative, don't generate dynamic
1855         PC-relative relocation against a function definition in data
1856         secton in PIE.  Remove the obsolete comments.
1857         (elf_x86_link_hash_table): Add pcrel_plt.
1858
1859 2018-02-13  H.J. Lu  <hongjiu.lu@intel.com>
1860
1861         * elfxx-x86.c (elf_x86_allocate_dynrelocs): Check bfd_link_dll,
1862         instead of bfd_link_pic, for building shared library.
1863
1864 2018-02-13  H.J. Lu  <hongjiu.lu@intel.com>
1865
1866         PR gas/22791
1867         * elf64-x86-64.c (is_32bit_relative_branch): Removed.
1868         (elf_x86_64_relocate_section): Check PIC relocations in PIE.
1869         Remove is_32bit_relative_branch usage.  Disallow PC32 reloc
1870         against protected function in shared object.
1871
1872 2018-02-13  Sergei Trofimovich  <slyfox@inbox.ru>
1873
1874         PR 22828
1875         * po/ru.po: Fix typo in Russian translation.
1876
1877 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
1878
1879         * wasm-module.c (wasm_scan_name_function_section): Rename
1880         `index' local variable to `idx'.
1881
1882 2018-02-13  Nick Clifton  <nickc@redhat.com>
1883
1884         PR 22823
1885         Fix compile time warnings generated by gcc version 8.
1886         * libbfd-in.h: Remove extraneous text from prototypes.
1887         Add prototypes for bfd_false_any, bfd_true_any,
1888         bfd_nullvoidptr_any, bfd_0_any, bfd_0u_any, bfd_0l_any,
1889         bfd_n1_any, bfd_void_any.
1890         (_bfd_generic_bfd_copy_private_bfd_data): Use vararg based dummy
1891         function.
1892         (_bfd_generic_bfd_merge_private_bfd_data): Likewise.
1893         (_bfd_generic_bfd_set_private_flags): Likewise.
1894         (_bfd_generic_bfd_copy_private_section_data): Likewise.
1895         (_bfd_generic_bfd_copy_private_symbol_data): Likewise.
1896         (_bfd_generic_bfd_copy_private_header_data): Likewise.
1897         (_bfd_generic_bfd_print_private_bfd_data): Likewise.
1898         (_bfd_noarchive_construct_extended_name_table): Likewise.
1899         (_bfd_noarchive_truncate_arname): Likewise.
1900         (_bfd_noarchive_write_ar_hdr): Likewise.
1901         (_bfd_noarchive_get_elt_at_index): Likewise.
1902         (_bfd_nosymbols_canonicalize_symtab): Likewise.
1903         (_bfd_nosymbols_print_symbol): Likewise.
1904         (_bfd_nosymbols_get_symbol_info): Likewise.
1905         (_bfd_nosymbols_get_symbol_version_string): Likewise.
1906         (_bfd_nosymbols_bfd_is_local_label_name): Likewise.
1907         (_bfd_nosymbols_bfd_is_target_special_symbol): Likewise.
1908         (_bfd_nosymbols_get_lineno): Likewise.
1909         (_bfd_nosymbols_find_nearest_line): Likewise.
1910         (_bfd_nosymbols_find_line): Likewise.
1911         (_bfd_nosymbols_find_inliner_info): Likewise.
1912         (_bfd_nosymbols_bfd_make_debug_symbol): Likewise.
1913         (_bfd_nosymbols_read_minisymbols): Likewise.
1914         (_bfd_nosymbols_minisymbol_to_symbol): Likewise.
1915         (_bfd_norelocs_bfd_reloc_type_lookup): Likewise.
1916         (_bfd_norelocs_bfd_reloc_name_lookup): Likewise.
1917         (_bfd_nowrite_set_arch_mach): Likewise.
1918         (_bfd_nowrite_set_section_contents): Likewise.
1919         (_bfd_nolink_sizeof_headers): Likewise.
1920         (_bfd_nolink_bfd_get_relocated_section_contents): Likewise.
1921         (_bfd_nolink_bfd_relax_section): Likewise.
1922         (_bfd_nolink_bfd_gc_sections): Likewise.
1923         (_bfd_nolink_bfd_lookup_section_flags): Likewise.
1924         (_bfd_nolink_bfd_merge_sections): Likewise.
1925         (_bfd_nolink_bfd_is_group_section): Likewise.
1926         (_bfd_nolink_bfd_discard_group): Likewise.
1927         (_bfd_nolink_bfd_link_hash_table_create): Likewise.
1928         (_bfd_nolink_bfd_link_add_symbols): Likewise.
1929         (_bfd_nolink_bfd_link_just_syms): Likewise.
1930         (_bfd_nolink_bfd_copy_link_hash_symbol_type): Likewise.
1931         (_bfd_nolink_bfd_final_link): Likewise.
1932         (_bfd_nolink_bfd_link_split_section): Likewise.
1933         (_bfd_nolink_section_already_linked): Likewise.
1934         (_bfd_nolink_bfd_define_common_symbol): Likewise.
1935         (_bfd_nolink_bfd_define_start_stop): Likewise.
1936         (_bfd_nodynamic_canonicalize_dynamic_symtab): Likewise.
1937         (_bfd_nodynamic_get_synthetic_symtab): Likewise.
1938         (_bfd_nodynamic_get_dynamic_reloc_upper_bound _bfd_): Likewise.
1939         (_bfd_nodynamic_canonicalize_dynamic_reloc): Likewise.
1940         * libbfd.c (bfd_false_any): New function.  Like bfd_false but
1941         accepts one or more arguments.
1942         (bfd_true_any): Likewise.
1943         (bfd_nullvoidptr_any): Likewise.
1944         (bfd_0_any): Likewise.
1945         (bfd_0u_any): Likewise.
1946         (bfd_0l_any): Likewise.
1947         (_bfd_n1_any): Likewise.
1948         (bfd_void_any): Likewise.
1949         * libbfd.h (extern): Regenerate
1950         * aout-target.h (MY_bfd_is_target_special_symbol): Use vararg
1951         based dummy function.
1952         * aout-tic30.c (tic30_aout_set_arch_mach): Likewise.
1953         * binary.c (binary_get_symbol_info): Likewise.
1954         * coff-alpha.c (alpha_ecoff_backend_data): Likewise.
1955         * coff-mips.c (mips_ecoff_backend_data): Likewise.
1956         * coffcode.h (coff_set_alignment_hook): Likewise.
1957         (symname_in_debug_hook): Likewise.
1958         (bfd_coff_backend_data bigobj_swap_table): Likewise.
1959         * elf-m10300.c (elf_backend_omit_section_dynsym): Likewise.
1960         * elf32-cr16.c (elf_backend_omit_section_dynsym): Likewise.
1961         * elf32-lm32.c (elf_backend_omit_section_dynsym): Likewise.
1962         * elf32-m32r.c (elf_backend_omit_section_dynsym): Likewise.
1963         * elf32-metag.c (elf_backend_omit_section_dynsym): Likewise.
1964         * elf32-score.c (elf_backend_omit_section_dynsym): Likewise.
1965         * elf32-score7.c (elf_backend_omit_section_dynsym): Likewise.
1966         * elf32-xstormy16.c (elf_backend_omit_section_dynsym): Likewise.
1967         * elf32-xtensa.c (elf_backend_omit_section_dynsym): Likewise.
1968         * elf64-alpha.c (elf_backend_omit_section_dynsym): Likewise.
1969         * elf64-hppa.c (elf_backend_omit_section_dynsym): Likewise.
1970         * elf64-ia64-vms.c (elf_backend_omit_section_dynsym): Likewise.
1971         * elf64-mmix.c (elf_backend_omit_section_dynsym): Likewise.
1972         * elf64-sh64.c (elf_backend_omit_section_dynsym): Likewise.
1973         * elfnn-ia64.c (elf_backend_omit_section_dynsym): Likewise.
1974         * elfxx-target.h (bfd_elfNN_bfd_debug_info_accumulate): Likewise.
1975         (bfd_elfNN_bfd_make_debug_symbol): Likewise.
1976         (bfd_elfNN_bfd_merge_private_bfd_data): Likewise.
1977         (bfd_elfNN_bfd_set_private_flags): Likewise.
1978         (bfd_elfNN_bfd_is_target_special_symbol): Likewise.
1979         (elf_backend_init_index_section): Likewise.
1980         (elf_backend_allow_non_load_phdr): Likewise.
1981         * elfxx-x86.h (elf_backend_omit_section_dynsym): Likewise.
1982         * i386msdos.c (msdos_bfd_is_target_special_symbol): Likewise.
1983         * ieee.c (ieee_construct_extended_name_table): Likewise.
1984         (ieee_write_armap): Likewise.
1985         (ieee_write_ar_hdr): Likewise.
1986         (ieee_bfd_is_target_special_symbol): Likewise.
1987         * ihex.c (ihex_canonicalize_symtab): Likewise.
1988         (ihex_bfd_is_target_special_symbol): Likewise.
1989         * libaout.h (aout_32_bfd_is_target_special_symbol): Likewise.
1990         * libecoff.h (_bfd_ecoff_bfd_is_target_special_symbol): Likewise.
1991         (_bfd_ecoff_set_alignment_hook): Likewise.
1992         * mach-o-target.c (bfd_mach_o_bfd_is_target_special_symbol): Likewise.
1993         * mmo.c (mmo_bfd_is_target_special_symbol): Likewise.
1994         * nlm-target.h (nlm_bfd_is_target_special_symbol): Likewise.
1995         * oasys.c (oasys_construct_extended_name_table): Likewise.
1996         (oasys_write_armap): Likewise.
1997         (oasys_write_ar_hdr): Likewise.
1998         (oasys_bfd_is_target_special_symbol): Likewise.
1999         * pef.c (bfd_pef_bfd_is_target_special_symbol): Likewise.
2000         * plugin.c (bfd_plugin_bfd_is_target_special_symbol): Likewise.
2001         * ppcboot.c (ppcboot_bfd_is_target_special_symbol): Likewise.
2002         * som.c (som_bfd_is_target_special_symbol): Likewise.
2003         * srec.c (srec_bfd_is_target_special_symbol): Likewise.
2004         * tekhex.c (tekhex_bfd_is_target_special_symbol): Likewise.
2005         * verilog.c (verilog_bfd_is_target_special_symbol): Likewise.
2006         * versados.c (versados_bfd_is_target_special_symbol): Likewise.
2007         (versados_bfd_reloc_name_lookup): Likewise.
2008         * vms-alpha.c (vms_bfd_is_target_special_symbol): Likewise.
2009         (vms_bfd_define_start_stop): Likewise.
2010         (alpha_vms_bfd_is_target_special_symbol): Likewise.
2011         * wasm-module.c (wasm_bfd_is_target_special_symbol): Likewise.
2012         * xsym.c (bfd_sym_bfd_is_target_special_symbol): Likewise.
2013         * elf32-arc.c (get_replace_function): Assign replacement function
2014         to func pointer.
2015         * elf32-i370.c (i370_noop): Update prototype.
2016
2017 2018-02-13  Alan Modra  <amodra@gmail.com>
2018
2019         PR 22836
2020         * elf.c (_bfd_elf_fixup_group_sections): Account for removed
2021         relocation sections.  If size reduces to just the flag word,
2022         remove that too and mark with SEC_EXCLUDE.
2023         * elflink.c (bfd_elf_final_link): Strip empty group sections.
2024
2025 2018-02-13  Alan Modra  <amodra@gmail.com>
2026
2027         PR 22829
2028         * elf.c (assign_file_positions_for_non_load_sections): Rewrite
2029         PT_GNU_RELRO setup.
2030
2031 2018-02-12  Zebediah Figura  <z.figura12@gmail.com>
2032
2033         * i386msdos.c (msdos_mkobject); New function.
2034         (msdos_object_p): New function.
2035         (i386_msdos_vec): Use msdos_object_p as the check_format
2036         function.
2037         * peicode.h: Rename external_PEI_DOS_hdr, DOSMAGIC, and
2038         NT_SIGNATURE to external_DOS_hdr, IMAGE_DOS_SIGNATURE, and
2039         IMAGE_NT_SIGNATURE.
2040         * peXXigen.c: Likewise.
2041         * coff-ia64.c: Likewise.
2042
2043 2018-02-12  Nick Clifton  <nickc@redhat.com>
2044
2045         * elf32-nds32.c (nds32_elf_relax_longjump3): Remove redundant
2046         assignment.
2047         * elf32-arc.c (elf_arc_relocate_section): Likewise.
2048
2049 2018-02-09  Eric Botcazou  <ebotcazou@adacore.com>
2050
2051         * elfxx-sparc.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): Reorder conditions.
2052         (sparc_elf_append_rela): Assert that there is enough room in section.
2053         (_bfd_sparc_elf_copy_indirect_symbol): Fix formatting.
2054         (_bfd_sparc_elf_adjust_dynamic_symbol): Minor tweak.
2055         (allocate_dynrelocs): Remove outdated comments and reorder conditions.
2056         For a symbol subject to a GOT relocation, reserve a slot in the
2057         relocation section if the symbol isn't dynamic and we are in PIC mode.
2058         (_bfd_sparc_elf_relocate_section) <R_SPARC_GOTDATA_OP>: If relocation
2059         is relaxed and a slot was reserved, generate a R_SPARC_NONE relocation.
2060         <R_SPARC_GOTDATA_OP_HIX22>: Adjust comments.
2061         <R_SPARC_PC10>: Reorder conditions.  Remove always-false assertion.
2062         (_bfd_sparc_elf_finish_dynamic_symbol): Rename local_undefweak into
2063         resolved_to_zero.  Do not generate a dynamic GOT relocation for an
2064         undefined weak symbol with non-default visibility.  Remove superfluous
2065         'else' and fix formatting.
2066
2067 2018-02-09  H.J. Lu  <hongjiu.lu@intel.com>
2068
2069         * elf32-i386.c (elf_i386_get_synthetic_symtab): Also handle
2070         is_solaris.
2071         (i386_elf32_sol2_vec): Don't declare.
2072         (elf_i386_link_setup_gnu_properties): Also handle is_solaris.
2073         Don't set need_global_offset_table.
2074         (elf_i386_solaris_arch_bed): New.
2075         (elf_backend_arch_data): Set to elf_i386_solaris_arch_bed for
2076         Solaris.
2077         * elf64-x86-64.c (elf_x86_64_get_synthetic_symtab): Check
2078         target_os != is_nacl instead of target_os == is_normal.
2079         (x86_64_elf64_sol2_vec): Don't declare.
2080         (elf_x86_64_link_setup_gnu_properties): Check target_os !=
2081         is_nacl instead of target_os == is_normal.  Don't set
2082         need_global_offset_table.
2083         (elf_x86_64_solaris_arch_bed): New.
2084         (elf_backend_arch_data): Set to elf_x86_64_solaris_arch_bed for
2085         Solaris.
2086         * elfxx-x86.c (_bfd_x86_elf_size_dynamic_sections): Keep
2087         _GLOBAL_OFFSET_TABLE_ for Solaris.
2088         (_bfd_x86_elf_link_setup_gnu_properties): Don't copy
2089         need_global_offset_table.
2090         * elfxx-x86.h (elf_x86_target_os): Add is_solaris.
2091         (elf_x86_link_hash_table): Remove need_global_offset_table.
2092         (elf_x86_init_table): Likewise.
2093
2094 2018-02-08  H.J. Lu  <hongjiu.lu@intel.com>
2095
2096         * elf32-i386.c (elf32_i386_copy_solaris_special_section_fields):
2097         Remove prototype.
2098         (i386_elf32_sol2_vec): Declared.
2099         (elf_i386_link_setup_gnu_properties): Set
2100         need_global_offset_table with info->output_bfd->xvec.
2101         * elf64-x86-64.c (elf64_x86_64_copy_solaris_special_section_fields):
2102         Remove prototype.
2103         (x86_64_elf64_sol2_vec): Declared.
2104         (elf_x86_64_link_setup_gnu_properties): Set
2105         need_global_offset_table with info->output_bfd->xvec.
2106
2107 2018-02-08  H.J. Lu  <hongjiu.lu@intel.com>
2108
2109         * elf32-i386.c (elf32_i386_copy_solaris_special_section_fields):
2110         New prototype.
2111         (elf_i386_link_setup_gnu_properties): Set need_global_offset_table
2112         for Solaris.
2113         * elf64-x86-64.c (elf64_x86_64_copy_solaris_special_section_fields):
2114         New prototype.
2115         (elf_x86_64_link_setup_gnu_properties): Set
2116         need_global_offset_table for Solaris.
2117         * elfxx-x86.c (_bfd_x86_elf_size_dynamic_sections): Keep the
2118         unused _GLOBAL_OFFSET_TABLE_ for Solaris.
2119         (_bfd_x86_elf_link_setup_gnu_properties): Copy
2120         need_global_offset_table.
2121         * elfxx-x86.h (elf_x86_link_hash_table): Add
2122         need_global_offset_table.
2123         (elf_x86_init_table): Likewise.
2124
2125 2018-02-08  Jim Wilson  <jimw@sifive.com>
2126
2127         * elfnn-riscv.c (riscv_elf_relocate_section): Add comment for previous
2128         change.
2129
2130 2018-02-08  Nick Clifton  <nickc@redhat.com>
2131
2132         PR 22788
2133         * elf.c (elf_parse_notes): Reject notes with excessuively large
2134         alignments.
2135
2136 2018-02-07  Alan Modra  <amodra@gmail.com>
2137
2138         Revert 2018-01-17  Alan Modra  <amodra@gmail.com>
2139         * elf32-ppc.c: Remove speculation barrier support.
2140         * elf32-ppc.h: Likewise.
2141         * elf64-ppc.c: Likewise.
2142         * elf64-ppc.h: Likewise.
2143
2144 2018-02-06  Jim Wilson  <jimw@sifive.com>
2145
2146         * elfnn-riscv.c (riscv_elf_relocate_section): Return TRUE if used
2147         callback to report an error.
2148
2149 2018-02-06  Eric Botcazou  <ebotcazou@adacore.com>
2150
2151         PR ld/22263
2152         * elfxx-sparc.c (sparc_elf_tls_transition): Turn call to bfd_link_pic
2153         into call to !bfd_link_executable and tidy up.
2154         (_bfd_sparc_elf_check_relocs): Fix formatting and tidy up.
2155         <R_SPARC_TLS_LE_HIX22>: Turn call to bfd_link_pic into call to
2156         !bfd_link_executable.
2157         <R_SPARC_TLS_IE_HI22>: Likewise.
2158         <GOT relocations>: Remove useless code, tidy and merge related blocks.
2159         <R_SPARC_TLS_GD_CALL>: Turn call to bfd_link_pic into call to
2160         !bfd_link_executable.
2161         <R_SPARC_WPLT30>: Tidy up.
2162         (_bfd_sparc_elf_gc_mark_hook): Turn call to bfd_link_pic into call to
2163         !bfd_link_executable.
2164         (allocate_dynrelocs): Likewise.
2165         (_bfd_sparc_elf_relocate_section): Fix formatting and tidy up.
2166         <R_SPARC_TLS_GD_HI22>: Merge into...
2167         <R_SPARC_TLS_GD_LO10>: ...this.  Adjust 4th argument in call to
2168         sparc_elf_tls_transition and remove redundant code.
2169         <R_SPARC_TLS_LDM_HI22>: Turn call to bfd_link_pic into call to
2170         !bfd_link_executable.
2171         <R_SPARC_TLS_LDO_HIX22>: Likewise.
2172         <R_SPARC_TLS_LE_HIX22>: Likewise.  Tidy up.
2173         <R_SPARC_TLS_LDM_CALL>: Likewise.
2174         <R_SPARC_TLS_GD_CALL>: Likewise.  Tidy up.
2175         <R_SPARC_TLS_GD_ADD>: Likewise.
2176         <R_SPARC_TLS_LDM_ADD>: Likewise.
2177         <R_SPARC_TLS_LDO_ADD>: Likewise.
2178         <R_SPARC_TLS_IE_LD>: Likewise.
2179
2180 2018-02-06  Miloš Stojanović  <milos.stojanovic@rt-rk.com>
2181
2182         PR 22789
2183         * elfxx-mips.c (_bfd_mips_elf_find_nearest_line): If the dwarf
2184         functions failed to find the function name, try the generic elf
2185         find function instead.
2186
2187 2018-02-06  Sergio Durigan Junior  <sergiodj@redhat.com>
2188
2189         * coff-rs6000.c (xcoff_write_archive_contents_old): Use
2190         'memcpy' instead of 'strncpy' when writing the magic number.
2191
2192 2018-02-06  Nick Clifton  <nickc@redhat.com>
2193
2194         PR 22794
2195         * opncls.c (bfd_get_debug_link_info_1): Check the size of the
2196         section before attempting to read it in.
2197         (bfd_get_alt_debug_link_info): Likewise.
2198
2199 2018-02-06  Paul Carroll  <pcarroll@codesourcery.com>
2200
2201         * bfd/dwarf2.c (find_abstract_name): Modified to return file and
2202         line information in addition to name, if they can be found.
2203
2204 2018-02-05  Renlin Li  <renlin.li@arm.com>
2205
2206         PR ld/22764
2207         * elfnn-aarch64.c (elfNN_aarch64_check_relocs): Relax the
2208         R_AARCH64_ABS32 and R_AARCH64_ABS16 for absolute symbol. Apply the
2209         check for writeable section as well.
2210
2211 2018-02-05  H.J. Lu  <hongjiu.lu@intel.com>
2212
2213         PR ld/22782
2214         * elf32-i386.c (elf_i386_check_relocs): Set got_referenced if
2215         _GLOBAL_OFFSET_TABLE_ is referenced or GOT is needed to resolve
2216         undefined weak symbol to 0.
2217         * elf64-x86-64.c (elf_x86_64_check_relocs): Set got_referenced
2218         if _GLOBAL_OFFSET_TABLE_ is referenced.
2219         * elfxx-x86.c (_bfd_x86_elf_size_dynamic_sections): Check
2220         got_referenced instead of ref_regular_nonweak.  Remove the
2221         unused _GLOBAL_OFFSET_TABLE_ from symbol table.
2222         * elfxx-x86.h (elf_x86_link_hash_table): Add got_referenced.
2223
2224 2018-02-05  Maciej W. Rozycki  <macro@mips.com>
2225
2226         * elfnn-riscv.c (_bfd_riscv_relax_pc): Use `memset' to
2227         initialize `hi_reloc'.
2228
2229 2018-02-05  Maciej W. Rozycki  <macro@mips.com>
2230
2231         * elfxx-mips.c (_bfd_mips_elf_section_processing): For
2232         SHT_MIPS_REGINFO sections don't assert the correct size and
2233         report an error instead.
2234
2235 2018-02-05  Maciej W. Rozycki  <macro@mips.com>
2236
2237         * elf.c (_bfd_elf_write_object_contents): Propagate a failure
2238         status from `->elf_backend_section_processing'.
2239
2240 2018-02-02  Jim Wilson  <jimw@sifive.com>
2241
2242         PR ld/22756
2243         * elfnn-riscv.c (riscv_relax_delete_bytes): New parameter link_info.
2244         If link_info->wrap_hash, check for a duplicate symbol and ignore.
2245         (_bfd_riscv_relax_call, bfd_riscv_relax_lui, _bfd_riscv_relax_tls_le):
2246         Pass new argument to riscv_relax_delete_bytes.
2247         (_bfd_riscv_relax_align, _bfd_riscv_relax_delete): Likewise.  Remove
2248         ATTRIBUTE_UNUSED from link_info parameter.
2249
2250 2018-02-02  Alan Modra  <amodra@gmail.com>
2251
2252         * elf64-ppc.c (ppc64_elf_relocate_section): Don't relocate nops
2253         emitted for toc sequence optimization.  Set and use "howto" later.
2254
2255 2018-02-01  Simon Marchi  <simon.marchi@ericsson.com>
2256
2257         * elf64-ppc.c (ppc64_elf_archive_symbol_lookup): Avoid pointer
2258         arithmetic on NULL pointer.
2259         * elflink.c (_bfd_elf_archive_symbol_lookup,
2260         elf_link_add_archive_symbols): Likewise.
2261
2262 2018-01-31  Michael Matz  <matz@suse.de>
2263
2264         * elflink.c (bfd_elf_define_start_stop): Fix check of
2265         def_dynamic.
2266
2267 2018-01-31  H.J. Lu  <hongjiu.lu@intel.com>
2268
2269         PR ld/21964
2270         * elflink.c (bfd_elf_define_start_stop): Check if __start and
2271         __stop symbols are referenced by shared objects.
2272
2273 2018-01-30  Alan Modra  <amodra@gmail.com>
2274
2275         PR 22758
2276         * elf.c (_bfd_elf_map_sections_to_segments): Don't start a new
2277         segment when demand paged with lma on the same page.  Test this
2278         before load/non-load, executable/non-executable,
2279         writable/non-writable tests and simplify.  Delete bogus relro
2280         condition in writable/non-writable test.  Delete outdated
2281         comment.  Formatting.
2282
2283 2018-01-30  Alan Modra  <amodra@gmail.com>
2284
2285         * elflink.c (bfd_elf_define_start_stop): Make __start and __stop
2286         symbols dynamic.
2287
2288 2018-01-29  Alan Modra  <amodra@gmail.com>
2289
2290         PR 22741
2291         * coffgen.c (coff_pointerize_aux): Ensure auxent tagndx is in
2292         range before converting to a symbol table pointer.
2293
2294 2018-01-27  Nick Clifton  <nickc@redhat.com>
2295
2296         * po/ru.po: Updated Russian translation.
2297
2298 2018-01-26  Alan Modra  <amodra@gmail.com>
2299
2300         * elflink.c (bfd_elf_define_start_stop): Override symbols when
2301         they are defined dynamically.
2302
2303 2018-01-26  Alan Modra  <amodra@gmail.com>
2304
2305         * elf64-ppc.c (ppc64_elf_size_stubs): Iterate sizing when
2306         .branch_lt changes size.
2307
2308 2018-01-25  Alan Modra  <amodra@gmail.com>
2309
2310         PR 22746
2311         * elfcode.h (elf_object_p): Avoid integer overflow.
2312
2313 2018-01-25  Eric Botcazou  <ebotcazou@adacore.com>
2314
2315         PR ld/22727
2316         * elfxx-sparc.c (_bfd_sparc_elf_check_relocs) <R_SPARC_TLS_GD_CALL>:
2317         Do a mere lookup of the __tls_get_addr symbol instead of adding it.
2318
2319         Revert
2320         2017-10-19  H.J. Lu  <hongjiu.lu@intel.com>
2321
2322         PR ld/22263
2323         * elfxx-sparc.c (sparc_elf_tls_transition): Replace
2324         bfd_link_pic with !bfd_link_executable, !bfd_link_pic with
2325         bfd_link_executable for TLS check.
2326         (_bfd_sparc_elf_check_relocs): Likewise.
2327         (allocate_dynrelocs): Likewise.
2328         (_bfd_sparc_elf_relocate_section): Likewise.
2329
2330 2018-01-24  Renlin Li  <renlin.li@arm.com>
2331
2332         * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Add support for
2333         BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
2334         BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
2335         BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
2336         BFD_RELOC_AARCH64_MOVW_PREL_G3.
2337         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
2338         (_bfd_aarch64_elf_resolve_relocation): Likewise.
2339
2340 2018-01-24  Renlin Li  <renlin.li@arm.com>
2341
2342         * reloc.c: Add BFD_RELOC_AARCH64_MOVW_PREL_G0,
2343         BFD_RELOC_AARCH64_MOVW_PREL_G0_NC, BFD_RELOC_AARCH64_MOVW_PREL_G1,
2344         BFD_RELOC_AARCH64_MOVW_PREL_G1_NC, BFD_RELOC_AARCH64_MOVW_PREL_G2,
2345         BFD_RELOC_AARCH64_MOVW_PREL_G2_NC, BFD_RELOC_AARCH64_MOVW_PREL_G3.
2346         * elfnn-aarch64.c (elfNN_aarch64_howto_table): Add entries for
2347         BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
2348         BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
2349         BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
2350         BFD_RELOC_AARCH64_MOVW_PREL_G3.
2351         * bfd-in2.h: Regenerate.
2352         * libbfd.h: Regenerate.
2353
2354 2018-01-23  Maciej W. Rozycki  <macro@mips.com>
2355
2356         * elfxx-mips.c (_bfd_mips_elf_final_link): Update a stale
2357         `mips_elf32_section_processing' comment reference.
2358
2359 2018-01-20  H.J. Lu  <hongjiu.lu@intel.com>
2360
2361         PR ld/22721
2362         * elfxx-x86.c (_bfd_x86_elf_link_check_relocs): Check the
2363         versioned __tls_get_addr symbol.
2364
2365 2018-01-19  Nick Clifton  <nickc@redhat.com>
2366
2367         * po/fr.po: Updated French translation.
2368
2369 2018-01-18  Alan Modra  <amodra@gmail.com>
2370
2371         * elf32-ppc.c (ppc_elf_create_glink): Correct alignment of .glink.
2372         * elf64-ppc.c (ppc64_elf_size_stubs): Handle negative plt_stub_align.
2373         (ppc64_elf_build_stubs): Likewise.
2374
2375 2018-01-17  Nick Clifton  <nickc@redhat.com>
2376
2377         * po/ru.po: Updated Russian translation.
2378         * po/uk/po: Updated Ukranian translation.
2379
2380 2018-01-17  Alan Modra  <amodra@gmail.com>
2381
2382         * elf64-ppc.c (ppc64_elf_build_stubs): Silence gcc warning.
2383
2384 2018-01-17  Alan Modra  <amodra@gmail.com>
2385
2386         * elf32-ppc.c (GLINK_ENTRY_SIZE): Handle speculation barrier.
2387         (CRSETEQ, BEQCTRM): Define.
2388         (is_nonpic_glink_stub): Don't check bctr.
2389         (ppc_elf_link_hash_table_create): Init new ppc_elf_params field.
2390         (ppc_elf_relax_section): Size speculation barrier.
2391         (output_bctr): New function.
2392         (write_glink_stub): Use output_bctr.
2393         (ppc_elf_relocate_section): Use output_bctr for long branch stub.
2394         (ppc_elf_finish_dynamic_symbol): Likewise.
2395         (ppc_elf_finish_dynamic_sections): Use output_bctr.
2396         * elf32-ppc.h (struct ppc_elf_params): Add speculate_indirect_jumps.
2397         * elf64-ppc.c (CRSETEQ, BEQCTRM, BEQCTRLM): Define.
2398         (GLINK_PLTRESOLVE_SIZE): Size speculation barrier.
2399         (size_global_entry_stubs): Handle speculation barrier sizing.
2400         (plt_stub_size): Likewise.
2401         (output_bctr): New function.
2402         (build_plt_stub, build_tls_get_addr_stub): Output speculation
2403         barrier.
2404         (ppc_build_one_stub): Likewise for ppc_stub_plt_branch.
2405         (ppc_size_one_stub): Size speculation barrier in ppc_stub_plt_branch.
2406         (build_global_entry_stubs): Output speculation barrier.
2407         (ppc64_elf_build_stubs): Likewise in __glink_PLTresolve stub.
2408         * elf64-ppc.h (struct ppc64_elf_params): Add speculate_indirect_jumps.
2409
2410 2018-01-17  Alan Modra  <amodra@gmail.com>
2411
2412         * elf32-ppc.c (GLINK_ENTRY_SIZE): Add parameters, handle
2413         __tls_get_addr_opt, and alignment sizing.
2414         (TLS_GET_ADDR_GLINK_SIZE): Delete.
2415         (is_nonpic_glink_stub): Don't use GLINK_ENTRY_SIZE.
2416         (ppc_elf_get_synthetic_symtab): Recognize stubs spaced at 4, 6,
2417         or 8 insns.
2418         (ppc_elf_link_hash_table_create): Init new ppc_elf_params field.
2419         (allocate_dynrelocs): Use new GLINK_ENTRY_SIZE.
2420         (ppc_elf_size_dynamic_sections): Likewise.  Size branch table
2421         by PLT reloc count.
2422         (write_glink_stub): Handle __tls_get_addr_opt stub.
2423         Pad out to size given by GLINK_ENTRY_SIZE.
2424         (ppc_elf_relocate_section): Adjust write_glink_stub call.
2425         (ppc_elf_finish_dynamic_symbol): Likewise.
2426         (ppc_elf_finish_dynamic_sections): Write PLTresolve without using
2427         insn array since so many need rewriting.
2428         * elf32-ppc.h (struct ppc_elf_params): Add plt_stub_align.
2429         * elf64-ppc.c (GLINK_PLTRESOLVE_SIZE): Rename from
2430         GLINK_CALL_STUB_SIZE.  Add htab param and evaluate to size without
2431         nops.  Adjust all uses.
2432         (ppc64_elf_get_synthetic_symtab): Don't use GLINK_CALL_STUB_SIZE
2433         in glink_vma calculation.
2434         (struct ppc_link_hash_table): Add global_entry section pointer.
2435         (create_linkage_sections): Create separate section for global
2436         entry stubs.
2437         (PPC_LO, PPC_HI, PPC_HA): Move earlier.
2438         (size_global_entry_stubs): Handle sizing for aligned stubs.
2439         (ppc64_elf_size_dynamic_sections): Handle global_entry alloc,
2440         and don't stash end of glink branch table in rawsize.
2441         (ppc_build_one_stub): Rewrite stub size calculations.
2442         (build_global_entry_stubs): Use new section.
2443         (ppc64_elf_build_stubs): Don't pad __glink_PLTresolve with nops.
2444         Build lazy link stubs out to end of section.  Build global entry
2445         stubs in new section.
2446
2447 2018-01-15  Nick Clifton  <nickc@redhat.com>
2448
2449         * po/uk.po: Updated Ukranian translation.
2450
2451 2018-01-13  Nick Clifton  <nickc@redhat.com>
2452
2453         * po/bfd.pot: Regenerated.
2454
2455 2018-01-13  Nick Clifton  <nickc@redhat.com>
2456
2457         * version.m4: Bump version to 2.30.51
2458         * configure: Regenerate.
2459
2460 2018-01-13  Nick Clifton  <nickc@redhat.com>
2461
2462         2.30 branch created.
2463
2464 2018-01-12  Jens Widell  <jl@opera.com>
2465
2466         * elf.c (setup_group): Optimize search for group by remembering
2467         last found group and restarting search at that index.
2468         * elf-bfd.h (struct elf_obj_tdata): Add group_search_offset field.
2469
2470 2018-01-12  Gunther Nikl  <gnikl@users.sourceforge.net>
2471
2472         * aoutx.h (aout_link_check_ar_symbols): Remove default and handle
2473         bfd_link_common_skip_none in switch.
2474
2475 2018-01-12  Alan Modra  <amodra@gmail.com>
2476
2477         PR ld/22649
2478         * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Ignore dynamic
2479         references on forced local symbols.
2480
2481 2018-01-12  Vlad Ivanov  <vlad@ivanov.email>
2482
2483         * elfxx-mips.c (_bfd_mips_elf_final_link): Notify user when
2484         .reginfo section has wrong size.
2485
2486 2018-01-11  H.J. Lu  <hongjiu.lu@intel.com>
2487
2488         PR ld/22393
2489         * elf.c (_bfd_elf_map_sections_to_segments): When generating
2490         separate code and read-only data LOAD segments, create a new
2491         LOAD segment if the previous section contains text and the
2492         current section doesn't or vice versa.  Don't put a writable
2493         section in a read-only segment if there is a RELRO segment.
2494
2495 2018-01-11  H.J. Lu  <hongjiu.lu@intel.com>
2496
2497         PR ld/22649
2498         * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Ignore dynamic
2499         references on forced local symbols.
2500
2501 2018-01-11  H.J. Lu  <hongjiu.lu@intel.com>
2502
2503         PR ld/22677
2504         * elflink.c (bfd_elf_gc_sections): Keep all PREINIT_ARRAY,
2505         INIT_ARRAY as well as FINI_ARRAY sections for ld -r --gc-section.
2506
2507 2018-01-09  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
2508
2509         PR 22662
2510         * elf32-nds32.c (nds32_elf_relax_loadstore): Fix a typographical error.
2511
2512 2018-01-03  John Baldwin  <jhb@FreeBSD.org>
2513
2514         * elf.c (elfcore_grok_freebsd_note): Handle
2515         NT_FREEBSD_PROCSTAT_PROC, NT_FREEBSD_PROCSTAT_FILES, and
2516         NT_FREEBSD_PROCSTAT_VMMAP.
2517
2518 2018-01-03  Alan Modra  <amodra@gmail.com>
2519
2520         Update year range in copyright notice of all files.
2521
2522 For older changes see ChangeLog-2017
2523 \f
2524 Copyright (C) 2018 Free Software Foundation, Inc.
2525
2526 Copying and distribution of this file, with or without modification,
2527 are permitted in any medium without royalty provided the copyright
2528 notice and this notice are preserved.
2529
2530 Local Variables:
2531 mode: change-log
2532 left-margin: 8
2533 fill-column: 74
2534 version-control: never
2535 End: