PR ld/22972 on SPARC.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2018-03-28 Eric Botcazou <ebotcazou@adacore.com>
2
3 PR ld/22972
4 * elfxx-sparc.c (struct _bfd_sparc_elf_link_hash_entry): Add new flag
5 has_old_style_got_reloc.
6 (_bfd_sparc_elf_check_relocs) <GOT relocations>: Set it for old-style
7 relocations. Fix a couple of long lines.
8 (_bfd_sparc_elf_relocate_section) <R_SPARC_GOTDATA_OP>: Do not generate
9 a R_SPARC_NONE for the GOT slot if the symbol is also subject to old-style
10 GOT relocations.
11
12 2018-03-25 H.J. Lu <hongjiu.lu@intel.com>
13
14 PR ld/23000
15 * elf64-x86-64.c (elf_x86_64_finish_dynamic_sections): Add
16 ENDBR64 to the TLSDESC PLT entry.
17
18 2018-03-21 Alan Modra <amodra@gmail.com>
19
20 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Trim uninteresting
21 symbols. Use size_t counts. Delete redundant opd test.
22
23 2018-03-21 Alan Modra <amodra@gmail.com>
24
25 * elf32-ppc.c (ppc_elf_tls_optimize): Delete locsyms.
26
27 2018-03-21 Alan Modra <amodra@gmail.com>
28
29 * elf32-ppc.c (struct ppc_elf_link_hash_entry): Make tls_mask
30 field unsigned.
31 (update_local_sym_info): Likewise for local_got_tls_masks.
32 (ppc_elf_tls_optimize): Likewise for lgot_masks.
33
34 2018-03-21 Alan Modra <amodra@gmail.com>
35
36 * elf64-ppc.c (ppc_size_one_stub): Fix comment typo.
37 (ppc64_elf_layout_multitoc): Allocate relocs for tprel as we
38 do in size_dynamic_sections.
39
40 2018-03-21 Alan Modra <amodra@gmail.com>
41
42 * elf64-ppc.c (ppc64_elf_relocate_section): Don't access rel[1]
43 without first checking array bounds.
44 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
45
46 2018-03-20 H.J. Lu <hongjiu.lu@intel.com>
47
48 PR ld/22983
49 * elflink.c (bfd_elf_link_mark_dynamic_symbol): Set
50 non_ir_ref_dynamic if a symbol is made dynamic by --dynamic-list.
51
52 2018-03-19 Nick Clifton <nickc@redhat.com>
53
54 * po/es.po: Updated Spanish translation.
55
56 2018-03-15 Max Filippov <jcmvbkbc@gmail.com>
57
58 * elf32-xtensa.c (xlate_map_entry): Change types of address
59 fields from 'unsigned' to 'bfd_vma'.
60 (xlate_offset_with_removed_text): Use struct xlate_map_entry as
61 the key argument to bsearch. Allow offsets past the end of a
62 section, use the last map entry for translation of such offsets.
63
64 2018-03-15 Kuan-Lin Chen <kuanlinchentw@gmail.com>
65
66 * elf32-nds32.c (nds32_elf_ex9_build_hash_table): Removed.
67 Not support the target feature.
68 (nds32_elf_ex9_itb_base): Likewise.
69 (nds32_elf_ex9_import_table): Likewise.
70 (nds32_elf_ex9_finish): Likewise.
71 (nds32_elf_ex9_reloc_jmp): Likewise.
72 (nds32_elf_get_insn_with_reg): Likewise.
73 (nds32_get_local_syms): Likewise.
74 (nds32_elf_ex9_replace_instruction): Likewise.
75 (nds32_elf_ifc_calc): Likewise.
76 (nds32_elf_ifc_finish): Likewise.
77 (nds32_elf_ifc_replace): Likewise.
78 (nds32_elf_ifc_reloc): Likewise.
79
80 2018-03-14 Alan Modra <amodra@gmail.com>
81
82 * elf64-ppc.c (sfpr_define): Adjust for stub_sec size having
83 sfpr size added before defining alias symbols.
84 (ppc64_elf_build_stubs): Add stub section padding before
85 copying sfpr contents and defining save/restore alias symbols.
86
87 2018-03-14 H.J. Lu <hongjiu.lu@intel.com>
88
89 PR ld/20882
90 * elflink.c (elf_gc_mark_debug_section): Also check the local
91 debug definition section.
92
93 2018-03-13 Nick Clifton <nickc@redhat.com>
94
95 PR 22113
96 * pei-x86_64.c (pex64_get_unwind_info): Change to a boolean
97 function. Add an end address parameter. Check access of the data
98 pointer to make sure that they do not extend beyond the end
99 address. Return FALSE if any check fails. Add the end address
100 pointer to the ui structure.
101 (pex64_xdata_print_uwd_codes): Check accesses of the raw unwind
102 codes to make sure that they do not extend beyond the end address
103 pointer. Print an error message and return immediately if any
104 check fails.
105
106 2018-03-09 Nick Clifton <nickc@redhat.com>
107
108 * elf64-s390.c (elf_s390_relocate_section): Move check for
109 relocations against non-allocated sections to before the code that
110 handles ifunc relocations.
111 * elf32-s390.c (elf_s390_relocate_section): Likewise.
112 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Treat
113 relocs against IFUNC symbols in non-allocated sections as relocs
114 against FUNC symbols.
115 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Likewise.
116
117 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
118
119 PR ld/22929
120 * elf32-i386.c (elf_i386_relocate_section): Treat relocation
121 against IFUNC symbol in SHT_NOTE section without SHF_ALLOC as
122 relocation against FUNC symbol.
123 * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
124
125 2018-03-07 Renlin Li <renlin.li@arm.com>
126
127 PR ld/20402
128 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Check absolute
129 symbol, and don't emit relocation in specific case.
130
131 2018-03-07 Alan Modra <amodra@gmail.com>
132
133 * elf64-mips.c (mips_elf64_rtype_to_howto): Return NULL on error.
134 (mips_elf64_slurp_one_reloc_table): Pass on error.
135
136 2018-03-03 James Cowgill <james.cowgill@mips.com>
137 Maciej W. Rozycki <macro@mips.com>
138
139 PR ld/21900
140 * elfxx-mips.c (mips_elf_calculate_relocation): Only return
141 after calling `undefined_symbol' hook if this is an error
142 condition. Assume the value of 0 for the symbol requested
143 otherwise.
144
145 2018-03-02 Jim Wilson <jimw@sifive.com>
146
147 PR 22903
148 * elfnn-aarch64.c (_bfd_aarch64_resize_stubs): Add 8 bytes for branch
149 and nop instead of 4.
150 (elfNN_arch64_build_stubs): Add nop after branch. Increase size by
151 8 instead of 4.
152
153 2018-03-01 Jim Wilson <jimw@sifive.com>
154
155 PR 22756
156 * elfnn-riscv.c (riscv_relax_delete_bytes): When adjust st_size, use
157 else if instead of if.
158
159 2018-03-01 Alan Modra <amodra@gmail.com>
160
161 * elf32-ft32.c (ft32_info_to_howto_rela): Correct range test.
162
163 2018-02-28 Alan Modra <amodra@gmail.com>
164
165 PR 22887
166 * aoutx.h (swap_std_reloc_in): Correct r_index bound check.
167
168 2018-02-28 Nick Clifton <nickc@redhat.com>
169
170 PR 22895
171 PR 22893
172 * dwarf2.c (read_n_bytes): Replace size parameter with dwarf_block
173 pointer. Drop unused abfd parameter. Check the size of the block
174 before initialising the data field. Return the end pointer if the
175 size is invalid.
176 (read_attribute_value): Adjust invocations of read_n_bytes.
177
178 PR 22894
179 * dwarf1.c (parse_die): Check the length of form blocks before
180 advancing the data pointer.
181
182 2018-02-28 Alan Modra <amodra@gmail.com>
183
184 PR 22887
185 * aoutx.h (translate_symbol_table): Print an error message and set
186 bfd_error on finding an invalid name string offset.
187
188 2018-02-27 H.J. Lu <hongjiu.lu@intel.com>
189
190 * config.in: Regenerated.
191 * configure: Likewise.
192 * configure.ac: Add --enable-separate-code.
193 (DEFAULT_LD_Z_SEPARATE_CODE): New AC_DEFINE_UNQUOTED. Default
194 to 1 for Linux/x86 targets,
195 * elf64-x86-64.c (ELF_MAXPAGESIZE): Set to 0x1000 if
196 DEFAULT_LD_Z_SEPARATE_CODE is 1.
197
198 2018-02-27 Nick Clifton <nickc@redhat.com>
199
200 * aout-cris.c (swap_ext_reloc_out): Standadize error/warning
201 message.
202 * elf-hppa.h (elf_hppa_info_to_howto_rel): Likewise.
203 * elf32-i386.c (elf_i386_reloc_type_lookup): Likewise.
204 * elf32-xtensa.c (elf_xtensa_reloc_type_lookup): Likewise.
205 * elf64-ppc.c (ppc64_elf_reloc_type_lookup): Likewise.
206 * elf64-s390.c (elf_s390_reloc_type_lookup): Likewise.
207 * elf64-sh64.c (sh_elf64_info_to_howto): Likewise.
208 * elfxx-ia64.c (ia64_elf_reloc_type_lookup): Likewise.
209 * elfxx-sparc.c (_bfd_sparc_elf_reloc_type_lookup): Likewise.
210 * elfxx-tilegx.c (tilegx_reloc_type_lookup): Likewise.
211
212 PR 22875
213 * elf-bfd.h (struct elf_backend_data): Change the return type of
214 the elf_info_to_howto and elf_info_to_howto_rel function pointers
215 to bfd_boolean.
216 * elfcode.h (elf_slurp_reloc_table_from_section): Check the return
217 value from the info_to_howto function and fail if that function
218 failed.
219 * elf32-h8300.c (elf32_h8_relocate_section): Check return value
220 from the info_to_howto function.
221 (elf32_h8_relax_section): Likewise.
222 * elf32-lm32.c (lm32_elf_relocate_section): Likewise.
223 * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Likewise.
224 * elf32-score.c (s3_bfd_score_elf_relocate_section): Likewise.
225 * elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise.
226 * elf32-tic6x.c (elf32_tic6x_relocate_section): Likewise.
227 * elf64-ia64-vms.c (elf64_ia64_relocate_section): Likewise.
228 * elf64-sparc.c (elf64_sparc_slurp_one_reloc_table): Likewise.
229 * elf64-x86-64.c (elf_x86_64_tls_transition): Likewise.
230 * elfnn-ia64.c (elfNN_ia64_relocate_section): Likewise.
231 * elfnn-riscv.c (riscv_elf_check_relocs): Likewise.
232 (riscv_elf_relocate_section): Likewise.
233 * elf-hppa.h (elf_hppa_info_to_howto): Change return type to
234 bfd_boolean. Issue an error message, set an error value and
235 return FALSE if the reloc is not recognized.
236 (elf_hppa_info_to_howto_rel): Likewise.
237 * elf-m10200.c (mn10200_info_to_howto): Likewise.
238 * elf-m10300.c (mn10300_info_to_howto): Likewise.
239 * elf.c (_bfd_elf_no_info_to_howto): Likewise.
240 * elf32-arc.c (arc_info_to_howto_rel): Likewise.
241 * elf32-arm.c (elf32_arm_info_to_howto): Likewise.
242 * elf32-avr.c (avr_info_to_howto_rela): Likewise.
243 * elf32-bfin.c (bfin_info_to_howto): Likewise.
244 * elf32-cr16.c (elf_cr16_info_to_howto): Likewise.
245 * elf32-cr16c.c (elf_cr16c_info_to_howto): Likewise.
246 * elf32-cris.c (elf_cr16c_info_to_howto_rel)
247 (cris_info_to_howto_rela): Likewise.
248 * elf32-crx.c (elf_crx_info_to_howto): Likewise.
249 * elf32-d10v.c (d10v_info_to_howto_rel): Likewise.
250 * elf32-d30v.c (d30v_info_to_howto_rel, d30v_info_to_howto_rela):
251 Likewise.
252 * elf32-dlx.c (dlx_rtype_to_howto, elf32_dlx_info_to_howto)
253 (elf32_dlx_info_to_howto_rel): Likewise.
254 * elf32-epiphany.c (epiphany_info_to_howto_rela): Likewise.
255 * elf32-fr30.c (fr30_info_to_howto_rela): Likewise.
256 * elf32-frv.c (frv_info_to_howto_rela)
257 (frvfdpic_info_to_howto_rel): Likewise.
258 * elf32-ft32.c (ft32_info_to_howto_rela): Likewise.
259 * elf32-gen.c (elf_generic_info_to_howto)
260 (elf_generic_info_to_howto_rel): Likewise.
261 * elf32-h8300.c (elf32_h8_info_to_howto)
262 (elf32_h8_info_to_howto_rel): Likewise.
263 * elf32-i370.c (i370_elf_info_to_howto): Likewise.
264 * elf32-i386.c (elf_i386_reloc_type_lookup)
265 (elf_i386_rtype_to_howto, elf_i386_info_to_howto_rel): Likewise.
266 * elf32-i860.c (lookup_howto, elf32_i860_info_to_howto_rela):
267 Likewise.
268 * elf32-i960.c (elf32_i960_info_to_howto_rel): Likewise.
269 * elf32-ip2k.c (ip2k_info_to_howto_rela): Likewise.
270 * elf32-iq2000.c (iq2000_info_to_howto_rela): Likewise.
271 * elf32-lm32.c (lm32_info_to_howto_rela): Likewise.
272 * elf32-m32c.c (m32c_info_to_howto_rela): Likewise.
273 * elf32-m32r.c (m32r_info_to_howto_rel, m32r_info_to_howto):
274 Likewise.
275 * elf32-m68hc11.c (m68hc11_info_to_howto_rel): Likewise.
276 * elf32-m68hc12.c (m68hc11_info_to_howto_rel): Likewise.
277 * elf32-m68k.c (rtype_to_howto): Likewise.
278 * elf32-mcore.c (mcore_elf_info_to_howto): Likewise.
279 * elf32-mep.c (mep_info_to_howto_rela): Likewise.
280 * elf32-metag.c (metag_info_to_howto_rela): Likewise.
281 * elf32-microblaze.c (microblaze_elf_info_to_howto): Likewise.
282 * elf32-mips.c (mips_info_to_howto_rel, mips_info_to_howto_rela):
283 Likewise.
284 * elf32-moxie.c (moxie_info_to_howto_rela): Likewise.
285 * elf32-msp430.c (msp430_info_to_howto_rela): Likewise.
286 * elf32-mt.c (mt_info_to_howto_rela): Likewise.
287 * elf32-nds32.c (nds32_info_to_howto_rel, nds32_info_to_howto):
288 Likewise.
289 * elf32-nios2.c (nios2_elf32_info_to_howto): Likewise.
290 * elf32-or1k.c (or1k_info_to_howto_rela): Likewise.
291 * elf32-pj.c (pj_elf_info_to_howto): Likewise.
292 * elf32-ppc.c (ppc_elf_info_to_howto): Likewise.
293 * elf32-pru.c (pru_elf32_info_to_howto): Likewise.
294 * elf32-rl78.c (rl78_info_to_howto_rela): Likewise.
295 * elf32-rx.c (rx_info_to_howto_rela): Likewise.
296 * elf32-s390.c (elf_s390_info_to_howto): Likewise.
297 * elf32-score.c (s3_bfd_score_info_to_howto)
298 (_bfd_score_info_to_howto): Likewise.
299 * elf32-score7.c (s7_bfd_score_info_to_howto): Likewise.
300 * elf32-sh.c (sh_elf_info_to_howto): Likewise.
301 * elf32-spu.c (spu_elf_info_to_howto): Likewise.
302 * elf32-tic6x.c (elf32_tic6x_info_to_howto)
303 (elf32_tic6x_info_to_howto_rel): Likewise.
304 * elf32-tilepro.c (tilepro_info_to_howto_rela): Likewise.
305 * elf32-v850.c (v850_elf_info_to_howto_rel)
306 (v850_elf_info_to_howto_rela, v800_elf_info_to_howto): Likewise.
307 * elf32-vax.c (rtype_to_howto): Likewise.
308 * elf32-visium.c (visium_info_to_howto_rela): Likewise.
309 * elf32-wasm32.c (elf32_wasm32_rtype_to_howto)
310 (elf32_wasm32_info_to_howto_rela): Likewise.
311 * elf32-xc16x.c (elf32_xc16x_info_to_howto): Likewise.
312 * elf32-xgate.c (xgate_info_to_howto_rel): Likewise.
313 * elf32-xstormy16.c (xstormy16_info_to_howto_rela): Likewise.
314 * elf32-xtensa.c (elf_xtensa_info_to_howto_rela): Likewise.
315 * elf64-alpha.c (elf64_alpha_info_to_howto): Likewise.
316 * elf64-gen.c (elf_generic_info_to_howto)
317 (elf_generic_info_to_howto_rel): Likewise.
318 * elf64-ia64-vms.c (elf64_ia64_info_to_howto): Likewise.
319 * elf64-mips.c (mips_elf64_info_to_howto_rela): Likewise.
320 * elf64-mmix.c (mmix_info_to_howto_rela): Likewise.
321 * elf64-ppc.c (ppc64_elf_info_to_howto): Likewise.
322 * elf64-s390.c (elf_s390_reloc_type_lookup): Likewise.
323 * elf64-sh64.c (elf_s390_info_to_howto, sh_elf64_info_to_howto):
324 Likewise.
325 * elf64-x86-64.c (elf_x86_64_info_to_howto): Likewise.
326 * elfn32-mips.c (mips_info_to_howto_rel, mips_info_to_howto_rela):
327 Likewise.
328 * elfnn-aarch64.c (elfNN_aarch64_info_to_howto): Likewise.
329 * elfnn-ia64.c (elfNN_ia64_info_to_howto): Likewise.
330 * elfnn-riscv.c (riscv_info_to_howto_rela): Likewise.
331 * elfxx-ia64.c (ia64_elf_reloc_type_lookup): Likewise.
332 * elfxx-sparc.c (_bfd_sparc_elf_info_to_howto): Likewise.
333 * elfxx-tilegx.c (tilegx_info_to_howto_rela): Likewise.
334 * elf32-score.h (s7_bfd_score_info_to_howto): Update prototype.
335 * elfxx-sparc.h (_bfd_sparc_elf_info_to_howto): Update prototype.
336 * elfxx-tilegx.h (tilegx_info_to_howto_rela): Update prototype.
337 * elfxx-target.h (elf_info_to_howto, elf_info_to_howto_rel):
338 Default to NULL.
339
340 2018-02-26 Jim Wilson <jimw@sifive.com>
341 Stephan Schreiber <info@fs-driver.org>
342
343 PR 15904
344 * elfnn-ia64.c (elfNN_ia64_relax_section): After ia64_elf_relax_brl
345 call, set changed_contents and changed_relocs. Likewise after
346 successful ia64_elf_relax_br call.
347
348 2018-02-26 Alan Modra <amodra@gmail.com>
349
350 * elf.c (assign_file_positions_except_relocs): Don't segfault
351 when actual number of phdrs is less than allocated. Delete
352 outdated comment. Formatting.
353
354 2018-02-26 Alan Modra <amodra@gmail.com>
355
356 * elf-m10300.c, * elf-s390-common.c, * elf32-arc.c, * elf32-cris.c,
357 * elf32-dlx.c, * elf32-frv.c, * elf32-i370.c, * elf32-lm32.c,
358 * elf32-m32r.c, * elf32-m68hc1x.c, * elf32-m68k.c,
359 * elf32-microblaze.c, * elf32-msp430.c, * elf32-nds32.c,
360 * elf32-nios2.c, * elf32-or1k.c, * elf32-rl78.c, * elf32-rx.c,
361 * elf32-score.c, * elf32-score7.c, * elf32-sh-symbian.c,
362 * elf32-sh.c, * elf32-spu.c, * elf32-v850.c, * elf32-xtensa.c,
363 * elf64-alpha.c, * elf64-ia64-vms.c, * elf64-mmix.c,
364 * elf64-sh64.c, * elf64-sparc.c, * elfnn-ia64.c, * elfxx-tilegx.c,
365 * mmo.c, * osf-core.c, * srec.c, * vms-alpha.c: Standardize
366 error/warning messages.
367
368 2018-02-26 Alan Modra <amodra@gmail.com>
369
370 * archive.c, * bfd.c, * linker.c, * reloc.c, * stabs.c,
371 * syms.c: Standardize error/warning messages.
372
373 2018-02-26 Alan Modra <amodra@gmail.com>
374
375 * aout-adobe.c, * aout-cris.c, * i386linux.c, * m68klinux.c,
376 * sparclinux.c, * coff-alpha.c, * coff-arm.c, * coff-mcore.c,
377 * coffcode.h, * coffgen.c, * cofflink.c, * ecoff.c, * pe-mips.c,
378 * peXXigen.c, * peicode.h: Standardize error/warning messages.
379
380 2018-02-26 Alan Modra <amodra@gmail.com>
381
382 * elf32-arm.c, * elfnn-aarch64.c: Standardize error/warning messages.
383
384 2018-02-26 Alan Modra <amodra@gmail.com>
385
386 * elfxx-mips.c: Standardize error/warning messages.
387
388 2018-02-26 Alan Modra <amodra@gmail.com>
389
390 * dwarf2.c, * elf-attrs.c, * elf-eh-frame.c, * elf.c, * elf32-gen.c,
391 * elflink.c: Standardize error/warning messages. Replace use of
392 linker callback einfo with _bfd_error_handler when possible.
393
394 2018-02-26 Alan Modra <amodra@gmail.com>
395
396 * aoutx.h, * coff-alpha.c, * coff-i860.c, * coff-m68k.c,
397 * coff-mcore.c, * coff-ppc.c, * coff-rs6000.c, * coff-sh.c,
398 * coff-tic4x.c, * coff-tic54x.c, * coff-tic80.c, * coff-w65.c,
399 * elf-bfd.h, * elf-m10300.c, * elf.c, * elf32-avr.c, * elf32-bfin.c,
400 * elf32-cr16.c, * elf32-cr16c.c, * elf32-cris.c, * elf32-crx.c,
401 * elf32-d10v.c, * elf32-d30v.c, * elf32-dlx.c, * elf32-epiphany.c,
402 * elf32-fr30.c, * elf32-frv.c, * elf32-i370.c, * elf32-i386.c,
403 * elf32-i960.c, * elf32-ip2k.c, * elf32-iq2000.c, * elf32-lm32.c,
404 * elf32-m32c.c, * elf32-m32r.c, * elf32-m68hc11.c, * elf32-m68hc12.c,
405 * elf32-m68k.c, * elf32-mcore.c, * elf32-mep.c, * elf32-metag.c,
406 * elf32-microblaze.c, * elf32-mips.c, * elf32-moxie.c,
407 * elf32-msp430.c, * elf32-mt.c, * elf32-nds32.c, * elf32-or1k.c,
408 * elf32-pj.c, * elf32-ppc.c, * elf32-rl78.c, * elf32-rx.c,
409 * elf32-s390.c, * elf32-sh.c, * elf32-spu.c, * elf32-tic6x.c,
410 * elf32-v850.c, * elf32-vax.c, * elf32-visium.c, * elf32-wasm32.c,
411 * elf32-xgate.c, * elf32-xtensa.c, * elf64-alpha.c,
412 * elf64-ia64-vms.c, * elf64-mips.c, * elf64-mmix.c,
413 * elf64-ppc.c, * elf64-s390.c, * elf64-sparc.c, * elf64-x86-64.c,
414 * elfn32-mips.c, * elfnn-aarch64.c, * elfnn-ia64.c,
415 * elfnn-riscv.c, * elfxx-mips.c, * elfxx-riscv.c, * elfxx-riscv.h,
416 * elfxx-sparc.c, * elfxx-sparc.h, * reloc.c: Standardize
417 unrecognized/unsupported reloc message.
418
419 2018-02-26 Alan Modra <amodra@gmail.com>
420
421 * elf32-ppc.c: Standardize error/warning messages. Use
422 _bfd_error_handler rather than einfo when einfo features not used.
423 * elf64-ppc.c: Likewise.
424
425 2018-02-23 Alan Modra <amodra@gmail.com>
426
427 PR 22881
428 * elf.c (assign_file_positions_for_non_load_sections): Remove RELRO
429 segment if no matching LOAD segment.
430
431 2018-02-23 Kuan-Lin Chen <kuanlinchentw@gmail.com>
432
433 * elf32-nds32.h: Define mask for ict_model.
434
435 2018-02-20 Jason Duerstock <jason.duerstock@gmail.com>
436
437 * elfnn-ia64.c (elf_backend_can_gc_sections): Enable.
438
439 2018-02-19 Maciej W. Rozycki <macro@mips.com>
440
441 Revert
442 2018-01-12 Vlad Ivanov <vlad@ivanov.email>
443
444 * elfxx-mips.c (_bfd_mips_elf_final_link): Notify user when
445 .reginfo section has wrong size.
446
447 2018-02-19 Maciej W. Rozycki <macro@mips.com>
448
449 * elfxx-mips.c (_bfd_mips_elf_always_size_sections): Set
450 SEC_FIXED_SIZE and SEC_HAS_CONTENTS flags for `.reginfo' and
451 `.MIPS.abiflags' sections.
452 (_bfd_mips_elf_final_link): Avoid reading beyond `.reginfo'
453 section's end.
454
455 2018-02-19 Maciej W. Rozycki <macro@mips.com>
456
457 * section.c (SEC_FIXED_SIZE): New macro.
458 * bfd-in2.h: Regenerate.
459
460 2018-02-19 Maciej W. Rozycki <macro@mips.com>
461
462 * section.c (SEC_HAS_GOT_REF): Remove macro.
463 * bfd-in2.h: Regenerate.
464
465 2018-02-19 Alan Modra <amodra@gmail.com>
466
467 * elf-attrs.c (_bfd_elf_parse_attributes): Correct _bfd_error_handler
468 arguments.
469 * elfxx-mips.c (_bfd_mips_elf_final_link): Likewise.
470 * elfnn-riscv.c (_bfd_riscv_relax_align): Likewise.
471 (_bfd_riscv_relax_pc): Likewise and fix typos.
472 * libbfd-in.h (_bfd_error_handler): Add attribute printf.
473 * libbfd.h: Regenerate.
474
475 2018-02-19 Alan Modra <amodra@gmail.com>
476
477 * dwarf2.c (read_section): Don't use 'll' format modifier.
478 (find_abstract_instance): Likewise.
479 * elfcore.h (elf_core_file_p): Likewise.
480
481 2018-02-19 Alan Modra <amodra@gmail.com>
482
483 * bfd-in.h: Include inttypes.h or if not available define
484 PRId64, PRIu64 and PRIx64.
485 * bfd.c (_bfd_doprnt, _bfd_doprnt_scan): Remove support for L
486 modifier to print bfd_vma.
487 * coff-arm.c, * coff-mcore.c, * coff-ppc.c, * coff-rs6000.c,
488 * coff-sh.c, * coff-tic80.c, * coffcode.h, * coffgen.c, * cofflink.c,
489 * compress.c, * dwarf2.c, * elf-m10300.c, * elf.c, * elf32-arc.c,
490 * elf32-arm.c, * elf32-bfin.c, * elf32-cris.c, * elf32-hppa.c,
491 * elf32-i386.c, * elf32-ip2k.c, * elf32-lm32.c, * elf32-m32r.c,
492 * elf32-m68k.c, * elf32-metag.c, * elf32-nds32.c, * elf32-nios2.c,
493 * elf32-ppc.c, * elf32-rx.c, * elf32-s390.c, * elf32-score.c,
494 * elf32-score7.c, * elf32-sh.c, * elf32-sh64.c, * elf32-spu.c,
495 * elf32-tic6x.c, * elf32-tilepro.c, * elf32-v850.c, * elf32-vax.c,
496 * elf32-xtensa.c, * elf64-alpha.c, * elf64-hppa.c, * elf64-ia64-vms.c,
497 * elf64-mmix.c, * elf64-s390.c, * elf64-sh64.c, * elf64-x86-64.c,
498 * elfcode.h, * elfcore.h, * elflink.c, * elfnn-aarch64.c,
499 * elfnn-ia64.c, * elfnn-riscv.c, * elfxx-mips.c, * elfxx-sparc.c,
500 * elfxx-tilegx.c, * ieee.c, * ihex.c, * mach-o.c, * merge.c, * mmo.c,
501 * peXXigen.c, * xcofflink.c: Replace use of Lx modifier with PRIx64,
502 and cast input to uint64_t, and similarly for Ld and Lu.
503 * bfd-in2.h: Regenerate.
504
505 2018-02-19 Alan Modra <amodra@gmail.com>
506
507 * elf32-arm.c, * elf32-hppa.c, * elf32-lm32.c, * elf32-m32r.c,
508 * elf32-metag.c, * elf32-nds32.c, * elf32-or1k.c, * elf32-ppc.c,
509 * elf32-s390.c, * elf32-sh.c, * elf32-tic6x.c, * elf32-tilepro.c,
510 * elf64-ppc.c, * elf64-s390.c, * elflink.c, * elfnn-aarch64.c,
511 * elfnn-riscv.c, * elfxx-sparc.c, * elfxx-tilegx.c, * elfxx-x86.c,
512 * reloc.c: Replace use of %R and %T in format strings passed to
513 einfo and friends by %pR and %pT.
514
515 2018-02-19 Alan Modra <amodra@gmail.com>
516
517 * bfd.c (_bfd_doprnt, _bfd_doprnt_scan): Handle %pA and %pB in place
518 of %A and %B.
519 * aout-adobe.c: Update all messages using %A and %B.
520 * aout-cris.c: Likewise.
521 * aoutx.h: Likewise.
522 * archive.c: Likewise.
523 * binary.c: Likewise.
524 * cache.c: Likewise.
525 * coff-alpha.c: Likewise.
526 * coff-arm.c: Likewise.
527 * coff-i860.c: Likewise.
528 * coff-mcore.c: Likewise.
529 * coff-ppc.c: Likewise.
530 * coff-rs6000.c: Likewise.
531 * coff-sh.c: Likewise.
532 * coff-tic4x.c: Likewise.
533 * coff-tic54x.c: Likewise.
534 * coff-tic80.c: Likewise.
535 * coff64-rs6000.c: Likewise.
536 * coffcode.h: Likewise.
537 * coffgen.c: Likewise.
538 * cofflink.c: Likewise.
539 * coffswap.h: Likewise.
540 * compress.c: Likewise.
541 * cpu-arm.c: Likewise.
542 * ecoff.c: Likewise.
543 * elf-attrs.c: Likewise.
544 * elf-eh-frame.c: Likewise.
545 * elf-ifunc.c: Likewise.
546 * elf-m10300.c: Likewise.
547 * elf-properties.c: Likewise.
548 * elf-s390-common.c: Likewise.
549 * elf.c: Likewise.
550 * elf32-arc.c: Likewise.
551 * elf32-arm.c: Likewise.
552 * elf32-avr.c: Likewise.
553 * elf32-bfin.c: Likewise.
554 * elf32-cr16.c: Likewise.
555 * elf32-cr16c.c: Likewise.
556 * elf32-cris.c: Likewise.
557 * elf32-crx.c: Likewise.
558 * elf32-d10v.c: Likewise.
559 * elf32-d30v.c: Likewise.
560 * elf32-epiphany.c: Likewise.
561 * elf32-fr30.c: Likewise.
562 * elf32-frv.c: Likewise.
563 * elf32-gen.c: Likewise.
564 * elf32-hppa.c: Likewise.
565 * elf32-i370.c: Likewise.
566 * elf32-i386.c: Likewise.
567 * elf32-i960.c: Likewise.
568 * elf32-ip2k.c: Likewise.
569 * elf32-iq2000.c: Likewise.
570 * elf32-lm32.c: Likewise.
571 * elf32-m32c.c: Likewise.
572 * elf32-m32r.c: Likewise.
573 * elf32-m68hc11.c: Likewise.
574 * elf32-m68hc12.c: Likewise.
575 * elf32-m68hc1x.c: Likewise.
576 * elf32-m68k.c: Likewise.
577 * elf32-mcore.c: Likewise.
578 * elf32-mep.c: Likewise.
579 * elf32-metag.c: Likewise.
580 * elf32-microblaze.c: Likewise.
581 * elf32-moxie.c: Likewise.
582 * elf32-msp430.c: Likewise.
583 * elf32-mt.c: Likewise.
584 * elf32-nds32.c: Likewise.
585 * elf32-nios2.c: Likewise.
586 * elf32-or1k.c: Likewise.
587 * elf32-pj.c: Likewise.
588 * elf32-ppc.c: Likewise.
589 * elf32-rl78.c: Likewise.
590 * elf32-rx.c: Likewise.
591 * elf32-s390.c: Likewise.
592 * elf32-score.c: Likewise.
593 * elf32-score7.c: Likewise.
594 * elf32-sh-symbian.c: Likewise.
595 * elf32-sh.c: Likewise.
596 * elf32-sh64.c: Likewise.
597 * elf32-sparc.c: Likewise.
598 * elf32-spu.c: Likewise.
599 * elf32-tic6x.c: Likewise.
600 * elf32-tilepro.c: Likewise.
601 * elf32-v850.c: Likewise.
602 * elf32-vax.c: Likewise.
603 * elf32-visium.c: Likewise.
604 * elf32-wasm32.c: Likewise.
605 * elf32-xgate.c: Likewise.
606 * elf32-xtensa.c: Likewise.
607 * elf64-alpha.c: Likewise.
608 * elf64-gen.c: Likewise.
609 * elf64-hppa.c: Likewise.
610 * elf64-ia64-vms.c: Likewise.
611 * elf64-mmix.c: Likewise.
612 * elf64-ppc.c: Likewise.
613 * elf64-s390.c: Likewise.
614 * elf64-sh64.c: Likewise.
615 * elf64-sparc.c: Likewise.
616 * elf64-x86-64.c: Likewise.
617 * elfcode.h: Likewise.
618 * elfcore.h: Likewise.
619 * elflink.c: Likewise.
620 * elfnn-aarch64.c: Likewise.
621 * elfnn-ia64.c: Likewise.
622 * elfnn-riscv.c: Likewise.
623 * elfxx-mips.c: Likewise.
624 * elfxx-sparc.c: Likewise.
625 * elfxx-tilegx.c: Likewise.
626 * elfxx-x86.c: Likewise.
627 * hpux-core.c: Likewise.
628 * ieee.c: Likewise.
629 * ihex.c: Likewise.
630 * libbfd.c: Likewise.
631 * linker.c: Likewise.
632 * mach-o.c: Likewise.
633 * merge.c: Likewise.
634 * mmo.c: Likewise.
635 * oasys.c: Likewise.
636 * pdp11.c: Likewise.
637 * pe-mips.c: Likewise.
638 * peXXigen.c: Likewise.
639 * peicode.h: Likewise.
640 * reloc.c: Likewise.
641 * rs6000-core.c: Likewise.
642 * srec.c: Likewise.
643 * stabs.c: Likewise.
644 * vms-alpha.c: Likewise.
645 * xcofflink.c: Likewise.
646
647 2018-02-19 Alan Modra <amodra@gmail.com>
648
649 PR 22845
650 * elf.c (IS_TBSS): Define.
651 (_bfd_elf_map_sections_to_segments): Use IS_TBSS.
652 (assign_file_positions_for_non_load_sections): Revert last change.
653 Properly calculate load segment limits to compare against relro limits.
654
655 2018-02-17 Alan Modra <amodra@gmail.com>
656
657 PR 22845
658 * elf.c (assign_file_positions_for_non_load_sections): Ignore
659 degenerate zero size PT_LOAD segments when finding one overlapping
660 the PT_GNU_RELRO segment.
661
662 2018-02-16 Alan Modra <amodra@gmail.com>
663
664 * libbfd.c (_bfd_bool_bfd_false_error): Rename from bfd_false.
665 (_bfd_bool_bfd_true): Rename from bfd_true.
666 (_bfd_ptr_bfd_null_error): Rename from bfd_nullvoidptr.
667 (_bfd_int_bfd_0): Rename from bfd_0.
668 (_bfd_uint_bfd_0): Rename from bfd_0u.
669 (_bfd_long_bfd_0): Rename from bfd_0l.
670 (_bfd_long_bfd_n1_error): Rename from _bfd_n1.
671 (_bfd_void_bfd): Rename from bfd_void.
672 (_bfd_bool_bfd_false, _bfd_bool_bfd_asymbol_false),
673 (_bfd_bool_bfd_link_false_error),
674 (_bfd_bool_bfd_link_true, _bfd_bool_bfd_bfd_true),
675 (_bfd_bool_bfd_uint_true, _bfd_bool_bfd_ptr_true),
676 (_bfd_bool_bfd_asection_bfd_asection_true),
677 (_bfd_bool_bfd_asymbol_bfd_asymbol_true),
678 (_bfd_void_bfd_link, _bfd_void_bfd_asection): New functions.
679 * archive.c (_bfd_noarchive_get_elt_at_index),
680 (_bfd_noarchive_openr_next_archived_file),
681 (_bfd_noarchive_construct_extended_name_table),
682 (_bfd_noarchive_write_ar_hdr, _bfd_noarchive_truncate_arname),
683 (_bfd_noarchive_write_armap): New functions.
684 * archures.c (_bfd_nowrite_set_arch_mach): New function.
685 * coff-alpha.c (alpha_ecoff_swap_coff_aux_in),
686 (alpha_ecoff_swap_coff_sym_in, alpha_ecoff_swap_coff_lineno_in),
687 (alpha_ecoff_swap_coff_aux_out, alpha_ecoff_swap_coff_sym_out),
688 (alpha_ecoff_swap_coff_lineno_out),
689 (alpha_ecoff_swap_coff_reloc_out): New functions.
690 * coff-mips.c (mips_ecoff_swap_coff_aux_in),
691 (mips_ecoff_swap_coff_sym_in, mips_ecoff_swap_coff_lineno_in),
692 (mips_ecoff_swap_coff_aux_out, mips_ecoff_swap_coff_sym_out),
693 (mips_ecoff_swap_coff_lineno_out),
694 (mips_ecoff_swap_coff_reloc_out): New functions.
695 * coffcode.h (coff_set_alignment_hook): Replace define with
696 new function.
697 (symname_in_debug_hook): Likewise.
698 * ecoff.c (_bfd_ecoff_set_alignment_hook): New function.
699 * elfxx-target.h (elf_backend_allow_non_load_phdr): Default to 0.
700 * elf.c (assign_file_positions_except_relocs): Test
701 elf_backend_allow_non_load_phdr for NULL.
702 * elflink.c (_bfd_elf_omit_section_dynsym_default): Rename from
703 _bfd_elf_link_omit_section_dynsym. Update uses.
704 (_bfd_elf_omit_section_dynsym_all): New function.
705 * elf-bfd.h (_bfd_elf_link_omit_section_dynsym): Delete.
706 (_bfd_elf_omit_section_dynsym_default): Declare.
707 (_bfd_elf_omit_section_dynsym_all): Declare.
708 * linker.c (_bfd_nolink_sizeof_headers, _bfd_nolink_bfd_relax_section),
709 (_bfd_nolink_bfd_get_relocated_section_contents),
710 (_bfd_nolink_bfd_lookup_section_flags),
711 (_bfd_nolink_bfd_is_group_section, _bfd_nolink_bfd_discard_group),
712 (_bfd_nolink_bfd_link_hash_table_create),
713 (_bfd_nolink_bfd_link_just_syms),
714 (_bfd_nolink_bfd_copy_link_hash_symbol_type),
715 (_bfd_nolink_bfd_link_split_section),
716 (_bfd_nolink_section_already_linked),
717 (_bfd_nolink_bfd_define_common_symbol),
718 (_bfd_nolink_bfd_define_start_stop): New functions.
719 * reloc.c (_bfd_norelocs_bfd_reloc_type_lookup),
720 (_bfd_norelocs_bfd_reloc_name_lookup),
721 (_bfd_nodynamic_canonicalize_dynamic_reloc): New functions.
722 * section.c (_bfd_nowrite_set_section_contents): New function.
723 * syms.c (_bfd_nosymbols_canonicalize_symtab),
724 (_bfd_nosymbols_print_symbol, _bfd_nosymbols_get_symbol_info),
725 (_bfd_nosymbols_get_symbol_version_string),
726 (_bfd_nosymbols_bfd_is_local_label_name),
727 (_bfd_nosymbols_get_lineno, _bfd_nosymbols_find_nearest_line),
728 (_bfd_nosymbols_find_line, _bfd_nosymbols_find_inliner_info),
729 (_bfd_nosymbols_bfd_make_debug_symbol),
730 ( _bfd_nosymbols_read_minisymbols),
731 ( _bfd_nosymbols_minisymbol_to_symbol),
732 (_bfd_nodynamic_get_synthetic_symtab): New functions.
733 * libbfd-in.h: Declare new functions. Update existing defines,
734 removing casts.
735 * aix386-core.c: Update to use new hooks. Formatting.
736 * aout-adobe.c: Likewise.
737 * aout-arm.c: Likewise.
738 * aout-target.h: Likewise.
739 * aout-tic30.c: Likewise.
740 * aoutf1.h: Likewise.
741 * binary.c: Likewise.
742 * bout.c: Likewise.
743 * cisco-core.c: Likewise.
744 * coff-alpha.c: Likewise.
745 * coff-i386.c: Likewise.
746 * coff-i860.c: Likewise.
747 * coff-i960.c: Likewise.
748 * coff-ia64.c: Likewise.
749 * coff-mips.c: Likewise.
750 * coff-ppc.c: Likewise.
751 * coff-rs6000.c: Likewise.
752 * coff-sh.c: Likewise.
753 * coff-tic30.c: Likewise.
754 * coff-tic54x.c: Likewise.
755 * coff-x86_64.c: Likewise.
756 * coff64-rs6000.c: Likewise.
757 * coffcode.h: Likewise.
758 * elf-m10300.c: Likewise.
759 * elf32-cr16.c: Likewise.
760 * elf32-lm32.c: Likewise.
761 * elf32-m32r.c: Likewise.
762 * elf32-metag.c: Likewise.
763 * elf32-score.c: Likewise.
764 * elf32-score7.c: Likewise.
765 * elf32-tilepro.c: Likewise.
766 * elf32-xstormy16.c: Likewise.
767 * elf32-xtensa.c: Likewise.
768 * elf64-alpha.c: Likewise.
769 * elf64-hppa.c: Likewise.
770 * elf64-ia64-vms.c: Likewise.
771 * elf64-mmix.c: Likewise.
772 * elf64-sh64.c: Likewise.
773 * elfnn-ia64.c: Likewise.
774 * elfxx-sparc.c: Likewise.
775 * elfxx-target.h: Likewise.
776 * elfxx-tilegx.c: Likewise.
777 * elfxx-x86.h: Likewise.
778 * hp300hpux.c: Likewise.
779 * hppabsd-core.c: Likewise.
780 * hpux-core.c: Likewise.
781 * i386msdos.c: Likewise.
782 * i386os9k.c: Likewise.
783 * ieee.c: Likewise.
784 * ihex.c: Likewise.
785 * irix-core.c: Likewise.
786 * libaout.h: Likewise.
787 * libecoff.h: Likewise.
788 * mach-o-target.c: Likewise.
789 * mach-o.c: Likewise.
790 * mipsbsd.c: Likewise.
791 * mmo.c: Likewise.
792 * netbsd-core.c: Likewise.
793 * nlm-target.h: Likewise.
794 * oasys.c: Likewise.
795 * osf-core.c: Likewise.
796 * pdp11.c: Likewise.
797 * pe-mips.c: Likewise.
798 * pe-x86_64.c: Likewise.
799 * pef.c: Likewise.
800 * plugin.c: Likewise.
801 * ppcboot.c: Likewise.
802 * ptrace-core.c: Likewise.
803 * sco5-core.c: Likewise.
804 * som.c: Likewise.
805 * sparclynx.c: Likewise.
806 * srec.c: Likewise.
807 * tekhex.c: Likewise.
808 * trad-core.c: Likewise.
809 * verilog.c: Likewise.
810 * versados.c: Likewise.
811 * vms-alpha.c: Likewise.
812 * vms-lib.c: Likewise.
813 * wasm-module.c: Likewise.
814 * xsym.c: Likewise.
815 * libbfd.h: Regenerate.
816
817 2018-02-15 Jim Wilson <jimw@sifive.com>
818
819 * elfnn-riscv.c (_bfd_riscv_relax_section): Ifdef out check to ignore
820 symbols whose section address is zero.
821
822 * elfnn-riscv.c (riscv_elf_relocate_section): Use bfd_reloc_dangerous
823 when pcrel_lo reloc has an addend. Use reloc_dangerous callback for
824 bfd_reloc_dangerous. Use einfo instead of warning callback for errors.
825 Add %X%P to error messages.
826
827 2018-02-15 Eric Botcazou <ebotcazou@adacore.com>
828
829 PR ld/22832
830 * elfxx-sparc.c (_bfd_sparc_elf_check_relocs) <R_SPARC_TLS_GD_CALL>:
831 Pass FALSE instead of TRUE as 'create' argument to bfd_link_hash_lookup
832 and assert that the result of the call is not NULL.
833
834 2018-02-14 Nick Clifton <nickc@redhat.com>
835
836 PR 22823
837 Revert previous delta. Add extra casts to avoid compile time
838 warnings instead.
839 * libbfd-in.h (_bfd_generic_bfd_copy_private_bfd_data): Add extra
840 cast to avoid warning from gcc v8 compiler.
841 (_bfd_generic_bfd_merge_private_bfd_data): Likewise.
842 (_bfd_generic_bfd_set_private_flags): Likewise.
843 (_bfd_generic_bfd_copy_private_section_data): Likewise.
844 (_bfd_generic_bfd_copy_private_symbol_data): Likewise.
845 (_bfd_generic_bfd_copy_private_header_data): Likewise.
846 (_bfd_generic_bfd_print_private_bfd_data): Likewise.
847 (_bfd_noarchive_construct_extended_name_table): Likewise.
848 (_bfd_noarchive_truncate_arname): Likewise.
849 (_bfd_noarchive_write_ar_hdr): Likewise.
850 (_bfd_noarchive_get_elt_at_index): Likewise.
851 (_bfd_nosymbols_canonicalize_symtab): Likewise.
852 (_bfd_nosymbols_print_symbol): Likewise.
853 (_bfd_nosymbols_get_symbol_info): Likewise.
854 (_bfd_nosymbols_get_symbol_version_string): Likewise.
855 (_bfd_nosymbols_bfd_is_local_label_name): Likewise.
856 (_bfd_nosymbols_bfd_is_target_special_symbol): Likewise.
857 (_bfd_nosymbols_get_lineno): Likewise.
858 (_bfd_nosymbols_find_nearest_line): Likewise.
859 (_bfd_nosymbols_find_line): Likewise.
860 (_bfd_nosymbols_find_inliner_info): Likewise.
861 (_bfd_nosymbols_bfd_make_debug_symbol): Likewise.
862 (_bfd_nosymbols_read_minisymbols): Likewise.
863 (_bfd_nosymbols_minisymbol_to_symbol): Likewise.
864 (_bfd_norelocs_bfd_reloc_type_lookup): Likewise.
865 (_bfd_norelocs_bfd_reloc_name_lookup): Likewise.
866 (_bfd_nowrite_set_arch_mach): Likewise.
867 (_bfd_nowrite_set_section_contents): Likewise.
868 (_bfd_nolink_sizeof_headers): Likewise.
869 (_bfd_nolink_bfd_get_relocated_section_contents): Likewise.
870 (_bfd_nolink_bfd_relax_section): Likewise.
871 (_bfd_nolink_bfd_gc_sections): Likewise.
872 (_bfd_nolink_bfd_lookup_section_flags): Likewise.
873 (_bfd_nolink_bfd_merge_sections): Likewise.
874 (_bfd_nolink_bfd_is_group_section): Likewise.
875 (_bfd_nolink_bfd_discard_group): Likewise.
876 (_bfd_nolink_bfd_link_hash_table_create): Likewise.
877 (_bfd_nolink_bfd_link_add_symbols): Likewise.
878 (_bfd_nolink_bfd_link_just_syms): Likewise.
879 (_bfd_nolink_bfd_copy_link_hash_symbol_type): Likewise.
880 (_bfd_nolink_bfd_final_link): Likewise.
881 (_bfd_nolink_bfd_link_split_section): Likewise.
882 (_bfd_nolink_section_already_linked): Likewise.
883 (_bfd_nolink_bfd_define_common_symbol): Likewise.
884 (_bfd_nolink_bfd_define_start_stop): Likewise.
885 (_bfd_nodynamic_canonicalize_dynamic_symtab): Likewise.
886 (_bfd_nodynamic_get_synthetic_symtab): Likewise.
887 (_bfd_nodynamic_get_dynamic_reloc_upper_bound _bfd_): Likewise.
888 (_bfd_nodynamic_canonicalize_dynamic_reloc): Likewise.
889 * libbfd.c (bfd_false_any): Delete.
890 (bfd_true_any, bfd_nullvoidptr_any, bfd_0_any): Delete.
891 (bfd_0u_any, bfd_0l_any, _bfd_n1_any, bfd_void_any): Delete.
892 * libbfd.h (extern): Regenerate
893 * aout-target.h (MY_bfd_is_target_special_symbol): Add extra
894 cast to avoid warning from gcc v8 compiler.
895 * aout-tic30.c (tic30_aout_set_arch_mach): Likewise.
896 * binary.c (binary_get_symbol_info): Likewise.
897 * coff-alpha.c (alpha_ecoff_backend_data): Likewise.
898 * coff-mips.c (mips_ecoff_backend_data): Likewise.
899 * coffcode.h (coff_set_alignment_hook): Likewise.
900 (symname_in_debug_hook): Likewise.
901 (bfd_coff_backend_data bigobj_swap_table): Likewise.
902 * elf-m10300.c (elf_backend_omit_section_dynsym): Likewise.
903 * elf32-cr16.c (elf_backend_omit_section_dynsym): Likewise.
904 * elf32-lm32.c (elf_backend_omit_section_dynsym): Likewise.
905 * elf32-m32r.c (elf_backend_omit_section_dynsym): Likewise.
906 * elf32-metag.c (elf_backend_omit_section_dynsym): Likewise.
907 * elf32-score.c (elf_backend_omit_section_dynsym): Likewise.
908 * elf32-score7.c (elf_backend_omit_section_dynsym): Likewise.
909 * elf32-xstormy16.c (elf_backend_omit_section_dynsym): Likewise.
910 * elf32-xtensa.c (elf_backend_omit_section_dynsym): Likewise.
911 * elf64-alpha.c (elf_backend_omit_section_dynsym): Likewise.
912 * elf64-hppa.c (elf_backend_omit_section_dynsym): Likewise.
913 * elf64-ia64-vms.c (elf_backend_omit_section_dynsym): Likewise.
914 * elf64-mmix.c (elf_backend_omit_section_dynsym): Likewise.
915 * elf64-sh64.c (elf_backend_omit_section_dynsym): Likewise.
916 * elfnn-ia64.c (elf_backend_omit_section_dynsym): Likewise.
917 * elfxx-target.h (bfd_elfNN_bfd_debug_info_accumulate): Likewise.
918 (bfd_elfNN_bfd_make_debug_symbol): Likewise.
919 (bfd_elfNN_bfd_merge_private_bfd_data): Likewise.
920 (bfd_elfNN_bfd_set_private_flags): Likewise.
921 (bfd_elfNN_bfd_is_target_special_symbol): Likewise.
922 (elf_backend_init_index_section): Likewise.
923 (elf_backend_allow_non_load_phdr): Likewise.
924 * elfxx-x86.h (elf_backend_omit_section_dynsym): Likewise.
925 * i386msdos.c (msdos_bfd_is_target_special_symbol): Likewise.
926 * ieee.c (ieee_construct_extended_name_table): Likewise.
927 (ieee_write_armap): Likewise.
928 (ieee_write_ar_hdr): Likewise.
929 (ieee_bfd_is_target_special_symbol): Likewise.
930 * ihex.c (ihex_canonicalize_symtab): Likewise.
931 (ihex_bfd_is_target_special_symbol): Likewise.
932 * libaout.h (aout_32_bfd_is_target_special_symbol): Likewise.
933 * libecoff.h (_bfd_ecoff_bfd_is_target_special_symbol): Likewise.
934 (_bfd_ecoff_set_alignment_hook): Likewise.
935 * mach-o-target.c (bfd_mach_o_bfd_is_target_special_symbol): Likewise.
936 * mmo.c (mmo_bfd_is_target_special_symbol): Likewise.
937 * nlm-target.h (nlm_bfd_is_target_special_symbol): Likewise.
938 * oasys.c (oasys_construct_extended_name_table): Likewise.
939 (oasys_write_armap): Likewise.
940 (oasys_write_ar_hdr): Likewise.
941 (oasys_bfd_is_target_special_symbol): Likewise.
942 * pef.c (bfd_pef_bfd_is_target_special_symbol): Likewise.
943 * plugin.c (bfd_plugin_bfd_is_target_special_symbol): Likewise.
944 * ppcboot.c (ppcboot_bfd_is_target_special_symbol): Likewise.
945 * som.c (som_bfd_is_target_special_symbol): Likewise.
946 * srec.c (srec_bfd_is_target_special_symbol): Likewise.
947 * tekhex.c (tekhex_bfd_is_target_special_symbol): Likewise.
948 * verilog.c (verilog_bfd_is_target_special_symbol): Likewise.
949 * versados.c (versados_bfd_is_target_special_symbol): Likewise.
950 (versados_bfd_reloc_name_lookup): Likewise.
951 * vms-alpha.c (vms_bfd_is_target_special_symbol): Likewise.
952 (vms_bfd_define_start_stop): Likewise.
953 (alpha_vms_bfd_is_target_special_symbol): Likewise.
954 * wasm-module.c (wasm_bfd_is_target_special_symbol): Likewise.
955 * xsym.c (bfd_sym_bfd_is_target_special_symbol): Likewise.
956
957 2018-02-14 H.J. Lu <hongjiu.lu@intel.com>
958
959 PR ld/22842
960 * elf32-i386.c (elf_i386_check_relocs): Pass FALSE for non
961 PC-relative PLT to NEED_DYNAMIC_RELOCATION_P.
962 * elf64-x86-64.c (elf_x86_64_check_relocs): Create PLT for
963 R_X86_64_PC32 reloc against dynamic function in data section.
964 Pass TRUE for PC-relative PLT to NEED_DYNAMIC_RELOCATION_P.
965 (elf_x86_64_relocate_section): Use PLT for R_X86_64_PC32 reloc
966 against dynamic function in data section.
967 * elfxx-x86.c (elf_x86_allocate_dynrelocs): Use PLT in PIE as
968 function address only if pcrel_plt is true.
969 (_bfd_x86_elf_link_hash_table_create): Set pcrel_plt.
970 * elfxx-x86.h (NEED_DYNAMIC_RELOCATION_P): Add PCREL_PLT for
971 PC-relative PLT. If PLT is PC-relative, don't generate dynamic
972 PC-relative relocation against a function definition in data
973 secton in PIE. Remove the obsolete comments.
974 (elf_x86_link_hash_table): Add pcrel_plt.
975
976 2018-02-13 H.J. Lu <hongjiu.lu@intel.com>
977
978 * elfxx-x86.c (elf_x86_allocate_dynrelocs): Check bfd_link_dll,
979 instead of bfd_link_pic, for building shared library.
980
981 2018-02-13 H.J. Lu <hongjiu.lu@intel.com>
982
983 PR gas/22791
984 * elf64-x86-64.c (is_32bit_relative_branch): Removed.
985 (elf_x86_64_relocate_section): Check PIC relocations in PIE.
986 Remove is_32bit_relative_branch usage. Disallow PC32 reloc
987 against protected function in shared object.
988
989 2018-02-13 Sergei Trofimovich <slyfox@inbox.ru>
990
991 PR 22828
992 * po/ru.po: Fix typo in Russian translation.
993
994 2018-02-13 Maciej W. Rozycki <macro@mips.com>
995
996 * wasm-module.c (wasm_scan_name_function_section): Rename
997 `index' local variable to `idx'.
998
999 2018-02-13 Nick Clifton <nickc@redhat.com>
1000
1001 PR 22823
1002 Fix compile time warnings generated by gcc version 8.
1003 * libbfd-in.h: Remove extraneous text from prototypes.
1004 Add prototypes for bfd_false_any, bfd_true_any,
1005 bfd_nullvoidptr_any, bfd_0_any, bfd_0u_any, bfd_0l_any,
1006 bfd_n1_any, bfd_void_any.
1007 (_bfd_generic_bfd_copy_private_bfd_data): Use vararg based dummy
1008 function.
1009 (_bfd_generic_bfd_merge_private_bfd_data): Likewise.
1010 (_bfd_generic_bfd_set_private_flags): Likewise.
1011 (_bfd_generic_bfd_copy_private_section_data): Likewise.
1012 (_bfd_generic_bfd_copy_private_symbol_data): Likewise.
1013 (_bfd_generic_bfd_copy_private_header_data): Likewise.
1014 (_bfd_generic_bfd_print_private_bfd_data): Likewise.
1015 (_bfd_noarchive_construct_extended_name_table): Likewise.
1016 (_bfd_noarchive_truncate_arname): Likewise.
1017 (_bfd_noarchive_write_ar_hdr): Likewise.
1018 (_bfd_noarchive_get_elt_at_index): Likewise.
1019 (_bfd_nosymbols_canonicalize_symtab): Likewise.
1020 (_bfd_nosymbols_print_symbol): Likewise.
1021 (_bfd_nosymbols_get_symbol_info): Likewise.
1022 (_bfd_nosymbols_get_symbol_version_string): Likewise.
1023 (_bfd_nosymbols_bfd_is_local_label_name): Likewise.
1024 (_bfd_nosymbols_bfd_is_target_special_symbol): Likewise.
1025 (_bfd_nosymbols_get_lineno): Likewise.
1026 (_bfd_nosymbols_find_nearest_line): Likewise.
1027 (_bfd_nosymbols_find_line): Likewise.
1028 (_bfd_nosymbols_find_inliner_info): Likewise.
1029 (_bfd_nosymbols_bfd_make_debug_symbol): Likewise.
1030 (_bfd_nosymbols_read_minisymbols): Likewise.
1031 (_bfd_nosymbols_minisymbol_to_symbol): Likewise.
1032 (_bfd_norelocs_bfd_reloc_type_lookup): Likewise.
1033 (_bfd_norelocs_bfd_reloc_name_lookup): Likewise.
1034 (_bfd_nowrite_set_arch_mach): Likewise.
1035 (_bfd_nowrite_set_section_contents): Likewise.
1036 (_bfd_nolink_sizeof_headers): Likewise.
1037 (_bfd_nolink_bfd_get_relocated_section_contents): Likewise.
1038 (_bfd_nolink_bfd_relax_section): Likewise.
1039 (_bfd_nolink_bfd_gc_sections): Likewise.
1040 (_bfd_nolink_bfd_lookup_section_flags): Likewise.
1041 (_bfd_nolink_bfd_merge_sections): Likewise.
1042 (_bfd_nolink_bfd_is_group_section): Likewise.
1043 (_bfd_nolink_bfd_discard_group): Likewise.
1044 (_bfd_nolink_bfd_link_hash_table_create): Likewise.
1045 (_bfd_nolink_bfd_link_add_symbols): Likewise.
1046 (_bfd_nolink_bfd_link_just_syms): Likewise.
1047 (_bfd_nolink_bfd_copy_link_hash_symbol_type): Likewise.
1048 (_bfd_nolink_bfd_final_link): Likewise.
1049 (_bfd_nolink_bfd_link_split_section): Likewise.
1050 (_bfd_nolink_section_already_linked): Likewise.
1051 (_bfd_nolink_bfd_define_common_symbol): Likewise.
1052 (_bfd_nolink_bfd_define_start_stop): Likewise.
1053 (_bfd_nodynamic_canonicalize_dynamic_symtab): Likewise.
1054 (_bfd_nodynamic_get_synthetic_symtab): Likewise.
1055 (_bfd_nodynamic_get_dynamic_reloc_upper_bound _bfd_): Likewise.
1056 (_bfd_nodynamic_canonicalize_dynamic_reloc): Likewise.
1057 * libbfd.c (bfd_false_any): New function. Like bfd_false but
1058 accepts one or more arguments.
1059 (bfd_true_any): Likewise.
1060 (bfd_nullvoidptr_any): Likewise.
1061 (bfd_0_any): Likewise.
1062 (bfd_0u_any): Likewise.
1063 (bfd_0l_any): Likewise.
1064 (_bfd_n1_any): Likewise.
1065 (bfd_void_any): Likewise.
1066 * libbfd.h (extern): Regenerate
1067 * aout-target.h (MY_bfd_is_target_special_symbol): Use vararg
1068 based dummy function.
1069 * aout-tic30.c (tic30_aout_set_arch_mach): Likewise.
1070 * binary.c (binary_get_symbol_info): Likewise.
1071 * coff-alpha.c (alpha_ecoff_backend_data): Likewise.
1072 * coff-mips.c (mips_ecoff_backend_data): Likewise.
1073 * coffcode.h (coff_set_alignment_hook): Likewise.
1074 (symname_in_debug_hook): Likewise.
1075 (bfd_coff_backend_data bigobj_swap_table): Likewise.
1076 * elf-m10300.c (elf_backend_omit_section_dynsym): Likewise.
1077 * elf32-cr16.c (elf_backend_omit_section_dynsym): Likewise.
1078 * elf32-lm32.c (elf_backend_omit_section_dynsym): Likewise.
1079 * elf32-m32r.c (elf_backend_omit_section_dynsym): Likewise.
1080 * elf32-metag.c (elf_backend_omit_section_dynsym): Likewise.
1081 * elf32-score.c (elf_backend_omit_section_dynsym): Likewise.
1082 * elf32-score7.c (elf_backend_omit_section_dynsym): Likewise.
1083 * elf32-xstormy16.c (elf_backend_omit_section_dynsym): Likewise.
1084 * elf32-xtensa.c (elf_backend_omit_section_dynsym): Likewise.
1085 * elf64-alpha.c (elf_backend_omit_section_dynsym): Likewise.
1086 * elf64-hppa.c (elf_backend_omit_section_dynsym): Likewise.
1087 * elf64-ia64-vms.c (elf_backend_omit_section_dynsym): Likewise.
1088 * elf64-mmix.c (elf_backend_omit_section_dynsym): Likewise.
1089 * elf64-sh64.c (elf_backend_omit_section_dynsym): Likewise.
1090 * elfnn-ia64.c (elf_backend_omit_section_dynsym): Likewise.
1091 * elfxx-target.h (bfd_elfNN_bfd_debug_info_accumulate): Likewise.
1092 (bfd_elfNN_bfd_make_debug_symbol): Likewise.
1093 (bfd_elfNN_bfd_merge_private_bfd_data): Likewise.
1094 (bfd_elfNN_bfd_set_private_flags): Likewise.
1095 (bfd_elfNN_bfd_is_target_special_symbol): Likewise.
1096 (elf_backend_init_index_section): Likewise.
1097 (elf_backend_allow_non_load_phdr): Likewise.
1098 * elfxx-x86.h (elf_backend_omit_section_dynsym): Likewise.
1099 * i386msdos.c (msdos_bfd_is_target_special_symbol): Likewise.
1100 * ieee.c (ieee_construct_extended_name_table): Likewise.
1101 (ieee_write_armap): Likewise.
1102 (ieee_write_ar_hdr): Likewise.
1103 (ieee_bfd_is_target_special_symbol): Likewise.
1104 * ihex.c (ihex_canonicalize_symtab): Likewise.
1105 (ihex_bfd_is_target_special_symbol): Likewise.
1106 * libaout.h (aout_32_bfd_is_target_special_symbol): Likewise.
1107 * libecoff.h (_bfd_ecoff_bfd_is_target_special_symbol): Likewise.
1108 (_bfd_ecoff_set_alignment_hook): Likewise.
1109 * mach-o-target.c (bfd_mach_o_bfd_is_target_special_symbol): Likewise.
1110 * mmo.c (mmo_bfd_is_target_special_symbol): Likewise.
1111 * nlm-target.h (nlm_bfd_is_target_special_symbol): Likewise.
1112 * oasys.c (oasys_construct_extended_name_table): Likewise.
1113 (oasys_write_armap): Likewise.
1114 (oasys_write_ar_hdr): Likewise.
1115 (oasys_bfd_is_target_special_symbol): Likewise.
1116 * pef.c (bfd_pef_bfd_is_target_special_symbol): Likewise.
1117 * plugin.c (bfd_plugin_bfd_is_target_special_symbol): Likewise.
1118 * ppcboot.c (ppcboot_bfd_is_target_special_symbol): Likewise.
1119 * som.c (som_bfd_is_target_special_symbol): Likewise.
1120 * srec.c (srec_bfd_is_target_special_symbol): Likewise.
1121 * tekhex.c (tekhex_bfd_is_target_special_symbol): Likewise.
1122 * verilog.c (verilog_bfd_is_target_special_symbol): Likewise.
1123 * versados.c (versados_bfd_is_target_special_symbol): Likewise.
1124 (versados_bfd_reloc_name_lookup): Likewise.
1125 * vms-alpha.c (vms_bfd_is_target_special_symbol): Likewise.
1126 (vms_bfd_define_start_stop): Likewise.
1127 (alpha_vms_bfd_is_target_special_symbol): Likewise.
1128 * wasm-module.c (wasm_bfd_is_target_special_symbol): Likewise.
1129 * xsym.c (bfd_sym_bfd_is_target_special_symbol): Likewise.
1130 * elf32-arc.c (get_replace_function): Assign replacement function
1131 to func pointer.
1132 * elf32-i370.c (i370_noop): Update prototype.
1133
1134 2018-02-13 Alan Modra <amodra@gmail.com>
1135
1136 PR 22836
1137 * elf.c (_bfd_elf_fixup_group_sections): Account for removed
1138 relocation sections. If size reduces to just the flag word,
1139 remove that too and mark with SEC_EXCLUDE.
1140 * elflink.c (bfd_elf_final_link): Strip empty group sections.
1141
1142 2018-02-13 Alan Modra <amodra@gmail.com>
1143
1144 PR 22829
1145 * elf.c (assign_file_positions_for_non_load_sections): Rewrite
1146 PT_GNU_RELRO setup.
1147
1148 2018-02-12 Zebediah Figura <z.figura12@gmail.com>
1149
1150 * i386msdos.c (msdos_mkobject); New function.
1151 (msdos_object_p): New function.
1152 (i386_msdos_vec): Use msdos_object_p as the check_format
1153 function.
1154 * peicode.h: Rename external_PEI_DOS_hdr, DOSMAGIC, and
1155 NT_SIGNATURE to external_DOS_hdr, IMAGE_DOS_SIGNATURE, and
1156 IMAGE_NT_SIGNATURE.
1157 * peXXigen.c: Likewise.
1158 * coff-ia64.c: Likewise.
1159
1160 2018-02-12 Nick Clifton <nickc@redhat.com>
1161
1162 * elf32-nds32.c (nds32_elf_relax_longjump3): Remove redundant
1163 assignment.
1164 * elf32-arc.c (elf_arc_relocate_section): Likewise.
1165
1166 2018-02-09 Eric Botcazou <ebotcazou@adacore.com>
1167
1168 * elfxx-sparc.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): Reorder conditions.
1169 (sparc_elf_append_rela): Assert that there is enough room in section.
1170 (_bfd_sparc_elf_copy_indirect_symbol): Fix formatting.
1171 (_bfd_sparc_elf_adjust_dynamic_symbol): Minor tweak.
1172 (allocate_dynrelocs): Remove outdated comments and reorder conditions.
1173 For a symbol subject to a GOT relocation, reserve a slot in the
1174 relocation section if the symbol isn't dynamic and we are in PIC mode.
1175 (_bfd_sparc_elf_relocate_section) <R_SPARC_GOTDATA_OP>: If relocation
1176 is relaxed and a slot was reserved, generate a R_SPARC_NONE relocation.
1177 <R_SPARC_GOTDATA_OP_HIX22>: Adjust comments.
1178 <R_SPARC_PC10>: Reorder conditions. Remove always-false assertion.
1179 (_bfd_sparc_elf_finish_dynamic_symbol): Rename local_undefweak into
1180 resolved_to_zero. Do not generate a dynamic GOT relocation for an
1181 undefined weak symbol with non-default visibility. Remove superfluous
1182 'else' and fix formatting.
1183
1184 2018-02-09 H.J. Lu <hongjiu.lu@intel.com>
1185
1186 * elf32-i386.c (elf_i386_get_synthetic_symtab): Also handle
1187 is_solaris.
1188 (i386_elf32_sol2_vec): Don't declare.
1189 (elf_i386_link_setup_gnu_properties): Also handle is_solaris.
1190 Don't set need_global_offset_table.
1191 (elf_i386_solaris_arch_bed): New.
1192 (elf_backend_arch_data): Set to elf_i386_solaris_arch_bed for
1193 Solaris.
1194 * elf64-x86-64.c (elf_x86_64_get_synthetic_symtab): Check
1195 target_os != is_nacl instead of target_os == is_normal.
1196 (x86_64_elf64_sol2_vec): Don't declare.
1197 (elf_x86_64_link_setup_gnu_properties): Check target_os !=
1198 is_nacl instead of target_os == is_normal. Don't set
1199 need_global_offset_table.
1200 (elf_x86_64_solaris_arch_bed): New.
1201 (elf_backend_arch_data): Set to elf_x86_64_solaris_arch_bed for
1202 Solaris.
1203 * elfxx-x86.c (_bfd_x86_elf_size_dynamic_sections): Keep
1204 _GLOBAL_OFFSET_TABLE_ for Solaris.
1205 (_bfd_x86_elf_link_setup_gnu_properties): Don't copy
1206 need_global_offset_table.
1207 * elfxx-x86.h (elf_x86_target_os): Add is_solaris.
1208 (elf_x86_link_hash_table): Remove need_global_offset_table.
1209 (elf_x86_init_table): Likewise.
1210
1211 2018-02-08 H.J. Lu <hongjiu.lu@intel.com>
1212
1213 * elf32-i386.c (elf32_i386_copy_solaris_special_section_fields):
1214 Remove prototype.
1215 (i386_elf32_sol2_vec): Declared.
1216 (elf_i386_link_setup_gnu_properties): Set
1217 need_global_offset_table with info->output_bfd->xvec.
1218 * elf64-x86-64.c (elf64_x86_64_copy_solaris_special_section_fields):
1219 Remove prototype.
1220 (x86_64_elf64_sol2_vec): Declared.
1221 (elf_x86_64_link_setup_gnu_properties): Set
1222 need_global_offset_table with info->output_bfd->xvec.
1223
1224 2018-02-08 H.J. Lu <hongjiu.lu@intel.com>
1225
1226 * elf32-i386.c (elf32_i386_copy_solaris_special_section_fields):
1227 New prototype.
1228 (elf_i386_link_setup_gnu_properties): Set need_global_offset_table
1229 for Solaris.
1230 * elf64-x86-64.c (elf64_x86_64_copy_solaris_special_section_fields):
1231 New prototype.
1232 (elf_x86_64_link_setup_gnu_properties): Set
1233 need_global_offset_table for Solaris.
1234 * elfxx-x86.c (_bfd_x86_elf_size_dynamic_sections): Keep the
1235 unused _GLOBAL_OFFSET_TABLE_ for Solaris.
1236 (_bfd_x86_elf_link_setup_gnu_properties): Copy
1237 need_global_offset_table.
1238 * elfxx-x86.h (elf_x86_link_hash_table): Add
1239 need_global_offset_table.
1240 (elf_x86_init_table): Likewise.
1241
1242 2018-02-08 Jim Wilson <jimw@sifive.com>
1243
1244 * elfnn-riscv.c (riscv_elf_relocate_section): Add comment for previous
1245 change.
1246
1247 2018-02-08 Nick Clifton <nickc@redhat.com>
1248
1249 PR 22788
1250 * elf.c (elf_parse_notes): Reject notes with excessuively large
1251 alignments.
1252
1253 2018-02-07 Alan Modra <amodra@gmail.com>
1254
1255 Revert 2018-01-17 Alan Modra <amodra@gmail.com>
1256 * elf32-ppc.c: Remove speculation barrier support.
1257 * elf32-ppc.h: Likewise.
1258 * elf64-ppc.c: Likewise.
1259 * elf64-ppc.h: Likewise.
1260
1261 2018-02-06 Jim Wilson <jimw@sifive.com>
1262
1263 * elfnn-riscv.c (riscv_elf_relocate_section): Return TRUE if used
1264 callback to report an error.
1265
1266 2018-02-06 Eric Botcazou <ebotcazou@adacore.com>
1267
1268 PR ld/22263
1269 * elfxx-sparc.c (sparc_elf_tls_transition): Turn call to bfd_link_pic
1270 into call to !bfd_link_executable and tidy up.
1271 (_bfd_sparc_elf_check_relocs): Fix formatting and tidy up.
1272 <R_SPARC_TLS_LE_HIX22>: Turn call to bfd_link_pic into call to
1273 !bfd_link_executable.
1274 <R_SPARC_TLS_IE_HI22>: Likewise.
1275 <GOT relocations>: Remove useless code, tidy and merge related blocks.
1276 <R_SPARC_TLS_GD_CALL>: Turn call to bfd_link_pic into call to
1277 !bfd_link_executable.
1278 <R_SPARC_WPLT30>: Tidy up.
1279 (_bfd_sparc_elf_gc_mark_hook): Turn call to bfd_link_pic into call to
1280 !bfd_link_executable.
1281 (allocate_dynrelocs): Likewise.
1282 (_bfd_sparc_elf_relocate_section): Fix formatting and tidy up.
1283 <R_SPARC_TLS_GD_HI22>: Merge into...
1284 <R_SPARC_TLS_GD_LO10>: ...this. Adjust 4th argument in call to
1285 sparc_elf_tls_transition and remove redundant code.
1286 <R_SPARC_TLS_LDM_HI22>: Turn call to bfd_link_pic into call to
1287 !bfd_link_executable.
1288 <R_SPARC_TLS_LDO_HIX22>: Likewise.
1289 <R_SPARC_TLS_LE_HIX22>: Likewise. Tidy up.
1290 <R_SPARC_TLS_LDM_CALL>: Likewise.
1291 <R_SPARC_TLS_GD_CALL>: Likewise. Tidy up.
1292 <R_SPARC_TLS_GD_ADD>: Likewise.
1293 <R_SPARC_TLS_LDM_ADD>: Likewise.
1294 <R_SPARC_TLS_LDO_ADD>: Likewise.
1295 <R_SPARC_TLS_IE_LD>: Likewise.
1296
1297 2018-02-06 Miloš Stojanović <milos.stojanovic@rt-rk.com>
1298
1299 PR 22789
1300 * elfxx-mips.c (_bfd_mips_elf_find_nearest_line): If the dwarf
1301 functions failed to find the function name, try the generic elf
1302 find function instead.
1303
1304 2018-02-06 Sergio Durigan Junior <sergiodj@redhat.com>
1305
1306 * coff-rs6000.c (xcoff_write_archive_contents_old): Use
1307 'memcpy' instead of 'strncpy' when writing the magic number.
1308
1309 2018-02-06 Nick Clifton <nickc@redhat.com>
1310
1311 PR 22794
1312 * opncls.c (bfd_get_debug_link_info_1): Check the size of the
1313 section before attempting to read it in.
1314 (bfd_get_alt_debug_link_info): Likewise.
1315
1316 2018-02-06 Paul Carroll <pcarroll@codesourcery.com>
1317
1318 * bfd/dwarf2.c (find_abstract_name): Modified to return file and
1319 line information in addition to name, if they can be found.
1320
1321 2018-02-05 Renlin Li <renlin.li@arm.com>
1322
1323 PR ld/22764
1324 * elfnn-aarch64.c (elfNN_aarch64_check_relocs): Relax the
1325 R_AARCH64_ABS32 and R_AARCH64_ABS16 for absolute symbol. Apply the
1326 check for writeable section as well.
1327
1328 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
1329
1330 PR ld/22782
1331 * elf32-i386.c (elf_i386_check_relocs): Set got_referenced if
1332 _GLOBAL_OFFSET_TABLE_ is referenced or GOT is needed to resolve
1333 undefined weak symbol to 0.
1334 * elf64-x86-64.c (elf_x86_64_check_relocs): Set got_referenced
1335 if _GLOBAL_OFFSET_TABLE_ is referenced.
1336 * elfxx-x86.c (_bfd_x86_elf_size_dynamic_sections): Check
1337 got_referenced instead of ref_regular_nonweak. Remove the
1338 unused _GLOBAL_OFFSET_TABLE_ from symbol table.
1339 * elfxx-x86.h (elf_x86_link_hash_table): Add got_referenced.
1340
1341 2018-02-05 Maciej W. Rozycki <macro@mips.com>
1342
1343 * elfnn-riscv.c (_bfd_riscv_relax_pc): Use `memset' to
1344 initialize `hi_reloc'.
1345
1346 2018-02-05 Maciej W. Rozycki <macro@mips.com>
1347
1348 * elfxx-mips.c (_bfd_mips_elf_section_processing): For
1349 SHT_MIPS_REGINFO sections don't assert the correct size and
1350 report an error instead.
1351
1352 2018-02-05 Maciej W. Rozycki <macro@mips.com>
1353
1354 * elf.c (_bfd_elf_write_object_contents): Propagate a failure
1355 status from `->elf_backend_section_processing'.
1356
1357 2018-02-02 Jim Wilson <jimw@sifive.com>
1358
1359 PR ld/22756
1360 * elfnn-riscv.c (riscv_relax_delete_bytes): New parameter link_info.
1361 If link_info->wrap_hash, check for a duplicate symbol and ignore.
1362 (_bfd_riscv_relax_call, bfd_riscv_relax_lui, _bfd_riscv_relax_tls_le):
1363 Pass new argument to riscv_relax_delete_bytes.
1364 (_bfd_riscv_relax_align, _bfd_riscv_relax_delete): Likewise. Remove
1365 ATTRIBUTE_UNUSED from link_info parameter.
1366
1367 2018-02-02 Alan Modra <amodra@gmail.com>
1368
1369 * elf64-ppc.c (ppc64_elf_relocate_section): Don't relocate nops
1370 emitted for toc sequence optimization. Set and use "howto" later.
1371
1372 2018-02-01 Simon Marchi <simon.marchi@ericsson.com>
1373
1374 * elf64-ppc.c (ppc64_elf_archive_symbol_lookup): Avoid pointer
1375 arithmetic on NULL pointer.
1376 * elflink.c (_bfd_elf_archive_symbol_lookup,
1377 elf_link_add_archive_symbols): Likewise.
1378
1379 2018-01-31 Michael Matz <matz@suse.de>
1380
1381 * elflink.c (bfd_elf_define_start_stop): Fix check of
1382 def_dynamic.
1383
1384 2018-01-31 H.J. Lu <hongjiu.lu@intel.com>
1385
1386 PR ld/21964
1387 * elflink.c (bfd_elf_define_start_stop): Check if __start and
1388 __stop symbols are referenced by shared objects.
1389
1390 2018-01-30 Alan Modra <amodra@gmail.com>
1391
1392 PR 22758
1393 * elf.c (_bfd_elf_map_sections_to_segments): Don't start a new
1394 segment when demand paged with lma on the same page. Test this
1395 before load/non-load, executable/non-executable,
1396 writable/non-writable tests and simplify. Delete bogus relro
1397 condition in writable/non-writable test. Delete outdated
1398 comment. Formatting.
1399
1400 2018-01-30 Alan Modra <amodra@gmail.com>
1401
1402 * elflink.c (bfd_elf_define_start_stop): Make __start and __stop
1403 symbols dynamic.
1404
1405 2018-01-29 Alan Modra <amodra@gmail.com>
1406
1407 PR 22741
1408 * coffgen.c (coff_pointerize_aux): Ensure auxent tagndx is in
1409 range before converting to a symbol table pointer.
1410
1411 2018-01-27 Nick Clifton <nickc@redhat.com>
1412
1413 * po/ru.po: Updated Russian translation.
1414
1415 2018-01-26 Alan Modra <amodra@gmail.com>
1416
1417 * elflink.c (bfd_elf_define_start_stop): Override symbols when
1418 they are defined dynamically.
1419
1420 2018-01-26 Alan Modra <amodra@gmail.com>
1421
1422 * elf64-ppc.c (ppc64_elf_size_stubs): Iterate sizing when
1423 .branch_lt changes size.
1424
1425 2018-01-25 Alan Modra <amodra@gmail.com>
1426
1427 PR 22746
1428 * elfcode.h (elf_object_p): Avoid integer overflow.
1429
1430 2018-01-25 Eric Botcazou <ebotcazou@adacore.com>
1431
1432 PR ld/22727
1433 * elfxx-sparc.c (_bfd_sparc_elf_check_relocs) <R_SPARC_TLS_GD_CALL>:
1434 Do a mere lookup of the __tls_get_addr symbol instead of adding it.
1435
1436 Revert
1437 2017-10-19 H.J. Lu <hongjiu.lu@intel.com>
1438
1439 PR ld/22263
1440 * elfxx-sparc.c (sparc_elf_tls_transition): Replace
1441 bfd_link_pic with !bfd_link_executable, !bfd_link_pic with
1442 bfd_link_executable for TLS check.
1443 (_bfd_sparc_elf_check_relocs): Likewise.
1444 (allocate_dynrelocs): Likewise.
1445 (_bfd_sparc_elf_relocate_section): Likewise.
1446
1447 2018-01-24 Renlin Li <renlin.li@arm.com>
1448
1449 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Add support for
1450 BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
1451 BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
1452 BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
1453 BFD_RELOC_AARCH64_MOVW_PREL_G3.
1454 * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
1455 (_bfd_aarch64_elf_resolve_relocation): Likewise.
1456
1457 2018-01-24 Renlin Li <renlin.li@arm.com>
1458
1459 * reloc.c: Add BFD_RELOC_AARCH64_MOVW_PREL_G0,
1460 BFD_RELOC_AARCH64_MOVW_PREL_G0_NC, BFD_RELOC_AARCH64_MOVW_PREL_G1,
1461 BFD_RELOC_AARCH64_MOVW_PREL_G1_NC, BFD_RELOC_AARCH64_MOVW_PREL_G2,
1462 BFD_RELOC_AARCH64_MOVW_PREL_G2_NC, BFD_RELOC_AARCH64_MOVW_PREL_G3.
1463 * elfnn-aarch64.c (elfNN_aarch64_howto_table): Add entries for
1464 BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
1465 BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
1466 BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
1467 BFD_RELOC_AARCH64_MOVW_PREL_G3.
1468 * bfd-in2.h: Regenerate.
1469 * libbfd.h: Regenerate.
1470
1471 2018-01-23 Maciej W. Rozycki <macro@mips.com>
1472
1473 * elfxx-mips.c (_bfd_mips_elf_final_link): Update a stale
1474 `mips_elf32_section_processing' comment reference.
1475
1476 2018-01-20 H.J. Lu <hongjiu.lu@intel.com>
1477
1478 PR ld/22721
1479 * elfxx-x86.c (_bfd_x86_elf_link_check_relocs): Check the
1480 versioned __tls_get_addr symbol.
1481
1482 2018-01-19 Nick Clifton <nickc@redhat.com>
1483
1484 * po/fr.po: Updated French translation.
1485
1486 2018-01-18 Alan Modra <amodra@gmail.com>
1487
1488 * elf32-ppc.c (ppc_elf_create_glink): Correct alignment of .glink.
1489 * elf64-ppc.c (ppc64_elf_size_stubs): Handle negative plt_stub_align.
1490 (ppc64_elf_build_stubs): Likewise.
1491
1492 2018-01-17 Nick Clifton <nickc@redhat.com>
1493
1494 * po/ru.po: Updated Russian translation.
1495 * po/uk/po: Updated Ukranian translation.
1496
1497 2018-01-17 Alan Modra <amodra@gmail.com>
1498
1499 * elf64-ppc.c (ppc64_elf_build_stubs): Silence gcc warning.
1500
1501 2018-01-17 Alan Modra <amodra@gmail.com>
1502
1503 * elf32-ppc.c (GLINK_ENTRY_SIZE): Handle speculation barrier.
1504 (CRSETEQ, BEQCTRM): Define.
1505 (is_nonpic_glink_stub): Don't check bctr.
1506 (ppc_elf_link_hash_table_create): Init new ppc_elf_params field.
1507 (ppc_elf_relax_section): Size speculation barrier.
1508 (output_bctr): New function.
1509 (write_glink_stub): Use output_bctr.
1510 (ppc_elf_relocate_section): Use output_bctr for long branch stub.
1511 (ppc_elf_finish_dynamic_symbol): Likewise.
1512 (ppc_elf_finish_dynamic_sections): Use output_bctr.
1513 * elf32-ppc.h (struct ppc_elf_params): Add speculate_indirect_jumps.
1514 * elf64-ppc.c (CRSETEQ, BEQCTRM, BEQCTRLM): Define.
1515 (GLINK_PLTRESOLVE_SIZE): Size speculation barrier.
1516 (size_global_entry_stubs): Handle speculation barrier sizing.
1517 (plt_stub_size): Likewise.
1518 (output_bctr): New function.
1519 (build_plt_stub, build_tls_get_addr_stub): Output speculation
1520 barrier.
1521 (ppc_build_one_stub): Likewise for ppc_stub_plt_branch.
1522 (ppc_size_one_stub): Size speculation barrier in ppc_stub_plt_branch.
1523 (build_global_entry_stubs): Output speculation barrier.
1524 (ppc64_elf_build_stubs): Likewise in __glink_PLTresolve stub.
1525 * elf64-ppc.h (struct ppc64_elf_params): Add speculate_indirect_jumps.
1526
1527 2018-01-17 Alan Modra <amodra@gmail.com>
1528
1529 * elf32-ppc.c (GLINK_ENTRY_SIZE): Add parameters, handle
1530 __tls_get_addr_opt, and alignment sizing.
1531 (TLS_GET_ADDR_GLINK_SIZE): Delete.
1532 (is_nonpic_glink_stub): Don't use GLINK_ENTRY_SIZE.
1533 (ppc_elf_get_synthetic_symtab): Recognize stubs spaced at 4, 6,
1534 or 8 insns.
1535 (ppc_elf_link_hash_table_create): Init new ppc_elf_params field.
1536 (allocate_dynrelocs): Use new GLINK_ENTRY_SIZE.
1537 (ppc_elf_size_dynamic_sections): Likewise. Size branch table
1538 by PLT reloc count.
1539 (write_glink_stub): Handle __tls_get_addr_opt stub.
1540 Pad out to size given by GLINK_ENTRY_SIZE.
1541 (ppc_elf_relocate_section): Adjust write_glink_stub call.
1542 (ppc_elf_finish_dynamic_symbol): Likewise.
1543 (ppc_elf_finish_dynamic_sections): Write PLTresolve without using
1544 insn array since so many need rewriting.
1545 * elf32-ppc.h (struct ppc_elf_params): Add plt_stub_align.
1546 * elf64-ppc.c (GLINK_PLTRESOLVE_SIZE): Rename from
1547 GLINK_CALL_STUB_SIZE. Add htab param and evaluate to size without
1548 nops. Adjust all uses.
1549 (ppc64_elf_get_synthetic_symtab): Don't use GLINK_CALL_STUB_SIZE
1550 in glink_vma calculation.
1551 (struct ppc_link_hash_table): Add global_entry section pointer.
1552 (create_linkage_sections): Create separate section for global
1553 entry stubs.
1554 (PPC_LO, PPC_HI, PPC_HA): Move earlier.
1555 (size_global_entry_stubs): Handle sizing for aligned stubs.
1556 (ppc64_elf_size_dynamic_sections): Handle global_entry alloc,
1557 and don't stash end of glink branch table in rawsize.
1558 (ppc_build_one_stub): Rewrite stub size calculations.
1559 (build_global_entry_stubs): Use new section.
1560 (ppc64_elf_build_stubs): Don't pad __glink_PLTresolve with nops.
1561 Build lazy link stubs out to end of section. Build global entry
1562 stubs in new section.
1563
1564 2018-01-15 Nick Clifton <nickc@redhat.com>
1565
1566 * po/uk.po: Updated Ukranian translation.
1567
1568 2018-01-13 Nick Clifton <nickc@redhat.com>
1569
1570 * po/bfd.pot: Regenerated.
1571
1572 2018-01-13 Nick Clifton <nickc@redhat.com>
1573
1574 * version.m4: Bump version to 2.30.51
1575 * configure: Regenerate.
1576
1577 2018-01-13 Nick Clifton <nickc@redhat.com>
1578
1579 2.30 branch created.
1580
1581 2018-01-12 Jens Widell <jl@opera.com>
1582
1583 * elf.c (setup_group): Optimize search for group by remembering
1584 last found group and restarting search at that index.
1585 * elf-bfd.h (struct elf_obj_tdata): Add group_search_offset field.
1586
1587 2018-01-12 Gunther Nikl <gnikl@users.sourceforge.net>
1588
1589 * aoutx.h (aout_link_check_ar_symbols): Remove default and handle
1590 bfd_link_common_skip_none in switch.
1591
1592 2018-01-12 Alan Modra <amodra@gmail.com>
1593
1594 PR ld/22649
1595 * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Ignore dynamic
1596 references on forced local symbols.
1597
1598 2018-01-12 Vlad Ivanov <vlad@ivanov.email>
1599
1600 * elfxx-mips.c (_bfd_mips_elf_final_link): Notify user when
1601 .reginfo section has wrong size.
1602
1603 2018-01-11 H.J. Lu <hongjiu.lu@intel.com>
1604
1605 PR ld/22393
1606 * elf.c (_bfd_elf_map_sections_to_segments): When generating
1607 separate code and read-only data LOAD segments, create a new
1608 LOAD segment if the previous section contains text and the
1609 current section doesn't or vice versa. Don't put a writable
1610 section in a read-only segment if there is a RELRO segment.
1611
1612 2018-01-11 H.J. Lu <hongjiu.lu@intel.com>
1613
1614 PR ld/22649
1615 * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Ignore dynamic
1616 references on forced local symbols.
1617
1618 2018-01-11 H.J. Lu <hongjiu.lu@intel.com>
1619
1620 PR ld/22677
1621 * elflink.c (bfd_elf_gc_sections): Keep all PREINIT_ARRAY,
1622 INIT_ARRAY as well as FINI_ARRAY sections for ld -r --gc-section.
1623
1624 2018-01-09 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1625
1626 PR 22662
1627 * elf32-nds32.c (nds32_elf_relax_loadstore): Fix a typographical error.
1628
1629 2018-01-03 John Baldwin <jhb@FreeBSD.org>
1630
1631 * elf.c (elfcore_grok_freebsd_note): Handle
1632 NT_FREEBSD_PROCSTAT_PROC, NT_FREEBSD_PROCSTAT_FILES, and
1633 NT_FREEBSD_PROCSTAT_VMMAP.
1634
1635 2018-01-03 Alan Modra <amodra@gmail.com>
1636
1637 Update year range in copyright notice of all files.
1638
1639 For older changes see ChangeLog-2017
1640 \f
1641 Copyright (C) 2018 Free Software Foundation, Inc.
1642
1643 Copying and distribution of this file, with or without modification,
1644 are permitted in any medium without royalty provided the copyright
1645 notice and this notice are preserved.
1646
1647 Local Variables:
1648 mode: change-log
1649 left-margin: 8
1650 fill-column: 74
1651 version-control: never
1652 End:
This page took 0.083048 seconds and 5 git commands to generate.