elf_backend_dtrel_excludes_plt
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
64f52338
AM
12016-11-23 Alan Modra <amodra@gmail.com>
2
3 * elf-bfd.h (struct elf_backend_data): Add dtrel_excludes_plt.
4 * elfxx-target.h (elf_backend_dtrel_excludes_plt): Define.
5 (elfNN_bed): Init new field.
6 * elflink.c (bfd_elf_final_link): Add and use htab variable. Handle
7 dtrel_excludes_plt.
8 * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_sections): Delete
9 DT_RELASZ code.
10 (elf_backend_dtrel_excludes_plt): Define.
11 * elf32-arc.c (elf_arc_finish_dynamic_sections): Delete DT_RELASZ code.
12 (elf_backend_dtrel_excludes_plt): Define.
13 * elf32-arm.c (elf32_arm_finish_dynamic_sections): Delete code
14 subtracting off plt relocs from DT_RELSZ, DT_RELASZ.
15 (elf_backend_dtrel_excludes_plt): Define.
16 * elf32-cr16.c (_bfd_cr16_elf_finish_dynamic_sections): Delete
17 DT_RELASZ code.
18 (elf_backend_dtrel_excludes_plt): Define.
19 * elf32-cris.c (elf_cris_finish_dynamic_sections): Delete DT_RELASZ
20 code.
21 (elf_backend_dtrel_excludes_plt): Define.
22 * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Delete DT_RELASZ
23 and DT_RELA code.
24 (elf_backend_dtrel_excludes_plt): Define.
25 * elf32-i386.c (elf_i386_finish_dynamic_sections): Delete DT_RELSZ
26 and DT_REL code.
27 (elf_backend_dtrel_excludes_plt): Define.
28 * elf32-lm32.c (lm32_elf_finish_dynamic_sections): Delete DT_RELASZ
29 code.
30 (elf_backend_dtrel_excludes_plt): Define.
31 * elf32-m32r.c (m32r_elf_finish_dynamic_sections): Delete DT_RELASZ
32 code.
33 (elf_backend_dtrel_excludes_plt): Define.
34 * elf32-m68k.c (elf_m68k_finish_dynamic_sections): Delete DT_RELASZ
35 code.
36 (elf_backend_dtrel_excludes_plt): Define.
37 * elf32-metag.c (elf_metag_finish_dynamic_sections): Delete DT_RELASZ
38 and DT_RELA code.
39 (elf_backend_dtrel_excludes_plt): Define.
40 * elf32-microblaze.c (microblaze_elf_finish_dynamic_sections): Delete
41 DT_RELASZ and DT_RELA code. Use ELF htab shortcuts for other
42 dynamic sections.
43 (elf_backend_dtrel_excludes_plt): Define.
44 * elf32-mips.c (elf_backend_dtrel_excludes_plt): Define.
45 * elf32-nds32.c (nds32_elf_finish_dynamic_sections): Delete DT_RELASZ
46 code.
47 (elf_backend_dtrel_excludes_plt): Define.
48 * elf32-nios2.c (nios2_elf32_finish_dynamic_sections): Delete DT_RELASZ
49 code.
50 (elf_backend_dtrel_excludes_plt): Define.
51 * elf32-or1k.c (or1k_elf_finish_dynamic_sections): Delete DT_RELASZ
52 code.
53 (elf_backend_dtrel_excludes_plt): Define.
54 * elf32-ppc.c (ppc_elf_finish_dynamic_sections): Delete DT_RELASZ
55 code.
56 (elf_backend_dtrel_excludes_plt): Define.
57 * elf32-sh.c (sh_elf_finish_dynamic_sections): Delete DT_RELASZ
58 code.
59 (elf_backend_dtrel_excludes_plt): Define.
60 * elf32-sparc.c (elf_backend_dtrel_excludes_plt): Define.
61 * elf32-vax.c (elf_vax_finish_dynamic_sections): Delete DT_RELASZ
62 code.
63 (elf_backend_dtrel_excludes_plt): Define.
64 * elf32-xtensa.c (elf_xtensa_finish_dynamic_sections): Delete DT_RELASZ
65 code.
66 (elf_backend_dtrel_excludes_plt): Define.
67 * elf64-alpha.c (elf64_alpha_finish_dynamic_sections): Delete DT_RELASZ
68 code.
69 (elf_backend_dtrel_excludes_plt): Define.
70 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Delete DT_RELASZ
71 and DT_RELA code.
72 (elf_backend_dtrel_excludes_plt): Define.
73 * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Delete DT_RELASZ
74 code.
75 (elf_backend_dtrel_excludes_plt): Define.
76 * elf64-x86-64.c (elf_x86_64_finish_dynamic_sections): Delete DT_RELASZ
77 code.
78 (elf_backend_dtrel_excludes_plt): Define.
79 * elfnn-aarch64.c (elfNN_aarch64_finish_dynamic_sections): Delete
80 DT_RELASZ code.
81 (elf_backend_dtrel_excludes_plt): Define.
82 * elfnn-ia64.c (elfNN_ia64_finish_dynamic_sections): Delete DT_RELASZ
83 code.
84 (elf_backend_dtrel_excludes_plt): Define.
85 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_sections): Delete
86 DT_RELASZ code.
87 * elfxx-sparc.c (sparc_finish_dyn): Delete DT_RELASZ code.
88
ce558b89
AM
892016-11-23 Alan Modra <amodra@gmail.com>
90
91 * elf-m10300.c (mn10300_elf_check_relocs): Use elf htab shortcuts
92 to dynamic sections.
93 (mn10300_elf_final_link_relocate): Likewise.
94 (_bfd_mn10300_elf_adjust_dynamic_symbol): Likewise.
95 (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
96 (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
97 (_bfd_mn10300_elf_finish_dynamic_sections): Likewise.
98 * elf32-bfin.c (bfin_check_relocs): Likewise.
99 (bfin_relocate_section): Likewise.
100 (bfin_gc_sweep_hook): Likewise.
101 (struct bfinfdpic_elf_link_hash_table): Delete sgot, sgotrel, splt
102 and spltrel.
103 (bfinfdpic_got_section, bfinfdpic_gotrel_section,
104 bfinfdpic_plt_section, bfinfdpic_pltrel_section): Define using elf
105 shortcut sections.
106 (_bfin_create_got_section): Use elf htab shortcuts to dyn sections.
107 Delete dead code.
108 (bfin_finish_dynamic_symbol): Use elf htab shortcuts to dyn sections.
109 (bfin_size_dynamic_sections): Likewise.
110 * elf32-cr16.c (_bfd_cr16_elf_create_got_section): Likewise.
111 (cr16_elf_check_relocs): Likewise.
112 (cr16_elf_final_link_relocate): Likewise.
113 (_bfd_cr16_elf_create_dynamic_sections): Likewise.
114 (_bfd_cr16_elf_adjust_dynamic_symbol): Likewise.
115 (_bfd_cr16_elf_size_dynamic_sections): Likewise.
116 (_bfd_cr16_elf_finish_dynamic_symbol): Likewise.
117 (_bfd_cr16_elf_finish_dynamic_sections): Likewise.
118 * elf32-cris.c (cris_elf_relocate_section): Likewise.
119 (elf_cris_finish_dynamic_symbol): Likewise.
120 (elf_cris_finish_dynamic_sections): Likewise.
121 (cris_elf_gc_sweep_hook): Likewise.
122 (elf_cris_adjust_gotplt_to_got): Likewise.
123 (elf_cris_adjust_dynamic_symbol): Likewise.
124 (cris_elf_check_relocs): Likewise. Delete dead code.
125 (elf_cris_size_dynamic_sections): Use elf htab shortcuts to dynamic
126 sections.
127 (elf_cris_discard_excess_program_dynamics): Likewise.
128 * elf32-frv.c (struct frvfdpic_elf_link_hash_table): Delete sgot,
129 sgotrel, splt and spltrel.
130 (frvfdpic_got_section, frvfdpic_gotrel_section,
131 frvfdpic_plt_section, frvfdpic_pltrel_section): Define using elf
132 shortcut sections.
133 (_frv_create_got_section): Likewise.
134 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Delete sgot,
135 srelgot, splt and srelplt.
136 (hppa_build_one_stub): Use elf htab shortcuts to dynamic sections.
137 (elf32_hppa_create_dynamic_sections): Likewise.
138 (elf32_hppa_check_relocs): Likewise.
139 (allocate_plt_static): Likewise.
140 (allocate_dynrelocs): Likewise.
141 (elf32_hppa_size_dynamic_sections): Likewise.
142 (elf32_hppa_relocate_section): Likewise.
143 (elf32_hppa_finish_dynamic_symbol): Likewise.
144 (elf32_hppa_finish_dynamic_sections): Likewise.
145 * elf32-i370.c (i370_elf_finish_dynamic_sections): Likewise.
146 * elf32-lm32.c (struct elf_lm32_link_hash_table): Delete sgot,
147 sgotplt, srelgot, splt and srelplt.
148 (lm32fdpic_got_section, lm32fdpic_gotrel_section): Define using elf
149 shortcut sections.
150 (create_got_section): Delete. Use _bfd_elf_create_got_section instead.
151 (lm32_elf_relocate_section): Use elf htab shortcuts to dyn sections.
152 (lm32_elf_check_relocs): Likewise.
153 (lm32_elf_finish_dynamic_sections): Likewise.
154 (lm32_elf_finish_dynamic_symbol): Likewise.
155 (allocate_dynrelocs): Likewise.
156 (lm32_elf_size_dynamic_sections): Likewise.
157 (lm32_elf_create_dynamic_sections): Likewise.
158 * elf32-m32c.c (m32c_elf_relocate_section): Likewise.
159 (m32c_elf_check_relocs): Likewise.
160 (m32c_elf_finish_dynamic_sections): Likewise.
161 (m32c_elf_always_size_sections): Likewise.
162 * elf32-m32r.c (struct elf_m32r_link_hash_table): Delete sgot,
163 sgotplt, srelgot, splt and srelplt.
164 (create_got_section): Delete. Use _bfd_elf_create_got_section instead.
165 (m32r_elf_create_dynamic_sections): Use elf htab shortcuts to dynamic
166 sections.
167 (allocate_dynrelocs): Likewise.
168 (m32r_elf_size_dynamic_sections): Likewise.
169 (m32r_elf_relocate_section): Likewise.
170 (m32r_elf_finish_dynamic_symbol): Likewise.
171 (m32r_elf_finish_dynamic_sections): Likewise.
172 (m32r_elf_check_relocs): Likewise.
173 * elf32-m68k.c (elf_m68k_partition_multi_got): Likewise.
174 (elf_m68k_check_relocs): Likewise.
175 (elf_m68k_adjust_dynamic_symbol): Likewise.
176 (elf_m68k_size_dynamic_sections): Likewise.
177 (elf_m68k_relocate_section): Likewise.
178 (elf_m68k_finish_dynamic_symbol): Likewise.
179 (elf_m68k_finish_dynamic_sections): Likewise.
180 * elf32-metag.c (struct elf_metag_link_hash_table): Delete sgot,
181 sgotplt, srelgot, splt and srelplt.
182 (elf_metag_relocate_section): Use elf htab shortcuts to dynamic
183 sections.
184 (elf_metag_create_dynamic_sections): Likewise. Allocate got header
185 here in .got.
186 (elf_metag_check_relocs): Use elf htab shortcuts to dynamic sections.
187 (allocate_dynrelocs): Likewise.
188 (elf_metag_size_dynamic_sections): Likewise.
189 (elf_metag_finish_dynamic_symbol): Likewise.
190 (elf_metag_finish_dynamic_sections): Likewise.
191 (elf_metag_size_stubs): Likewise.
192 (elf_backend_got_header_size): Don't define.
193 (elf_backend_want_got_plt): Define.
194 * elf32-microblaze.c (struct elf32_mb_link_hash_table): Delete sgot,
195 sgotplt, srelgot, splt and srelpl.
196 (microblaze_elf_relocate_section): Use elf htab shortcuts to dynamic
197 sections.
198 (create_got_section): Delete. Use _bfd_elf_create_got_section instead.
199 (microblaze_elf_check_relocs): Use elf htab shortcuts to dyn sections.
200 (microblaze_elf_create_dynamic_sections): Likewise.
201 (allocate_dynrelocs): Likewise.
202 (microblaze_elf_size_dynamic_sections): Likewise.
203 (microblaze_elf_finish_dynamic_symbol): Likewise.
204 (microblaze_elf_finish_dynamic_sections): Likewise.
205 * elf32-nds32.c (nds32_elf_link_hash_table_create): Don't NULL
206 already zero fields.
207 (create_got_section): Delete. Use _bfd_elf_create_got_section instead.
208 (nds32_elf_create_dynamic_sections): Use elf htab shortcuts to dynamic
209 sections.
210 (allocate_dynrelocs): Likewise.
211 (nds32_elf_size_dynamic_sections): Likewise.
212 (nds32_elf_relocate_section): Likewise.
213 (nds32_elf_finish_dynamic_symbol): Likewise.
214 (nds32_elf_finish_dynamic_sections): Likewise.
215 (nds32_elf_check_relocs): Likewise.
216 (calculate_plt_memory_address): Likewise.
217 (calculate_got_memory_address): Likewise.
218 * elf32-nds32.h (struct elf_nds32_link_hash_table): Delete sgot,
219 sgotplt, srelgot, splt and srelplt.
220 * elf32-or1k.c (struct elf_or1k_link_hash_table): Likewise.
221 (or1k_elf_relocate_section): Use elf htab shortcuts to dyn sections.
222 (create_got_section): Delete. Use _bfd_elf_create_got_section instead.
223 (or1k_elf_check_relocs): Use elf htab shortcuts to dynamic sections.
224 (or1k_elf_finish_dynamic_sections): Likewise.
225 (or1k_elf_finish_dynamic_symbol): Likewise.
226 (allocate_dynrelocs): Likewise.
227 (or1k_elf_size_dynamic_sections): Likewise.
228 (or1k_elf_create_dynamic_sections): Likewise.
229 * elf32-ppc.c (struct ppc_elf_link_hash_table): Delete got, relgot,
230 plt, relplt, iplt, reliplt and sgotplt.
231 (ppc_elf_create_got): Use elf htab shortcuts to dynamic sections.
232 (ppc_elf_create_glink): Likewise.
233 (ppc_elf_create_dynamic_sections): Likewise.
234 (ppc_elf_check_relocs): Likewise.
235 (ppc_elf_select_plt_layout): Likewise.
236 (ppc_elf_tls_setup): Likewise.
237 (allocate_got): Likewise.
238 (allocate_dynrelocs): Likewise.
239 (ppc_elf_size_dynamic_sections): Likewise.
240 (ppc_elf_relax_section): Likewise.
241 (ppc_elf_relocate_section): Likewise.
242 (ppc_elf_finish_dynamic_symbol): Likewise.
243 (ppc_elf_reloc_type_class): Likewise.
244 (ppc_elf_finish_dynamic_sections): Likewise.
245 * elf32-rl78.c (rl78_elf_relocate_section): Likewise.
246 (rl78_elf_check_relocs): Likewise.
247 (rl78_elf_finish_dynamic_sections): Likewise.
248 (rl78_elf_always_size_sections): Likewise.
249 * elf32-s390.c (create_got_section): Delete.
250 (elf_s390_create_dynamic_sections): Use _bfd_elf_create_got_section.
251 (elf_s390_check_relocs): Likewise.
252 * elf32-score.c (score_elf_create_got_section): Set elf shortcuts.
253 (s3_bfd_score_elf_finish_dynamic_sections): Use elf shortcuts.
254 * elf32-score7.c (score_elf_create_got_section): As above.
255 (s7_bfd_score_elf_finish_dynamic_sections): As above.
256 * elf32-sh.c (struct elf_sh_link_hash_table): Delete sgot,
257 sgotplt, srelgot, splt and srelplt.
258 (create_got_section): Don't set them.
259 (sh_elf_create_dynamic_sections): Use elf htab shortcuts to dynamic
260 sections.
261 (allocate_dynrelocs): Likewise.
262 (sh_elf_size_dynamic_sections): Likewise.
263 (sh_elf_add_rofixup): Likewise.
264 (sh_elf_relocate_section): Likewise.
265 (sh_elf_check_relocs): Likewise.
266 (sh_elf_finish_dynamic_symbol): Likewise.
267 (sh_elf_finish_dynamic_sections): Likewise.
268 * elf32-tic6x.c (elf32_tic6x_finish_dynamic_symbol): Likewise.
269 * elf32-tilepro.c (tilepro_elf_create_got_section): Likewise.
270 * elf32-vax.c (elf_vax_check_relocs): Likewise.
271 (elf_vax_adjust_dynamic_symbol): Likewise.
272 (elf_vax_always_size_sections): Likewise.
273 (elf_vax_instantiate_got_entries): Likewise.
274 (elf_vax_relocate_section): Likewise.
275 (elf_vax_finish_dynamic_symbol): Likewise.
276 (elf_vax_finish_dynamic_sections): Likewise.
277 * elf32-xstormy16.c (xstormy16_elf_check_relocs): Likewise.
278 (xstormy16_elf_always_size_sections): Likewise.
279 (xstormy16_elf_relocate_section): Likewise.
280 (xstormy16_elf_finish_dynamic_sections): Likewise.
281 * elf32-xtensa.c (struct elf_xtensa_link_hash_table): Delete sgot,
282 sgotplt, srelgot, splt and srelplt.
283 (elf_xtensa_create_dynamic_sections): Use elf htab shortcuts to
284 dynamic sections.
285 (elf_xtensa_allocate_dynrelocs): Likewise.
286 (elf_xtensa_allocate_local_got_size): Likewise.
287 (elf_xtensa_size_dynamic_sections): Likewise.
288 (elf_xtensa_relocate_section): Likewise.
289 (elf_xtensa_finish_dynamic_sections): Likewise.
290 (shrink_dynamic_reloc_sections): Likewise.
291 (elf_xtensa_get_plt_section): Likewise.
292 (elf_xtensa_get_gotplt_section): Likewise.
293 (xtensa_callback_required_dependence): Likewise.
294 * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Set elf htab
295 shortcuts to dynamic sections.
296 (elf64_alpha_adjust_dynamic_symbol): Use elf htab shortcuts to
297 dynamic sections.
298 (elf64_alpha_size_plt_section): Likewise.
299 (elf64_alpha_size_rela_got_1): Likewise.
300 (elf64_alpha_size_rela_got_section): Likewise.
301 (elf64_alpha_relocate_section): Likewise.
302 (elf64_alpha_finish_dynamic_symbol): Likewise.
303 (elf64_alpha_finish_dynamic_sections): Likewise.
304 * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
305 * elf64-s390.c (create_got_section): Delete.
306 (elf_s390_create_dynamic_sections): Use _bfd_elf_create_got_section.
307 (elf_s390_check_relocs): Likewise.
308 * elf64-sh64.c (sh_elf64_relocate_section): Use elf htab shortcuts to
309 dynamic sections.
310 (sh_elf64_check_relocs): Likewise.
311 (sh64_elf64_adjust_dynamic_symbol): Likewise.
312 (sh64_elf64_size_dynamic_sections): Likewise.
313 (sh64_elf64_finish_dynamic_symbol): Likewise.
314 (sh64_elf64_finish_dynamic_sections): Likewise.
315 * elflink.c (_bfd_elf_create_got_section): Likewise.
316 * elfnn-aarch64.c (aarch64_elf_create_got_section): Likewise.
317 * elfnn-ia64.c (elfNN_ia64_size_dynamic_sections): Likewise.
318 (elfNN_ia64_finish_dynamic_sections): Likewise.
319 * elfnn-riscv.c (riscv_elf_create_got_section): Likewise.
320 * elfxx-mips.c (struct mips_elf_link_hash_table): Delete srellt,
321 sgotplt, splt and sgot.
322 (mips_elf_initialize_tls_slots): Use elf htab shortcuts to dynamic
323 sections.
324 (mips_elf_gotplt_index): Likewise.
325 (mips_elf_primary_global_got_index): Likewise.
326 (mips_elf_global_got_index): Likewise.
327 (mips_elf_got_offset_from_index): Likewise.
328 (mips_elf_create_local_got_entry): Likewise.
329 (mips_elf_create_got_section): Likewise.
330 (mips_elf_calculate_relocation): Likewise.
331 (_bfd_mips_elf_create_dynamic_sections): Likewise.
332 (_bfd_mips_elf_adjust_dynamic_symbol): Likewise.
333 (mips_elf_lay_out_got): Likewise.
334 (mips_elf_set_plt_sym_value): Likewise.
335 (_bfd_mips_elf_size_dynamic_sections): Likewise.
336 (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
337 (_bfd_mips_vxworks_finish_dynamic_symbol): Likewise.
338 (mips_finish_exec_plt): Likewise.
339 (mips_vxworks_finish_exec_plt): Likewise.
340 (mips_vxworks_finish_shared_plt): Likewise.
341 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
342 * elfxx-sparc.c (sparc_finish_dyn): Likewise.
343 * elfxx-tilegx.c (tilegx_elf_create_got_section): Likewise.
344
3ae0486c
AM
3452016-11-23 Alan Modra <amodra@gmail.com>
346
347 * po/BLD-POTFILES.in: Regenerate.
348 * po/SRC-POTFILES.in: Regenerate.
349
96fe4562
AM
3502016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
351
352 * warning.m4: Fix spelling in comments.
353 * configure.ac: Fix spelling in comments.
354 * configure: Regenerate.
355
08dc996f
AM
3562016-11-22 Alan Modra <amodra@gmail.com>
357
358 PR 20744
359 * elf32-ppc.h (struct ppc_elf_params): Add vle_reloc_fixup field.
360 * elf32-ppc.c: Include opcode/ppc.h.
361 (ppc_elf_howto_raw): Correct dst_mask for R_PPC_VLE_LO16A,
362 R_PPC_VLE_LO16D, R_PPC_VLE_HI16A, R_PPC_VLE_HI16D, R_PPC_VLE_HA16A,
363 R_PPC_VLE_HA16D, R_PPC_VLE_SDAREL_LO16A, R_PPC_VLE_SDAREL_LO16D,
364 R_PPC_VLE_SDAREL_HI16A, R_PPC_VLE_SDAREL_HI16D,
365 R_PPC_VLE_SDAREL_HA16A, and R_PPC_VLE_SDAREL_HA16D relocs.
366 (ppc_elf_link_hash_table_create): Update default_params init.
367 (ppc_elf_vle_split16): Correct shift and mask. Add params.
368 Report or fix insn/reloc mismatches.
369 (ppc_elf_relocate_section): Pass input_section, offset and fixup
370 to ppc_elf_vle_split16.
371
95f0d0d2
AM
3722016-11-22 Alan Modra <amodra@gmail.com>
373
374 * elf32-ppc.c (ppc64_elf_relocate_section): Calculate d_offset for
375 input_bfd. Replace occurrences of output_bfd as bfd_get_32 and
376 bfd_put_32 param with input_bfd.
377 * elf32-ppc.c (ppc_elf_relocate_section): Likewise. Also
378 ppc_elf_vle_split16 param.
379 (ppc_elf_vle_split16): Rename output_bfd param to input_bfd.
380
b6ddcd85
MR
3812016-11-21 Maciej W. Rozycki <macro@imgtec.com>
382
383 * dwarf2.c (build_line_info_table): Rename `index' local
384 variable to `line_index'.
385 (build_lookup_funcinfo_table): Rename `index' local variable to
386 `func_index'.
387
0fc9967d
JM
3882016-11-19 Jose E. Marchesi <jose.marchesi@oracle.com>
389
390 * elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Do not
391 apply the negative GOT offset optimization in 64-bit code.
392
cc133f9f
JC
3932016-11-18 James Clarke <jrtc27@jrtc27.com>
394
395 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Don't convert
396 R_SPARC_GOTDATA_OP_HIX22 and R_SPARC_GOTDATA_OP_LOX10 to
397 R_SPARC_GOT* for non-local references. Instead, treat them like
398 R_SPARC_GOTDATA_HIX22/R_SPARC_GOTDATA_LOX10 when filling in the
399 immediate with the calculated relocation.
400
6ec49e7c
NC
4012016-11-18 Nick Clifton <nickc@redhat.com>
402
403 PR ld/20675
404 * elf32-metag.c (elf_metag_relocate_section): Replace abort with
405 an informative error message.
406
4cb771f2
SKS
4072016-11-15 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
408
409 PR ld/20789
410 * bfd/elf32-avr.c (elf32_avr_adjust_diff_reloc_value): Do signed
411 manipulation of diff value, and don't assume sym2 is less than sym1.
412 (elf32_avr_adjust_reloc_if_spans_insn): New function.
413 (elf32_avr_relax_delete_bytes): Use elf32_avr_adjust_diff_reloc_value,
414 and remove redundant did_pad.
415
416
9d734efa
L
4172016-11-14 H.J. Lu <hongjiu.lu@intel.com>
418
419 PR ld/20800
420 * elf64-x86-64.c (elf_x86_64_relocate_section): Also check
421 plt_got.offset for R_X86_64_PLTOFF64.
422
63f2433d
NC
4232016-11-14 Nick Clifton <nickc@redhat.com>
424
425 * coffcode.h (coff_slurp_symbol_table): Fix typo: Faal -> Fall.
426
7103ad76
LA
4272016-11-11 Luke Allardyce <lukeallardyce@gmail.com>
428
429 PR ld/20722
430 * coffcode.h (coff_slurp_symbol_table): Accept C_HIDDEN symbols,
431 but treat them as debugging symbols.
432
ac33b731
JW
4332016-11-10 Jiong Wang <jiong.wang@arm.com>
434
435 PR target/20737
436 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Bind defined
437 symbol locally in PIE.
438
a18590c3
NC
4392016-11-10 Nick Clifton <nickc@redhat.com>
440
441 PR binutils/20801
442 * compress.c (bfd_get_full_section_contents): Provide a more
443 helpful error message when a section is too large to load.
444
3b0d929d
PA
4452016-11-08 Pedro Alves <palves@redhat.com>
446
447 * dwarf2.c (struct funcinfo) <is_linkage>: Type is bfd_boolean,
448 not "bfd boolean".
449
089e3718
IT
4502016-11-08 Igor Tsimbalist <tigor.tools@gmail.com>
451
452 * dwarf2.c (comp_unit): Add new fields 'lookup_funcinfo_table' and
453 'number_of_functions' to keep lookup table and number of entries in
454 the table.
455 (line_sequence): Add new fields 'line_info_lookup' and 'num_lines'
456 to keep lookup table and number of entries in the table.
457 (lookup_funcinfo): New structure for lookup table for function
458 references.
459 (build_line_info_table): New function to create and build the lookup
460 table for line information.
461 (lookup_address_in_line_info_table): Use the lookup table instead of
462 traverse a linked list.
463 (compare_lookup_funcinfos): New compare fuction used in sorting of
464 lookup table for function references.
465 (build_lookup_funcinfo_table): New function to create, build and
466 sort the lookup table for functions references.
467 (lookup_address_in_function_table): Use the table instead of
468 traverse a linked list.
469 (_bfd_dwarf2_cleanup_debug_info): Free memory from function references
470 lookup table.
471
1b7a12f2
NC
4722016-11-04 Nick Clifton <nickc@redhat.com>
473
474 * targets.c (bfd_target_vector): Only add riscv_elf32_vec target
475 when supporting 64-bit BFD targets.
476
034b77cf
TG
4772016-11-03 Tristan Gingold <gingold@adacore.com>
478
479 * config.bfd: Deprecate many old triplets.
480
225b362d
NC
4812016-11-03 Nick Clifton <nickc@redhat.com>
482
483 * po/da.po: Updated Danish translation.
484
af955fe6
MR
4852016-11-01 Maciej W. Rozycki <macro@imgtec.com>
486
487 * reloc.c (bfd_default_reloc_type_lookup) <BFD_RELOC_CTOR>: Do
488 not fall through to the default case.
489
e23eba97
NC
4902016-11-01 Palmer Dabbelt <palmer@dabbelt.com>
491 Andrew Waterman <andrew@sifive.com>
492
493 Add support for RISC-V architecture.
494 * Makefile.am: Add entries for riscv32-elf and riscv64-elf.
495 * config.bdf: Likewise.
496 * configure.ac: Likewise.
497 * Makefile.in: Regenerate.
498 * configure: Regenerate.
499 * archures.c: Add bfd_riscv_arch.
500 * reloc.c: Add riscv relocs.
501 * targets.c: Add riscv_elf32_vec and riscv_elf64_vec.
502 * bfd-in2.h: Regenerate.
503 * libbfd.h: Regenerate.
504 * elf-bfd.h: Add RISCV_ELF_DATA to enum elf_target_id.
505 * elfnn-riscv.c: New file.
506 * elfxx-riscv.c: New file.
507 * elfxx-riscv.h: New file.
508
c646b02f
AM
5092016-10-31 Alan Modra <amodra@gmail.com>
510
511 PR 20748
512 * elf32-microblaze.c (microblaze_elf_finish_dynamic_sections): Revert
513 2016-05-13 change.
514
bb65a718
AB
5152016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
516
517 * cpu-arc.c (arc_get_mach): Delete.
518
a18a2a34
MR
5192016-10-25 Maciej W. Rozycki <macro@imgtec.com>
520
521 * elfxx-mips.c (STUB_JALR): Correct description.
522
789b4e00
NC
5232016-10-20 Nick Clifton <nickc@redhat.com>
524
525 * po/gas.pot: Regenerate.
526
695344c0
NC
5272016-10-19 Nick Clifton <nickc@redhat.com>
528
529 * aout-adobe.c: Add missing c-format tags for translatable strings.
530 * aout-cris.c: Likewise.
531 * aoutx.h: Likewise.
532 * bfd.c: Likewise.
533 * binary.c: Likewise.
534 * cache.c: Likewise.
535 * coff-alpha.c: Likewise.
536 * coff-arm.c: Likewise.
537 * coff-i860.c: Likewise.
538 * coff-mcore.c: Likewise.
539 * coff-ppc.c: Likewise.
540 * coff-rs6000.c: Likewise.
541 * coff-sh.c: Likewise.
542 * coff-tic4x.c: Likewise.
543 * coff-tic54x.c: Likewise.
544 * coff-tic80.c: Likewise.
545 * coff64-rs6000.c: Likewise.
546 * coffcode.h: Likewise.
547 * coffgen.c: Likewise.
548 * cofflink.c: Likewise.
549 * coffswap.h: Likewise.
550 * cpu-arm.c: Likewise.
551 * dwarf2.c: Likewise.
552 * ecoff.c: Likewise.
553 * elf-attrs.c: Likewise.
554 * elf-eh-frame.c: Likewise.
555 * elf-ifunc.c: Likewise.
556 * elf-m10300.c: Likewise.
557 * elf-s390-common.c: Likewise.
558 * elf.c: Likewise.
559 * elf32-arc.c: Likewise.
560 * elf32-arm.c: Likewise.
561 * elf32-avr.c: Likewise.
562 * elf32-bfin.c: Likewise.
563 * elf32-cr16.c: Likewise.
564 * elf32-cr16c.c: Likewise.
565 * elf32-cris.c: Likewise.
566 * elf32-crx.c: Likewise.
567 * elf32-d10v.c: Likewise.
568 * elf32-d30v.c: Likewise.
569 * elf32-epiphany.c: Likewise.
570 * elf32-fr30.c: Likewise.
571 * elf32-frv.c: Likewise.
572 * elf32-gen.c: Likewise.
573 * elf32-hppa.c: Likewise.
574 * elf32-i370.c: Likewise.
575 * elf32-i386.c: Likewise.
576 * elf32-i960.c: Likewise.
577 * elf32-ip2k.c: Likewise.
578 * elf32-iq2000.c: Likewise.
579 * elf32-lm32.c: Likewise.
580 * elf32-m32c.c: Likewise.
581 * elf32-m32r.c: Likewise.
582 * elf32-m68hc11.c: Likewise.
583 * elf32-m68hc12.c: Likewise.
584 * elf32-m68hc1x.c: Likewise.
585 * elf32-m68k.c: Likewise.
586 * elf32-mcore.c: Likewise.
587 * elf32-mep.c: Likewise.
588 * elf32-metag.c: Likewise.
589 * elf32-microblaze.c: Likewise.
590 * elf32-moxie.c: Likewise.
591 * elf32-msp430.c: Likewise.
592 * elf32-mt.c: Likewise.
593 * elf32-nds32.c: Likewise.
594 * elf32-nios2.c: Likewise.
595 * elf32-or1k.c: Likewise.
596 * elf32-pj.c: Likewise.
597 * elf32-ppc.c: Likewise.
598 * elf32-rl78.c: Likewise.
599 * elf32-rx.c: Likewise.
600 * elf32-s390.c: Likewise.
601 * elf32-score.c: Likewise.
602 * elf32-score7.c: Likewise.
603 * elf32-sh-symbian.c: Likewise.
604 * elf32-sh.c: Likewise.
605 * elf32-sh64.c: Likewise.
606 * elf32-spu.c: Likewise.
607 * elf32-tic6x.c: Likewise.
608 * elf32-tilepro.c: Likewise.
609 * elf32-v850.c: Likewise.
610 * elf32-vax.c: Likewise.
611 * elf32-visium.c: Likewise.
612 * elf32-xgate.c: Likewise.
613 * elf32-xtensa.c: Likewise.
614 * elf64-alpha.c: Likewise.
615 * elf64-gen.c: Likewise.
616 * elf64-hppa.c: Likewise.
617 * elf64-ia64-vms.c: Likewise.
618 * elf64-mmix.c: Likewise.
619 * elf64-ppc.c: Likewise.
620 * elf64-s390.c: Likewise.
621 * elf64-sh64.c: Likewise.
622 * elf64-sparc.c: Likewise.
623 * elf64-x86-64.c: Likewise.
624 * elfcode.h: Likewise.
625 * elfcore.h: Likewise.
626 * elflink.c: Likewise.
627 * elfnn-aarch64.c: Likewise.
628 * elfnn-ia64.c: Likewise.
629 * elfxx-mips.c: Likewise.
630 * elfxx-sparc.c: Likewise.
631 * elfxx-tilegx.c: Likewise.
632 * ieee.c: Likewise.
633 * ihex.c: Likewise.
634 * libbfd.c: Likewise.
635 * linker.c: Likewise.
636 * m68klinux.c: Likewise.
637 * mach-o.c: Likewise.
638 * merge.c: Likewise.
639 * mmo.c: Likewise.
640 * oasys.c: Likewise.
641 * pdp11.c: Likewise.
642 * pe-mips.c: Likewise.
643 * peXXigen.c: Likewise.
644 * pei-x86_64.c: Likewise.
645 * peicode.h: Likewise.
646 * ppcboot.c: Likewise.
647 * reloc.c: Likewise.
648 * sparclinux.c: Likewise.
649 * srec.c: Likewise.
650 * stabs.c: Likewise.
651 * vms-alpha.c: Likewise.
652 * vms-lib.c: Likewise.
653 * xcofflink.c: Likewise.
654
b928b56e
NC
6552016-10-18 Nick Clifton <nickc@redhat.com>
656
657 * po/da.po: Updated Danish translation.
658
61034b0b
MR
6592016-10-18 Maciej W. Rozycki <macro@imgtec.com>
660
661 * elf32-nds32.c (nds32_elf_check_relocs): Avoid aliasing warning
662 from GCC.
663
c48182bf
MR
6642016-10-18 Maciej W. Rozycki <macro@imgtec.com>
665
666 * elf32-arm.c (elf32_arm_update_relocs): Rename `index' local
667 variable to `reloc_index'.
668
4d483590
AM
6692016-10-12 Alan Modra <amodra@gmail.com>
670
671 * section.c (BFD_FAKE_SECTION): Reorder parameters. Formatting.
672 (STD_SECTION): Adjust to suit.
673 * elf.c (_bfd_elf_large_com_section): Likewise.
674 * bfd-in2.h: Regenerate.
675
f02cb058
AM
6762016-10-11 Alan Modra <amodra@gmail.com>
677
678 * elf64-x86-64.c (elf_x86_64_convert_load_reloc): Handle symbols
679 defined temporarily with bfd_und_section.
680 * elflink.c (_bfd_elf_gc_keep): Don't set SEC_KEEP for bfd_und_section.
681 * elfxx-mips.c (mips_elf_local_pic_function_p): Exclude defined
682 symbols with bfd_und_section.
683
50e03d47
AM
6842016-10-07 Alan Modra <amodra@gmail.com>
685
686 * targets.c (bfd_target <_bfd_merge_private_bfd_data>): Replace
687 obfd param with struct bfd_link_info param. Update all callers.
688 * linker.c (bfd_merge_private_bfd_data): Likewise.
689 (_bfd_generic_verify_endian_match): Likewise.
690 * aoutf1.h (sunos_merge_private_bfd_data): Likewise.
691 * coff-arm.c (coff_arm_merge_private_bfd_data): Likewise.
692 * elf-attrs.c (_bfd_elf_merge_object_attributes): Likewise.
693 * elf-bfd.h (_bfd_elf_ppc_merge_fp_attributes): Likewise.
694 (_bfd_elf_merge_object_attributes): Likewise.
695 * elf-m10300.c (_bfd_mn10300_elf_merge_private_bfd_data): Likewise.
696 * elf-s390-common.c (elf_s390_merge_obj_attributes): Likewise.
697 * elf32-arc.c (arc_elf_merge_private_bfd_data): Likewise.
698 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Likewise.
699 (elf32_arm_merge_private_bfd_data): Likewise.
700 * elf32-bfin.c (elf32_bfin_merge_private_bfd_data): Likewise.
701 * elf32-cr16.c (_bfd_cr16_elf_merge_private_bfd_data): Likewise.
702 * elf32-cris.c (cris_elf_merge_private_bfd_data): Likewise.
703 * elf32-frv.c (frv_elf_merge_private_bfd_data): Likewise.
704 * elf32-h8300.c (elf32_h8_merge_private_bfd_data): Likewise.
705 * elf32-i370.c (i370_elf_merge_private_bfd_data): Likewise.
706 * elf32-iq2000.c (iq2000_elf_merge_private_bfd_data): Likewise.
707 * elf32-m32c.c (m32c_elf_merge_private_bfd_data): Likewise.
708 * elf32-m32r.c (m32r_elf_merge_private_bfd_data): Likewise.
709 * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Likewise.
710 * elf32-m68hc1x.h (_bfd_m68hc11_elf_merge_private_bfd_data): Likewise.
711 * elf32-m68k.c (elf32_m68k_merge_private_bfd_data): Likewise.
712 * elf32-mcore.c (mcore_elf_merge_private_bfd_data): Likewise.
713 * elf32-mep.c (mep_elf_merge_private_bfd_data): Likewise.
714 * elf32-msp430.c (elf32_msp430_merge_mspabi_attributes): Likewise.
715 (elf32_msp430_merge_private_bfd_data): Likewise.
716 * elf32-mt.c (mt_elf_merge_private_bfd_data): Likewise.
717 * elf32-nds32.c (nds32_elf_merge_private_bfd_data): Likewise.
718 * elf32-nios2.c (nios2_elf32_merge_private_bfd_data): Likewise.
719 * elf32-or1k.c (elf32_or1k_merge_private_bfd_data): Likewise.
720 * elf32-ppc.c (_bfd_elf_ppc_merge_fp_attributes): Likewise.
721 (ppc_elf_merge_obj_attributes): Likewise.
722 (ppc_elf_merge_private_bfd_data): Likewise.
723 * elf32-rl78.c (rl78_elf_merge_private_bfd_data): Likewise.
724 * elf32-rx.c (rx_elf_merge_private_bfd_data): Likewise.
725 * elf32-s390.c (elf32_s390_merge_private_bfd_data): Likewise.
726 * elf32-score.c (s3_elf32_score_merge_private_bfd_data): Likewise.
727 (elf32_score_merge_private_bfd_data): Likewise.
728 * elf32-score.h (s7_elf32_score_merge_private_bfd_data): Likewise.
729 * elf32-score7.c (s7_elf32_score_merge_private_bfd_data): Likewise.
730 * elf32-sh.c (sh_merge_bfd_arch, sh_elf_merge_private_data): Likewise.
731 * elf32-sh64.c (sh64_elf_merge_private_data): Likewise.
732 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Likewise.
733 * elf32-tic6x.c (elf32_tic6x_merge_attributes): Likewise.
734 (elf32_tic6x_merge_private_bfd_data): Likewise.
735 * elf32-v850.c (v850_elf_merge_private_bfd_data): Likewise.
736 * elf32-vax.c (elf32_vax_merge_private_bfd_data): Likewise.
737 * elf32-visium.c (visium_elf_merge_private_bfd_data): Likewise.
738 * elf32-xtensa.c (elf_xtensa_merge_private_bfd_data): Likewise.
739 * elf64-ia64-vms.c (elf64_ia64_merge_private_bfd_data): Likewise.
740 * elf64-ppc.c (ppc64_elf_merge_private_bfd_data): Likewise.
741 * elf64-s390.c (elf64_s390_merge_private_bfd_data): Likewise.
742 * elf64-sh64.c (sh_elf64_merge_private_data): Likewise.
743 * elf64-sparc.c (elf64_sparc_merge_private_bfd_data): Likewise.
744 * elfnn-aarch64.c (elfNN_aarch64_merge_private_bfd_data): Likewise.
745 * elfnn-ia64.c (elfNN_ia64_merge_private_bfd_data): Likewise.
746 * elfxx-mips.c (mips_elf_merge_obj_e_flags): Likewise.
747 (mips_elf_merge_obj_attributes): Likewise.
748 (_bfd_mips_elf_merge_private_bfd_data): Likewise.
749 * elfxx-mips.h (_bfd_mips_elf_merge_private_bfd_data): Likewise.
750 * elfxx-sparc.c (_bfd_sparc_elf_merge_private_bfd_data): Likewise.
751 * elfxx-sparc.h (_bfd_sparc_elf_merge_private_bfd_data): Likewise.
752 * elfxx-target.h (bfd_elfNN_bfd_merge_private_bfd_data): Likewise.
753 * elfxx-tilegx.c (_bfd_tilegx_elf_merge_private_bfd_data): Likewise.
754 * elfxx-tilegx.h (_bfd_tilegx_elf_merge_private_bfd_data): Likewise.
755 * libbfd-in.h (_bfd_generic_bfd_merge_private_bfd_data): Likewise.
756 * bfd-in2.h: Regenerate.
757 * libbfd.h: Regenerate.
758
1047201f
AM
7592016-10-07 Alan Modra <amodra@gmail.com>
760
761 * Makefile.am (LIBBFD_H_FILES): Update.
762 * doc/Makefile.am (LIBBFD_H_DEP): Likewise.
763 * cpu-sh.c (sh_merge_bfd_arch): Move to..
764 * elf32-sh.c: ..here, and make static.
765 * elf32-arc.c (arc_elf_merge_private_bfd_data): Delete extraneous
766 error.
767 * elf32-cris.c (cris_elf_merge_private_bfd_data): Don't call
768 _bfd_generic_verify_endian_match.
769 * elf32-microblaze.c (microblaze_elf_merge_private_bfd_data): Delete.
770 (bfd_elf32_bfd_merge_private_bfd_data): Define as
771 _bfd_generic_verify_endian_match.
772 * elf32-mt.c (mt_elf_merge_private_bfd_data): Don't test
773 boolean == FALSE.
774 * elf32-xgate.c (_bfd_xgate_elf_merge_private_bfd_data): Delete.
775 (bfd_elf32_bfd_merge_private_bfd_data): Don't define.
776 * elf32-xgate.h (_bfd_xgate_elf_merge_private_bfd_data): Delete.
777 * libbfd-in.h (_bfd_generic_verify_endian_match): Delete.
778 * libbfd.c (_bfd_generic_verify_endian_match): Move to..
779 * linker.c: ..here, and make internal.
780 * bfd.c (bfd_merge_private_bfd_data): Move to..
781 * linker.c: ..here.
782 * Makefile.in: Regenerate.
783 * doc/Makefile.in: Regenerate.
784 * bfd-in2.h: Regenerate.
785 * libbfd.h: Regenerate.
786
1a0670f3
AM
7872016-10-06 Alan Modra <amodra@gmail.com>
788
789 * coff-h8300.c: Spell fall through comments consistently.
790 * coffgen.c: Likewise.
791 * elf32-hppa.c: Likewise.
792 * elf32-ppc.c: Likewise.
793 * elf32-score.c: Likewise.
794 * elf32-score7.c: Likewise.
795 * elf64-ppc.c: Likewise.
796 * elfxx-aarch64.c: Likewise.
797 * elfxx-mips.c: Likewise.
798 * cpu-ns32k.c: Add missing fall through comments.
799 * elf-m10300.c: Likewise.
800 * elf32-arm.c: Likewise.
801 * elf32-avr.c: Likewise.
802 * elf32-bfin.c: Likewise.
803 * elf32-frv.c: Likewise.
804 * elf32-i386.c: Likewise.
805 * elf32-microblaze.c: Likewise.
806 * elf32-nds32.c: Likewise.
807 * elf32-ppc.c: Likewise.
808 * elf32-rl78.c: Likewise.
809 * elf32-rx.c: Likewise.
810 * elf32-s390.c: Likewise.
811 * elf32-sh.c: Likewise.
812 * elf32-tic6x.c: Likewise.
813 * elf64-ia64-vms.c: Likewise.
814 * elf64-ppc.c: Likewise.
815 * elf64-s390.c: Likewise.
816 * elf64-x86-64.c: Likewise.
817 * elflink.c: Likewise.
818 * elfnn-aarch64.c: Likewise.
819 * elfnn-ia64.c: Likewise.
820 * ieee.c: Likewise.
821 * oasys.c: Likewise.
822 * pdp11.c: Likewise.
823 * srec.c: Likewise.
824 * versados.c: Likewise.
825
2b804145
AM
8262016-10-06 Alan Modra <amodra@gmail.com>
827
828 * coffcode.h (coff_slurp_symbol_table): Revert accidental commit
829 made 2015-01-08.
830 * elf32-nds32.c (nds32_elf_grok_psinfo): Add missing break.
831 * reloc.c (bfd_default_reloc_type_lookup): Add missing breaks.
832
616ec358
AM
8332016-10-06 Alan Modra <amodra@gmail.com>
834
835 * elf32-epiphany.c (epiphany_final_link_relocate): Use bitwise
836 OR in arithmetic expression, not boolean OR.
837
92c6e4fe
AM
8382016-09-30 Alan Modra <amodra@gmail.com>
839
840 * Makefile.am (BFD_H_FILES): Add linker.c and simple.c. Sort
841 as per comment at head of bfd-in2.h.
842 * Makefile.in: Regenerate.
843
4eca0228
AM
8442016-09-30 Alan Modra <amodra@gmail.com>
845
846 * aout-adobe.c: Replace (*_bfd_error_handler) (...) with
847 _bfd_error_handler (...) throughout.
848 * aout-cris.c, * aoutx.h, * archive.c, * bfd.c, * binary.c,
849 * cache.c, * coff-alpha.c, * coff-arm.c, * coff-h8300.c,
850 * coff-i860.c, * coff-mcore.c, * coff-ppc.c, * coff-rs6000.c,
851 * coff-sh.c, * coff-tic4x.c, * coff-tic54x.c, * coff-tic80.c,
852 * coff64-rs6000.c, * coffcode.h, * coffgen.c, * cofflink.c,
853 * coffswap.h, * cpu-arm.c, * cpu-m68k.c, * cpu-sh.c, * dwarf2.c,
854 * ecoff.c, * elf-eh-frame.c, * elf-m10300.c, * elf.c, * elf32-arc.c,
855 * elf32-arm.c, * elf32-avr.c, * elf32-bfin.c, * elf32-cr16.c,
856 * elf32-cris.c, * elf32-crx.c, * elf32-dlx.c, * elf32-frv.c,
857 * elf32-hppa.c, * elf32-i370.c, * elf32-i386.c, * elf32-lm32.c,
858 * elf32-m32c.c, * elf32-m32r.c, * elf32-m68hc1x.c, * elf32-m68k.c,
859 * elf32-mcore.c, * elf32-mep.c, * elf32-metag.c, * elf32-microblaze.c,
860 * elf32-mips.c, * elf32-nds32.c, * elf32-nios2.c, * elf32-or1k.c,
861 * elf32-pj.c, * elf32-ppc.c, * elf32-rl78.c, * elf32-s390.c,
862 * elf32-score.c, * elf32-score7.c, * elf32-sh.c, * elf32-sh64.c,
863 * elf32-sparc.c, * elf32-spu.c, * elf32-tic6x.c, * elf32-tilepro.c,
864 * elf32-v850.c, * elf32-vax.c, * elf32-xtensa.c, * elf64-alpha.c,
865 * elf64-hppa.c, * elf64-ia64-vms.c, * elf64-mips.c, * elf64-mmix.c,
866 * elf64-ppc.c, * elf64-s390.c, * elf64-sh64.c, * elf64-sparc.c,
867 * elf64-x86-64.c, * elfcode.h, * elfcore.h, * elflink.c,
868 * elfn32-mips.c, * elfnn-aarch64.c, * elfnn-ia64.c, * elfxx-mips.c,
869 * elfxx-sparc.c, * elfxx-tilegx.c, * hpux-core.c, * i386linux.c,
870 * ieee.c, * ihex.c, * libbfd.c, * linker.c, * m68klinux.c,
871 * mach-o.c, * merge.c, * mmo.c, * oasys.c, * osf-core.c, * pdp11.c,
872 * pe-mips.c, * peXXigen.c, * pef.c, * plugin.c, * reloc.c,
873 * rs6000-core.c, * sco5-core.c, * som.c, * sparclinux.c, * srec.c,
874 * stabs.c, * syms.c, * vms-alpha.c, * vms-lib.c, * vms-misc.c,
875 * xcofflink.c: Likewise.
876
52d45da3
AM
8772016-09-30 Alan Modra <amodra@gmail.com>
878
879 * bfd-in.h: Include stdarg.h.
880 * bfd.c (bfd_error_handler_type): Make like vprintf.
881 (_bfd_error_internal): Rename from _bfd_error_handler. Make static.
882 (error_handler_internal): New function, split out from..
883 (_bfd_default_error_handler): ..here. Rename to _bfd_error_handler.
884 (bfd_set_error_handler): Update.
885 (bfd_get_error_handler, bfd_get_assert_handler): Delete.
886 (_bfd_assert_handler): Make static.
887 * coffgen.c (null_error_handler): Update params.
888 * elf-bfd.h (struct elf_backend_data <link_order_error_handler>):
889 Don't use bfd_error_handler_type.
890 * elf64-mmix.c (mmix_dump_bpo_gregs): Likewise.
891 * elfxx-target.h (elf_backend_link_order_error_handler): Default
892 to _bfd_error_handler.
893 * libbfd-in.h (_bfd_default_error_handler): Don't declare.
894 (bfd_assert_handler_type): Likewise.
895 (_bfd_error_handler): Update.
896 * bfd-in2.h: Regenerate.
897 * libbfd.h: Regenerate.
898
9eaff861
AO
8992016-09-28 Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
900
901 PR ld/20636
902 * elf-bfd.h (struct elf_backend_data): Delete
903 elf_backend_count_output_relocs callback and add
904 elf_backend_update_relocs.
905 * elf32-arm.c (elf32_arm_count_output_relocs): Deleted.
906 (emit_relocs): Deleted.
907 (elf32_arm_emit_relocs): Deleted.
908 (elf_backend_emit_relocs): Updated not to use the old functions.
909 (elf32_arm_update_relocs): New function.
910 (elf_backend_update_relocs): New define.
911 * elflink.c (bfd_elf_final_link): Add additional_reloc_count to the
912 relocation count. Call elf_backend_emit_relocs.
913 (_bfd_elf_size_reloc_section): Do not call
914 elf_backend_count_output_relocs.
915 * elfxx-target.h (elf_backend_count_output_relocs): Deleted.
916 (elf_backend_update_relocs): New define.
917
2df2751d
CL
9182016-09-28 Christophe Lyon <christophe.lyon@linaro.org>
919
920 PR ld/20608
921 * elf32-arm.c (arm_type_of_stub): Handle the case when the pre-PLT
922 Thumb-ARM stub is too far.
923
1c5f704f
NC
9242016-09-27 Nick Clifton <nickc@redhat.com>
925
926 PR ld/20634
927 * peXXigen.c (_bfd_XXi_only_swap_filehdr_out): Put 0 in the
928 timestamp field if real time values are not being stored.
929
c5da1932
VZ
9302016-09-26 Vlad Zakharov <vzakhar@synopsys.com>
931
932 * warning.m4 (AC_EGREP_CPP_FOR_BUILD): Introduce macro
933 to verify CC_FOR_BUILD compiler.
934 (AM_BINUTILS_WARNINGS): Introduce ac_cpp_for_build variable
935 and add CC_FOR_BUILD compiler checks.
936 * Makefile.in: Regenerate.
937 * configure: Likewise.
938 * doc/Makefile.in: Likewise.
939
384f7503
A
9402016-09-26 Awson <kyrab@mail.ru>
941
942 PR ld/17955
943 * coff-x86_64.c (coff_amd64_rtype_to_howto): Use an 8 byte offset
944 for R_AMD64_PCRQUAD relocations.
945
005d79fd
AM
9462016-09-26 Alan Modra <amodra@gmail.com>
947
948 * elf-bfd.h (_bfd_elf_ppc_merge_fp_attributes): Declare.
949 * elf32-ppc.c (_bfd_elf_ppc_merge_fp_attributes): New function.
950 (ppc_elf_merge_obj_attributes): Use it. Don't copy first file
951 attributes, merge them. Don't warn about undefined tag bits,
952 or copy unknown values to output.
953 * elf64-ppc.c (ppc64_elf_merge_private_bfd_data): Call
954 _bfd_elf_ppc_merge_fp_attributes.
955
5025eb7c
AO
9562016-09-23 Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
957
958 PR ld/20595
959 * elf-bfd.h (struct elf_backend_data): Add
960 elf_backend_count_output_relocs callback to count relocations in
961 the final output.
962 * elf-arm.c (elf32_arm_add_relocation): Deleted.
963 (elf32_arm_write_section): Move additional relocation to emit_relocs.
964 (elf32_arm_count_output_relocs): New function.
965 (emit_relocs): New function.
966 (elf32_arm_emit_relocs): New function.
967 (elf32_arm_vxworks_emit_relocs): New function.
968 (elf_backend_emit_relocs): Updated to use the new functions.
969 (elf_backend_count_output_relocs): New define.
970 * bfd/elflink.c (bfd_elf_final_link): Do not add additional_reloc_count
971 to the relocation count.
972 (_bfd_elf_link_size_reloc_section): Use callback to count the
973 relocations which will be in output.
974 (_bfd_elf_default_count_output_relocs): New function.
975 * bfd/elfxx-target.h (elf_backend_count_output_relocs): New define.
976
b19753ce
JM
9772016-09-19 Jose E. Marchesi <jose.marchesi@oracle.com>
978
979 * elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Allow
980 negative offsets to _GLOBAL_OFFSET_TABLE_ if the .got section is
981 bigger than 0x1000 bytes.
982
4f90d84b
TP
9832016-09-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
984
985 * elf32-arm.c (elf32_arm_gc_mark_extra_sections): Only mark section
986 not already marked.
987
e6d042fe
NC
9882016-09-14 Nick Clifton <nickc@redhat.com>
989
990 PR binutils/20605
991 * peicode.h (pe_bfd_read_buildid): Check that the Data Directory
992 contains a valid size for the Debug directory.
993
5d9bbb73
BA
9942016-09-14 Bhushan Attarde <bhushan.attarde@imgtec.com>
995
996 * format.c (struct bfd_preserve): New "build_id" field.
997 (bfd_preserve_save): Save "build_id".
998 (bfd_preserve_restore): Restore "build_id".
999
d8457a04
L
10002016-09-06 H.J. Lu <hongjiu.lu@intel.com>
1001
1002 PR ld/20550
1003 * elf64-x86-64.c (elf_x86_64_relocate_section): Resolve size
1004 relocation with copy relocation when building executable.
1005
bf186506
SKS
10062016-09-02 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1007
1008 PR ld/20545
1009 * elf32-avr.c (elf32_avr_relax_delete_bytes): Add parameter
1010 delete_shrinks_insn. Modify computation of shrinked_insn_address.
1011 Compute shrink_boundary and adjust addend only if
1012 addend_within_shrink_boundary.
1013 (elf32_avr_relax_section): Modify calls to
1014 elf32_avr_relax_delete_bytes to pass extra parameter.
1015
42484486
TP
10162016-09-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
1017
1018 * elf32-arm.c (cmse_entry_fct_p): Store instruction encoding in an
1019 array of bytes and use bfd_get_16 to interpret its encoding according
1020 to endianness of target.
1021
cd285db5
AM
10222016-09-01 Alan Modra <amodra@gmail.com>
1023
1024 * elf64-ppc.c (synthetic_opd): New static var.
1025 (compare_symbols): Don't treat symbols in .opd specially for ELFv2.
1026 (ppc64_elf_get_synthetic_symtab): Likewise. Comment.
1027
09f92717
AM
10282016-08-31 Alan Modra <amodra@gmail.com>
1029
1030 * elf64-ppc.c (group_sections): Delete stub14_group_size. Instead,
1031 track max group size with a new "group_size" var that is reduced
1032 by a factor of 1024 from the 24-bit branch size whenever a 14-bit
1033 branch is seen.
1034
f7d69005
AM
10352016-08-31 Alan Modra <amodra@gmail.com>
1036
1037 * elf32-ppc.c (ppc_elf_section_processing): Delete.
1038 (elf_backend_section_processing): Don't define.
1039 (ppc_elf_modify_segment_map): Set p_flags and mark valid. Don't
1040 split on non-exec sections differing in SHF_PPC_VLE. When
1041 splitting segments, mark size invalid.
1042
8941017b
AM
10432016-08-30 Alan Modra <amodra@gmail.com>
1044
1045 PR 20531
1046 * elf32-ppc.c (_bfd_elf_ppc_set_arch): Add missing "break".
1047
74437ea2
L
10482016-08-29 H.J. Lu <hongjiu.lu@intel.com>
1049
1050 PR ld/14961
1051 PR ld/20515
1052 * elf32-i386.c (elf_i386_check_relocs): Issue an error when
1053 R_386_PC32 relocation is used to call IFUNC function in PIC
1054 object.
1055
53720c49
AM
10562016-08-27 Alan Modra <amodra@gmail.com>
1057
1058 PR 20520
1059 * elf.c (_bfd_elf_setup_sections): Check that SHT_GROUP sections
1060 have corresponding SHF_GROUP sections.
1061 (bfd_elf_set_group_contents): Comment.
1062
8a9e8e72
AM
10632016-08-27 Alan Modra <amodra@gmail.com>
1064
1065 PR 20519
1066 * elf64-ppc.c (pc_dynrelocs): New function.
1067 (ppc64_elf_relocate_section): Use it and must_be_dyn_reloc to
1068 handle pic dynamic relocs.
1069
68c39892
TP
10702016-08-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1071
1072 * bfd-in.h (struct elf32_arm_params): Define.
1073 (bfd_elf32_arm_set_target_relocs): Rename into ...
1074 (bfd_elf32_arm_set_target_params): This. Use a struct
1075 elf32_arm_params to pass all parameters but the bfd and bfd_link_info.
1076 * bfd-in2.h: Regenerate.
1077 * elf32-arm.c (bfd_elf32_arm_set_target_relocs): Rename into ...
1078 (bfd_elf32_arm_set_target_params): This. Pass all values via a struct
1079 elf32_arm_params rather than as individual parameters.
1080
c2abbbeb
TP
10812016-08-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1082
1083 * elf32-arm.c (elf32_arm_get_stub_entry): Assert that we don't access
1084 passed the end of htab->stub_group array.
1085 (elf32_arm_create_or_find_stub_sec): Likewise.
1086 (elf32_arm_create_stub): Likewise.
1087
980aa3e6
CM
10882016-08-26 Cupertino Miranda <cmiranda@synopsys.com>
1089
1090 * elf32-arc.c (elf_arc_relocate_section): Changed. Set should_relocate
1091 to TRUE for GOT and TLS relocs.
1092
65b94e90
CM
10932016-08-26 Cupertino Miranda <cmiranda@synospsys.com>
1094
1095 * elf32-arc.c (elf_arc_finish_dynamic_sections): Changed.
1096
8a36df4d
CM
10972016-08-26 Cupertino Miranda <cmiranda@synopsys.com>
1098
1099 * elf-bfd.h: Added ARC_ELF_DATA to enum elf_target_id.
1100 * elf32-arc.c (struct elf_arc_link_hash_entry): Added.
1101 (struct elf_arc_link_hash_table): Likewise.
1102 (elf_arc_link_hash_newfunc): Likewise.
1103 (elf_arc_link_hash_table_free): Likewise.
1104 (arc_elf_link_hash_table_create): Likewise.
1105 (elf_arc_relocate_section): Fixed conditions related to dynamic
1106 (elf_arc_check_relocs): Likewise.
1107 (arc_elf_create_dynamic_sections): Added
1108 (elf_arc_adjust_dynamic_symbol): Changed access to .rela.bss to be done
1109 through the hash table.
1110
4dd72ffd
CM
11112016-08-26 Cupertino Miranda <cmiranda@synopsys.com>
1112
1113 * arc-got.h (relocate_fix_got_relocs_for_got_info): Fixed addresses in
1114 debug comments. Fixed address in .got related to TLS_IE_GOT dynamic
1115 relocation.
1116
a87aa054
CM
11172016-08-26 Cupertino Miranda <cmiranda@synopsys.com>
1118
1119 * reloc.c: Fixed type in ARC_SECTOFF relocations. Added ARC_SDA_12
1120 relocation.
1121 * bfd-in2.h: Regenerated from the previous changes.
1122 * libbfd.h: Regenerated from the previous changes.
1123
0955507f
TP
11242016-08-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1125
1126 * bfd-in.h (bfd_elf32_arm_set_target_relocs): Add a new parameter for
1127 the input import library bfd.
1128 * bfd-in2.h: Regenerate.
1129 * elf32-arm.c (struct elf32_arm_link_hash_table): New in_implib_bfd
1130 and new_cmse_stub_offset fields.
1131 (stub_hash_newfunc): Initialize stub_offset and stub_template_size to
1132 -1.
1133 (elf32_arm_add_stub): Likewise for stub_offset.
1134 (arm_new_stubs_start_offset_ptr): New function.
1135 (arm_build_one_stub): Only allocate a stub_offset if it is -1. Allow
1136 empty SG veneers to have zero relocations.
1137 (arm_size_one_stub): Only initialize stub size and template
1138 information for non empty veneers. Do not update veneer section size
1139 if veneer already has an offset.
1140 (elf32_arm_create_stub): Return the stub entry pointer or NULL instead
1141 of a boolean indicating success or failure.
1142 (cmse_scan): Change stub_changed parameter into an integer pointer
1143 parameter cmse_stub_created to count the number of stub created and
1144 adapt to change of return value in elf32_arm_create_stub.
1145 (cmse_entry_fct_p): New function.
1146 (arm_list_new_cmse_stub): Likewise.
1147 (set_cmse_veneer_addr_from_implib): Likewise.
1148 (elf32_arm_size_stubs): Define cmse_stub_created, pass its address to
1149 cmse_scan instead of that of cmse_stub_changed to compute the number
1150 of stub created and use it to initialize stub_changed. Call
1151 set_cmse_veneer_addr_from_implib after all cmse_scan. Adapt to change
1152 of return value in elf32_arm_create_stub. Use
1153 arm_stub_section_start_offset () if not NULL to initialize size of
1154 secure gateway veneers section. Initialize stub_offset of Cortex-A8
1155 erratum fix to -1. Use ret to hold return value.
1156 (elf32_arm_build_stubs): Use arm_stub_section_start_offset () if not
1157 NULL to initialize size of secure gateway veneers section. Adapt
1158 comment to stress the importance of zeroing veneer section content.
1159 (bfd_elf32_arm_set_target_relocs): Add new in_implib_bfd parameter to
1160 initialize eponymous field in struct elf32_arm_link_hash_table.
1161
e3e9290d
AA
11622016-08-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1163
1164 * elf32-s390.c (stdarg.h): New include.
1165 (elf_s390_grok_psinfo): New function.
1166 (elf_s390_write_core_note): New function.
1167 (elf_backend_grok_psinfo): Declare backend hook.
1168 (elf_backend_write_core_note): Likewise.
1169 * elf64-s390.c (stdarg.h): New include.
1170 (elf_s390_grok_prstatus): New function.
1171 (elf_s390_grok_psinfo): New function.
1172 (elf_s390_write_core_note): New function.
1173 (elf_backend_grok_prstatus): Declare backend hook.
1174 (elf_backend_grok_psinfo): Likewise.
1175 (elf_backend_write_core_note): Likewise.
1176
ceada896
AA
11772016-08-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1178
1179 * elf32-s390.c (allocate_dynrelocs): Fix indentation.
1180 (elf_s390_finish_ifunc_symbol): Likewise.
1181 (elf_s390_finish_dynamic_symbol): Likewise.
1182 (elf_s390_finish_dynamic_sections): Likewise.
1183 (elf_s390_grok_prstatus): Likewise.
1184 * elf64-s390.c (elf_s390_hash_table): Fix indentation.
1185 (elf_s390_finish_dynamic_symbol): Likewise.
1186
47f7f636
AK
11872016-08-24 Anton Kolesov <Anton.Kolesov@synopsys.com>
1188
1189 * elf32-arc.c (elf32_arc_grok_prstatus): New function.
1190
6342be70
NC
11912016-08-23 Nick Clifton <nickc@redhat.com>
1192
1193 * elf32-arm.c (elf32_arm_count_additional_relocs): Return zero if
1194 there is no arm data associated with the section.
1195
eacfca90
AM
11962016-08-23 Alan Modra <amodra@gmail.com>
1197
1198 PR 20475
1199 * elf32-or1k.c (or1k_elf_relocate_section): Offset from
1200 _GLOBAL_OFFSET_TABLE_, not start of .got section.
1201
5fbe0d87
NC
12022016-08-22 Nick Clifton <nickc@redhat.com>
1203
1204 * doc/chew.c (main): Free the string buffer used to files as they
1205 are parsed.
1206
888a7fc3
AM
12072016-08-22 Alan Modra <amodra@gmail.com>
1208
1209 * elf32-ppc.c (ppc_elf_check_relocs): Move error for @local ifunc..
1210 (ppc_elf_relocate_section): ..to here. Comment. Error on
1211 detecting -mbss-plt -fPIC local ifuncs too.
1212 (ppc_elf_size_dynamic_sections): Comment on unnecessary glink
1213 branch table entries.
1214
dd905818
NC
12152016-08-19 Nick Clifton <nickc@redhat.com>
1216
1217 * elf.c (assign_section_numbers): Assign number for the .shstrtab
1218 section after the symbol table and string table sections.
1219
d311bc8b
AM
12202016-08-19 Alan Modra <amodra@gmail.com>
1221
1222 * elf64-ppc.c (struct ppc_link_hash_entry): Add weakref.
1223 (ppc64_elf_copy_indirect_symbol): Set weakref. Don't merge
1224 dyn_relocs for weakdefs.
1225 (alias_readonly_dynrelocs): New function.
1226 (ppc64_elf_adjust_dynamic_symbol): Use alias_readonly_dynrelocs.
1227 (ppc64_elf_relocate_section): Simplify condition under which
1228 dyn_relocs are emitted.
1229
8a2058b5
AM
12302016-08-19 Alan Modra <amodra@gmail.com>
1231
1232 PR 20472
1233 * elf64-ppc.c (ppc64_elf_before_check_relocs): Tweak abiversion test.
1234 (readonly_dynrelocs): Comment fix.
1235 (global_entry_stub): New function.
1236 (ppc64_elf_adjust_dynamic_symbol): Tweak abiversion test. Match
1237 ELFv2 code deciding on dynamic relocs vs. global entry stubs to
1238 that in size_global_entry_stubs, handling ifunc too. Delete dead
1239 weak sym code.
1240 (allocate_dynrelocs): Ensure dyn_relocs field is cleared when no
1241 dyn_relocs are needed. Correct handling of ifunc dyn_relocs.
1242 Tidy ELIMINATE_COPY_RELOCS code, only setting dynindx for
1243 undefweak syms. Expand and correct comments.
1244 (size_global_entry_stubs): Ensure symbol is defined.
1245 (ppc64_elf_relocate_section): Match condition under which
1246 dyn_relocs are emitted to that in allocate_dynrelocs.
1247
90ac2420
AM
12482016-08-12 Alan Modra <amodra@gmail.com>
1249
1250 * elf-bfd.h (struct elf_link_hash_table): Add local_dynsymcount.
1251 * elflink.c (_bfd_elf_link_renumber_dynsyms): Set local_dynsymcount.
1252 (bfd_elf_final_link): Set .dynsym sh_info from local_dynsymcount.
1253
d93d1c80
AM
12542016-08-11 Alan Modra <amodra@gmail.com>
1255
1256 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Don't exit with
1257 non_got_ref true in any case where we could have generated dynbss
1258 copies but decide not to do so.
1259
fe152e64
MR
12602016-08-10 Maciej W. Rozycki <macro@imgtec.com>
1261
1262 * elfxx-mips.c (mips_elf_add_la25_stub): Clear the ISA bit of
1263 the stub address retrieved if associated with a microMIPS
1264 function.
1265
a848a227
MR
12662016-08-10 Maciej W. Rozycki <macro@imgtec.com>
1267
1268 * elfxx-mips.c (mips_elf_create_stub_symbol): For a microMIPS
1269 stub also add STO_MICROMIPS annotation.
1270
c7318def
MR
12712016-08-10 Maciej W. Rozycki <macro@imgtec.com>
1272
1273 * elfxx-mips.c (mips_elf_calculate_relocation): Set the ISA bit
1274 in microMIPS LA25 stub references.
1275
68994ca2
JW
12762016-08-09 Jiaming Wei <jmwei@hxgpt.com>
1277
1278 * elf64-alpha.c (elf64_alpha_copy_indirect_symbol): Fix thinko
1279 adjusting the use_count of merged .got entries.
1280
8a286b63
NC
12812016-08-08 Nick Clifton <nickc@redhat.com>
1282
1283 * doc/chew.c (delete_string): Only free the string buffer if it is
1284 there. Mark the buffer as NULL after freeing.
1285 (drop): Free the dropped string.
1286 (free_words): New function: Frees the memory allocated to the
1287 dictionary.
1288 (add_instrinsic): Duplicate the name string, so that it can be
1289 freed later on.
1290 (compile): Free unused words.
1291 (main): Free the dictionary and top level string buffers at the
1292 end.
1293
54ddd295
TP
12942016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1295
1296 * bfd-in.h (bfd_elf32_arm_set_target_relocs): Add one parameter.
1297 * bfd-in2.h: Regenerate.
1298 * elf32-arm.c (struct elf32_arm_link_hash_table): Declare new
1299 cmse_implib field.
1300 (bfd_elf32_arm_set_target_relocs): Add new parameter to initialize
1301 cmse_implib field in struct elf32_arm_link_hash_table.
1302 (elf32_arm_filter_cmse_symbols): New function.
1303 (elf32_arm_filter_implib_symbols): Likewise.
1304 (elf_backend_filter_implib_symbols): Define to
1305 elf32_arm_filter_implib_symbols.
1306
4ba2ef8f
TP
13072016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1308
1309 * elf32-arm.c (CMSE_PREFIX): Define macro.
1310 (elf32_arm_stub_cmse_branch_thumb_only): Define stub sequence.
1311 (cmse_branch_thumb_only): Declare stub.
1312 (struct elf32_arm_link_hash_table): Define cmse_stub_sec field.
1313 (elf32_arm_get_plt_info): Add globals parameter. Use it to return
1314 FALSE if there is no PLT.
1315 (arm_type_of_stub): Adapt to new elf32_arm_get_plt_info signature.
1316 (elf32_arm_final_link_relocate): Likewise.
1317 (elf32_arm_gc_sweep_hook): Likewise.
1318 (elf32_arm_gc_mark_extra_sections): Mark sections holding ARMv8-M
1319 secure entry functions.
1320 (arm_stub_is_thumb): Add case for arm_stub_cmse_branch_thumb_only.
1321 (arm_dedicated_stub_output_section_required): Change to a switch case
1322 and add a case for arm_stub_cmse_branch_thumb_only.
1323 (arm_dedicated_stub_output_section_required_alignment): Likewise.
1324 (arm_stub_dedicated_output_section_name): Likewise.
1325 (arm_stub_dedicated_input_section_ptr): Likewise and remove
1326 ATTRIBUTE_UNUSED for htab parameter.
1327 (arm_stub_required_alignment): Likewise.
1328 (arm_stub_sym_claimed): Likewise.
1329 (arm_dedicated_stub_section_padding): Likewise.
1330 (cmse_scan): New function.
1331 (elf32_arm_size_stubs): Call cmse_scan for ARM M profile targets.
1332 Set stub_changed to TRUE if such veneers were created.
1333 (elf32_arm_swap_symbol_in): Add detection code for CMSE special
1334 symbols.
1335
89d77b8a
AM
13362016-08-02 Alan Modra <amodra@gmail.com>
1337
1338 PR ld/20428
1339 * elf64-ppc.c (ppc_get_stub_entry): Don't segfault on NULL group.
1340
a94d834c
NC
13412016-08-02 Nick Clifton <nickc@redhat.com>
1342
1343 PR ld/17739
1344 * elf32-sh.c (sh_elf_gc_sweep_hook): Delete.
1345 (elf_backend_sweep_hook): Delete.
1346
dfdaec14
AJ
13472016-08-01 Andrew Jenner <andrew@codesourcery.com>
1348 Kwok Cheung Yeung <kcy@codesourcery.com>
1349
1350 * elf32-ppc.c (is_branch_reloc): Recognise VLE branch relocations.
1351 (ppc_elf_howto_raw): Fix dst_mask of R_PPC_VLE_REL15.
1352 (ppc_elf_vle_split16): Clear field before inserting.
1353
781bf64d
NC
13542016-08-01 Nick Clifton <nickc@redhat.com>
1355
1356 * po/sv.po: Updated Swedish translation.
1357
147d994b
NC
13582016-07-27 Ozkan Sezer <sezeroz@gmail.com>
1359 Nick Clifton <nickc@redhat.com>
1360
1361 PR ld/20401
1362 * coffgen.c (fini_reloc_cookie_rels): Check for the extistence
1363 of the coff_section_data before using it.
1364
54806ffa
MR
13652016-07-26 Maciej W. Rozycki <macro@imgtec.com>
1366
1367 * elfxx-mips.c (mips_elf_calculate_relocation): Handle branches
1368 in PLT compression selection.
1369 (_bfd_mips_elf_check_relocs): Likewise.
1370
c02d11a5
CM
13712016-07-22 Cupertino Miranda <cmiranda@synopsys.com>
1372
1373 * arc-got.h (relocate_fix_got_relocs_for_got_info): Handle the
1374 case where there's no elf_link_hash_entry while processing
1375 GOT_NORMAL got entries.
1376
fecd57f9
L
13772016-07-21 H.J. Lu <hongjiu.lu@intel.com>
1378
1379 * version.m4 (BFD_VERSION): Set to 2.27.51.
1380 * configure: Regenerated.
1381
5df1bc57
AM
13822016-07-21 Nick Clifton <nickc@redhat.com>
1383
1384 * elf.c (_bfd_elf_filter_global_symbols): Skip local symbols.
1385 (swap_out_syms): Return an error when not finding ELF output
1386 section rather than asserting.
1387
13882016-07-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
1389
1390 * elflink.c (elf_output_implib): Call bfd_set_error on no symbols.
1391
0064d223
JB
13922016-07-20 John Baldwin <jhb@FreeBSD.org>
1393
1394 * elf.c (elfcore_grok_freebsd_psinfo): Check for minimum note size
1395 and handle pr_pid if present.
1396
89b829a8
L
13972016-07-20 H.J. Lu <hongjiu.lu@intel.com>
1398
1399 PR ld/20376
1400 * elf.c (assign_file_positions_for_load_sections): Also check
1401 p_paddr for program header space.
1402
3ce51288
AM
14032016-07-20 Alan Modra <amodra@gmail.com>
1404
1405 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_PLTREL32>): Put
1406 ppc64_elf_unhandled_reloc for special_function.
1407 * elf32-ppc.c (ppc_elf_howto_raw): Similarly for lots of relocs.
1408
a6ebf616
MR
14092016-07-19 Maciej W. Rozycki <macro@imgtec.com>
1410
1411 * elfxx-mips.c (mips_elf_perform_relocation): Convert cross-mode
1412 BAL to JALX.
1413 (_bfd_mips_elf_relocate_section) <bfd_reloc_outofrange>: Add a
1414 corresponding error message.
1415
9d862524
MR
14162016-07-19 Maciej W. Rozycki <macro@imgtec.com>
1417
1418 * elfxx-mips.c (b_reloc_p): Add R_MICROMIPS_PC16_S1,
1419 R_MICROMIPS_PC10_S1 and R_MICROMIPS_PC7_S1.
1420 (branch_reloc_p): New function.
1421 (mips_elf_calculate_relocation): Handle ISA mode determination
1422 for relocations against section symbols, against absolute
1423 symbols and absolute relocations. Also set `*cross_mode_jump_p'
1424 for branches.
1425 <R_MIPS16_26, R_MIPS_26, R_MICROMIPS_26_S1>: Suppress alignment
1426 checks for weak undefined symbols. Also check target alignment
1427 within the same ISA mode.
1428 <R_MIPS_PC16, R_MIPS_GNU_REL16_S2>: Handle cross-mode branches
1429 in the alignment check.
1430 <R_MICROMIPS_PC7_S1>: Add an alignment check.
1431 <R_MICROMIPS_PC10_S1>: Likewise.
1432 <R_MICROMIPS_PC16_S1>: Likewise.
1433 (mips_elf_perform_relocation): Report a failure for unsupported
1434 same-mode JALX instructions and cross-mode branches.
1435 (_bfd_mips_elf_relocate_section) <bfd_reloc_outofrange>: Add
1436 error messages for jumps to misaligned addresses.
1437
7d0b9ebc
AM
14382016-07-16 Alan Modra <amodra@gmail.com>
1439
1440 * elflink.c: Include plugin-api.h.
1441 * plugin.c (bfd_plugin_open_input): New function, extracted from..
1442 (try_claim): ..here.
1443 * plugin.h: Don't include bfd.h.
1444 (bfd_plugin_open_input): Declare.
1445
4212b42d
AM
14462016-07-16 Alan Modra <amodra@gmail.com>
1447
1448 * targets.c (bfd_seach_for_target): Rename to..
1449 (bfd_iterate_over_targets): ..this. Rewrite doc.
1450 * bfd-in2.h: Regenerate.
1451
00dad9a4
AM
14522016-07-16 Alan Modra <amodra@gmail.com>
1453
1454 * archures.c (bfd_default_set_arch_mach): Make available in bfd.h.
1455 * libbfd.h: Regenerate.
1456 * bfd-in2.h: Regenerate.
1457
76e7a751
AM
14582016-07-16 Alan Modra <amodra@gmail.com>
1459
1460 * libbfd-in.h (BFD_ALIGN): Move to..
1461 * bfd-in.h: ..here.
1462 * elf32-ppc.h (struct ppc_elf_params): Add pagesize.
1463 * elf32-ppc.c (default_params): Adjust init.
1464 (ppc_elf_link_params): Set pagesize_p2.
1465 * libbfd.h: Regenerate.
1466 * bfd-in2.h: Regenerate.
1467
76359541
TP
14682016-07-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1469
1470 * elf-bfd.h (elf_backend_filter_implib_symbols): Declare backend hook.
1471 (_bfd_elf_filter_global_symbols): Declare.
1472 * elf.c (_bfd_elf_filter_global_symbols): New function.
1473 * elflink.c (elf_filter_global_symbols): Likewise.
1474 (elf_output_implib): Likewise.
1475 (bfd_elf_final_link): Call above function, failing if it does.
1476 * elfxx-target.h (elf_backend_filter_implib_symbols): Define macro and
1477 default it to NULL.
1478 (elf_backend_copy_indirect_symbol): Fix spacing.
1479 (elf_backend_hide_symbol): Likewise.
1480 (elfNN_bed): Initialize elf_backend_filter_implib_symbols backend hook.
1481
f7e8b360
NC
14822016-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1483 Nick Clifton <nickc@redhat.com>
1484
1485 * elf32-arc.c (PR_DEBUG): Delete.
1486 Fix printing of debug information. Fix formatting of debug
1487 statements.
1488 (debug_arc_reloc): Handle symbols that are not from an input file.
1489 (arc_do_relocation): Remove excessive exclamation points.
1490
1491 * arc-got.h: Fix formatting. Fix printing of debug information.
1492 (new_got_entry_to_list): Use xmalloc.
1493 * config.bfd: use the big-endian arc vector as the default vector
1494 for big-endian arc targets.
1495
06ab6faf
AM
14962016-07-15 Alan Modra <amodra@gmail.com>
1497
1498 * cofflink.c (mark_relocs): Exclude relocs with -1 r_symndx
1499 from marking sym_indices.
1500
0c117286
MR
15012016-07-14 Maciej W. Rozycki <macro@imgtec.com>
1502
1503 * reloc.c (bfd_perform_relocation): Try the `howto' handler
1504 first with relocations against absolute symbols.
1505 (bfd_install_relocation): Likewise.
1506
37567a2c
L
15072016-07-12 H.J. Lu <hongjiu.lu@intel.com>
1508
1509 * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Align
1510 .got/.got.plt sections to 8 bytes.
1511
cf143069
NC
15122016-07-12 Nick Clifton <nickc@redhat.com>
1513
1514 * binary.c (binary_set_section_contents): Second grammar fix.
1515
f231881e
DR
15162016-07-12 Douglas B Rupp <rupp@adacore.com>
1517
1518 * binary.c (binary_set_section_contents): Fix grammar in warning
1519 message.
1520
b9316f59
CM
15212016-07-11 Cupertino Miranda <cmiranda@synopsys.com>
1522
1523 * elf32-arc.c: made PR_DEBUG always defined.
1524
08759e0f
CM
15252016-07-11 Cupertino Miranda <cmiranda@synopsys.com>
1526
1527 * arc-got.h: Moved got related structures from elf32-arc.c to
1528 this file. More precisely, tls_type_e, tls_got_entries, got_entry.
1529 * (arc_get_local_got_ents, got_entry_for_type, new_got_entry_to_list,
1530 tls_type_for_reloc, symbol_has_entry_of_type,
1531 get_got_entry_list_for_symbol, arc_got_entry_type_for_reloc,
1532 ADD_SYMBOL_REF_SEC_AND_RELOC, rc_fill_got_info_for_reloc,
1533 relocate_fix_got_relocs_for_got_info,
1534 create_got_dynrelocs_for_single_entry,
1535 create_got_dynrelocs_for_got_info): Added to file.
1536 * elf32-arc.c: Removed GOT & TLS related structs and functions to
1537 arc-got.h.
1538
458653a9 15392016-07-08 James Bowman <james.bowman@ftdichip.com>
1540
1541 * elf32-ft32.c (ft32_reloc_map): Use R_FT32_32 for BFD_RELOC_32.
1542
d5a67c02
AV
15432016-07-05 Andre Vieria <andre.simoesdiasvieira@arm.com>
1544
1545 * elf32-arm.c (THUMB32_MOVT): New veneer macro.
1546 (THUMB32_MOVW): Likewise.
1547 (elf32_arm_stub_long_branch_thumb2_only_pure): New.
1548 (DEF_STUBS): Define long_branch_thumb2_only_pure.
1549 (arm_stub_is_thumb): Add new veneer stub.
1550 (arm_type_of_stub): Use new veneer.
1551 (arm_stub_required_alignment): Add new veneer.
1552
f0728ee3
AV
15532016-07-05 Andre Vieria <andre.simoesdiasvieira@arm.com>
1554
1555 * bfd-in2.h (SEC_ELF_NOREAD): Rename to ...
1556 (SEC_ELF_PURECODE): ... this.
1557 * elf32-arm.c (elf32_arm_post_process_headers): Rename SEC_ELF_NOREAD
1558 to SEC_ELF_NOREAD.
1559 (elf32_arm_fake_sections): Likewise.
1560 (elf_32_arm_section_flags): Likewise.
1561 (elf_32_arm_lookup_section_flags): Likewise.
1562 * section.c (SEC_ELF_NOREAD): Rename to ...
1563 (SEC_ELF_PURECODE): ... this.
1564
5e866f5a
TP
15652016-07-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
1566
1567 * elf32-arm.c (using_thumb2_bl): New function.
1568 (arm_type_of_stub): Declare thumb2 variable together and change type
1569 to bfd_boolean. Use using_thumb2_bl () to determine whether
1570 THM_MAX_FWD_BRANCH_OFFSET or THM2_MAX_FWD_BRANCH_OFFSET should be
1571 checked for BL range.
1572 (elf32_arm_final_link_relocate): Use using_thumb2_bl () to determine
1573 the bit size of BL offset.
1574
d691934d
NC
15752016-06-29 Nick Clifton <nickc@redhat.com>
1576
1577 * elfnn-aarch64.c (is_aarch64_mapping_symbol): New function.
1578 Returns TRUE for AArch64 mapping symbols.
1579 (elfNN_aarch64_backend_symbol_processing): New function. Marks
1580 mapping symbols as precious in object files so that they will not
1581 be stripped.
1582 (elf_backend_symbol_processing): Define.
1583
1584 * elf32-arm.c (is_arm_mapping_symbol): New function. Returns TRUE
1585 for ARM mapping symbols.
1586 (elf32_arm_backend_symbol_processing): Make use of the new function.
1587
f4ab0e2d
L
15882016-06-28 H.J. Lu <hongjiu.lu@intel.com>
1589
1590 PR ld/20306
1591 * elflink.c (elf_link_check_versioned_symbol): Return false
1592 for unreferenced undefined symbol.
1593
fca2a38f
NC
15942016-06-28 Nick Clifton <nickc@redhat.com>
1595
1b857aee
NC
1596 * elf32-bfin.c (bfin_adjust_dynamic_symbol): Fail if a COPY reloc
1597 is needed.
1598
fca2a38f
NC
1599 * elf32-arm.c (elf32_arm_backend_symbol_processing): New
1600 function. Marks mapping symbols in object files as precious, so
1601 that strip will not remove them.
1602 (elf_backend_symbol_processing): Define.
1603
7160c10d
JC
16042016-06-28 James Clarke <jrtc27@jrtc27.com>
1605
1606 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Don't convert
1607 R_SPARC_32 to R_SPARC_RELATIVE if class is ELFCLASS64.
1608
c9775dde
MR
16092016-06-28 Maciej W. Rozycki <macro@imgtec.com>
1610
1611 * elf32-mips.c (elf_mips16_howto_table_rel): Add
1612 R_MIPS16_PC16_S1.
1613 (mips16_reloc_map): Likewise.
1614 * elf64-mips.c (mips16_elf64_howto_table_rel): Likewise.
1615 (mips16_elf64_howto_table_rela): Likewise.
1616 (mips16_reloc_map): Likewise.
1617 * elfn32-mips.c (elf_mips16_howto_table_rel): Likewise.
1618 (elf_mips16_howto_table_rela): Likewise.
1619 (mips16_reloc_map): Likewise.
1620 * elfxx-mips.c (mips16_branch_reloc_p): New function.
1621 (mips16_reloc_p): Handle R_MIPS16_PC16_S1.
1622 (b_reloc_p): Likewise.
1623 (mips_elf_calculate_relocation): Likewise.
1624 (_bfd_mips_elf_check_relocs): Likewise.
1625 * reloc.c (BFD_RELOC_MIPS16_16_PCREL_S1): New relocation.
1626 * bfd-in2.h: Regenerate.
1627 * libbfd.h: Regenerate.
1628
c9301e31
AM
16292016-06-27 Alan Modra <amodra@gmail.com>
1630
1631 PR ld/19264
1632 * elf64-ppc.c (STUB_SHRINK_ITER): Define.
1633 (ppc64_elf_size_stubs): Exit stub sizing loop past STUB_SHRINK_ITER
1634 if shrinking stubs.
1635 (ppc64_elf_size_stubs): Adjust to suit.
1636
3cd72572
TS
16372016-06-27 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1638
1639 * elf32-dlx.h: New file.
1640 * elf32-dlx.c: Adjust.
1641
7c2c4aa1
TS
16422016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1643
1644 * elf32-xtensa.c (xtensa_make_property_section): Remove prototype.
1645
3350c5f5
JB
16462016-06-24 John Baldwin <jhb@FreeBSD.org>
1647
1648 * elf.c (elfcore_grok_freebsd_note): Handle NT_FREEBSD_PROCSTAT_AUXV
1649 notes.
1650
aa1ed4a9
JB
16512016-06-24 John Baldwin <jhb@FreeBSD.org>
1652
1653 * elf.c (elfcore_grok_note): Remove handling of NT_X86_XSTATE for
1654 FreeBSD. Remove case for NT_FREEBSD_THRMISC.
1655 (elfcore_grok_freebsd_psinfo): New function.
1656 (elfcore_grok_freebsd_prstatus): New function.
1657 (elfcore_grok_freebsd_note): New function.
1658 (elf_parse_notes): Use "elfcore_grok_freebsd_note" for "FreeBSD"
1659 notes.
1660
6e321fa8
JB
16612016-06-24 Joel Brobecker <brobecker@adacore.com>
1662
1663 * elflink.c: Check the value of BFD_SUPPORTS_PLUGINS rather
1664 than its existance.
1665
9cc0123f
AM
16662016-06-24 Alan Modra <amodra@gmail.com>
1667
1668 * config.bfd: Delete mips vxworks patterns matched earlier.
1669 Combine mips*-*-none with mips*-*-elf*.
1670
5f68df25
MR
16712016-06-21 Maciej W. Rozycki <macro@imgtec.com>
1672
1673 * elfxx-mips.c (mips_elf_perform_relocation): Call
1674 `info->callbacks->einfo' rather than `*_bfd_error_handler' and
1675 use the `%X%H' format for the cross-mode jump conversion error
1676 message. Remove the full stop from the end of the message.
1677 Continue processing rather than returning failure.
1678
bdd582db
GM
16792016-06-21 Graham Markall <graham.markall@embecosm.com>
1680
1681 * archures.c: Remove bfd_mach_arc_nps400.
1682 * bfd-in2.h: Likewise.
1683 * cpu-arc.c (arch_info_struct): Likewise.
1684 * elf32-arc.c (arc_elf_object_p, arc_elf_final_write_processing):
1685 Likewise.
1686
7dc3990e
L
16872016-06-20 H.J. Lu <hongjiu.lu@intel.com>
1688
1689 PR ld/18250
1690 PR ld/20267
1691 * elflink.c: Include plugin.h if BFD_SUPPORTS_PLUGINS is
1692 defined.
1693 (elf_link_is_defined_archive_symbol): Call
1694 bfd_link_plugin_object_p on unknown plugin object and use the
1695 IR symbol table if the input is an IR object.
1696 * plugin.c (bfd_link_plugin_object_p): New function.
1697 * plugin.h (bfd_link_plugin_object_p): New prototype.
1698
0616a280
AM
16992016-06-20 H.J. Lu <hongjiu.lu@intel.com>
1700
1701 PR ld/20276
1702 * elflink.c (elf_link_add_object_symbols): Don't check alignment
1703 on symbol from plugin dummy input.
1704
49f30d83
L
17052016-06-18 H.J. Lu <hongjiu.lu@intel.com>
1706
1707 * bfd.c (bfd_plugin_format): Rename bfd_plugin_uknown to
1708 bfd_plugin_unknown.
1709 * bfd-in2.h: Regenerated.
1710 * plugin.c (bfd_plugin_object_p): Replace bfd_plugin_uknown
1711 with bfd_plugin_unknown.
1712
233cc9c1
L
17132016-06-18 H.J. Lu <hongjiu.lu@intel.com>
1714
1715 PR ld/20253
1716 * elf-bfd.h (_bfd_elf_allocate_ifunc_dyn_relocs): Add an
1717 bfd_boolean argument.
1718 * elf-ifunc.c (_bfd_elf_create_ifunc_sections): Replace
1719 "shared object" with "PIC object" in comments.
1720 (_bfd_elf_allocate_ifunc_dyn_relocs): Updated. Replace
1721 "shared object" with "PIC object" in comments. Avoid PLT if
1722 requested. Generate dynamic relocations for non-GOT references.
1723 Make room for the special first entry in PLT and allocate PLT
1724 entry only for PLT and PC-relative references. Store dynamic
1725 GOT relocations in .rel[a].iplt section for static executables.
1726 If PLT isn't used, always use GOT for symbol value. Don't
1727 allocate GOT entry if it isn't used.
1728 * elf32-i386.c (elf_i386_check_relocs): Increment PLT reference
1729 count only in the code section. Allocate dynamic pointer
1730 relocation against STT_GNU_IFUNC symbol in the non-code section.
1731 (elf_i386_adjust_dynamic_symbol): Increment PLT reference count
1732 only for PC-relative references.
1733 (elf_i386_allocate_dynrelocs): Pass TRUE to
1734 _bfd_elf_allocate_ifunc_dyn_relocs.
1735 (elf_i386_relocate_section): Allow R_386_GOT32/R_386_GOT32X
1736 relocations against STT_GNU_IFUNC symbols without PLT. Generate
1737 dynamic pointer relocation against STT_GNU_IFUNC symbol in
1738 the non-code section and store it in the proper REL section.
1739 Don't allow non-pointer relocation against STT_GNU_IFUNC symbol
1740 without PLT.
1741 (elf_i386_finish_dynamic_symbol): Generate dynamic
1742 R_386_IRELATIVE and R_386_GLOB_DAT GOT relocations against
1743 STT_GNU_IFUNC symbols without PLT.
1744 (elf_i386_finish_dynamic_sections): Don't handle local
1745 STT_GNU_IFUNC symbols here.
1746 (elf_i386_output_arch_local_syms): Handle local STT_GNU_IFUNC
1747 symbols here.
1748 (elf_backend_output_arch_local_syms): New.
1749 * elf32-x86-64.c (elf_i386_check_relocs): Increment PLT reference
1750 count only in the code section. Allocate dynamic pointer
1751 relocation against STT_GNU_IFUNC symbol in the non-code section.
1752 (elf_x86_64_adjust_dynamic_symbol): Increment PLT reference
1753 count only for PC-relative references.
1754 (elf_x86_64_allocate_dynrelocs): Pass TRUE to
1755 _bfd_elf_allocate_ifunc_dyn_relocs.
1756 (elf_x86_64_relocate_section): Allow R_X86_64_GOTPCREL,
1757 R_X86_64_GOTPCRELX, R_X86_64_REX_GOTPCRELX and
1758 R_X86_64_GOTPCREL64 relocations against STT_GNU_IFUNC symbols
1759 without PLT. Generate dynamic pointer relocation against
1760 STT_GNU_IFUNC symbol in the non-code section and store it in
1761 the proper RELA section. Don't allow non-pointer relocation
1762 against STT_GNU_IFUNC symbol without PLT.
1763 (elf_x86_64_finish_dynamic_symbol): Generate dynamic
1764 R_X86_64_IRELATIVE and R_X86_64_GLOB_DAT GOT relocations against
1765 STT_GNU_IFUNC symbols without PLT.
1766 (elf_x86_64_finish_dynamic_sections): Don't handle local
1767 STT_GNU_IFUNC symbols here.
1768 (elf_x86_64_output_arch_local_syms): Handle local STT_GNU_IFUNC
1769 symbols here.
1770 (elf_backend_output_arch_local_syms): New.
1771 * elfnn-aarch64.c (elfNN_aarch64_allocate_ifunc_dynrelocs):
1772 Pass FALSE to _bfd_elf_allocate_ifunc_dyn_relocs.
1773
80c135e5
TP
17742016-06-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
1775 Tony Wang <tony.wang@arm.com>
1776
1777 * elf32-arm.c (elf32_arm_stub_long_branch_thumb2_only): Define stub
1778 sequence.
1779 (stub_long_branch_thumb2_only): Define stub.
1780 (arm_stub_is_thumb): Add case for arm_stub_long_branch_thumb2_only.
1781 (arm_stub_long_branch_thumb2_only): Likewise.
1782 (arm_type_of_stub): Use arm_stub_long_branch_thumb2_only for Thumb-2
1783 capable targets.
1784
4f26fb3a
JM
17852016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1786
1787 * archures.c (bfd_mach_sparc_v8plusc): Define.
1788 (bfd_mach_sparc_v9c): Likewise.
1789 (bfd_mach_sparc_v8plusd): Likewise.
1790 (bfd_mach_sparc_v9d): Likewise.
1791 (bfd_mach_sparc_v8pluse): Likewise.
1792 (bfd_mach_sparc_v9e): Likewise.
1793 (bfd_mach_sparc_v8plusv): Likewise
1794 (bfd_mach_sparc_v9v): Likewise.
1795 (bfd_mach_sparc_v8plusm): Likewise.
1796 (bfd_mach_sparc_v9m): Likewise.
1797 (bfd_mach_sparc_v9_p): Adapt to v8plusm and v9m.
1798 (bfd_mach_sparc_64bit_p): Likewise.
1799 * bfd-in2.h: Regenerate.
1800 * cpu-sparc.c (arch_info_struct): Add entries for
1801 bfd_mach_sparc_v8plus{c,d,e,v,m} and bfd_mach_sparc_v9{c,d,e,v,m}.
1802 * aoutx.h (machine_type): Handle bfd_mach_sparc_v8plus{c,d,e,v,m}
1803 and bfd_mach_sparc_v9{c,d,e,v,m}.
1804 * elf32-sparc.c (elf32_sparc_final_write_processing): Likewise.
1805 * elfxx-sparc.c (_bfd_sparc_elf_object_p): Likewise.
1806
ca45f6e9
L
18072016-06-16 H.J. Lu <hongjiu.lu@intel.com>
1808
1809 * elf32-i386.c (elf_i386_check_relocs): Don't check undefined
1810 symbols for relocations against IFUNC symbols.
1811 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
1812
f92339b8
MK
18132016-06-16 Marcin Kościelnicki <koriakin@0x04.net>
1814
1815 * elf32-s390.c (elf_s390_finish_dynamic_sections): Include
1816 .rela.iplt in DT_PLTRELSZ.
1817 * elf64-s390.c (elf_s390_finish_dynamic_sections): Likewise,
1818 for DT_PLTRELSZ and DT_RELASZ as well.
1819
081b1afe
L
18202016-06-16 H.J. Lu <hongjiu.lu@intel.com>
1821
1822 * elf32-i386.c (elf_i386_check_relocs): Skip relocations in
1823 non-loaded, non-alloced sections.
1824 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
1825
4c23f2ff
L
18262016-06-15 H.J. Lu <hongjiu.lu@intel.com>
1827
1828 * elf32-i386.c (elf_i386_check_relocs): Check SEC_ALLOC before
1829 allocating dynamic relocation.
1830 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
1831
31eef93e
SKS
18322016-06-14 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1833
1834 PR ld/20254
1835 * elf32-avr.c (elf32_avr_relax_delete_bytes): Adjust reloc
1836 offsets until reloc_toaddr.
1837
c428ce9d
L
18382016-06-14 H.J. Lu <hongjiu.lu@intel.com>
1839
1840 * elf32-i386.c (elf_i386_reloc_type_class): Check R_386_IRELATIVE.
1841 Don't check symbol type for STN_UNDEF symbol index.
1842 * elf64-x86-64.c (elf_x86_64_reloc_type_class): Check
1843 R_X86_64_IRELATIVE. Don't check symbol type for STN_UNDEF symbol
1844 index.
1845
60a019a0
TP
18462016-06-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
1847
1848 * elf32-arm.c (using_thumb_only): Force review of arch check logic for
1849 new architecture.
1850 (using_thumb2): Try Tag_THUMB_ISA_use first and check
1851 for exact arch value then. Force review of arch check logic for new
1852 architecture.
1853 (arch_has_arm_nop): Update and fix arch check logic. Force review of
1854 that logic for new architecture.
1855 (arch_has_thumb2_nop): Remove.
1856 (elf32_arm_tls_relax): Use using_thumb2 instead of above function.
1857 (elf32_arm_final_link_relocate): Likewise but using thumb2.
1858
3860d2b4
AM
18592016-06-14 Alan Modra <amodra@gmail.com>
1860
1861 * bfd-in.h (bfd_my_archive): Delete.
1862 * bfd-in2.h: Regenerate.
1863
b0cffb47
AM
18642016-06-14 Alan Modra <amodra@gmail.com>
1865
1866 PR ld/20241
1867 * archive.c (open_nested_file): Set my_archive.
1868 * bfd.c (_bfd_default_error_handler <%B>): Exclude archive file name
1869 for thin archives.
1870 * bfdio.c (bfd_tell): Don't adjust origin for thin archives.
1871 (bfd_seek): Likewise.
1872 * bfdwin.c (bfd_get_file_window): Likewise.
1873 * cache.c (cache_bmmap): Likewise.
1874 (bfd_cache_lookup_worker): Don't look in my_archive for thin archives.
1875 * mach-o.c (bfd_mach_o_follow_dsym): Don't open my_archive for
1876 thin archives.
1877 * plugin.c (try_claim): Likewise.
1878 * xcofflink.c (xcoff_link_add_dynamic_symbols): Use import path of
1879 file within thin archive, not the archive.
1880
712ec279
L
18812016-06-13 H.J. Lu <hongjiu.lu@intel.com>
1882
1883 PR ld/20244
1884 * elf32-i386.c (elf_i386_relocate_section): Add the .got.plt
1885 section address for R_386_GOT32/R_386_GOT32X relocations against
1886 IFUNC symbols if there is no base register and return error for
1887 PIC.
1888
ca8c86ef
L
18892016-06-13 H.J. Lu <hongjiu.lu@intel.com>
1890
1891 * elf32-i386.c (elf_i386_relocate_section): Simplify IFUNC
1892 GOT32 adjustment for static executables.
1893
0c9663cb
MR
18942016-06-13 Maciej W. Rozycki <macro@imgtec.com>
1895
1896 * elf32-mips.c (elf_mips_gnu_pcrel32): Update comment.
1897
815dc1bc
CZ
18982016-06-13 Cupertino Miranda <cmiranda@synospsy.com>
1899
1900 * elf32-arc.c (elf_arc_relocate_section): Fixed condition.
1901
3b63d2ce
CM
19022016-06-13 Cupertino Miranda <cmiranda@synospsy.com>
1903
1904 * elf32-arc.c (elf_arc_finish_dynamic_sections): Changed.
1905
2ab2f40d
CM
19062016-06-13 Cupertino Miranda <cmiranda@synospsy.com>
1907
1908 * elf32-arc.c (arc_local_data, arc_local_data): Removed.
1909 (SECTSTART): Changed.
1910 (elf_arc_relocate_section): Fixed mistake in PIE related
1911 condition.
1912 (elf_arc_size_dynamic_sections): Changed DT_RELENT to DT_RELAENT.
1913
0f7f3789
CM
19142016-06-13 Cupertino Miranda <cmiranda@synospsy.com>
1915
1916 * elf32-arc.c (elf32_arc_reloc_type_class): Defined function to
1917 enable support for "-z combreloc" and DT_RELACOUNT.
1918 (elf_backend_reloc_type_class): Likewise
1919
74d7f0aa
L
19202016-06-11 H.J. Lu <hongjiu.lu@intel.com>
1921
1922 PR ld/20244
1923 * elf32-i386.c (elf_i386_relocate_section): When relocating
1924 R_386_GOT32, return error without a base register for PIC and
1925 subtract the .got.plt section address only with a base register.
1926
ef53be89
AM
19272016-06-10 Alan Modra <amodra@gmail.com>
1928
1929 * elf-strtab.c (struct strtab_save): Use size_t for "size".
1930 (struct elf_strtab_hash): Likewise for "size" and "alloced".
1931 (_bfd_elf_strtab_init): Formatting.
1932 (_bfd_elf_strtab_add): Return size_t rather than bfd_size_type.
1933 (_bfd_elf_strtab_addref): Take size_t idx param.
1934 (_bfd_elf_strtab_delref, _bfd_elf_strtab_refcount): Likewise.
1935 (_bfd_elf_strtab_offset): Likewise.
1936 (_bfd_elf_strtab_clear_all_refs): Use size_t idx.
1937 (_bfd_elf_strtab_save): Use size_t "idx" and "size" vars.
1938 (_bfd_elf_strtab_restore, _bfd_elf_strtab_emit): Similarly.
1939 (_bfd_elf_strtab_finalize): Similarly.
1940 * elf-bfd.h (_bfd_elf_strtab_add): Update prototypes.
1941 (_bfd_elf_strtab_addref, _bfd_elf_strtab_delref): Likewise.
1942 (_bfd_elf_strtab_refcount, _bfd_elf_strtab_offset): Likewise.
1943 * elf.c (bfd_elf_get_elf_syms): Calculate symbol buffer size
1944 using bfd_size_type.
1945 (bfd_section_from_shdr): Delete amt.
1946 (_bfd_elf_init_reloc_shdr): Likewise.
1947 (_bfd_elf_link_assign_sym_version): Likewise.
1948 (assign_section_numbers): Use size_t reloc_count.
1949 * elflink.c (struct elf_symbuf_head): Use size_t "count".
1950 (bfd_elf_link_record_dynamic_symbol): Use size_t for some vars.
1951 (elf_link_is_defined_archive_symbol): Likewise.
1952 (elf_add_dt_needed_tag): Likewise.
1953 (elf_finalize_dynstr): Likewise.
1954 (elf_link_add_object_symbols): Likewise.
1955 (bfd_elf_size_dynamic_sections): Likewise.
1956 (elf_create_symbuf): Similarly.
1957 (bfd_elf_match_symbols_in_sections): Likewise.
1958 (elf_link_swap_symbols_out): Likewise.
1959 (elf_link_check_versioned_symbol): Likewise.
1960 (bfd_elf_gc_record_vtinherit): Likewise.
1961 (bfd_elf_gc_common_finalize_got_offsets): Likewise.
1962
5c41dbc3
DC
19632016-06-08 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1964
1965 PR ld/20221
1966 * elf32-avr.c (elf32_avr_relax_delete_bytes): Adjust syms
1967 and relocs only if shrinking occurred.
1968
6eaa7fb5
L
19692016-06-08 H.J. Lu <hongjiu.lu@intel.com>
1970
1971 * elf64-i386.c (elf_i386_link_hash_entry): Add tls_get_addr.
1972 (elf_i386_link_hash_newfunc): Initialize tls_get_addr to 2.
1973 (elf_i386_check_tls_transition): Check indirect call and direct
1974 call with the addr32 prefix for general and local dynamic models.
1975 Set the tls_get_addr feild.
1976 (elf_i386_convert_load_reloc): Always use addr32 prefix for
1977 indirect ___tls_get_addr call via GOT.
1978 (elf_i386_relocate_section): Handle GD->LE, GD->IE and LD->LE
1979 transitions with indirect call and direct call with the addr32
1980 prefix.
1981
3b67f094
MK
19822016-06-07 Marcin Kościelnicki <koriakin@0x04.net>
1983
1984 * elf32-s390.c (elf_s390_finish_dynamic_symbol): Fix comment.
1985 * elf64-s390.c (elf_s390x_plt_entry): Fix comment.
1986 (elf_s390_relocate_section): Fix comment.
1987 (elf_s390_finish_dynamic_sections): Fix initialization of fixed
1988 .got.plt entries.
1989
161db279
AK
19902016-06-07 Ulrich Weigand <ulrich.weigand@de.ibm.com>
1991
1992 * elf64-s390.c (elf_s390_finish_dynamic_sections): Subtract plt
1993 section offset when calculation the larl operand in the first PLT
1994 entry.
1995
14b57c7c
AM
19962016-06-07 Alan Modra <amodra@gmail.com>
1997
1998 * cpu-powerpc.c (powerpc_compatible): Allow bfd_mach_ppc_vle entry
1999 to match other 32-bit archs.
2000 * elf32-ppc.c (_bfd_elf_ppc_set_arch): New function.
2001 (ppc_elf_object_p): Call it.
2002 (ppc_elf_special_sections): Use APUINFO_SECTION_NAME. Fix
2003 overlong line.
2004 (APUINFO_SECTION_NAME, APUINFO_LABEL): Don't define here.
2005 * elf64-ppc.c (ppc64_elf_object_p): Call _bfd_elf_ppc_set_arch.
2006 * bfd-in.h (_bfd_elf_ppc_at_tls_transform,
2007 _bfd_elf_ppc_at_tprel_transform): Move to..
2008 * elf-bfd.h: ..here.
2009 (_bfd_elf_ppc_set_arch): Declare.
2010 * bfd-in2.h: Regenerate.
2011
e2cbcd91
L
20122016-06-06 H.J. Lu <hongjiu.lu@intel.com>
2013
2014 * elf64-x86-64.c (elf_x86_64_link_hash_entry): Add tls_get_addr.
2015 (elf_x86_64_link_hash_newfunc): Initialize tls_get_addr to 2.
2016 (elf_x86_64_check_tls_transition): Check indirect call and
2017 direct call with the addr32 prefix for general and local dynamic
2018 models. Set the tls_get_addr feild.
2019 (elf_x86_64_convert_load_reloc): Always use addr32 prefix for
2020 indirect __tls_get_addr call via GOT.
2021 (elf_x86_64_relocate_section): Handle GD->LE, GD->IE and LD->LE
2022 transitions with indirect call and direct call with the addr32
2023 prefix.
2024
2ac27cd3
CG
20252016-06-04 Christian Groessler <chris@groessler.org>
2026
2027 * coff-z8k.c (extra_case): Fix range check for R_JR relocation.
2028
99914dfd
NC
20292016-06-02 Nick Clifton <nickc@redhat.com>
2030
2031 PR target/20088
2032 * cpu-arm.c (processors): Add "arm_any" type to match any ARM
2033 architecture.
2034 (arch_info_struct): Likewise.
2035 (architectures): Likewise.
2036
4ad0bb5f
VG
20372016-06-02 Vineet Gupta <Vineet.Gupta1@synopsys.com>
2038
2039 * config.bfd: Replace -uclibc with *.
2040
3ddf1bdd
L
20412016-06-02 H.J. Lu <hongjiu.lu@intel.com>
2042
2043 * elf64-x86-64.c: Replace data32 with data16 in comments.
2044
5b677558
AM
20452016-05-31 Alan Modra <amodra@gmail.com>
2046
2047 PR ld/20159
2048 PR ld/16467
2049 * elflink.c (_bfd_elf_merge_symbol): Revert PR16467 change.
2050 (_bfd_elf_add_default_symbol): Don't indirect to/from defined
2051 symbol given a version by a script different to the version
2052 of the symbol being added.
2053 (elf_link_add_object_symbols): Use _bfd_elf_strtab_save and
2054 _bfd_elf_strtab_restore. Don't fudge dynstr references.
2055 * elf-strtab.c (_bfd_elf_strtab_restore_size): Delete.
2056 (struct strtab_save): New.
2057 (_bfd_elf_strtab_save, _bfd_elf_strtab_restore): New functions.
2058 * elf-bfd.h (_bfd_elf_strtab_restore_size): Delete.
2059 (_bfd_elf_strtab_save, _bfd_elf_strtab_restore): Declare.
2060
1fe0971e
TS
20612016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2062
2063 * elf32-hppa.h: Add extern "C".
2064 * elf32-nds32.h: Likewise.
2065 * elf32-tic6x.h: Likewise.
2066
885a1087
NC
20672016-06-01 Nick Clifton <nickc@redhat.com>
2068
2069 * po/sr.po: New Serbian translation.
2070 * configure.ac (ALL_LINGUAS): Add sr.
2071 * configure: Regenerate.
2072
99aefae6
MR
20732016-05-28 Maciej W. Rozycki <macro@imgtec.com>
2074
2075 * elfxx-mips.c (b_reloc_p): New function.
2076 (_bfd_mips_elf_relocate_section) <bfd_reloc_outofrange>: Handle
2077 branch relocations.
2078
77434823
MR
20792016-05-28 Maciej W. Rozycki <macro@imgtec.com>
2080
2081 * elfxx-mips.c (mips_elf_calculate_relocation): <R_MIPS16_26>
2082 <R_MIPS_26, R_MICROMIPS_26_S1>: Drop the region bits of the
2083 reloc location from calculation, treat the addend as signed with
2084 local non-section symbols and enable overflow detection.
2085
1a72702b
AM
20862016-05-28 Alan Modra <amodra@gmail.com>
2087
2088 * aoutx.h: Adjust linker callback calls throughout file,
2089 removing dead code.
2090 * bout.c: Likewise.
2091 * coff-alpha.c: Likewise.
2092 * coff-arm.c: Likewise.
2093 * coff-h8300.c: Likewise.
2094 * coff-h8500.c: Likewise.
2095 * coff-i960.c: Likewise.
2096 * coff-mcore.c: Likewise.
2097 * coff-mips.c: Likewise.
2098 * coff-ppc.c: Likewise.
2099 * coff-rs6000.c: Likewise.
2100 * coff-sh.c: Likewise.
2101 * coff-tic80.c: Likewise.
2102 * coff-w65.c: Likewise.
2103 * coff-z80.c: Likewise.
2104 * coff-z8k.c: Likewise.
2105 * coff64-rs6000.c: Likewise.
2106 * cofflink.c: Likewise.
2107 * ecoff.c: Likewise.
2108 * elf-bfd.h: Likewise.
2109 * elf-m10200.c: Likewise.
2110 * elf-m10300.c: Likewise.
2111 * elf32-arc.c: Likewise.
2112 * elf32-arm.c: Likewise.
2113 * elf32-avr.c: Likewise.
2114 * elf32-bfin.c: Likewise.
2115 * elf32-cr16.c: Likewise.
2116 * elf32-cr16c.c: Likewise.
2117 * elf32-cris.c: Likewise.
2118 * elf32-crx.c: Likewise.
2119 * elf32-d10v.c: Likewise.
2120 * elf32-epiphany.c: Likewise.
2121 * elf32-fr30.c: Likewise.
2122 * elf32-frv.c: Likewise.
2123 * elf32-ft32.c: Likewise.
2124 * elf32-h8300.c: Likewise.
2125 * elf32-hppa.c: Likewise.
2126 * elf32-i370.c: Likewise.
2127 * elf32-i386.c: Likewise.
2128 * elf32-i860.c: Likewise.
2129 * elf32-ip2k.c: Likewise.
2130 * elf32-iq2000.c: Likewise.
2131 * elf32-lm32.c: Likewise.
2132 * elf32-m32c.c: Likewise.
2133 * elf32-m32r.c: Likewise.
2134 * elf32-m68hc1x.c: Likewise.
2135 * elf32-m68k.c: Likewise.
2136 * elf32-mep.c: Likewise.
2137 * elf32-metag.c: Likewise.
2138 * elf32-microblaze.c: Likewise.
2139 * elf32-moxie.c: Likewise.
2140 * elf32-msp430.c: Likewise.
2141 * elf32-mt.c: Likewise.
2142 * elf32-nds32.c: Likewise.
2143 * elf32-nios2.c: Likewise.
2144 * elf32-or1k.c: Likewise.
2145 * elf32-ppc.c: Likewise.
2146 * elf32-s390.c: Likewise.
2147 * elf32-score.c: Likewise.
2148 * elf32-score7.c: Likewise.
2149 * elf32-sh.c: Likewise.
2150 * elf32-sh64.c: Likewise.
2151 * elf32-spu.c: Likewise.
2152 * elf32-tic6x.c: Likewise.
2153 * elf32-tilepro.c: Likewise.
2154 * elf32-v850.c: Likewise.
2155 * elf32-vax.c: Likewise.
2156 * elf32-visium.c: Likewise.
2157 * elf32-xstormy16.c: Likewise.
2158 * elf32-xtensa.c: Likewise.
2159 * elf64-alpha.c: Likewise.
2160 * elf64-hppa.c: Likewise.
2161 * elf64-ia64-vms.c: Likewise.
2162 * elf64-mmix.c: Likewise.
2163 * elf64-ppc.c: Likewise.
2164 * elf64-s390.c: Likewise.
2165 * elf64-sh64.c: Likewise.
2166 * elf64-x86-64.c: Likewise.
2167 * elflink.c: Likewise.
2168 * elfnn-aarch64.c: Likewise.
2169 * elfnn-ia64.c: Likewise.
2170 * elfxx-mips.c: Likewise.
2171 * elfxx-sparc.c: Likewise.
2172 * elfxx-tilegx.c: Likewise.
2173 * linker.c: Likewise.
2174 * pdp11.c: Likewise.
2175 * pe-mips.c: Likewise.
2176 * reloc.c: Likewise.
2177 * reloc16.c: Likewise.
2178 * simple.c: Likewise.
2179 * vms-alpha.c: Likewise.
2180 * xcofflink.c: Likewise.
2181 * elf32-rl78.c (get_symbol_value, get_romstart, get_ramstart): Delete
2182 status param. Adjust calls to these and linker callbacks throughout.
2183 * elf32-rx.c: (get_symbol_value, get_gp, get_romstart,
2184 get_ramstart): Delete status param. Adjust calls to these and
2185 linker callbacks throughout.
2186
bc27bb05
MR
21872016-05-27 Maciej W. Rozycki <macro@imgtec.com>
2188
2189 * elfxx-mips.c (mips_elf_calculate_relocation) <R_MIPS16_26>
2190 <R_MIPS_26, R_MICROMIPS_26_S1>: Include the addend in JALX's
2191 target alignment verification.
2192
ceab86af
MR
21932016-05-27 Maciej W. Rozycki <macro@imgtec.com>
2194
2195 * elfxx-mips.c (mips_elf_calculate_relocation): Also use the
2196 section name if `bfd_elf_string_from_elf_section' returns an
2197 empty string.
2198
ed53407e
MR
21992016-05-26 Maciej W. Rozycki <macro@imgtec.com>
2200
2201 * elfxx-mips.c (_bfd_mips_elf_relocate_section)
2202 <bfd_reloc_outofrange>: Use the `%X%H' rather than `%C' format
2203 for message. Continue processing rather than returning failure.
2204
de341542 22052016-05-25 Maciej W. Rozycki <macro@imgtec.com>
ed53407e 2206
de341542
MR
2207 * elfxx-mips.c (_bfd_mips_elf_relocate_section)
2208 <bfd_reloc_outofrange>: Call `->einfo' rather than `->warning'.
2209 Call `bfd_set_error'.
2210
e6cc316a
L
22112016-05-25 H.J. Lu <hongjiu.lu@intel.com>
2212
2213 PR binutils/14625
2214 * archive.c (bfd_slurp_armap): Replace
2215 bfd_elf64_archive_slurp_armap with
2216 _bfd_archive_64_bit_slurp_armap.
2217 (bsd_write_armap): Call _bfd_archive_64_bit_write_armap if
2218 BFD64 is defined and the archive is too big.
2219 (coff_write_armap): Likewise.
2220 * archive64.c (bfd_elf64_archive_slurp_armap): Renamed to ...
2221 (_bfd_archive_64_bit_slurp_armap): This.
2222 (bfd_elf64_archive_write_armap): Renamed to ...
2223 (_bfd_archive_64_bit_write_armap): This.
2224 * configure.ac: Add --enable-64-bit-archive.
2225 (want_64_bit_archive): New. Set to true by default for 64-bit
2226 MIPS and s390 ELF targets.
2227 (USE_64_BIT_ARCHIVE): New AC_DEFINE.
2228 * config.in: Regenerated.
2229 * configure: Likewise.
2230 * elf64-mips.c (bfd_elf64_archive_functions): Removed.
2231 (bfd_elf64_archive_slurp_armap): Likewise.
2232 (bfd_elf64_archive_write_armap): Likewise.
2233 (bfd_elf64_archive_slurp_extended_name_table): Likewise.
2234 (bfd_elf64_archive_construct_extended_name_table): Likewise.
2235 (bfd_elf64_archive_truncate_arname): Likewise.
2236 (bfd_elf64_archive_read_ar_hdr): Likewise.
2237 (bfd_elf64_archive_write_ar_hdr): Likewise.
2238 (bfd_elf64_archive_openr_next_archived_file): Likewise.
2239 (bfd_elf64_archive_get_elt_at_index): Likewise.
2240 (bfd_elf64_archive_generic_stat_arch_elt): Likewise.
2241 (bfd_elf64_archive_update_armap_timestamp): Likewise.
2242 * elf64-s390.c (bfd_elf64_archive_functions): Removed.
2243 (bfd_elf64_archive_slurp_armap): Likewise.
2244 (bfd_elf64_archive_write_armap): Likewise.
2245 (bfd_elf64_archive_slurp_extended_name_table): Likewise.
2246 (bfd_elf64_archive_construct_extended_name_table): Likewise.
2247 (bfd_elf64_archive_truncate_arname): Likewise.
2248 (bfd_elf64_archive_read_ar_hdr): Likewise.
2249 (bfd_elf64_archive_write_ar_hdr): Likewise.
2250 (bfd_elf64_archive_openr_next_archived_file): Likewise.
2251 (bfd_elf64_archive_get_elt_at_index): Likewise.
2252 (bfd_elf64_archive_generic_stat_arch_elt): Likewise.
2253 (bfd_elf64_archive_update_armap_timestamp): Likewise.
2254 * elfxx-target.h (TARGET_BIG_SYM): Use _bfd_archive_64_bit on
2255 BFD_JUMP_TABLE_ARCHIVE if USE_64_BIT_ARCHIVE is defined and
2256 bfd_elfNN_archive_functions isn't defined.
2257 (TARGET_LITTLE_SYM): Likewise.
2258 * libbfd-in.h (_bfd_archive_64_bit_slurp_armap): New prototype.
2259 (_bfd_archive_64_bit_write_armap): Likewise.
2260 (_bfd_archive_64_bit_slurp_extended_name_table): New macro.
2261 (_bfd_archive_64_bit_construct_extended_name_table): Likewise.
2262 (_bfd_archive_64_bit_truncate_arname): Likewise.
2263 (_bfd_archive_64_bit_read_ar_hdr): Likewise.
2264 (_bfd_archive_64_bit_write_ar_hdr): Likewise.
2265 (_bfd_archive_64_bit_openr_next_archived_file): Likewise.
2266 (_bfd_archive_64_bit_get_elt_at_index): Likewise.
2267 (_bfd_archive_64_bit_generic_stat_arch_elt): Likewise.
2268 (_bfd_archive_64_bit_update_armap_timestamp): Likewise.
2269 * libbfd.h: Regenerated.
2270 * plugin.c (plugin_vec): Use _bfd_archive_64_bit on
2271 BFD_JUMP_TABLE_ARCHIVE if USE_64_BIT_ARCHIVE is defined.
2272
b95a0a31
L
22732016-05-25 H.J. Lu <hongjiu.lu@intel.com>
2274
2275 PR ld/20103
2276 * cofflink.c (coff_link_check_archive_element): Return TRUE if
2277 linker add_archive_element callback returns FALSE.
2278 * ecoff.c (ecoff_link_check_archive_element): Likewise.
2279 * elf64-ia64-vms.c (elf64_vms_link_add_archive_symbols): Skip
2280 archive element if linker add_archive_element callback returns
2281 FALSE.
2282 * elflink.c (elf_link_add_archive_symbols): Likewise.
2283 * pdp11.c (aout_link_check_ar_symbols): Likewise.
2284 * vms-alpha.c (alpha_vms_link_add_archive_symbols): Likewise.
2285 * xcofflink.c (xcoff_link_check_dynamic_ar_symbols): Likewise.
2286 (xcoff_link_check_ar_symbols): Likewise.
2287
7db9a74e
MR
22882016-05-24 Maciej W. Rozycki <macro@imgtec.com>
2289
2290 * elfxx-mips.c (_bfd_mips_elf_relocate_section)
2291 <bfd_reloc_outofrange>: Unify error reporting code.
2292
b7f28d87
JW
22932016-05-23 Jim Wilson <jim.wilson@linaro.org>
2294
2295 * elfnn-aarch64.c: Unconditionally enable R_AARCH64_NULL and
2296 R_AARCH64_NONE. Use HOWTO64 for R_AARCH64_NULL.
2297 * relocs.c: Add BFD_RELOC_AARCH64_NULL.
2298 * bfd-in2.h: Regenerate.
2299 * libbfd.h: Likewise.
2300
a2bea324
KS
23012016-05-23 Kuba Sejdak <jakub.sejdak@phoesys.com>
2302
2303 * config.bfd: Add entry for arm-phoenix.
2304
d7c5bd02
TP
23052016-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
2306
2307 * elf32-arm.c (arm_dedicated_stub_section_padding): New function.
2308 (elf32_arm_size_stubs): Declare stub_type in a more outer scope and
2309 account for padding for stub section requiring one.
2310 (elf32_arm_build_stubs): Add comment to stress the importance of
2311 zeroing veneer section content.
2312
daa4adae
TP
23132016-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
2314
2315 * bfd-in.h (bfd_elf32_arm_keep_private_stub_output_sections): Declare
2316 bfd hook.
2317 * bfd-in2.h: Regenerate.
2318 * elf32-arm.c (arm_dedicated_stub_output_section_required): New
2319 function.
2320 (arm_dedicated_stub_output_section_required_alignment): Likewise.
2321 (arm_dedicated_stub_output_section_name): Likewise.
2322 (arm_dedicated_stub_input_section_ptr): Likewise.
2323 (elf32_arm_create_or_find_stub_sec): Add stub type parameter and
2324 function description comment. Add support for dedicated output stub
2325 section to given stub types.
2326 (elf32_arm_add_stub): Add a stub type parameter and pass it down to
2327 elf32_arm_create_or_find_stub_sec.
2328 (elf32_arm_create_stub): Pass stub type down to elf32_arm_add_stub.
2329 (elf32_arm_size_stubs): Pass stub type when calling
2330 elf32_arm_create_or_find_stub_sec for Cortex-A8 erratum veneers.
2331 (bfd_elf32_arm_keep_private_stub_output_sections): New function.
2332
52bf37dd
L
23332016-05-20 H.J. Lu <hongjiu.lu@intel.com>
2334
2335 * elf32-i386.c (elf_i386_check_relocs): Don't check R_386_GOT32
2336 when setting need_convert_load.
2337
17c6c9d9
MR
23382016-05-20 Maciej W. Rozycki <macro@imgtec.com>
2339
2340 * elfxx-mips.c (mips_elf_read_rel_addend): Adjust the addend for
2341 microMIPS JALX.
2342
7d4d9709
L
23432016-05-19 H.J. Lu <hongjiu.lu@intel.com>
2344
2345 PR ld/20117
2346 * elf32-i386.c (elf_i386_convert_load_reloc): Don't check
2347 R_386_GOT32X.
2348 (elf_i386_convert_load): Don't convert R_386_GOT32.
2349
606851fb
AM
23502016-05-20 Alan Modra <amodra@gmail.com>
2351
2352 PR gas/20118
2353 * elf.c (elf_fake_sections): Set sh_entsize for SHT_INIT_ARRAY,
2354 SHT_FINI_ARRAY, and SHT_PREINIT_ARRAY.
2355
3c8adaca
CZ
23562016-05-19 Cupertino Miranda <cmiranda@synopsys.com>
2357
2358 * elf32-arc.c (arc_elf_final_write_processing): Changed.
2359 (debug_arc_reloc): Likewise.
2360 (elf_arc_relocate_section): Likewise.
2361 (elf_arc_check_relocs): Likewise.
2362 (elf_arc_adjust_dynamic_symbol): Likewise.
2363 (elf_arc_add_symbol_hook): Likewise.
2364
6b200de0
MR
23652016-05-19 Maciej W. Rozycki <macro@imgtec.com>
2366
2367 * config.bfd: Remove `am34-*-linux*' support.
2368
57e7d118
AM
23692016-05-19 Alan Modra <amodra@gmail.com>
2370
2371 * elf64-ppc.c (allocate_dynrelocs): Allocate got and other dynamic
2372 relocs before plt relocs.
2373
9f284bf9
AM
23742016-05-19 Alan Modra <amodra@gmail.com>
2375
2376 * elf64-ppc.c (ppc64_elf_branch_reloc): Check for NULL owner
2377 before dereferencing.
2378
50498060
NC
23792016-05-18 Nick Clifton <nickc@redhat.com>
2380
2381 * po/sv.po: Updated Swedish translation.
2382
7f991970
AM
23832016-05-18 Alan Modra <amodra@gmail.com>
2384
2385 * elf32-arm.c (elf32_arm_size_stubs): Free or cache local syms
2386 for each BFD. Don't goto error_ret_free_local from outside loop.
2387
a43942db
MR
23882016-05-17 Maciej W. Rozycki <macro@imgtec.com>
2389
2390 * elf-s390-common.c (elf_s390_add_symbol_hook): Remove
2391 STB_GNU_UNIQUE handling.
2392 * elf32-arc.c (elf_arc_add_symbol_hook): Likewise.
2393 * elf32-arm.c (elf32_arm_add_symbol_hook): Likewise.
2394 * elf32-m68k.c (elf_m68k_add_symbol_hook): Likewise.
2395 * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
2396 * elf32-sparc.c (elf32_sparc_add_symbol_hook): Likewise.
2397 * elf64-ppc.c (ppc64_elf_add_symbol_hook): Likewise.
2398 * elf64-sparc.c (elf64_sparc_add_symbol_hook): Likewise.
2399 * elf64-x86-64.c (elf_x86_64_add_symbol_hook): Likewise.
2400 * elfxx-aarch64.c (_bfd_aarch64_elf_add_symbol_hook): Likewise.
2401 * elfxx-mips.c (_bfd_mips_elf_add_symbol_hook): Likewise.
2402 * elf32-i386.c (elf_i386_add_symbol_hook): Remove function.
2403 (elf_backend_add_symbol_hook): Remove macro.
2404 * elflink.c (elf_link_add_object_symbols): Set `has_gnu_symbols'
2405 for STB_GNU_UNIQUE symbols.
2406
71de3413
MR
24072016-05-16 Maciej W. Rozycki <macro@imgtec.com>
2408
2409 * elf32-v850.c (v850_elf_copy_notes): New function, factored out
2410 from...
2411 (v850_elf_copy_private_bfd_data): ... here. Call the new
2412 function and `_bfd_elf_copy_private_bfd_data'.
2413
2168b268
L
24142016-05-13 H.J. Lu <hongjiu.lu@intel.com>
2415
2416 PR ld/20093
2417 * elf64-x86-64.c (elf_x86_64_convert_load_reloc): Don't convert
2418 GOTPCREL relocation against large section.
2419
4ade44b7
AM
24202016-05-13 Alan Modra <amodra@gmail.com>
2421
2422 * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_sections): Use
2423 linker dynamic sections in calculating size and address of
2168b268 2424 dynamic tags rather than using output sections. Remove asserts.
4ade44b7
AM
2425 * elf32-arm.c (elf32_arm_finish_dynamic_sections): Likewise.
2426 * elf32-cr16.c (_bfd_cr16_elf_finish_dynamic_sections): Likewise.
2427 * elf32-cris.c (elf_cris_finish_dynamic_sections): Likewise.
2428 * elf32-i370.c (i370_elf_finish_dynamic_sections): Likewise.
2429 * elf32-lm32.c (lm32_elf_finish_dynamic_sections): Likewise.
2430 * elf32-m32r.c (m32r_elf_finish_dynamic_sections): Likewise.
2431 * elf32-m68k.c (elf_m68k_finish_dynamic_sections): Likewise.
2432 * elf32-metag.c (elf_metag_finish_dynamic_sections): Likewise.
2433 * elf32-microblaze.c (microblaze_elf_finish_dynamic_sections): Likewise.
2434 * elf32-nds32.c (nds32_elf_finish_dynamic_sections): Likewise.
2435 * elf32-nios2.c (nios2_elf32_finish_dynamic_sections): Likewise.
2436 * elf32-or1k.c (or1k_elf_finish_dynamic_sections): Likewise.
2437 * elf32-s390.c (elf_s390_finish_dynamic_sections): Likewise.
2438 * elf32-score.c (s3_bfd_score_elf_finish_dynamic_sections): Likewise.
2439 * elf32-score7.c (s7_bfd_score_elf_finish_dynamic_sections): Likewise.
2440 * elf32-vax.c (elf_vax_finish_dynamic_sections): Likewise.
2441 * elf32-xtensa.c (elf_xtensa_finish_dynamic_sections): Likewise.
2442 * elf64-alpha.c (elf64_alpha_finish_dynamic_sections): Likewise.
2443 * elf64-s390.c (elf_s390_finish_dynamic_sections): Likewise.
2444 * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
2445 * elflink.c (bfd_elf_final_link): Likewise.
2446 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_sections): Likewise.
2447 * elfxx-sparc.c (sparc_finish_dyn): Likewise. Adjust error message.
2448 * elf32-arc.c (GET_SYMBOL_OR_SECTION): Remove ASSERT arg and
2449 don't set doit. Look up dynobj section.
2450 (elf_arc_finish_dynamic_sections): Adjust GET_SYMBOL_OR_SECTION
2451 invocation and dynamic tag vma calculation. Don't test
2452 boolean var == TRUE.
2453 * elfnn-aarch64.c (elfNN_aarch64_finish_dynamic_sections): Fix
2454 DT_JMPREL calc.
2455
c8e44c6d
AM
24562016-05-13 Alan Modra <amodra@gmail.com>
2457
2458 * elflink.c (elf_link_sort_relocs): Wrap overlong lines. Fix
2459 octets_per_byte. Put dynamic .rela.plt last in link orders.
2460 Assign output_offset for reloc sections rather than writing
2461 sorted relocs from block corresponding to output_offset.
2462
1997c994
AM
24632016-05-12 Alan Modra <amodra@gmail.com>
2464
2465 * elf-bfd.h (elf_reloc_type_class): Put reloc_class_plt last.
2466
8f4f9071
MF
24672016-05-11 Andrew Bennett <andrew.bennett@imgtec.com>
2468
2469 * elfxx-mips.c (print_mips_ases): Add DSPR3.
2470
a464198b
AM
24712016-05-11 Alan Modra <amodra@gmail.com>
2472
2473 * elf32-hppa.c (elf32_hppa_init_stub_bfd): New function.
2474 (elf32_hppa_check_relocs): Don't set dynobj.
2475 (elf32_hppa_size_stubs): Test !SEC_LINKER_CREATED for stub sections.
2476 (elf32_hppa_build_stubs): Likewise.
2477 * elf32-hppa.h (elf32_hppa_init_stub_bfd): Declare.
2478
3bd43ebc
AM
24792016-05-11 Alan Modra <amodra@gmail.com>
2480
2481 PR 20060
2482 * elf64-ppc.c (ppc64_elf_tls_setup): Clear forced_local.
2483 * elf32-ppc.c (ppc_elf_tls_setup): Likewise.
2484
4e7fbb34
JW
24852016-05-10 Jiong Wang <jiong.wang@arm.com>
2486
2487 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Remove redundant
2488 aarch64_tls_transition check.
2489
4f4faa4d
TP
24902016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2491
2492 * elf32-arm.c (enum elf32_arm_stub_type): New max_stub_type
2493 enumerator.
2494 (arm_stub_sym_claimed): New function.
2495 (elf32_arm_create_stub): Use veneered symbol name and section if
2496 veneer needs to claim its symbol, and keep logic unchanged otherwise.
2497 (arm_stub_claim_sym): New function.
2498 (arm_map_one_stub): Call arm_stub_claim_sym if veneer needs to claim
2499 veneered symbol, otherwise create local symbol as before.
2500
39d911fc
TP
25012016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2502
2503 * elf32-arm.c (elf32_arm_size_stubs): Use new macros
2504 ARM_GET_SYM_BRANCH_TYPE and ARM_SET_SYM_BRANCH_TYPE to respectively get
2505 and set branch type of a symbol.
2506 (bfd_elf32_arm_process_before_allocation): Likewise.
2507 (elf32_arm_relocate_section): Likewise and fix identation along the
2508 way.
2509 (allocate_dynrelocs_for_symbol): Likewise.
2510 (elf32_arm_finish_dynamic_symbol): Likewise.
2511 (elf32_arm_swap_symbol_in): Likewise.
2512 (elf32_arm_swap_symbol_out): Likewise.
2513
6bde4c52
TP
25142016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2515
2516 * bfd-in.h (elf32_arm_size_stubs): Add an output section parameter.
2517 * bfd-in2.h: Regenerated.
2518 * elf32-arm.c (struct elf32_arm_link_hash_table): Add an output section
2519 parameter to add_stub_section callback.
2520 (elf32_arm_create_or_find_stub_sec): Get output section from link_sec
2521 and pass it down to add_stub_section.
2522 (elf32_arm_add_stub): Set section to stub_sec if NULL before using it
2523 for error message.
2524 (elf32_arm_size_stubs): Add output section parameter to
2525 add_stub_section function pointer parameter.
2526
b715f643
TP
25272016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2528
2529 * elf32-arm.c (elf32_arm_create_stub): New function.
2530 (elf32_arm_size_stubs): Use elf32_arm_create_stub for stub creation.
2531
8d9d9490
TP
25322016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2533
2534 * elf32-arm.c (enum elf32_arm_stub_type): Delete
2535 arm_stub_a8_veneer_lwm enumerator.
2536 (arm_stub_a8_veneer_lwm): New unsigned constant to replace
2537 aforementioned enumerator.
2538 (struct elf32_arm_stub_hash_entry): Delete target_addend
2539 field and add source_value.
2540 (struct a8_erratum_fix): Delete addend field and add target_offset.
2541 (stub_hash_newfunc): Initialize source_value field amd remove
2542 initialization for target_addend.
2543 (arm_build_one_stub): Stop special casing Thumb relocations: promote
2544 the else to being always executed, moving the
2545 arm_stub_a8_veneer_b_cond specific code in it. Remove
2546 stub_entry->target_addend from points_to computation.
2547 (cortex_a8_erratum_scan): Store in a8_erratum_fix structure the offset
2548 to target symbol from start of section rather than the offset from the
2549 stub address.
2550 (elf32_arm_size_stubs): Set stub_entry's source_value and target_value
2551 fields from struct a8_erratum_fix's offset and target_offset
2552 respectively.
2553 (make_branch_to_a8_stub): Rename target variable to loc. Compute
2554 veneered_insn_loc and loc using stub_entry's source_value.
2555
15afaa63
TP
25562016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2557
2558 (elf32_arm_merge_eabi_attributes): Add merging logic for
2559 Tag_DSP_extension.
2560
66a36822
PC
25612016-05-10 Pip Cet <pipcet@gmail.com>
2562
2563 PR ld/20059
2564 * elfxx-target.h (bfd_elfNN_bfd_copy_link_hash_symbol_type):
2565 Define as _bfd_generic_copy_link_hash_symbol_type when using
2566 generic hash table.
2567
315350be
NC
25682016-05-09 Nick Clifton <nickc@redhat.com>
2569
2570 PR binutils/20063
2571 * elf.c (bfd_elf_get_elf_syms): Check for out of range sh_link
2572 field before accessing sections array.
2573
9239bbd3
CM
25742016-05-09 Christophe Monat <christophe.monat@st.com>
2575
2576 PR ld/20030
2577 * elf32-arm.c (is_thumb2_vldm): Account for T1 (DP) encoding.
2578 (stm32l4xx_need_create_replacing_stub): Rename ambiguous nb_regs
2579 to nb_words.
2580 (create_instruction_vldmia): Add is_dp to disambiguate SP/DP
2581 encoding.
2582 (create_instruction_vldmdb): Likewise.
2583 (stm32l4xx_create_replacing_stub_vldm): is_dp detects DP encoding,
2584 uses it to re-encode.
2585
73597c18
NC
25862016-05-09 Nick Clifton <nickc@redhat.com>
2587
2588 PR 19938
2589 * elf32-arm.c (elf32_arm_adjust_dynamic_symbol): Revert accidental
2590 commit.
2591
ae1bb197
AM
25922016-05-09 Alan Modra <amodra@gmail.com>
2593
2594 * elf64-ppc.c (ppc64_elf_init_stub_bfd): Remove redundant NULL check.
2595
97196564
L
25962016-05-06 H.J. Lu <hongjiu.lu@intel.com>
2597
2598 PR ld/17550
2599 * elf-bfd.h (elf_link_hash_entry): Update comments for indx,
2600 documenting that indx == -3 if symbol is defined in a discarded
2601 section.
2602 * elflink.c (elf_link_add_object_symbols): Set indx to -3 if
2603 symbol is defined in a discarded section.
2604 (elf_link_output_extsym): Strip a global symbol defined in a
2605 discarded section.
2606
030e823c
L
26072016-05-06 H.J. Lu <hongjiu.lu@intel.com>
2608
2609 * elf32-i386.c (elf_backend_add_symbol_hook): Defined for Intel
2610 MCU.
2611
c175a657
L
26122016-05-05 H.J. Lu <hongjiu.lu@intel.com>
2613
2614 * elf32-i386.c (elf_i386_convert_load): Extract the GOT load
2615 conversion to ...
2616 (elf_i386_convert_load_reloc): This. New function.
2617 * elf64-x86-64.c (elf_x86_64_convert_load): Extract the GOT load
2618 conversion to ...
2619 (elf_x86_64_convert_load_reloc): This. New function.
2620
bedfd056
L
26212016-05-05 H.J. Lu <hongjiu.lu@intel.com>
2622
2623 * elf32-i386.c (elf_i386_check_tls_transition): Remove abfd.
2624 Don't check if contents == NULL.
2625 (elf_i386_tls_transition): Add from_relocate_section. Check
2626 from_relocate_section instead of contents != NULL. Update
2627 elf_i386_check_tls_transition call.
2628 (elf_i386_check_relocs): Cache the section contents if
2629 keep_memory is FALSE. Pass FALSE as from_relocate_section to
2630 elf_i386_tls_transition.
2631 (elf_i386_relocate_section): Pass TRUE as from_relocate_section
2632 to elf_i386_tls_transition.
2633 (elf_backend_caches_rawsize): New.
2634 * elf64-x86-64.c (elf_x86_64_check_tls_transition): Don't check
2635 if contents == NULL.
2636 (elf_x86_64_tls_transition): Add from_relocate_section. Check
2637 from_relocate_section instead of contents != NULL.
2638 (elf_x86_64_check_relocs): Cache the section contents if
2639 keep_memory is FALSE. Pass FALSE as from_relocate_section to
2640 elf_x86_64_tls_transition.
2641 (elf_x86_64_relocate_section): Pass TRUE as from_relocate_section
2642 to elf_x86_64_tls_transition.
2643 (elf_backend_caches_rawsize): New.
2644
6d6a648c
MR
26452016-05-03 Maciej W. Rozycki <macro@imgtec.com>
2646
2647 PR 10549
2648 * elfxx-mips.c (_bfd_mips_elf_add_symbol_hook): Handle
2649 STB_GNU_UNIQUE.
2650
1f56df9d
JW
26512016-05-03 Jiong Wang <jiong.wang@arm.com>
2652
2653 * bfd-in.h (bfd_elf64_aarch64_set_options): Update prototype.
2654 * bfd-in2.h (bfd_elf64_aarch64_set_options): Likewise.
2655 * elfnn-aarch64.c (bfd_elfNN_aarch64_set_options): Initialize
2656 no_apply_dynamic_relocs.
2657 (elfNN_aarch64_final_link_relocate): Apply absolute relocations even though
2658 dynamic relocations generated.
2659
493f652c
L
26602016-04-29 H.J. Lu <hongjiu.lu@intel.com>
2661
2662 * elf32-i386.c (elf_i386_size_dynamic_sections): Move interp
2663 setting to ...
2664 (elf_i386_create_dynamic_sections): Here.
2665 * elf64-x86-64.c (elf_x86_64_size_dynamic_sections): Move
2666 interp setting to ...
2667 (elf_x86_64_create_dynamic_sections): Here.
2668
e62b9723
L
26692016-04-29 H.J. Lu <hongjiu.lu@intel.com>
2670
2671 * elf32-i386.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): Take GOT_RELOC
2672 and replace (EH)->has_got_reloc with GOT_RELOC.
2673 (elf_i386_fixup_symbol): Pass has_got_reloc to
2674 UNDEFINED_WEAK_RESOLVED_TO_ZERO.
2675 (elf_i386_allocate_dynrelocs): Likewise.
2676 (elf_i386_relocate_section): Likewise.
2677 (elf_i386_finish_dynamic_symbol): Likewise.
2678 (elf_i386_convert_load): Pass TRUE to
2679 UNDEFINED_WEAK_RESOLVED_TO_ZERO.
2680 * elf64-x86-64.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): Take
2681 GOT_RELOC and replace (EH)->has_got_reloc with GOT_RELOC.
2682 (elf_x86_64_fixup_symbol): Pass has_got_reloc to
2683 UNDEFINED_WEAK_RESOLVED_TO_ZERO.
2684 (elf_x86_64_allocate_dynrelocs): Likewise.
2685 (elf_x86_64_relocate_section): Likewise.
2686 (elf_x86_64_finish_dynamic_symbol): Likewise.
2687 (elf_x86_64_convert_load): Pass TRUE to
2688 UNDEFINED_WEAK_RESOLVED_TO_ZERO.
2689
c337a162
L
26902016-04-29 H.J. Lu <hongjiu.lu@intel.com>
2691
2692 * elf32-i386.c (check_relocs_failed): New.
2693 (elf_i386_check_relocs): Set check_relocs_failed on error.
2694 (elf_i386_relocate_section): Skip if check_relocs failed.
2695
afd9acee
L
26962016-04-29 H.J. Lu <hongjiu.lu@intel.com>
2697
2698 * elf64-x86-64.c (elf_x86_64_check_relocs): Set
2699 check_relocs_failed on error.
2700
5522f910
NC
27012016-04-29 Nick Clifton <nickc@redhat.com>
2702
2703 PR 19938
2704 * elf-bfd.h (struct elf_backend_data): Rename
2705 elf_backend_set_special_section_info_and_link to
2706 elf_backend_copy_special_section_fields.
2707 * elfxx-target.h: Likewise.
2708 * elf.c (section_match): Ignore the SHF_INFO_LINK flag when
2709 comparing section flags.
2710 (copy_special_section_fields): New function.
2711 (_bfd_elf_copy_private_bfd_data): Copy the EI_ABIVERSION field.
2712 Perform two scans over special sections. The first one looks for
2713 a direct mapping between the output section and an input section.
2714 The second scan looks for a possible match based upon section
2715 characteristics.
2716 * elf32-arm.c (elf32_arm_copy_special_section_fields): New
2717 function. Handle setting the sh_link field of SHT_ARM_EXIDX
2718 sections.
2719 * elf32-i386.c (elf32_i386_set_special_info_link): Rename to
2720 elf32_i386_copy_solaris_special_section_fields.
2721 * elf32-sparc.c (elf32_sparc_set_special_section_info_link):
2722 Rename to elf32_sparc_copy_solaris_special_section_fields.
2723 * elf64-x86-64.c (elf64_x86_64_set_special_info_link): Rename to
2724 elf64_x86_64_copy_solaris_special_section_fields.
2725
786a118c
NC
27262016-04-28 Nick Clifton <nickc@redhat.com>
2727
2728 * po/zh_CN.po: Updated Chinese (simplified) translation.
2729
91f8bf69
L
27302016-04-27 H.J. Lu <hongjiu.lu@intel.com>
2731
2732 PR ld/20006
2733 * elf64-x86-64.c (elf_x86_64_convert_load): Skip debug sections
2734 when estimating distances between output sections.
2735
a6a4679f
AM
27362016-04-27 Alan Modra <amodra@gmail.com>
2737
2738 * elflink.c (_bfd_elf_is_start_stop): New function.
2739 (_bfd_elf_gc_mark_rsec): Use it.
2740 * elf-bfd.h (_bfd_elf_is_start_stop): Declare.
2741
28cc9170
TS
27422016-04-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2743
2744 * elf32-rx.c (rx_set_section_contents): Avoid arithmetic on void *.
2745 * mmo.c (mmo_get_section_contents): Likewise.
2746 (mmo_set_section_contents): Likewise.
2747
d5486c43
L
27482016-04-26 H.J. Lu <hongjiu.lu@intel.com>
2749
2750 * elf-bfd.h (elf_link_hash_table): Update comments for
2751 dynsymcount.
2752 * elflink.c (_bfd_elf_link_renumber_dynsyms): Always count for
2753 the unused NULL entry at the head of dynamic symbol table.
2754 (bfd_elf_size_dynsym_hash_dynstr): Remove dynsymcount != 0
2755 checks.
2756
6645479e
L
27572016-04-21 H.J. Lu <hongjiu.lu@intel.com>
2758
2759 * elflink.c (_bfd_elf_link_create_dynstrtab): Exclude linker
2760 created file from dynobj.
2761
6cd255ca
L
27622016-04-21 H.J. Lu <hongjiu.lu@intel.com>
2763
2764 * elflink.c (_bfd_elf_link_create_dynstrtab): Set dynobj to a
2765 normal input file if possible.
2766
4f3b23b3
NC
27672016-04-21 Nick Clifton <nickc@redhat.com>
2768
2769 * aout-adobe.c: Use _bfd_generic_link_check_relocs.
2770 * aout-target.h: Likewise.
2771 * aout-tic30.c: Likewise.
2772 * binary.c: Likewise.
2773 * bout.c: Likewise.
2774 * coff-alpha.c: Likewise.
2775 * coff-rs6000.c: Likewise.
2776 * coff64-rs6000.c: Likewise.
2777 * coffcode.h: Likewise.
2778 * i386msdos.c: Likewise.
2779 * i386os9k.c: Likewise.
2780 * ieee.c: Likewise.
2781 * ihex.c: Likewise.
2782 * libbfd-in.h: Likewise.
2783 * libecoff.h: Likewise.
2784 * mach-o-target.c: Likewise.
2785 * mmo.c: Likewise.
2786 * nlm-target.h: Likewise.
2787 * oasys.c: Likewise.
2788 * pef.c: Likewise.
2789 * plugin.c: Likewise.
2790 * ppcboot.c: Likewise.
2791 * som.c: Likewise.
2792 * srec.c: Likewise.
2793 * tekhex.c: Likewise.
2794 * versados.c: Likewise.
2795 * vms-alpha.c: Likewise.
2796 * xsym.c: Likewise.
2797 * elfxx-target.h: Use _bfd_elf_link_check_relocs.
2798 * linker.c (bfd_link_check_relocs): New function.
2799 (_bfd_generic_link_check_relocs): New function.
2800 * targets.c (BFD_JUMP_TABLE_LINK): Add initialization of
2801 _bfd_link_check_relocs field.
2802 (struct bfd_target)L Add _bfd_link_check_relocs field.
2803 * bfd-in2.h: Regenerate.
2804 * libbfd.h: Regenerate.
2805
e66cdd68
L
28062016-04-20 H.J. Lu <hongjiu.lu@intel.com>
2807
2808 * elf32-i386.c (elf_i386_gc_sweep_hook): Removed.
2809 (elf_backend_gc_sweep_hook): Likewise.
2810 * elf64-x86-64.c (elf_x86_64_gc_sweep_hook): Likewise.
2811 (elf_backend_gc_sweep_hook): Likewise.
2812
5ce03cea
L
28132016-04-20 H.J. Lu <hongjiu.lu@intel.com>
2814
2815 * elflink.c (_bfd_elf_link_check_relocs): Don't check relocations
2816 in excluded sections
2817
338c190a
L
28182016-04-20 H.J. Lu <hongjiu.lu@intel.com>
2819
2820 PR ld/19969
2821 * elf64-x86-64.c (check_relocs_failed): New.
2822 (elf_x86_64_need_pic): Moved before elf_x86_64_check_relocs.
2823 Support relocation agaist local symbol. Set check_relocs_failed.
2824 (elf_x86_64_check_relocs): Use elf_x86_64_need_pic. Check
2825 R_X86_64_32 relocation overflow.
2826 (elf_x86_64_relocate_section): Skip if check_relocs failed.
2827 Update one elf_x86_64_need_pic and remove one elf_x86_64_need_pic.
2828
466ee2af
L
28292016-04-20 H.J. Lu <hongjiu.lu@intel.com>
2830
2831 * elf32-i386.c (elf_i386_check_relocs): Call
2832 _bfd_elf_create_ifunc_sections only for STT_GNU_IFUNC symbol.
2833 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
2834
d9689752
L
28352016-04-20 H.J. Lu <hongjiu.lu@intel.com>
2836
2837 * elf-bfd.h (_bfd_elf_link_check_relocs): New.
2838 * elflink.c (_bfd_elf_link_check_relocs): New function.
2839 (elf_link_add_object_symbols): Call _bfd_elf_link_check_relocs
2840 if check_relocs_after_open_input is FALSE.
2841
e6c7cdec
TS
28422016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2843
2844 * cache.c: Update old style function definitions.
2845 * elf32-m68k.c: Likewise.
2846 * elf64-mmix.c: Likewise.
2847 * stab-syms.c: Likewise.
2848
b98e6871
TS
28492016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2850
2851 * elf32-arm.c (put_thumb2_insn): Change argument type to bfd_byte *.
2852
6fd8e7c2
L
28532016-04-15 H.J. Lu <hongjiu.lu@intel.com>
2854
2855 * Makefile.in: Regenerated with automake 1.11.6.
2856 * aclocal.m4: Likewise.
2857 * doc/Makefile.in: Likewise.
2858
4b0c052e
AB
28592016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2860
2861 * reloc.c: Add BFD_RELOC_ARC_NPS_CMEM16 entry.
2862 * bfd-in2.h: Regenerate.
2863 * libbfd.h: Regenerate.
2864 * elf32-arc.c: Add 'opcode/arc.h' include.
2865 (struct arc_relocation_data): Add symbol_name.
2866 (arc_special_overflow_checks): New function.
2867 (arc_do_relocation): Use arc_special_overflow_checks, reindent as
2868 required, add an extra comment.
2869 (elf_arc_relocate_section): Setup symbol_name in reloc_data.
2870
33cbe6c0
AB
28712016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2872
2873 * elf32-arc.c (tls_got_entries): Add 'TLS_GOT_' prefix to all
2874 entries.
2875 (elf_arc_relocate_section): Update enum uses.
2876 (elf_arc_check_relocs): Likewise.
2877 (elf_arc_finish_dynamic_symbol): Likewise.
2878
7634c4e6
L
28792016-04-14 H.J. Lu <hongjiu.lu@intel.com>
2880
2881 * elf.c (_bfd_elf_copy_private_bfd_data): Replace "link" with
2882 "sh_link".
2883
84865015
NC
28842016-04-14 Nick Clifton <nickc@redhat.com>
2885
2886 PR target/19938
2887 * elf-bbfd.h (struct elf_backend_data): New field:
2888 elf_strtab_flags.
2889 New field: elf_backend_set_special_section_info_and_link
2890 * elfxx-target.h (elf_backend_strtab_flags): Define if not already
2891 defined.
2892 (elf_backend_set_special_section_info_and_link): Define if not
2893 already defined.
2894 (elfNN_bed): Use elf_backend_set_special_section_info_and_link and
2895 elf_backend_strtab_flags macros to initialise fields in structure.
2896 * elf.c (_bfd_elf_make_section_from_shdr): Check for SHF_STRINGS
2897 being set even if SHF_MERGE is not set.
2898 (elf_fake_sections): Likewise.
2899 (section_match): New function. Matches two ELF sections based
2900 upon fixed characteristics.
2901 (find_link): New function. Locates a section in a BFD that
2902 matches a section in a different BFD.
2903 (_bfd_elf_copy_private_bfd_data): Copy the sh_info and sh_link
2904 fields of reserved sections.
2905 (bfd_elf_compute_section_file_positions): Set the flags for the
2906 .shstrtab section based upon the elf_strtab_flags field in the
2907 elf_backend_data structure.
2908 (swap_out_syms): Likewise for the .strtab section.
2909 * elflink.c (bfd_elf_final_link): Set the flags for the
2910 .strtab section based upon the elf_strtab_flags field in the
2911 elf_backend_data structure.
2912 * elf32-i386.c (elf32_i386_set_special_info_link): New function.
2913 (elf_backend_strtab_flags): Set to SHF_STRINGS for Solaris
2914 targets.
2915 (elf_backend_set_special_section_info_and_link): Define for
2916 Solaris targets.
2917 * elf32-sparc.c: Likewise.
2918 * elf64-x86-64.c: Likewise.
2919
2df3368d
L
29202016-04-11 H.J. Lu <hongjiu.lu@intel.com>
2921
2922 PR ld/19939
2923 * elf-bfd.h (_bfd_elf_allocate_ifunc_dyn_relocs): Add a pointer
2924 to bfd_boolean.
2925 * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Updated.
2926 Set *readonly_dynrelocs_against_ifunc_p to TRUE if dynamic reloc
2927 applies to read-only section.
2928 * elf32-i386.c (elf_i386_link_hash_table): Add
2929 readonly_dynrelocs_against_ifunc.
2930 (elf_i386_allocate_dynrelocs): Updated.
2931 (elf_i386_size_dynamic_sections): Issue an error for read-only
2932 segment with dynamic IFUNC relocations only if
2933 readonly_dynrelocs_against_ifunc is TRUE.
2934 * elf64-x86-64.c (elf_x86_64_link_hash_table): Add
2935 readonly_dynrelocs_against_ifunc.
2936 (elf_x86_64_allocate_dynrelocs): Updated.
2937 (elf_x86_64_size_dynamic_sections): Issue an error for read-only
2938 segment with dynamic IFUNC relocations only if
2939 readonly_dynrelocs_against_ifunc is TRUE.
2940 * elfnn-aarch64.c (elfNN_aarch64_allocate_ifunc_dynrelocs):
2941 Updated.
2942
15dd01b1
TP
29432016-04-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2944
2945 * elf32-arm.c (elf32_arm_size_stubs): Move error_ret_free_local to be
2946 a fall through from error_ret_free_internal. Free local_syms in
2947 error_ret_free_local if allocated from bfd_elf_get_elf_syms ().
2948
1e5885b7
CZ
29492016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
2950
2951 * elf32-arc.c (plt_do_relocs_for_symbol): Changed.
2952 (relocate_plt_for_entry): Likewise.
2953
b3aee839
CZ
29542016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
2955
2956 * elf32-arc.c (elf_arc_check_relocs): Changed
2957
094fb063
CZ
29582016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
2959
2960 * elf32-arc.c (name_for_global_symbol): Changed assert.
2961 (get_replace_function): Created.:
2962 (struct arc_relocation_data): Changed to signed types.
2963 (defines S, L, P, PDATA): Casted to signed type.
2964 (defines SECTSTART, _SDA_BASE_, TLS_REL): Likewise.
2965 (PRINT_DEBUG_RELOC_INFO_BEFORE): Changed.
2966 (arc_do_relocation): Changed.
2967
94e5c971
CZ
29682016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
2969
2970 * elf32-arc.c (name_for_global_symbol): Added assert to check for
2971 symbol index.
2972 (elf_arc_relocate_section): Added and changed asserts, validating
2973 the synamic symbol index.
2974 (elf_arc_finish_dynamic_symbol): Do not fill the dynamic
2975 relocation if symbol has dynindx set to -1.
2976
1f599d0e
MR
29772016-04-05 Maciej W. Rozycki <macro@imgtec.com>
2978
668df12d 2979 PR ld/19908
1f599d0e
MR
2980 * elflink.c (elf_link_add_object_symbols): Always turn hidden
2981 and internal symbols which have a dynamic index into local
2982 ones.
2983
67f101ee
NC
29842016-04-04 Nick Clifton <nickc@redhat.com>
2985
2986 PR 19872
2987 * dwarf2.c (parse_comp_unit): Skip warning about unrecognised
2988 version number if the version is zero.
2989
7b15fa7a
AM
29902016-04-01 Alan Modra <amodra@gmail.com>
2991
2992 PR 19886
2993 * elflink.c (on_needed_list): Recursively check needed status.
2994 (elf_link_add_object_symbols): Adjust.
2995
024ea11b
SKS
29962016-03-30 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2997
2998 * elf32-avr.c (avr_elf32_load_records_from_section): Free
2999 internal_relocs only if they aren't cached.
3000
ed3056eb
NC
30012016-03-29 Nick Clifton <nickc@redhat.com>
3002
3003 PR 17334
3004 * elf32-bfin.c (elf32_bfinfdpic_finish_dynamic_sections): Relax
3005 assertion on the size of the got section to allow it to be bigger
3006 than the number of relocs.
3007
e2b4fc91
TS
30082016-03-29 Toni Spets <toni.spets@iki.fi>
3009
3010 PR 19878
3011 * coffcode.h (coff_write_object_contents): Revert accidental
3012 2014-11-10 change.
3013
a97fbc7e
AM
30142016-03-22 Alan Modra <amodra@gmail.com>
3015
3016 PR 19850
3017 * dwarf2.c (read_attribute_value): Skip info_ptr check for
3018 DW_FORM_flag_present.
3019
9780e045
NC
30202016-03-22 Nick Clifton <nickc@redhat.com>
3021
96254e5c
NC
3022 * cpu-v850_rh850.c (arch_info_struct): Restore v850-rh850 as an
3023 architecture name for backwards compatibility.
3024
7769fa97
NC
3025 * peXXigen.c (_bfd_XXi_write_codeview_record): Fix possible
3026 unbounded stack use.
3027
9780e045
NC
3028 * warning.m4 (GCC_WARN_CFLAGS): Only add -Wstack-usage if using a
3029 sufficiently recent version of GCC.
3030 * configure: Regenerate.
3031
6f4c0a42
AM
30322016-03-22 Alan Modra <amodra@gmail.com>
3033
3034 PR 19851
3035 * plugin.c (try_load_plugin): Avoid -Wstack-usage warning.
3036
8699fc3e
AB
30372016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3038
3039 * archures.c (bfd_mach_arc_nps400): Define.
3040 * bfd-in2.h: Regenerate.
3041 * cpu-arc.c (arch_info_struct): New entry for nps400, renumber
3042 some existing entries to make space.
3043 * elf32-arc.c (arc_elf_object_p): Add nps400 case.
3044 (arc_elf_final_write_processing): Likewise.
3045
a9522a21
AB
30462016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3047
3048 * elf32-arc.c (arc_elf_print_private_bfd_data): Remove use of
3049 EF_ARC_CPU_GENERIC.
3050 (arc_elf_final_write_processing): Don't bother setting cpu field
3051 in e_flags, this will have been set elsewhere.
3052
c0334580
AB
30532016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3054
3055 * elf32-arc.c (arc_elf_final_write_processing): Switch to using
3056 EF_ARC_MACH_MSK.
3057
e1fa0163
NC
30582016-03-21 Nick Clifton <nickc@redhat.com>
3059
3060 * warning.m4 (GCC_WARN_CFLAGS): Add -Wstack-usage=262144
3061 * configure: Regenerate.
3062 * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Replace use of
3063 alloca with call to xmalloc.
3064 * elf32-nds32.c: Likewise.
3065 * elf64-hppa.c: Likewise.
3066 * elfxx-mips.c: Likewise.
3067 * pef.c: Likewise.
3068 * pei-x86_64.c: Likewise.
3069 * som.c: Likewise.
3070 * xsym.c: Likewise.
3071
4e0c91e4
L
30722016-03-15 H.J. Lu <hongjiu.lu@intel.com>
3073
3074 PR ld/19827
3075 * elf32-i386.c (elf_i386_check_relocs): Bind defined symbol
3076 locally in PIE.
3077 (elf_i386_relocate_section): Likewise.
3078 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
3079 (elf_x86_64_relocate_section): Likewise.
3080
4c10bbaa
L
30812016-03-15 H.J. Lu <hongjiu.lu@intel.com>
3082
3083 PR ld/19807
3084 * elf64-x86-64.c (elf_x86_64_relocate_section): Check
3085 no_reloc_overflow_check to diable R_X86_64_32/R_X86_64_32S
3086 relocation overflow check.
3087
fbe48798
L
30882016-03-14 H.J. Lu <hongjiu.lu@intel.com>
3089
3090 * bfd-in2.h: Regenerated.
3091
37b01f6a
DG
30922016-03-11 Dan Gissel <dgisselq@ieee.org>
3093
3094 PR 19713
3095 * elf.c (_bfd_elf_section_offset): Ensure that the returned offset
3096 uses bytes not octets.
3097 * elflink.c (resolve_section): Likewise.
3098 Add a bfd parameter.
3099 (eval_section): Pass the input_bfd to resolve_section.
3100 (bfd_elf_perform_complex_relocation): Convert byte offset to
3101 octets before read and writing values.
3102 (elf_link_input_bfd): Add byte to octet conversions.
3103 (elf_reloc_link_order): Likewise.
3104 (elf_fixup_link_order): Likewise.
3105 (bfd_elf_final_link): Likewise.
3106 * reloc.c (_bfd_final_link_relocate): Likewise.
3107 * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
3108
3ed4ff97
NC
31092016-03-10 Nick Clifton <nickc@redhat.com>
3110
3111 * config.bfd: Mark the i370 target as obsolete.
3112
4b05e0a7
PA
31132016-03-09 Pedro Alves <palves@redhat.com>
3114
3115 * cpu-v850.c (N): Append ":old-gcc-abi" instead of " (using old
3116 gcc ABI)" to printable name.
3117 * cpu-v850_rh850.c (bfd_v850_rh850_arch): Use "v850:rh850" instead
3118 of "v850-rh850" as printable name.
3119
26c62da0
LW
31202016-03-09 Leon Winter <winter-gcc@bfw-online.de>
3121
3122 PR ld/19623
3123 * cofflink.c (_bfd_coff_generic_relocate_section): Do not apply
3124 relocations against absolute symbols.
3125
03ee8583
AM
31262016-03-09 Alan Modra <amodra@gmail.com>
3127
3128 PR binutils/19775
3129 * coff-alpha.c (alpha_ecoff_openr_next_archived_file): Allow zero
3130 length elements in the archive.
3131
9c1d7a08
L
31322016-03-08 H.J. Lu <hongjiu.lu@intel.com>
3133
3134 PR ld/19789
3135 * elflink.c (elf_link_add_object_symbols): Create dynamic sections
3136 for -E/--dynamic-list only when not relocatable.
3137
d1ed1c7d
L
31382016-03-08 H.J. Lu <hongjiu.lu@intel.com>
3139
3140 PR ld/19784
3141 * elf32-i386.c (elf_i386_check_relocs): Increment PLT reference
3142 count for locally defined local IFUNC symbols in shared object.
3143 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
3144
202ac193
L
31452016-03-08 H.J. Lu <hongjiu.lu@intel.com>
3146
3147 PR ld/19579
3148 * elflink.c (_bfd_elf_merge_symbol): Group common symbol checking
3149 together.
3150
72f3b6aa
CZ
31512016-03-08 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
3152 Andrew Burgess <andrew.burgess@embecosm.com>
3153
3154 * elf32-arc.c (arc_bfd_get_32): Becomes an alias for bfd_get_32.
3155 (arc_bfd_put_32): Becomes an alias for bfd_put_32.
3156 (arc_elf_howto_init): Added assert to validate relocations.
3157 (get_middle_endian_relocation): Delete.
3158 (middle_endian_convert): New function.
3159 (ME): Redefine, now does nothing.
3160 (IS_ME): New define.
3161 (arc_do_relocation): Extend the attached 'ARC_RELOC_HOWTO'
3162 definition to call middle_endian_convert. Add a new local
3163 variable and make use of this throughout. Added call to
3164 arc_bfd_get_8 and arc_bfd_put_8 for 8 bit relocations.
3165
4fc87424
NC
31662016-03-07 Nick Clifton <nickc@redhat.com>
3167
3168 PR binutils/19775
3169 * archive.c (bfd_generic_openr_next_archived_file): Allow zero
3170 length elements in the archive.
3171
18f822a0
JW
31722016-03-07 Jiong Wang <jiong.wang@arm.com>
3173
3174 * elfnn-aarch64.c (elfNN_aarch64_check_relocs): Always create .got
3175 section if the symbol "_GLOBAL_OFFSET_TABLE_" is referenced.
3176
07492f66
L
31772016-03-04 H.J. Lu <hongjiu.lu@intel.com>
3178
3179 PR ld/19579
3180 * elflink.c (_bfd_elf_merge_symbol): Treat common symbol in
3181 executable as definition if the new definition comes from a
3182 shared library.
3183
70a5df4f
AM
31842016-03-02 Alan Modra <amodra@gmail.com>
3185
3186 * Makefile.in: Regenerate.
3187 * po/SRC-POTFILES.in: Regenerate.
3188
841fdfcd
CZ
31892016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
3190
3191 * elf32-arc.c (elf_arc_relocate_section): Added rules to fix the
3192 relocation addend when sections get merged.
3193
7e458899
CZ
31942016-02-29 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
3195
3196 * elf32-arc.c (arc_elf_final_write_processing): Add condition to
3197 the flag change.
3198 (elf_arc_relocate_section): Fixes and conditions to support PIE.
3199 Assert for code sections dynamic relocs.
3200
c5e3a364
RL
32012016-02-26 Renlin Li <renlin.li@arm.com>
3202
3203 * elfnn-aarch64.c (elfNN_aarch64_howto_table): Fix signed overflow
3204 check for MOVW_SABS_G0, MOVW_SABS_G1, MOVW_SABS_G2.
3205
bae420ef
L
32062016-02-26 H.J. Lu <hongjiu.lu@intel.com>
3207
3208 PR ld/19609
3209 * elf32-i386.c (elf_i386_convert_load): Convert to R_386_32 for
3210 load with locally bound symbols if PIC is false or there is no
3211 base register. Optimize branch to 0 if PIC is false.
3212 (elf_i386_relocate_section): Don't generate dynamic relocations
3213 against undefined weak symbols if PIC is false.
3214 * elf64-x86-64.c (elf_x86_64_convert_load): Disable optimization
3215 if we can't estimate relocation overflow with --no-relax.
3216 Convert to R_X86_64_32S/R_X86_64_32 for load with locally bound
3217 symbols if PIC is false. Optimize branch to 0 if PIC is false.
3218 (elf_x86_64_relocate_section): Don't generate dynamic relocations
3219 against undefined weak symbols if PIC is false.
3220
11e5f1ec
L
32212016-02-26 H.J. Lu <hongjiu.lu@intel.com>
3222
3223 PR ld/19645
3224 * bfd.c (bfd): Change flags to 20 bits.
3225 (BFD_CONVERT_ELF_COMMON): New.
3226 (BFD_USE_ELF_STT_COMMON): Likewise.
3227 (BFD_FLAGS_SAVED): Add BFD_CONVERT_ELF_COMMON and
3228 BFD_USE_ELF_STT_COMMON.
3229 (BFD_FLAGS_FOR_BFD_USE_MASK): Likewise.
3230 * configure.ac: Remove --enable-elf-stt-common.
3231 * elf.c (swap_out_syms): Choose STT_COMMON or STT_OBJECT for
3232 common symbol depending on BFD_CONVERT_ELF_COMMON and
3233 BFD_USE_ELF_STT_COMMON.
3234 * elfcode.h (elf_slurp_symbol_table): Set BSF_ELF_COMMON for
3235 STT_COMMON.
3236 * elflink.c (bfd_elf_link_mark_dynamic_symbol): Also check
3237 STT_COMMON.
3238 (elf_link_convert_common_type): New function.
3239 (elf_link_output_extsym): Choose STT_COMMON or STT_OBJECT for
3240 common symbol depending on BFD_CONVERT_ELF_COMMON and
3241 BFD_USE_ELF_STT_COMMON. Set sym.st_info after sym.st_shndx.
3242 * elfxx-target.h (TARGET_BIG_SYM): Add BFD_CONVERT_ELF_COMMON
3243 and BFD_USE_ELF_STT_COMMON to object_flags.
3244 (TARGET_LITTLE_SYM): Likewise.
3245 * syms.c (BSF_KEEP_G): Renamed to ...
3246 (BSF_ELF_COMMON): This.
3247 * bfd-in2.h: Regenerated.
3248 * config.in: Likewise.
3249 * configure: Likewise.
3250
aec6b87e
L
32512016-02-26 H.J. Lu <hongjiu.lu@intel.com>
3252
3253 PR ld/19636
3254 PR ld/19704
3255 PR ld/19719
3256 * elf32-i386.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): New.
3257 (elf_i386_link_hash_entry): Add has_got_reloc and
3258 has_non_got_reloc.
3259 (elf_i386_link_hash_table): Add interp.
3260 (elf_i386_link_hash_newfunc): Initialize has_got_reloc and
3261 has_non_got_reloc.
3262 (elf_i386_copy_indirect_symbol): Copy has_got_reloc and
3263 has_non_got_reloc.
3264 (elf_i386_check_relocs): Set has_got_reloc and has_non_got_reloc.
3265 (elf_i386_fixup_symbol): New function.
3266 (elf_i386_pie_finish_undefweak_symbol): Likewise.
3267 (elf_i386_allocate_dynrelocs): Don't allocate space for dynamic
3268 relocations and discard relocations against resolved undefined
3269 weak symbols in executable. Don't make resolved undefined weak
3270 symbols in executable dynamic. Keep dynamic non-GOT/non-PLT
3271 relocation against undefined weak symbols in PIE.
3272 (elf_i386_size_dynamic_sections): Set interp to .interp section.
3273 (elf_i386_relocate_section): Don't generate dynamic relocations
3274 against resolved undefined weak symbols in PIE, except for
3275 R_386_PC32.
3276 (elf_i386_finish_dynamic_symbol): Keep PLT/GOT entries without
3277 dynamic PLT/GOT relocations for resolved undefined weak symbols.
3278 Don't generate dynamic relocation against resolved undefined weak
3279 symbol in executable.
3280 (elf_i386_finish_dynamic_sections): Call
3281 elf_i386_pie_finish_undefweak_symbol on all symbols in PIE.
3282 (elf_backend_fixup_symbol): New.
3283 * elf64-x86-64.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): New.
3284 (elf_x86_64_link_hash_entry): Add has_got_reloc and
3285 has_non_got_reloc.
3286 (elf_x86_64_link_hash_table): Add interp.
3287 (elf_x86_64_link_hash_newfunc): Initialize has_got_reloc and
3288 has_non_got_reloc.
3289 (elf_x86_64_copy_indirect_symbol): Copy has_got_reloc and
3290 has_non_got_reloc.
3291 (elf_x86_64_check_relocs): Set has_got_reloc and
3292 has_non_got_reloc.
3293 (elf_x86_64_fixup_symbol): New function.
3294 (elf_x86_64_pie_finish_undefweak_symbol): Likewise.
3295 (elf_x86_64_allocate_dynrelocs): Don't allocate space for dynamic
3296 relocations and discard relocations against resolved undefined
3297 weak symbols in executable. Don't make resolved undefined weak
3298 symbols in executable dynamic.
3299 (elf_x86_64_size_dynamic_sections): Set interp to .interp section.
3300 (elf_x86_64_relocate_section): Check relocation overflow for
3301 dynamic relocations against unresolved weak undefined symbols.
3302 Don't generate dynamic relocations against resolved weak
3303 undefined symbols in PIE.
3304 (elf_x86_64_finish_dynamic_symbol): Keep PLT/GOT entries without
3305 dynamic PLT/GOT relocations for resolved undefined weak symbols.
3306 Don't generate dynamic relocation against resolved undefined weak
3307 symbol in executable.
3308 (elf_x86_64_finish_dynamic_sections): Call
3309 elf_x86_64_pie_finish_undefweak_symbol on all symbols in PIE.
3310 (elf_backend_fixup_symbol): New.
3311
b32547cd
AM
33122016-02-26 Alan Modra <amodra@gmail.com>
3313
3314 * elf64-ppc.c (create_linkage_sections): Create sfpr when
3315 save_restore_funcs, rest of sections when not relocatable.
3316 (ppc64_elf_init_stub_bfd): Always call create_linkage_sections.
3317 (sfpr_define): Define all symbols on emitted code.
3318 (ppc64_elf_func_desc_adjust): Adjust for sfpr now being created
3319 when relocatable. Move sfpr_define loop earlier.
3320
ef77d6af
L
33212016-02-24 H.J. Lu <hongjiu.lu@intel.com>
3322
3323 * elf64-x86-64.c (elf_x86_64_need_pic): New function.
3324 (elf_x86_64_relocate_section): Use it. Replace
3325 x86_64_elf_howto_table[r_type] with howto.
3326
0f550b3d
L
33272016-02-24 H.J. Lu <hongjiu.lu@intel.com>
3328
3329 PR ld/19698
3330 * elflink.c (bfd_elf_record_link_assignment): Set versioned if
3331 symbol version is unknown.
3332
13f42277
L
33332016-02-24 H.J. Lu <hongjiu.lu@intel.com>
3334
3335 * elf32-i386.c (elf_i386_allocate_dynrelocs): Set plt_got.offset
3336 to (bfd_vma) -1 when setting needs_plt to 0.
3337 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise.
3338
6b3b0ab8
L
33392016-02-23 H.J. Lu <hongjiu.lu@intel.com>
3340
3341 * elflink.c (bfd_elf_record_link_assignment): Check for shared
3342 library, instead of PIC, and don't check PDE when making linker
3343 assigned symbol dynamic.
3344
17733f5b
FS
33452016-02-23 Faraz Shahbazker <faraz.shahbazker@imgtec.com>
3346
3347 * bfd/elfxx-mips.c (_bfd_mips_post_process_headers): Increment
3348 ABIVERSION for non-executable stack.
3349
47993b4a
RF
33502016-02-23 Rich Felker <bugdal@aerifal.cx>
3351
3352 PR target/19516
3353 * elf32-microblaze.c (microblaze_elf_finish_dynamic_symbol):
3354 Always produce a RELATIVE reloc for a local symbol.
3355
2d8dcb81
HPN
33562016-02-23 Hans-Peter Nilsson <hp@axis.com>
3357
3358 Fix test-case ld-elf/pr19617b
3359 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
3360 discard unused non-function symbols when --dynamic-list-data.
3361
1a6e6083
L
33622016-02-22 H.J. Lu <hongjiu.lu@intel.com>
3363
3364 * elflink.c (_bfd_elf_link_renumber_dynsyms): Always create the
3365 dynsym section, even if it is empty, with dynamic sections.
3366
75c1920b
L
33672016-02-22 H.J. Lu <hongjiu.lu@intel.com>
3368
3369 * syms.c: Remove BSF_COMMON from comments.
3370 * bfd-in2.h: Regenerated.
3371
9a228467
JW
33722016-02-22 Jiong Wang <jiong.wang@arm.com>
3373
3374 * elfnn-aarch64. (aarch64_type_of_stub): Remove redundation calcuation
3375 for destination. Remove useless function parameters.
3376 (elfNN_aarch64_size_stubs): Update parameters for aarch64_type_of_stub.
3377
73768414
NC
33782016-02-19 Nick Clifton <nickc@redhat.com>
3379
e517df3d
NC
3380 PR ld/19629
3381 * aoutx.h (aout_link_add_symbols): Check for out of range string
3382 table offsets.
3383
73768414
NC
3384 PR ld/19628
3385 * reloc.c (bfd_generic_get_relocated_section_contents): Stop
3386 processing if we encounter a reloc without an associated symbol.
3387
bf89386a
L
33882016-02-18 H.J. Lu <hongjiu.lu@intel.com>
3389
3390 PR ld/19617
3391 * elflink.c (elf_link_add_object_symbols): Always create dynamic
3392 sections for -E/--dynamic-list.
3393
8f79b794
L
33942016-02-17 H.J. Lu <hongjiu.lu@intel.com>
3395
3396 * elf64-x86-64.c (elf_backend_omit_section_dynsym): New. Defined
3397 to bfd_true.
3398
64bfc258
JM
33992016-02-16 Joseph Myers <joseph@codesourcery.com>
3400
3401 * plugin.c (plugin_vec): Set match priority to 255.
3402 * format.c (bfd_check_format_matches) [BFD_SUPPORTS_PLUGINS]: When
3403 matching against the plugin vector, take priority from there not
3404 from TEMP.
3405
9fb71ee4
NC
34062016-02-15 Nick Clifton <nickc@redhat.com>
3407
3408 * elf-bfd.h (struct bfd_elf_special_section): Use unsigned values
3409 for length and type fields. Use a signed value for the
3410 suffix_length field.
3411
32875eb1
L
34122016-02-10 H.J. Lu <hongjiu.lu@intel.com>
3413
3414 PR ld/19601
3415 * elf32-i386.c (elf_i386_relocate_section): Mask off the least
3416 significant bit in GOT offset for R_386_GOT32X.
3417
83da6e74
NC
34182016-02-10 Nick Clifton <nickc@redhat.com>
3419
3420 PR 19405
3421 * elf32-nios2.c (nios2_elf32_install_imm16): Allow for signed
3422 immediate values.
3423 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Limit the
3424 number of messages about FDE encoding preventing .eh_frame_hdr
3425 generation.
3426
027e9c75
NC
34272016-02-09 Nick Clifton <nickc@redhat.com>
3428
609332f1
NC
3429 * oasys.c (oasys_archive_p): Fix indentation.
3430 * elf32-nds32.c (nds32_elf_relax_section): Use an unsigned
3431 constant for left shifting.
3432
027e9c75
NC
3433 * elfnn-aarch64.c (elfNN_aarch64_relocate_section): Add a more
3434 helpful warning message to explain why certain AArch64 relocs
3435 might overflow.
3436
6f57d046
SM
34372016-02-05 Simon Marchi <simon.marchi@ericsson.com>
3438
3439 * pe-mips.c (coff_mips_reloc): Fix formatting.
3440
bdbca4e6
CM
34412016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
3442
3443 * cpu-arc.c: Change default archure from bfd_mach_arc_arcv2
3444 to bfd_mach_arc_arc600.
3445
4f038ee5
AM
34462016-02-04 Alan Modra <amodra@gmail.com>
3447
3448 * elf64-ppc.c (ppc64_elf_relocate_section): Adjust last patch
3449 for big-endian.
3450
4a539596
L
34512016-02-02 H.J. Lu <hongjiu.lu@intel.com>
3452
3453 PR ld/19542
3454 * elf64-x86-64.c (elf_x86_64_convert_load): Store the estimated
fb06f1c0 3455 distances in the compressed_size field of the output section.
4a539596 3456
85fabe71
AM
34572016-02-02 Alan Modra <amodra@gmail.com>
3458
3459 * elf64-ppc.c (ppc64_elf_relocate_section): Further restrict
3460 ELFv2 entry optimization.
3461
14f2c699
L
34622016-02-02 H.J. Lu <hongjiu.lu@intel.com>
3463
3464 PR binutils/19547
3465 * elf.c (assign_section_numbers): Clear HAS_RELOC if there are
3466 no relocations in relocatable files.
3467
aef28989
L
34682016-02-01 H.J. Lu <hongjiu.lu@intel.com>
3469
3470 PR ld/19553
3471 * elflink.c (elf_link_add_object_symbols): Don't add DT_NEEDED
3472 if a symbol from a library loaded via DT_NEEDED doesn't match
3473 the symbol referenced by regular object.
3474
655ed9ea
NS
34752016-02-01 Nathaniel Smith <njs@pobox.com>
3476
3477 * peicode.h (pe_ILF_build_a_bfd): Create an import symbol for both
3478 CODE and DATA.
3479
ec1f73bb
AM
34802016-02-01 Alan Modra <amodra@gmail.com>
3481
3482 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Don't abort on
3483 an out of range reloc_index.
3484 * elf32-i386.c (elf_i386_get_plt_sym_val): Likewise.
3485
b6471e6e
KR
34862016-02-01 Kamil Rytarowski <n54@gmx.com>
3487
3488 * Makefile.am (OPTIONAL_BACKENDS): Add netbsd-core.lo.
3489 (OPTIONAL_BACKENDS_CFILES): Add netbsd-core.c.
3490 * Makefile.in: Regenerated.
3491
0bc7245a
JK
34922016-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3493
3494 * elf64-s390.c (elf_s390_reloc_name_lookup): Fix indentation.
3495
6d4b2867
JDA
34962016-01-31 John David Anglin <danglin@gcc.gnu.org>
3497
3498 PR ld/19526
3499 * elf32-hppa.c (elf32_hppa_final_link): Don't sort non-regular output
3500 files.
3501 * elf64-hppa.c (elf32_hppa_final_link): Likewise. Remove retval.
3502
d9e3b590
L
35032016-01-30 H.J. Lu <hongjiu.lu@intel.com>
3504
3505 PR ld/19539
3506 * elf32-i386.c (elf_i386_reloc_type_class): Check relocation
3507 against STT_GNU_IFUNC symbol only with dynamic symbols.
3508 * elf64-x86-64.c (elf_x86_64_reloc_type_class): Likewise.
3509
bf150a0b
L
35102016-01-28 H.J. Lu <hongjiu.lu@intel.com>
3511
3512 PR binutils/19523
3513 * dwarf2.c (_bfd_dwarf2_slurp_debug_info): Set BFD_DECOMPRESS to
3514 decompress debug sections.
3515
840855c5
MR
35162016-01-25 Maciej W. Rozycki <macro@imgtec.com>
3517
3518 * elf32-arc.c (elf_arc_finish_dynamic_symbol): Rename `index' to
3519 `dynindx'.
3520
cf466c2a
NC
35212016-01-25 Nick Clifton <nickc@redhat.com>
3522
3523 PR target/19435
3524 * mach-o.c (bfd_mach_o_close_and_cleanup): Suppress code to free
3525 dsym filename buffer.
3526
eb6b0cf4
MR
35272016-01-24 Maciej W. Rozycki <macro@imgtec.com>
3528
3529 * elfxx-mips.c (BZ16_REG_FIELD): Simplify calculation.
3530
e67f83e5
MR
35312016-01-24 Maciej W. Rozycki <macro@imgtec.com>
3532
3533 * elfxx-mips.c (BZ16_REG): Correct calculation.
3534
23a42089
NC
35352016-01-21 Nick Clifton <nickc@redhat.com>
3536
3537 * elf32-arc.c (ADD_RELA): Fix compile time warning errors by
3538 changing the type of _loc to be bfd_byte *.
3539 (elf_arc_finish_dynamic_symbol): Likewise.
3540
aebf9be7
NC
35412016-01-21 Nick Clifton <nickc@redhat.com>
3542
3543 PR ld/19455
3544 * elf32-arm.c (elf32_arm_create_dynamic_sections): Set the ELF
3545 class of the linker stub bfd.
3546 (elf32_arm_check_relocs): Skip check for pic format after
3547 processing a vxWorks R_ARM_ABS12 reloc.
3548 * elflink.c (bfd_elf_final_link): Check for ELFCLASSNONE when
3549 reporting a class mismatch.
3550
2f340668
JW
35512016-01-21 Jiong Wang <jiong.wang@arm.com>
3552
3553 * elfnn-aarch64.c (aarch64_type_of_stub): Allow insert long branch
3554 veneer for sym_sec != input_sec.
3555 (elfNN_aarch64_size_stub): Support STT_SECTION symbol.
3556 (elfNN_aarch64_final_link_relocate): Take rela addend into account when
3557 calculation destination.
3558
aeb70569
AM
35592016-01-21 Alan Modra <amodra@gmail.com>
3560
3561 * elf-linux-core.h (swap_linux_prpsinfo32_out): New function.
3562 (swap_linux_prpsinfo64_out): New function.
3563 (LINUX_PRPSINFO32_SWAP_FIELDS): Delete.
3564 (LINUX_PRPSINFO64_SWAP_FIELDS): Delete.
3565 * elf.c (elfcore_write_linux_prpsinfo32): Adjust. Don't memset.
3566 (elfcore_write_linux_prpsinfo64): Likewise.
3567 * elf32-ppc.c (swap_ppc_linux_prpsinfo32_out): New function.
3568 (PPC_LINUX_PRPSINFO32_SWAP_FIELDS): Delete.
3569 (elfcore_write_ppc_linux_prpsinfo32): Adjust. Don't memset.
3570
de64ce13
AM
35712016-01-21 Alan Modra <amodra@gmail.com>
3572
3573 * elf-linux-core.h: Rename from elf-linux-psinfo.h.
3574 * elf.c: Adjust #include.
3575 * elf32-ppc.c: Don't #include elf-linux-psinfo.h
3576 * Makefile.am (SOURCE_HFILES): Update.
3577 * Makefile.in: Regenerate.
3578 * po/SRC-PORFILES.in: Regenerate.
3579
c603b11b
AM
35802016-01-21 Alan Modra <amodra@gmail.com>
3581
3582 * configure.ac: Move corefile selection later in file. Move
3583 tdefaults code immediately after other target vector code.
3584 * configure: Regenerate.
3585
91f68a68
MG
35862016-01-20 Mickael Guene <mickael.guene@st.com>
3587
3588 * elf32-arm.c (elf32_arm_special_sections): Remove catch of noread
3589 section using '.text.noread' pattern.
3590
5b2c414d
JB
35912016-01-19 John Baldwin <jhb@FreeBSD.org>
3592
3593 * elf.c (elfcore_grok_note): Recognize NT_FREEBSD_THRMISC notes.
3594
34e967a5
MC
35952016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
3596 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
3597
3598 * arc-plt.def: New file.
3599 * arc-plt.h: Likewise.
3600 * elf32-arc.c (elf_arc_abs_plt0_entry, elf_arc_abs_pltn_entry,
3601 elf_arcV2_abs_plt0_entry, elf_arcV2_abs_pltn_entry,
3602 elf_arc_pic_plt0_entry, elf_arc_pic_pltn_entry,
3603 elf_arcV2_pic_plt0_entry, elf_arcV2_pic_pltn_entry): Remove.
3604 (name_for_global_symbol): Added.
3605 (ADD_RELA): Helper to create dynamic relocs.
3606 (new_got_entry_to_list): Create a new got entry in linked list.
3607 (symbol_has_entry_of_type): Search for specific type of entry in
3608 list.
3609 (is_reloc_for_GOT): return FALSE for any TLS related relocs.
3610 (is_reloc_for_TLS, arc_elf_set_private_flags)
3611 (arc_elf_print_private_bfd_data, arc_elf_copy_private_bfd_data)
3612 (arc_elf_merge_private_bfd_data): New functions.
3613 (debug_arc_reloc): Cleaned debug info printing.
3614 (PDATA reloc): Changed not to perform address alignment.
3615 (reverse_me): Added. Fix for ARC_32 relocs.
3616 (arc_do_relocation): Return bfd_reloc_of when no relocation should
3617 occur.
3618 (arc_get_local_got_ents): Renamed from arc_get_local_got_offsets.
3619 Changed function to access an array of list of GOT entries instead
3620 of just an array of offsets.
3621 (elf_arc_relocate_section): Added support for PIC and TLS related relocations.
3622 (elf_arc_check_relocs): Likewise.
3623 (elf_arc_adjust_dynamic_symbol, elf_arc_finish_dynamic_symbol,
3624 (elf_arc_finish_dynamic_sections): Likewise
3625 (arc_create_dynamic_sections): Modified conditions to create
3626 dynamic sections.
3627 (ADD_SYMBOL_REF_SEC_AND_RELOC): New macro.
3628 (plt_do_relocs_for_symbol, relocate_plt_for_symbol)
3629 (relocate_plt_for_entry): Changed to support new way to define PLT
3630 related code.
3631 (add_symbol_to_plt): Likewise.
3632 (arc_elf_link_hash_table_create): New function.
3633
9ae678af
NC
36342016-01-18 Nick Clifton <nickc@redhat.com>
3635
3636 PR ld/19440
3637 * coff-rs6000.c (_bfd_xcoff_swap_sym_in): Sign extend external
3638 section number into internal section number.
3639 * coff64-rs6000.c (_bfd_xcoff64_swap_sym_in): Likewise.
3640 * coffswap.h (coff_swap_sym_in): Likewise.
3641 * peXXigen.c (_bfd_XXi_swap_sym_in): Likewise.
3642 * coffcode.h (_coff_bigobj_swap_sym_in): Make sure that internal
3643 section number field is big enough to hold the external value.
3644
5c14705f
AM
36452016-01-17 Alan Modra <amodra@gmail.com>
3646
3647 * configure: Regenerate.
3648
ac06903d
YU
36492016-01-12 Yury Usishchev <y.usishchev@samsung.com>
3650
3651 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Insert cantunwind
3652 when address in first unwind entry does not match start of
3653 section.
3654
109575d7
JW
36552016-01-08 Richard Sandiford <richard.sandiford@arm.com>
3656 Jiong Wang <jiong.wang@arm.com>
3657
3658 PR ld/19368
3659 * elf32-arm.c (elf32_arm_reloc_type_class): Map R_ARM_IRELATIVE to
3660 reloc_class_ifunc.
3661
b05a65d0
AB
36622016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3663
3664 * elf32-arc.c (reloc_type_to_name): Change ARC_RELOC_HOWTO to
3665 place 'R_' before the reloc name returned.
3666 (elf_arc_howto_table): Change ARC_RELOC_HOWTO to place 'R_' before
3667 the relocation string.
3668
a3dc0a7f
MR
36692016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3670
3671 * elfxx-mips.c (mips_elf_merge_obj_abiflags): New function,
3672 factored out from...
3673 (_bfd_mips_elf_merge_private_bfd_data): ... here.
3674
d537eeb5
MR
36752016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3676
3677 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Move
3678 attribute check after ELF file header flag check.
3679
43d223b5
MR
36802016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3681
3682 * elfxx-mips.c (mips_elf_merge_obj_attributes): Propagate the
3683 return status from `_bfd_elf_merge_object_attributes'.
3684
b2e9744f
MR
36852016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3686
3687 * elfxx-mips.c (mips_elf_merge_obj_e_flags): New function,
3688 factored out from...
3689 (_bfd_mips_elf_merge_private_bfd_data): ... here.
3690
28d45e28
MR
36912016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3692
3693 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Fold the
3694 handling of input MIPS ABI flags together.
3695
23ba6f18
MR
36962016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3697
3698 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Suppress
3699 attribute checks for null input.
3700
cf8502c1
MR
37012016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3702
3703 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Use local
3704 pointers to target data.
3705
dcb1c796
MR
37062016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3707
3708 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
3709 an FP ABI warning.
3710
6f2750fe
AM
37112016-01-01 Alan Modra <amodra@gmail.com>
3712
3713 Update year range in copyright notice of all files.
3714
3499769a
AM
3715For older changes see ChangeLog-2015 and doc/ChangeLog-0415
3716\f
3717Copyright (C) 2016 Free Software Foundation, Inc.
3718
3719Copying and distribution of this file, with or without modification,
3720are permitted in any medium without royalty provided the copyright
3721notice and this notice are preserved.
3722
3723Local Variables:
3724mode: change-log
3725left-margin: 8
3726fill-column: 74
3727version-control: never
3728End:
This page took 0.358194 seconds and 4 git commands to generate.