]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
Don't include libbfd.h outside of bfd, part 1
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
76e7a751
AM
12016-07-16 Alan Modra <amodra@gmail.com>
2
3 * libbfd-in.h (BFD_ALIGN): Move to..
4 * bfd-in.h: ..here.
5 * elf32-ppc.h (struct ppc_elf_params): Add pagesize.
6 * elf32-ppc.c (default_params): Adjust init.
7 (ppc_elf_link_params): Set pagesize_p2.
8 * libbfd.h: Regenerate.
9 * bfd-in2.h: Regenerate.
10
76359541
TP
112016-07-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12
13 * elf-bfd.h (elf_backend_filter_implib_symbols): Declare backend hook.
14 (_bfd_elf_filter_global_symbols): Declare.
15 * elf.c (_bfd_elf_filter_global_symbols): New function.
16 * elflink.c (elf_filter_global_symbols): Likewise.
17 (elf_output_implib): Likewise.
18 (bfd_elf_final_link): Call above function, failing if it does.
19 * elfxx-target.h (elf_backend_filter_implib_symbols): Define macro and
20 default it to NULL.
21 (elf_backend_copy_indirect_symbol): Fix spacing.
22 (elf_backend_hide_symbol): Likewise.
23 (elfNN_bed): Initialize elf_backend_filter_implib_symbols backend hook.
24
f7e8b360
NC
252016-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
26 Nick Clifton <nickc@redhat.com>
27
28 * elf32-arc.c (PR_DEBUG): Delete.
29 Fix printing of debug information. Fix formatting of debug
30 statements.
31 (debug_arc_reloc): Handle symbols that are not from an input file.
32 (arc_do_relocation): Remove excessive exclamation points.
33
34 * arc-got.h: Fix formatting. Fix printing of debug information.
35 (new_got_entry_to_list): Use xmalloc.
36 * config.bfd: use the big-endian arc vector as the default vector
37 for big-endian arc targets.
38
06ab6faf
AM
392016-07-15 Alan Modra <amodra@gmail.com>
40
41 * cofflink.c (mark_relocs): Exclude relocs with -1 r_symndx
42 from marking sym_indices.
43
0c117286
MR
442016-07-14 Maciej W. Rozycki <macro@imgtec.com>
45
46 * reloc.c (bfd_perform_relocation): Try the `howto' handler
47 first with relocations against absolute symbols.
48 (bfd_install_relocation): Likewise.
49
37567a2c
L
502016-07-12 H.J. Lu <hongjiu.lu@intel.com>
51
52 * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Align
53 .got/.got.plt sections to 8 bytes.
54
cf143069
NC
552016-07-12 Nick Clifton <nickc@redhat.com>
56
57 * binary.c (binary_set_section_contents): Second grammar fix.
58
f231881e
DR
592016-07-12 Douglas B Rupp <rupp@adacore.com>
60
61 * binary.c (binary_set_section_contents): Fix grammar in warning
62 message.
63
b9316f59
CM
642016-07-11 Cupertino Miranda <cmiranda@synopsys.com>
65
66 * elf32-arc.c: made PR_DEBUG always defined.
67
08759e0f
CM
682016-07-11 Cupertino Miranda <cmiranda@synopsys.com>
69
70 * arc-got.h: Moved got related structures from elf32-arc.c to
71 this file. More precisely, tls_type_e, tls_got_entries, got_entry.
72 * (arc_get_local_got_ents, got_entry_for_type, new_got_entry_to_list,
73 tls_type_for_reloc, symbol_has_entry_of_type,
74 get_got_entry_list_for_symbol, arc_got_entry_type_for_reloc,
75 ADD_SYMBOL_REF_SEC_AND_RELOC, rc_fill_got_info_for_reloc,
76 relocate_fix_got_relocs_for_got_info,
77 create_got_dynrelocs_for_single_entry,
78 create_got_dynrelocs_for_got_info): Added to file.
79 * elf32-arc.c: Removed GOT & TLS related structs and functions to
80 arc-got.h.
81
458653a9 822016-07-08 James Bowman <james.bowman@ftdichip.com>
83
84 * elf32-ft32.c (ft32_reloc_map): Use R_FT32_32 for BFD_RELOC_32.
85
d5a67c02
AV
862016-07-05 Andre Vieria <andre.simoesdiasvieira@arm.com>
87
88 * elf32-arm.c (THUMB32_MOVT): New veneer macro.
89 (THUMB32_MOVW): Likewise.
90 (elf32_arm_stub_long_branch_thumb2_only_pure): New.
91 (DEF_STUBS): Define long_branch_thumb2_only_pure.
92 (arm_stub_is_thumb): Add new veneer stub.
93 (arm_type_of_stub): Use new veneer.
94 (arm_stub_required_alignment): Add new veneer.
95
f0728ee3
AV
962016-07-05 Andre Vieria <andre.simoesdiasvieira@arm.com>
97
98 * bfd-in2.h (SEC_ELF_NOREAD): Rename to ...
99 (SEC_ELF_PURECODE): ... this.
100 * elf32-arm.c (elf32_arm_post_process_headers): Rename SEC_ELF_NOREAD
101 to SEC_ELF_NOREAD.
102 (elf32_arm_fake_sections): Likewise.
103 (elf_32_arm_section_flags): Likewise.
104 (elf_32_arm_lookup_section_flags): Likewise.
105 * section.c (SEC_ELF_NOREAD): Rename to ...
106 (SEC_ELF_PURECODE): ... this.
107
5e866f5a
TP
1082016-07-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
109
110 * elf32-arm.c (using_thumb2_bl): New function.
111 (arm_type_of_stub): Declare thumb2 variable together and change type
112 to bfd_boolean. Use using_thumb2_bl () to determine whether
113 THM_MAX_FWD_BRANCH_OFFSET or THM2_MAX_FWD_BRANCH_OFFSET should be
114 checked for BL range.
115 (elf32_arm_final_link_relocate): Use using_thumb2_bl () to determine
116 the bit size of BL offset.
117
d691934d
NC
1182016-06-29 Nick Clifton <nickc@redhat.com>
119
120 * elfnn-aarch64.c (is_aarch64_mapping_symbol): New function.
121 Returns TRUE for AArch64 mapping symbols.
122 (elfNN_aarch64_backend_symbol_processing): New function. Marks
123 mapping symbols as precious in object files so that they will not
124 be stripped.
125 (elf_backend_symbol_processing): Define.
126
127 * elf32-arm.c (is_arm_mapping_symbol): New function. Returns TRUE
128 for ARM mapping symbols.
129 (elf32_arm_backend_symbol_processing): Make use of the new function.
130
f4ab0e2d
L
1312016-06-28 H.J. Lu <hongjiu.lu@intel.com>
132
133 PR ld/20306
134 * elflink.c (elf_link_check_versioned_symbol): Return false
135 for unreferenced undefined symbol.
136
fca2a38f
NC
1372016-06-28 Nick Clifton <nickc@redhat.com>
138
1b857aee
NC
139 * elf32-bfin.c (bfin_adjust_dynamic_symbol): Fail if a COPY reloc
140 is needed.
141
fca2a38f
NC
142 * elf32-arm.c (elf32_arm_backend_symbol_processing): New
143 function. Marks mapping symbols in object files as precious, so
144 that strip will not remove them.
145 (elf_backend_symbol_processing): Define.
146
7160c10d
JC
1472016-06-28 James Clarke <jrtc27@jrtc27.com>
148
149 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Don't convert
150 R_SPARC_32 to R_SPARC_RELATIVE if class is ELFCLASS64.
151
c9775dde
MR
1522016-06-28 Maciej W. Rozycki <macro@imgtec.com>
153
154 * elf32-mips.c (elf_mips16_howto_table_rel): Add
155 R_MIPS16_PC16_S1.
156 (mips16_reloc_map): Likewise.
157 * elf64-mips.c (mips16_elf64_howto_table_rel): Likewise.
158 (mips16_elf64_howto_table_rela): Likewise.
159 (mips16_reloc_map): Likewise.
160 * elfn32-mips.c (elf_mips16_howto_table_rel): Likewise.
161 (elf_mips16_howto_table_rela): Likewise.
162 (mips16_reloc_map): Likewise.
163 * elfxx-mips.c (mips16_branch_reloc_p): New function.
164 (mips16_reloc_p): Handle R_MIPS16_PC16_S1.
165 (b_reloc_p): Likewise.
166 (mips_elf_calculate_relocation): Likewise.
167 (_bfd_mips_elf_check_relocs): Likewise.
168 * reloc.c (BFD_RELOC_MIPS16_16_PCREL_S1): New relocation.
169 * bfd-in2.h: Regenerate.
170 * libbfd.h: Regenerate.
171
c9301e31
AM
1722016-06-27 Alan Modra <amodra@gmail.com>
173
174 PR ld/19264
175 * elf64-ppc.c (STUB_SHRINK_ITER): Define.
176 (ppc64_elf_size_stubs): Exit stub sizing loop past STUB_SHRINK_ITER
177 if shrinking stubs.
178 (ppc64_elf_size_stubs): Adjust to suit.
179
3cd72572
TS
1802016-06-27 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
181
182 * elf32-dlx.h: New file.
183 * elf32-dlx.c: Adjust.
184
7c2c4aa1
TS
1852016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
186
187 * elf32-xtensa.c (xtensa_make_property_section): Remove prototype.
188
3350c5f5
JB
1892016-06-24 John Baldwin <jhb@FreeBSD.org>
190
191 * elf.c (elfcore_grok_freebsd_note): Handle NT_FREEBSD_PROCSTAT_AUXV
192 notes.
193
aa1ed4a9
JB
1942016-06-24 John Baldwin <jhb@FreeBSD.org>
195
196 * elf.c (elfcore_grok_note): Remove handling of NT_X86_XSTATE for
197 FreeBSD. Remove case for NT_FREEBSD_THRMISC.
198 (elfcore_grok_freebsd_psinfo): New function.
199 (elfcore_grok_freebsd_prstatus): New function.
200 (elfcore_grok_freebsd_note): New function.
201 (elf_parse_notes): Use "elfcore_grok_freebsd_note" for "FreeBSD"
202 notes.
203
6e321fa8
JB
2042016-06-24 Joel Brobecker <brobecker@adacore.com>
205
206 * elflink.c: Check the value of BFD_SUPPORTS_PLUGINS rather
207 than its existance.
208
9cc0123f
AM
2092016-06-24 Alan Modra <amodra@gmail.com>
210
211 * config.bfd: Delete mips vxworks patterns matched earlier.
212 Combine mips*-*-none with mips*-*-elf*.
213
5f68df25
MR
2142016-06-21 Maciej W. Rozycki <macro@imgtec.com>
215
216 * elfxx-mips.c (mips_elf_perform_relocation): Call
217 `info->callbacks->einfo' rather than `*_bfd_error_handler' and
218 use the `%X%H' format for the cross-mode jump conversion error
219 message. Remove the full stop from the end of the message.
220 Continue processing rather than returning failure.
221
bdd582db
GM
2222016-06-21 Graham Markall <graham.markall@embecosm.com>
223
224 * archures.c: Remove bfd_mach_arc_nps400.
225 * bfd-in2.h: Likewise.
226 * cpu-arc.c (arch_info_struct): Likewise.
227 * elf32-arc.c (arc_elf_object_p, arc_elf_final_write_processing):
228 Likewise.
229
7dc3990e
L
2302016-06-20 H.J. Lu <hongjiu.lu@intel.com>
231
232 PR ld/18250
233 PR ld/20267
234 * elflink.c: Include plugin.h if BFD_SUPPORTS_PLUGINS is
235 defined.
236 (elf_link_is_defined_archive_symbol): Call
237 bfd_link_plugin_object_p on unknown plugin object and use the
238 IR symbol table if the input is an IR object.
239 * plugin.c (bfd_link_plugin_object_p): New function.
240 * plugin.h (bfd_link_plugin_object_p): New prototype.
241
0616a280
AM
2422016-06-20 H.J. Lu <hongjiu.lu@intel.com>
243
244 PR ld/20276
245 * elflink.c (elf_link_add_object_symbols): Don't check alignment
246 on symbol from plugin dummy input.
247
49f30d83
L
2482016-06-18 H.J. Lu <hongjiu.lu@intel.com>
249
250 * bfd.c (bfd_plugin_format): Rename bfd_plugin_uknown to
251 bfd_plugin_unknown.
252 * bfd-in2.h: Regenerated.
253 * plugin.c (bfd_plugin_object_p): Replace bfd_plugin_uknown
254 with bfd_plugin_unknown.
255
233cc9c1
L
2562016-06-18 H.J. Lu <hongjiu.lu@intel.com>
257
258 PR ld/20253
259 * elf-bfd.h (_bfd_elf_allocate_ifunc_dyn_relocs): Add an
260 bfd_boolean argument.
261 * elf-ifunc.c (_bfd_elf_create_ifunc_sections): Replace
262 "shared object" with "PIC object" in comments.
263 (_bfd_elf_allocate_ifunc_dyn_relocs): Updated. Replace
264 "shared object" with "PIC object" in comments. Avoid PLT if
265 requested. Generate dynamic relocations for non-GOT references.
266 Make room for the special first entry in PLT and allocate PLT
267 entry only for PLT and PC-relative references. Store dynamic
268 GOT relocations in .rel[a].iplt section for static executables.
269 If PLT isn't used, always use GOT for symbol value. Don't
270 allocate GOT entry if it isn't used.
271 * elf32-i386.c (elf_i386_check_relocs): Increment PLT reference
272 count only in the code section. Allocate dynamic pointer
273 relocation against STT_GNU_IFUNC symbol in the non-code section.
274 (elf_i386_adjust_dynamic_symbol): Increment PLT reference count
275 only for PC-relative references.
276 (elf_i386_allocate_dynrelocs): Pass TRUE to
277 _bfd_elf_allocate_ifunc_dyn_relocs.
278 (elf_i386_relocate_section): Allow R_386_GOT32/R_386_GOT32X
279 relocations against STT_GNU_IFUNC symbols without PLT. Generate
280 dynamic pointer relocation against STT_GNU_IFUNC symbol in
281 the non-code section and store it in the proper REL section.
282 Don't allow non-pointer relocation against STT_GNU_IFUNC symbol
283 without PLT.
284 (elf_i386_finish_dynamic_symbol): Generate dynamic
285 R_386_IRELATIVE and R_386_GLOB_DAT GOT relocations against
286 STT_GNU_IFUNC symbols without PLT.
287 (elf_i386_finish_dynamic_sections): Don't handle local
288 STT_GNU_IFUNC symbols here.
289 (elf_i386_output_arch_local_syms): Handle local STT_GNU_IFUNC
290 symbols here.
291 (elf_backend_output_arch_local_syms): New.
292 * elf32-x86-64.c (elf_i386_check_relocs): Increment PLT reference
293 count only in the code section. Allocate dynamic pointer
294 relocation against STT_GNU_IFUNC symbol in the non-code section.
295 (elf_x86_64_adjust_dynamic_symbol): Increment PLT reference
296 count only for PC-relative references.
297 (elf_x86_64_allocate_dynrelocs): Pass TRUE to
298 _bfd_elf_allocate_ifunc_dyn_relocs.
299 (elf_x86_64_relocate_section): Allow R_X86_64_GOTPCREL,
300 R_X86_64_GOTPCRELX, R_X86_64_REX_GOTPCRELX and
301 R_X86_64_GOTPCREL64 relocations against STT_GNU_IFUNC symbols
302 without PLT. Generate dynamic pointer relocation against
303 STT_GNU_IFUNC symbol in the non-code section and store it in
304 the proper RELA section. Don't allow non-pointer relocation
305 against STT_GNU_IFUNC symbol without PLT.
306 (elf_x86_64_finish_dynamic_symbol): Generate dynamic
307 R_X86_64_IRELATIVE and R_X86_64_GLOB_DAT GOT relocations against
308 STT_GNU_IFUNC symbols without PLT.
309 (elf_x86_64_finish_dynamic_sections): Don't handle local
310 STT_GNU_IFUNC symbols here.
311 (elf_x86_64_output_arch_local_syms): Handle local STT_GNU_IFUNC
312 symbols here.
313 (elf_backend_output_arch_local_syms): New.
314 * elfnn-aarch64.c (elfNN_aarch64_allocate_ifunc_dynrelocs):
315 Pass FALSE to _bfd_elf_allocate_ifunc_dyn_relocs.
316
80c135e5
TP
3172016-06-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
318 Tony Wang <tony.wang@arm.com>
319
320 * elf32-arm.c (elf32_arm_stub_long_branch_thumb2_only): Define stub
321 sequence.
322 (stub_long_branch_thumb2_only): Define stub.
323 (arm_stub_is_thumb): Add case for arm_stub_long_branch_thumb2_only.
324 (arm_stub_long_branch_thumb2_only): Likewise.
325 (arm_type_of_stub): Use arm_stub_long_branch_thumb2_only for Thumb-2
326 capable targets.
327
4f26fb3a
JM
3282016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
329
330 * archures.c (bfd_mach_sparc_v8plusc): Define.
331 (bfd_mach_sparc_v9c): Likewise.
332 (bfd_mach_sparc_v8plusd): Likewise.
333 (bfd_mach_sparc_v9d): Likewise.
334 (bfd_mach_sparc_v8pluse): Likewise.
335 (bfd_mach_sparc_v9e): Likewise.
336 (bfd_mach_sparc_v8plusv): Likewise
337 (bfd_mach_sparc_v9v): Likewise.
338 (bfd_mach_sparc_v8plusm): Likewise.
339 (bfd_mach_sparc_v9m): Likewise.
340 (bfd_mach_sparc_v9_p): Adapt to v8plusm and v9m.
341 (bfd_mach_sparc_64bit_p): Likewise.
342 * bfd-in2.h: Regenerate.
343 * cpu-sparc.c (arch_info_struct): Add entries for
344 bfd_mach_sparc_v8plus{c,d,e,v,m} and bfd_mach_sparc_v9{c,d,e,v,m}.
345 * aoutx.h (machine_type): Handle bfd_mach_sparc_v8plus{c,d,e,v,m}
346 and bfd_mach_sparc_v9{c,d,e,v,m}.
347 * elf32-sparc.c (elf32_sparc_final_write_processing): Likewise.
348 * elfxx-sparc.c (_bfd_sparc_elf_object_p): Likewise.
349
ca45f6e9
L
3502016-06-16 H.J. Lu <hongjiu.lu@intel.com>
351
352 * elf32-i386.c (elf_i386_check_relocs): Don't check undefined
353 symbols for relocations against IFUNC symbols.
354 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
355
f92339b8
MK
3562016-06-16 Marcin Kościelnicki <koriakin@0x04.net>
357
358 * elf32-s390.c (elf_s390_finish_dynamic_sections): Include
359 .rela.iplt in DT_PLTRELSZ.
360 * elf64-s390.c (elf_s390_finish_dynamic_sections): Likewise,
361 for DT_PLTRELSZ and DT_RELASZ as well.
362
081b1afe
L
3632016-06-16 H.J. Lu <hongjiu.lu@intel.com>
364
365 * elf32-i386.c (elf_i386_check_relocs): Skip relocations in
366 non-loaded, non-alloced sections.
367 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
368
4c23f2ff
L
3692016-06-15 H.J. Lu <hongjiu.lu@intel.com>
370
371 * elf32-i386.c (elf_i386_check_relocs): Check SEC_ALLOC before
372 allocating dynamic relocation.
373 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
374
31eef93e
SKS
3752016-06-14 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
376
377 PR ld/20254
378 * elf32-avr.c (elf32_avr_relax_delete_bytes): Adjust reloc
379 offsets until reloc_toaddr.
380
c428ce9d
L
3812016-06-14 H.J. Lu <hongjiu.lu@intel.com>
382
383 * elf32-i386.c (elf_i386_reloc_type_class): Check R_386_IRELATIVE.
384 Don't check symbol type for STN_UNDEF symbol index.
385 * elf64-x86-64.c (elf_x86_64_reloc_type_class): Check
386 R_X86_64_IRELATIVE. Don't check symbol type for STN_UNDEF symbol
387 index.
388
60a019a0
TP
3892016-06-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
390
391 * elf32-arm.c (using_thumb_only): Force review of arch check logic for
392 new architecture.
393 (using_thumb2): Try Tag_THUMB_ISA_use first and check
394 for exact arch value then. Force review of arch check logic for new
395 architecture.
396 (arch_has_arm_nop): Update and fix arch check logic. Force review of
397 that logic for new architecture.
398 (arch_has_thumb2_nop): Remove.
399 (elf32_arm_tls_relax): Use using_thumb2 instead of above function.
400 (elf32_arm_final_link_relocate): Likewise but using thumb2.
401
3860d2b4
AM
4022016-06-14 Alan Modra <amodra@gmail.com>
403
404 * bfd-in.h (bfd_my_archive): Delete.
405 * bfd-in2.h: Regenerate.
406
b0cffb47
AM
4072016-06-14 Alan Modra <amodra@gmail.com>
408
409 PR ld/20241
410 * archive.c (open_nested_file): Set my_archive.
411 * bfd.c (_bfd_default_error_handler <%B>): Exclude archive file name
412 for thin archives.
413 * bfdio.c (bfd_tell): Don't adjust origin for thin archives.
414 (bfd_seek): Likewise.
415 * bfdwin.c (bfd_get_file_window): Likewise.
416 * cache.c (cache_bmmap): Likewise.
417 (bfd_cache_lookup_worker): Don't look in my_archive for thin archives.
418 * mach-o.c (bfd_mach_o_follow_dsym): Don't open my_archive for
419 thin archives.
420 * plugin.c (try_claim): Likewise.
421 * xcofflink.c (xcoff_link_add_dynamic_symbols): Use import path of
422 file within thin archive, not the archive.
423
712ec279
L
4242016-06-13 H.J. Lu <hongjiu.lu@intel.com>
425
426 PR ld/20244
427 * elf32-i386.c (elf_i386_relocate_section): Add the .got.plt
428 section address for R_386_GOT32/R_386_GOT32X relocations against
429 IFUNC symbols if there is no base register and return error for
430 PIC.
431
ca8c86ef
L
4322016-06-13 H.J. Lu <hongjiu.lu@intel.com>
433
434 * elf32-i386.c (elf_i386_relocate_section): Simplify IFUNC
435 GOT32 adjustment for static executables.
436
0c9663cb
MR
4372016-06-13 Maciej W. Rozycki <macro@imgtec.com>
438
439 * elf32-mips.c (elf_mips_gnu_pcrel32): Update comment.
440
815dc1bc
CZ
4412016-06-13 Cupertino Miranda <cmiranda@synospsy.com>
442
443 * elf32-arc.c (elf_arc_relocate_section): Fixed condition.
444
3b63d2ce
CM
4452016-06-13 Cupertino Miranda <cmiranda@synospsy.com>
446
447 * elf32-arc.c (elf_arc_finish_dynamic_sections): Changed.
448
2ab2f40d
CM
4492016-06-13 Cupertino Miranda <cmiranda@synospsy.com>
450
451 * elf32-arc.c (arc_local_data, arc_local_data): Removed.
452 (SECTSTART): Changed.
453 (elf_arc_relocate_section): Fixed mistake in PIE related
454 condition.
455 (elf_arc_size_dynamic_sections): Changed DT_RELENT to DT_RELAENT.
456
0f7f3789
CM
4572016-06-13 Cupertino Miranda <cmiranda@synospsy.com>
458
459 * elf32-arc.c (elf32_arc_reloc_type_class): Defined function to
460 enable support for "-z combreloc" and DT_RELACOUNT.
461 (elf_backend_reloc_type_class): Likewise
462
74d7f0aa
L
4632016-06-11 H.J. Lu <hongjiu.lu@intel.com>
464
465 PR ld/20244
466 * elf32-i386.c (elf_i386_relocate_section): When relocating
467 R_386_GOT32, return error without a base register for PIC and
468 subtract the .got.plt section address only with a base register.
469
ef53be89
AM
4702016-06-10 Alan Modra <amodra@gmail.com>
471
472 * elf-strtab.c (struct strtab_save): Use size_t for "size".
473 (struct elf_strtab_hash): Likewise for "size" and "alloced".
474 (_bfd_elf_strtab_init): Formatting.
475 (_bfd_elf_strtab_add): Return size_t rather than bfd_size_type.
476 (_bfd_elf_strtab_addref): Take size_t idx param.
477 (_bfd_elf_strtab_delref, _bfd_elf_strtab_refcount): Likewise.
478 (_bfd_elf_strtab_offset): Likewise.
479 (_bfd_elf_strtab_clear_all_refs): Use size_t idx.
480 (_bfd_elf_strtab_save): Use size_t "idx" and "size" vars.
481 (_bfd_elf_strtab_restore, _bfd_elf_strtab_emit): Similarly.
482 (_bfd_elf_strtab_finalize): Similarly.
483 * elf-bfd.h (_bfd_elf_strtab_add): Update prototypes.
484 (_bfd_elf_strtab_addref, _bfd_elf_strtab_delref): Likewise.
485 (_bfd_elf_strtab_refcount, _bfd_elf_strtab_offset): Likewise.
486 * elf.c (bfd_elf_get_elf_syms): Calculate symbol buffer size
487 using bfd_size_type.
488 (bfd_section_from_shdr): Delete amt.
489 (_bfd_elf_init_reloc_shdr): Likewise.
490 (_bfd_elf_link_assign_sym_version): Likewise.
491 (assign_section_numbers): Use size_t reloc_count.
492 * elflink.c (struct elf_symbuf_head): Use size_t "count".
493 (bfd_elf_link_record_dynamic_symbol): Use size_t for some vars.
494 (elf_link_is_defined_archive_symbol): Likewise.
495 (elf_add_dt_needed_tag): Likewise.
496 (elf_finalize_dynstr): Likewise.
497 (elf_link_add_object_symbols): Likewise.
498 (bfd_elf_size_dynamic_sections): Likewise.
499 (elf_create_symbuf): Similarly.
500 (bfd_elf_match_symbols_in_sections): Likewise.
501 (elf_link_swap_symbols_out): Likewise.
502 (elf_link_check_versioned_symbol): Likewise.
503 (bfd_elf_gc_record_vtinherit): Likewise.
504 (bfd_elf_gc_common_finalize_got_offsets): Likewise.
505
5c41dbc3
DC
5062016-06-08 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
507
508 PR ld/20221
509 * elf32-avr.c (elf32_avr_relax_delete_bytes): Adjust syms
510 and relocs only if shrinking occurred.
511
6eaa7fb5
L
5122016-06-08 H.J. Lu <hongjiu.lu@intel.com>
513
514 * elf64-i386.c (elf_i386_link_hash_entry): Add tls_get_addr.
515 (elf_i386_link_hash_newfunc): Initialize tls_get_addr to 2.
516 (elf_i386_check_tls_transition): Check indirect call and direct
517 call with the addr32 prefix for general and local dynamic models.
518 Set the tls_get_addr feild.
519 (elf_i386_convert_load_reloc): Always use addr32 prefix for
520 indirect ___tls_get_addr call via GOT.
521 (elf_i386_relocate_section): Handle GD->LE, GD->IE and LD->LE
522 transitions with indirect call and direct call with the addr32
523 prefix.
524
3b67f094
MK
5252016-06-07 Marcin Kościelnicki <koriakin@0x04.net>
526
527 * elf32-s390.c (elf_s390_finish_dynamic_symbol): Fix comment.
528 * elf64-s390.c (elf_s390x_plt_entry): Fix comment.
529 (elf_s390_relocate_section): Fix comment.
530 (elf_s390_finish_dynamic_sections): Fix initialization of fixed
531 .got.plt entries.
532
161db279
AK
5332016-06-07 Ulrich Weigand <ulrich.weigand@de.ibm.com>
534
535 * elf64-s390.c (elf_s390_finish_dynamic_sections): Subtract plt
536 section offset when calculation the larl operand in the first PLT
537 entry.
538
14b57c7c
AM
5392016-06-07 Alan Modra <amodra@gmail.com>
540
541 * cpu-powerpc.c (powerpc_compatible): Allow bfd_mach_ppc_vle entry
542 to match other 32-bit archs.
543 * elf32-ppc.c (_bfd_elf_ppc_set_arch): New function.
544 (ppc_elf_object_p): Call it.
545 (ppc_elf_special_sections): Use APUINFO_SECTION_NAME. Fix
546 overlong line.
547 (APUINFO_SECTION_NAME, APUINFO_LABEL): Don't define here.
548 * elf64-ppc.c (ppc64_elf_object_p): Call _bfd_elf_ppc_set_arch.
549 * bfd-in.h (_bfd_elf_ppc_at_tls_transform,
550 _bfd_elf_ppc_at_tprel_transform): Move to..
551 * elf-bfd.h: ..here.
552 (_bfd_elf_ppc_set_arch): Declare.
553 * bfd-in2.h: Regenerate.
554
e2cbcd91
L
5552016-06-06 H.J. Lu <hongjiu.lu@intel.com>
556
557 * elf64-x86-64.c (elf_x86_64_link_hash_entry): Add tls_get_addr.
558 (elf_x86_64_link_hash_newfunc): Initialize tls_get_addr to 2.
559 (elf_x86_64_check_tls_transition): Check indirect call and
560 direct call with the addr32 prefix for general and local dynamic
561 models. Set the tls_get_addr feild.
562 (elf_x86_64_convert_load_reloc): Always use addr32 prefix for
563 indirect __tls_get_addr call via GOT.
564 (elf_x86_64_relocate_section): Handle GD->LE, GD->IE and LD->LE
565 transitions with indirect call and direct call with the addr32
566 prefix.
567
2ac27cd3
CG
5682016-06-04 Christian Groessler <chris@groessler.org>
569
570 * coff-z8k.c (extra_case): Fix range check for R_JR relocation.
571
99914dfd
NC
5722016-06-02 Nick Clifton <nickc@redhat.com>
573
574 PR target/20088
575 * cpu-arm.c (processors): Add "arm_any" type to match any ARM
576 architecture.
577 (arch_info_struct): Likewise.
578 (architectures): Likewise.
579
4ad0bb5f
VG
5802016-06-02 Vineet Gupta <Vineet.Gupta1@synopsys.com>
581
582 * config.bfd: Replace -uclibc with *.
583
3ddf1bdd
L
5842016-06-02 H.J. Lu <hongjiu.lu@intel.com>
585
586 * elf64-x86-64.c: Replace data32 with data16 in comments.
587
5b677558
AM
5882016-05-31 Alan Modra <amodra@gmail.com>
589
590 PR ld/20159
591 PR ld/16467
592 * elflink.c (_bfd_elf_merge_symbol): Revert PR16467 change.
593 (_bfd_elf_add_default_symbol): Don't indirect to/from defined
594 symbol given a version by a script different to the version
595 of the symbol being added.
596 (elf_link_add_object_symbols): Use _bfd_elf_strtab_save and
597 _bfd_elf_strtab_restore. Don't fudge dynstr references.
598 * elf-strtab.c (_bfd_elf_strtab_restore_size): Delete.
599 (struct strtab_save): New.
600 (_bfd_elf_strtab_save, _bfd_elf_strtab_restore): New functions.
601 * elf-bfd.h (_bfd_elf_strtab_restore_size): Delete.
602 (_bfd_elf_strtab_save, _bfd_elf_strtab_restore): Declare.
603
1fe0971e
TS
6042016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
605
606 * elf32-hppa.h: Add extern "C".
607 * elf32-nds32.h: Likewise.
608 * elf32-tic6x.h: Likewise.
609
885a1087
NC
6102016-06-01 Nick Clifton <nickc@redhat.com>
611
612 * po/sr.po: New Serbian translation.
613 * configure.ac (ALL_LINGUAS): Add sr.
614 * configure: Regenerate.
615
99aefae6
MR
6162016-05-28 Maciej W. Rozycki <macro@imgtec.com>
617
618 * elfxx-mips.c (b_reloc_p): New function.
619 (_bfd_mips_elf_relocate_section) <bfd_reloc_outofrange>: Handle
620 branch relocations.
621
77434823
MR
6222016-05-28 Maciej W. Rozycki <macro@imgtec.com>
623
624 * elfxx-mips.c (mips_elf_calculate_relocation): <R_MIPS16_26>
625 <R_MIPS_26, R_MICROMIPS_26_S1>: Drop the region bits of the
626 reloc location from calculation, treat the addend as signed with
627 local non-section symbols and enable overflow detection.
628
1a72702b
AM
6292016-05-28 Alan Modra <amodra@gmail.com>
630
631 * aoutx.h: Adjust linker callback calls throughout file,
632 removing dead code.
633 * bout.c: Likewise.
634 * coff-alpha.c: Likewise.
635 * coff-arm.c: Likewise.
636 * coff-h8300.c: Likewise.
637 * coff-h8500.c: Likewise.
638 * coff-i960.c: Likewise.
639 * coff-mcore.c: Likewise.
640 * coff-mips.c: Likewise.
641 * coff-ppc.c: Likewise.
642 * coff-rs6000.c: Likewise.
643 * coff-sh.c: Likewise.
644 * coff-tic80.c: Likewise.
645 * coff-w65.c: Likewise.
646 * coff-z80.c: Likewise.
647 * coff-z8k.c: Likewise.
648 * coff64-rs6000.c: Likewise.
649 * cofflink.c: Likewise.
650 * ecoff.c: Likewise.
651 * elf-bfd.h: Likewise.
652 * elf-m10200.c: Likewise.
653 * elf-m10300.c: Likewise.
654 * elf32-arc.c: Likewise.
655 * elf32-arm.c: Likewise.
656 * elf32-avr.c: Likewise.
657 * elf32-bfin.c: Likewise.
658 * elf32-cr16.c: Likewise.
659 * elf32-cr16c.c: Likewise.
660 * elf32-cris.c: Likewise.
661 * elf32-crx.c: Likewise.
662 * elf32-d10v.c: Likewise.
663 * elf32-epiphany.c: Likewise.
664 * elf32-fr30.c: Likewise.
665 * elf32-frv.c: Likewise.
666 * elf32-ft32.c: Likewise.
667 * elf32-h8300.c: Likewise.
668 * elf32-hppa.c: Likewise.
669 * elf32-i370.c: Likewise.
670 * elf32-i386.c: Likewise.
671 * elf32-i860.c: Likewise.
672 * elf32-ip2k.c: Likewise.
673 * elf32-iq2000.c: Likewise.
674 * elf32-lm32.c: Likewise.
675 * elf32-m32c.c: Likewise.
676 * elf32-m32r.c: Likewise.
677 * elf32-m68hc1x.c: Likewise.
678 * elf32-m68k.c: Likewise.
679 * elf32-mep.c: Likewise.
680 * elf32-metag.c: Likewise.
681 * elf32-microblaze.c: Likewise.
682 * elf32-moxie.c: Likewise.
683 * elf32-msp430.c: Likewise.
684 * elf32-mt.c: Likewise.
685 * elf32-nds32.c: Likewise.
686 * elf32-nios2.c: Likewise.
687 * elf32-or1k.c: Likewise.
688 * elf32-ppc.c: Likewise.
689 * elf32-s390.c: Likewise.
690 * elf32-score.c: Likewise.
691 * elf32-score7.c: Likewise.
692 * elf32-sh.c: Likewise.
693 * elf32-sh64.c: Likewise.
694 * elf32-spu.c: Likewise.
695 * elf32-tic6x.c: Likewise.
696 * elf32-tilepro.c: Likewise.
697 * elf32-v850.c: Likewise.
698 * elf32-vax.c: Likewise.
699 * elf32-visium.c: Likewise.
700 * elf32-xstormy16.c: Likewise.
701 * elf32-xtensa.c: Likewise.
702 * elf64-alpha.c: Likewise.
703 * elf64-hppa.c: Likewise.
704 * elf64-ia64-vms.c: Likewise.
705 * elf64-mmix.c: Likewise.
706 * elf64-ppc.c: Likewise.
707 * elf64-s390.c: Likewise.
708 * elf64-sh64.c: Likewise.
709 * elf64-x86-64.c: Likewise.
710 * elflink.c: Likewise.
711 * elfnn-aarch64.c: Likewise.
712 * elfnn-ia64.c: Likewise.
713 * elfxx-mips.c: Likewise.
714 * elfxx-sparc.c: Likewise.
715 * elfxx-tilegx.c: Likewise.
716 * linker.c: Likewise.
717 * pdp11.c: Likewise.
718 * pe-mips.c: Likewise.
719 * reloc.c: Likewise.
720 * reloc16.c: Likewise.
721 * simple.c: Likewise.
722 * vms-alpha.c: Likewise.
723 * xcofflink.c: Likewise.
724 * elf32-rl78.c (get_symbol_value, get_romstart, get_ramstart): Delete
725 status param. Adjust calls to these and linker callbacks throughout.
726 * elf32-rx.c: (get_symbol_value, get_gp, get_romstart,
727 get_ramstart): Delete status param. Adjust calls to these and
728 linker callbacks throughout.
729
bc27bb05
MR
7302016-05-27 Maciej W. Rozycki <macro@imgtec.com>
731
732 * elfxx-mips.c (mips_elf_calculate_relocation) <R_MIPS16_26>
733 <R_MIPS_26, R_MICROMIPS_26_S1>: Include the addend in JALX's
734 target alignment verification.
735
ceab86af
MR
7362016-05-27 Maciej W. Rozycki <macro@imgtec.com>
737
738 * elfxx-mips.c (mips_elf_calculate_relocation): Also use the
739 section name if `bfd_elf_string_from_elf_section' returns an
740 empty string.
741
ed53407e
MR
7422016-05-26 Maciej W. Rozycki <macro@imgtec.com>
743
744 * elfxx-mips.c (_bfd_mips_elf_relocate_section)
745 <bfd_reloc_outofrange>: Use the `%X%H' rather than `%C' format
746 for message. Continue processing rather than returning failure.
747
de341542 7482016-05-25 Maciej W. Rozycki <macro@imgtec.com>
ed53407e 749
de341542
MR
750 * elfxx-mips.c (_bfd_mips_elf_relocate_section)
751 <bfd_reloc_outofrange>: Call `->einfo' rather than `->warning'.
752 Call `bfd_set_error'.
753
e6cc316a
L
7542016-05-25 H.J. Lu <hongjiu.lu@intel.com>
755
756 PR binutils/14625
757 * archive.c (bfd_slurp_armap): Replace
758 bfd_elf64_archive_slurp_armap with
759 _bfd_archive_64_bit_slurp_armap.
760 (bsd_write_armap): Call _bfd_archive_64_bit_write_armap if
761 BFD64 is defined and the archive is too big.
762 (coff_write_armap): Likewise.
763 * archive64.c (bfd_elf64_archive_slurp_armap): Renamed to ...
764 (_bfd_archive_64_bit_slurp_armap): This.
765 (bfd_elf64_archive_write_armap): Renamed to ...
766 (_bfd_archive_64_bit_write_armap): This.
767 * configure.ac: Add --enable-64-bit-archive.
768 (want_64_bit_archive): New. Set to true by default for 64-bit
769 MIPS and s390 ELF targets.
770 (USE_64_BIT_ARCHIVE): New AC_DEFINE.
771 * config.in: Regenerated.
772 * configure: Likewise.
773 * elf64-mips.c (bfd_elf64_archive_functions): Removed.
774 (bfd_elf64_archive_slurp_armap): Likewise.
775 (bfd_elf64_archive_write_armap): Likewise.
776 (bfd_elf64_archive_slurp_extended_name_table): Likewise.
777 (bfd_elf64_archive_construct_extended_name_table): Likewise.
778 (bfd_elf64_archive_truncate_arname): Likewise.
779 (bfd_elf64_archive_read_ar_hdr): Likewise.
780 (bfd_elf64_archive_write_ar_hdr): Likewise.
781 (bfd_elf64_archive_openr_next_archived_file): Likewise.
782 (bfd_elf64_archive_get_elt_at_index): Likewise.
783 (bfd_elf64_archive_generic_stat_arch_elt): Likewise.
784 (bfd_elf64_archive_update_armap_timestamp): Likewise.
785 * elf64-s390.c (bfd_elf64_archive_functions): Removed.
786 (bfd_elf64_archive_slurp_armap): Likewise.
787 (bfd_elf64_archive_write_armap): Likewise.
788 (bfd_elf64_archive_slurp_extended_name_table): Likewise.
789 (bfd_elf64_archive_construct_extended_name_table): Likewise.
790 (bfd_elf64_archive_truncate_arname): Likewise.
791 (bfd_elf64_archive_read_ar_hdr): Likewise.
792 (bfd_elf64_archive_write_ar_hdr): Likewise.
793 (bfd_elf64_archive_openr_next_archived_file): Likewise.
794 (bfd_elf64_archive_get_elt_at_index): Likewise.
795 (bfd_elf64_archive_generic_stat_arch_elt): Likewise.
796 (bfd_elf64_archive_update_armap_timestamp): Likewise.
797 * elfxx-target.h (TARGET_BIG_SYM): Use _bfd_archive_64_bit on
798 BFD_JUMP_TABLE_ARCHIVE if USE_64_BIT_ARCHIVE is defined and
799 bfd_elfNN_archive_functions isn't defined.
800 (TARGET_LITTLE_SYM): Likewise.
801 * libbfd-in.h (_bfd_archive_64_bit_slurp_armap): New prototype.
802 (_bfd_archive_64_bit_write_armap): Likewise.
803 (_bfd_archive_64_bit_slurp_extended_name_table): New macro.
804 (_bfd_archive_64_bit_construct_extended_name_table): Likewise.
805 (_bfd_archive_64_bit_truncate_arname): Likewise.
806 (_bfd_archive_64_bit_read_ar_hdr): Likewise.
807 (_bfd_archive_64_bit_write_ar_hdr): Likewise.
808 (_bfd_archive_64_bit_openr_next_archived_file): Likewise.
809 (_bfd_archive_64_bit_get_elt_at_index): Likewise.
810 (_bfd_archive_64_bit_generic_stat_arch_elt): Likewise.
811 (_bfd_archive_64_bit_update_armap_timestamp): Likewise.
812 * libbfd.h: Regenerated.
813 * plugin.c (plugin_vec): Use _bfd_archive_64_bit on
814 BFD_JUMP_TABLE_ARCHIVE if USE_64_BIT_ARCHIVE is defined.
815
b95a0a31
L
8162016-05-25 H.J. Lu <hongjiu.lu@intel.com>
817
818 PR ld/20103
819 * cofflink.c (coff_link_check_archive_element): Return TRUE if
820 linker add_archive_element callback returns FALSE.
821 * ecoff.c (ecoff_link_check_archive_element): Likewise.
822 * elf64-ia64-vms.c (elf64_vms_link_add_archive_symbols): Skip
823 archive element if linker add_archive_element callback returns
824 FALSE.
825 * elflink.c (elf_link_add_archive_symbols): Likewise.
826 * pdp11.c (aout_link_check_ar_symbols): Likewise.
827 * vms-alpha.c (alpha_vms_link_add_archive_symbols): Likewise.
828 * xcofflink.c (xcoff_link_check_dynamic_ar_symbols): Likewise.
829 (xcoff_link_check_ar_symbols): Likewise.
830
7db9a74e
MR
8312016-05-24 Maciej W. Rozycki <macro@imgtec.com>
832
833 * elfxx-mips.c (_bfd_mips_elf_relocate_section)
834 <bfd_reloc_outofrange>: Unify error reporting code.
835
b7f28d87
JW
8362016-05-23 Jim Wilson <jim.wilson@linaro.org>
837
838 * elfnn-aarch64.c: Unconditionally enable R_AARCH64_NULL and
839 R_AARCH64_NONE. Use HOWTO64 for R_AARCH64_NULL.
840 * relocs.c: Add BFD_RELOC_AARCH64_NULL.
841 * bfd-in2.h: Regenerate.
842 * libbfd.h: Likewise.
843
a2bea324
KS
8442016-05-23 Kuba Sejdak <jakub.sejdak@phoesys.com>
845
846 * config.bfd: Add entry for arm-phoenix.
847
d7c5bd02
TP
8482016-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
849
850 * elf32-arm.c (arm_dedicated_stub_section_padding): New function.
851 (elf32_arm_size_stubs): Declare stub_type in a more outer scope and
852 account for padding for stub section requiring one.
853 (elf32_arm_build_stubs): Add comment to stress the importance of
854 zeroing veneer section content.
855
daa4adae
TP
8562016-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
857
858 * bfd-in.h (bfd_elf32_arm_keep_private_stub_output_sections): Declare
859 bfd hook.
860 * bfd-in2.h: Regenerate.
861 * elf32-arm.c (arm_dedicated_stub_output_section_required): New
862 function.
863 (arm_dedicated_stub_output_section_required_alignment): Likewise.
864 (arm_dedicated_stub_output_section_name): Likewise.
865 (arm_dedicated_stub_input_section_ptr): Likewise.
866 (elf32_arm_create_or_find_stub_sec): Add stub type parameter and
867 function description comment. Add support for dedicated output stub
868 section to given stub types.
869 (elf32_arm_add_stub): Add a stub type parameter and pass it down to
870 elf32_arm_create_or_find_stub_sec.
871 (elf32_arm_create_stub): Pass stub type down to elf32_arm_add_stub.
872 (elf32_arm_size_stubs): Pass stub type when calling
873 elf32_arm_create_or_find_stub_sec for Cortex-A8 erratum veneers.
874 (bfd_elf32_arm_keep_private_stub_output_sections): New function.
875
52bf37dd
L
8762016-05-20 H.J. Lu <hongjiu.lu@intel.com>
877
878 * elf32-i386.c (elf_i386_check_relocs): Don't check R_386_GOT32
879 when setting need_convert_load.
880
17c6c9d9
MR
8812016-05-20 Maciej W. Rozycki <macro@imgtec.com>
882
883 * elfxx-mips.c (mips_elf_read_rel_addend): Adjust the addend for
884 microMIPS JALX.
885
7d4d9709
L
8862016-05-19 H.J. Lu <hongjiu.lu@intel.com>
887
888 PR ld/20117
889 * elf32-i386.c (elf_i386_convert_load_reloc): Don't check
890 R_386_GOT32X.
891 (elf_i386_convert_load): Don't convert R_386_GOT32.
892
606851fb
AM
8932016-05-20 Alan Modra <amodra@gmail.com>
894
895 PR gas/20118
896 * elf.c (elf_fake_sections): Set sh_entsize for SHT_INIT_ARRAY,
897 SHT_FINI_ARRAY, and SHT_PREINIT_ARRAY.
898
3c8adaca
CZ
8992016-05-19 Cupertino Miranda <cmiranda@synopsys.com>
900
901 * elf32-arc.c (arc_elf_final_write_processing): Changed.
902 (debug_arc_reloc): Likewise.
903 (elf_arc_relocate_section): Likewise.
904 (elf_arc_check_relocs): Likewise.
905 (elf_arc_adjust_dynamic_symbol): Likewise.
906 (elf_arc_add_symbol_hook): Likewise.
907
6b200de0
MR
9082016-05-19 Maciej W. Rozycki <macro@imgtec.com>
909
910 * config.bfd: Remove `am34-*-linux*' support.
911
57e7d118
AM
9122016-05-19 Alan Modra <amodra@gmail.com>
913
914 * elf64-ppc.c (allocate_dynrelocs): Allocate got and other dynamic
915 relocs before plt relocs.
916
9f284bf9
AM
9172016-05-19 Alan Modra <amodra@gmail.com>
918
919 * elf64-ppc.c (ppc64_elf_branch_reloc): Check for NULL owner
920 before dereferencing.
921
50498060
NC
9222016-05-18 Nick Clifton <nickc@redhat.com>
923
924 * po/sv.po: Updated Swedish translation.
925
7f991970
AM
9262016-05-18 Alan Modra <amodra@gmail.com>
927
928 * elf32-arm.c (elf32_arm_size_stubs): Free or cache local syms
929 for each BFD. Don't goto error_ret_free_local from outside loop.
930
a43942db
MR
9312016-05-17 Maciej W. Rozycki <macro@imgtec.com>
932
933 * elf-s390-common.c (elf_s390_add_symbol_hook): Remove
934 STB_GNU_UNIQUE handling.
935 * elf32-arc.c (elf_arc_add_symbol_hook): Likewise.
936 * elf32-arm.c (elf32_arm_add_symbol_hook): Likewise.
937 * elf32-m68k.c (elf_m68k_add_symbol_hook): Likewise.
938 * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
939 * elf32-sparc.c (elf32_sparc_add_symbol_hook): Likewise.
940 * elf64-ppc.c (ppc64_elf_add_symbol_hook): Likewise.
941 * elf64-sparc.c (elf64_sparc_add_symbol_hook): Likewise.
942 * elf64-x86-64.c (elf_x86_64_add_symbol_hook): Likewise.
943 * elfxx-aarch64.c (_bfd_aarch64_elf_add_symbol_hook): Likewise.
944 * elfxx-mips.c (_bfd_mips_elf_add_symbol_hook): Likewise.
945 * elf32-i386.c (elf_i386_add_symbol_hook): Remove function.
946 (elf_backend_add_symbol_hook): Remove macro.
947 * elflink.c (elf_link_add_object_symbols): Set `has_gnu_symbols'
948 for STB_GNU_UNIQUE symbols.
949
71de3413
MR
9502016-05-16 Maciej W. Rozycki <macro@imgtec.com>
951
952 * elf32-v850.c (v850_elf_copy_notes): New function, factored out
953 from...
954 (v850_elf_copy_private_bfd_data): ... here. Call the new
955 function and `_bfd_elf_copy_private_bfd_data'.
956
2168b268
L
9572016-05-13 H.J. Lu <hongjiu.lu@intel.com>
958
959 PR ld/20093
960 * elf64-x86-64.c (elf_x86_64_convert_load_reloc): Don't convert
961 GOTPCREL relocation against large section.
962
4ade44b7
AM
9632016-05-13 Alan Modra <amodra@gmail.com>
964
965 * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_sections): Use
966 linker dynamic sections in calculating size and address of
2168b268 967 dynamic tags rather than using output sections. Remove asserts.
4ade44b7
AM
968 * elf32-arm.c (elf32_arm_finish_dynamic_sections): Likewise.
969 * elf32-cr16.c (_bfd_cr16_elf_finish_dynamic_sections): Likewise.
970 * elf32-cris.c (elf_cris_finish_dynamic_sections): Likewise.
971 * elf32-i370.c (i370_elf_finish_dynamic_sections): Likewise.
972 * elf32-lm32.c (lm32_elf_finish_dynamic_sections): Likewise.
973 * elf32-m32r.c (m32r_elf_finish_dynamic_sections): Likewise.
974 * elf32-m68k.c (elf_m68k_finish_dynamic_sections): Likewise.
975 * elf32-metag.c (elf_metag_finish_dynamic_sections): Likewise.
976 * elf32-microblaze.c (microblaze_elf_finish_dynamic_sections): Likewise.
977 * elf32-nds32.c (nds32_elf_finish_dynamic_sections): Likewise.
978 * elf32-nios2.c (nios2_elf32_finish_dynamic_sections): Likewise.
979 * elf32-or1k.c (or1k_elf_finish_dynamic_sections): Likewise.
980 * elf32-s390.c (elf_s390_finish_dynamic_sections): Likewise.
981 * elf32-score.c (s3_bfd_score_elf_finish_dynamic_sections): Likewise.
982 * elf32-score7.c (s7_bfd_score_elf_finish_dynamic_sections): Likewise.
983 * elf32-vax.c (elf_vax_finish_dynamic_sections): Likewise.
984 * elf32-xtensa.c (elf_xtensa_finish_dynamic_sections): Likewise.
985 * elf64-alpha.c (elf64_alpha_finish_dynamic_sections): Likewise.
986 * elf64-s390.c (elf_s390_finish_dynamic_sections): Likewise.
987 * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
988 * elflink.c (bfd_elf_final_link): Likewise.
989 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_sections): Likewise.
990 * elfxx-sparc.c (sparc_finish_dyn): Likewise. Adjust error message.
991 * elf32-arc.c (GET_SYMBOL_OR_SECTION): Remove ASSERT arg and
992 don't set doit. Look up dynobj section.
993 (elf_arc_finish_dynamic_sections): Adjust GET_SYMBOL_OR_SECTION
994 invocation and dynamic tag vma calculation. Don't test
995 boolean var == TRUE.
996 * elfnn-aarch64.c (elfNN_aarch64_finish_dynamic_sections): Fix
997 DT_JMPREL calc.
998
c8e44c6d
AM
9992016-05-13 Alan Modra <amodra@gmail.com>
1000
1001 * elflink.c (elf_link_sort_relocs): Wrap overlong lines. Fix
1002 octets_per_byte. Put dynamic .rela.plt last in link orders.
1003 Assign output_offset for reloc sections rather than writing
1004 sorted relocs from block corresponding to output_offset.
1005
1997c994
AM
10062016-05-12 Alan Modra <amodra@gmail.com>
1007
1008 * elf-bfd.h (elf_reloc_type_class): Put reloc_class_plt last.
1009
8f4f9071
MF
10102016-05-11 Andrew Bennett <andrew.bennett@imgtec.com>
1011
1012 * elfxx-mips.c (print_mips_ases): Add DSPR3.
1013
a464198b
AM
10142016-05-11 Alan Modra <amodra@gmail.com>
1015
1016 * elf32-hppa.c (elf32_hppa_init_stub_bfd): New function.
1017 (elf32_hppa_check_relocs): Don't set dynobj.
1018 (elf32_hppa_size_stubs): Test !SEC_LINKER_CREATED for stub sections.
1019 (elf32_hppa_build_stubs): Likewise.
1020 * elf32-hppa.h (elf32_hppa_init_stub_bfd): Declare.
1021
3bd43ebc
AM
10222016-05-11 Alan Modra <amodra@gmail.com>
1023
1024 PR 20060
1025 * elf64-ppc.c (ppc64_elf_tls_setup): Clear forced_local.
1026 * elf32-ppc.c (ppc_elf_tls_setup): Likewise.
1027
4e7fbb34
JW
10282016-05-10 Jiong Wang <jiong.wang@arm.com>
1029
1030 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Remove redundant
1031 aarch64_tls_transition check.
1032
4f4faa4d
TP
10332016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1034
1035 * elf32-arm.c (enum elf32_arm_stub_type): New max_stub_type
1036 enumerator.
1037 (arm_stub_sym_claimed): New function.
1038 (elf32_arm_create_stub): Use veneered symbol name and section if
1039 veneer needs to claim its symbol, and keep logic unchanged otherwise.
1040 (arm_stub_claim_sym): New function.
1041 (arm_map_one_stub): Call arm_stub_claim_sym if veneer needs to claim
1042 veneered symbol, otherwise create local symbol as before.
1043
39d911fc
TP
10442016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1045
1046 * elf32-arm.c (elf32_arm_size_stubs): Use new macros
1047 ARM_GET_SYM_BRANCH_TYPE and ARM_SET_SYM_BRANCH_TYPE to respectively get
1048 and set branch type of a symbol.
1049 (bfd_elf32_arm_process_before_allocation): Likewise.
1050 (elf32_arm_relocate_section): Likewise and fix identation along the
1051 way.
1052 (allocate_dynrelocs_for_symbol): Likewise.
1053 (elf32_arm_finish_dynamic_symbol): Likewise.
1054 (elf32_arm_swap_symbol_in): Likewise.
1055 (elf32_arm_swap_symbol_out): Likewise.
1056
6bde4c52
TP
10572016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1058
1059 * bfd-in.h (elf32_arm_size_stubs): Add an output section parameter.
1060 * bfd-in2.h: Regenerated.
1061 * elf32-arm.c (struct elf32_arm_link_hash_table): Add an output section
1062 parameter to add_stub_section callback.
1063 (elf32_arm_create_or_find_stub_sec): Get output section from link_sec
1064 and pass it down to add_stub_section.
1065 (elf32_arm_add_stub): Set section to stub_sec if NULL before using it
1066 for error message.
1067 (elf32_arm_size_stubs): Add output section parameter to
1068 add_stub_section function pointer parameter.
1069
b715f643
TP
10702016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1071
1072 * elf32-arm.c (elf32_arm_create_stub): New function.
1073 (elf32_arm_size_stubs): Use elf32_arm_create_stub for stub creation.
1074
8d9d9490
TP
10752016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1076
1077 * elf32-arm.c (enum elf32_arm_stub_type): Delete
1078 arm_stub_a8_veneer_lwm enumerator.
1079 (arm_stub_a8_veneer_lwm): New unsigned constant to replace
1080 aforementioned enumerator.
1081 (struct elf32_arm_stub_hash_entry): Delete target_addend
1082 field and add source_value.
1083 (struct a8_erratum_fix): Delete addend field and add target_offset.
1084 (stub_hash_newfunc): Initialize source_value field amd remove
1085 initialization for target_addend.
1086 (arm_build_one_stub): Stop special casing Thumb relocations: promote
1087 the else to being always executed, moving the
1088 arm_stub_a8_veneer_b_cond specific code in it. Remove
1089 stub_entry->target_addend from points_to computation.
1090 (cortex_a8_erratum_scan): Store in a8_erratum_fix structure the offset
1091 to target symbol from start of section rather than the offset from the
1092 stub address.
1093 (elf32_arm_size_stubs): Set stub_entry's source_value and target_value
1094 fields from struct a8_erratum_fix's offset and target_offset
1095 respectively.
1096 (make_branch_to_a8_stub): Rename target variable to loc. Compute
1097 veneered_insn_loc and loc using stub_entry's source_value.
1098
15afaa63
TP
10992016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1100
1101 (elf32_arm_merge_eabi_attributes): Add merging logic for
1102 Tag_DSP_extension.
1103
66a36822
PC
11042016-05-10 Pip Cet <pipcet@gmail.com>
1105
1106 PR ld/20059
1107 * elfxx-target.h (bfd_elfNN_bfd_copy_link_hash_symbol_type):
1108 Define as _bfd_generic_copy_link_hash_symbol_type when using
1109 generic hash table.
1110
315350be
NC
11112016-05-09 Nick Clifton <nickc@redhat.com>
1112
1113 PR binutils/20063
1114 * elf.c (bfd_elf_get_elf_syms): Check for out of range sh_link
1115 field before accessing sections array.
1116
9239bbd3
CM
11172016-05-09 Christophe Monat <christophe.monat@st.com>
1118
1119 PR ld/20030
1120 * elf32-arm.c (is_thumb2_vldm): Account for T1 (DP) encoding.
1121 (stm32l4xx_need_create_replacing_stub): Rename ambiguous nb_regs
1122 to nb_words.
1123 (create_instruction_vldmia): Add is_dp to disambiguate SP/DP
1124 encoding.
1125 (create_instruction_vldmdb): Likewise.
1126 (stm32l4xx_create_replacing_stub_vldm): is_dp detects DP encoding,
1127 uses it to re-encode.
1128
73597c18
NC
11292016-05-09 Nick Clifton <nickc@redhat.com>
1130
1131 PR 19938
1132 * elf32-arm.c (elf32_arm_adjust_dynamic_symbol): Revert accidental
1133 commit.
1134
ae1bb197
AM
11352016-05-09 Alan Modra <amodra@gmail.com>
1136
1137 * elf64-ppc.c (ppc64_elf_init_stub_bfd): Remove redundant NULL check.
1138
97196564
L
11392016-05-06 H.J. Lu <hongjiu.lu@intel.com>
1140
1141 PR ld/17550
1142 * elf-bfd.h (elf_link_hash_entry): Update comments for indx,
1143 documenting that indx == -3 if symbol is defined in a discarded
1144 section.
1145 * elflink.c (elf_link_add_object_symbols): Set indx to -3 if
1146 symbol is defined in a discarded section.
1147 (elf_link_output_extsym): Strip a global symbol defined in a
1148 discarded section.
1149
030e823c
L
11502016-05-06 H.J. Lu <hongjiu.lu@intel.com>
1151
1152 * elf32-i386.c (elf_backend_add_symbol_hook): Defined for Intel
1153 MCU.
1154
c175a657
L
11552016-05-05 H.J. Lu <hongjiu.lu@intel.com>
1156
1157 * elf32-i386.c (elf_i386_convert_load): Extract the GOT load
1158 conversion to ...
1159 (elf_i386_convert_load_reloc): This. New function.
1160 * elf64-x86-64.c (elf_x86_64_convert_load): Extract the GOT load
1161 conversion to ...
1162 (elf_x86_64_convert_load_reloc): This. New function.
1163
bedfd056
L
11642016-05-05 H.J. Lu <hongjiu.lu@intel.com>
1165
1166 * elf32-i386.c (elf_i386_check_tls_transition): Remove abfd.
1167 Don't check if contents == NULL.
1168 (elf_i386_tls_transition): Add from_relocate_section. Check
1169 from_relocate_section instead of contents != NULL. Update
1170 elf_i386_check_tls_transition call.
1171 (elf_i386_check_relocs): Cache the section contents if
1172 keep_memory is FALSE. Pass FALSE as from_relocate_section to
1173 elf_i386_tls_transition.
1174 (elf_i386_relocate_section): Pass TRUE as from_relocate_section
1175 to elf_i386_tls_transition.
1176 (elf_backend_caches_rawsize): New.
1177 * elf64-x86-64.c (elf_x86_64_check_tls_transition): Don't check
1178 if contents == NULL.
1179 (elf_x86_64_tls_transition): Add from_relocate_section. Check
1180 from_relocate_section instead of contents != NULL.
1181 (elf_x86_64_check_relocs): Cache the section contents if
1182 keep_memory is FALSE. Pass FALSE as from_relocate_section to
1183 elf_x86_64_tls_transition.
1184 (elf_x86_64_relocate_section): Pass TRUE as from_relocate_section
1185 to elf_x86_64_tls_transition.
1186 (elf_backend_caches_rawsize): New.
1187
6d6a648c
MR
11882016-05-03 Maciej W. Rozycki <macro@imgtec.com>
1189
1190 PR 10549
1191 * elfxx-mips.c (_bfd_mips_elf_add_symbol_hook): Handle
1192 STB_GNU_UNIQUE.
1193
1f56df9d
JW
11942016-05-03 Jiong Wang <jiong.wang@arm.com>
1195
1196 * bfd-in.h (bfd_elf64_aarch64_set_options): Update prototype.
1197 * bfd-in2.h (bfd_elf64_aarch64_set_options): Likewise.
1198 * elfnn-aarch64.c (bfd_elfNN_aarch64_set_options): Initialize
1199 no_apply_dynamic_relocs.
1200 (elfNN_aarch64_final_link_relocate): Apply absolute relocations even though
1201 dynamic relocations generated.
1202
493f652c
L
12032016-04-29 H.J. Lu <hongjiu.lu@intel.com>
1204
1205 * elf32-i386.c (elf_i386_size_dynamic_sections): Move interp
1206 setting to ...
1207 (elf_i386_create_dynamic_sections): Here.
1208 * elf64-x86-64.c (elf_x86_64_size_dynamic_sections): Move
1209 interp setting to ...
1210 (elf_x86_64_create_dynamic_sections): Here.
1211
e62b9723
L
12122016-04-29 H.J. Lu <hongjiu.lu@intel.com>
1213
1214 * elf32-i386.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): Take GOT_RELOC
1215 and replace (EH)->has_got_reloc with GOT_RELOC.
1216 (elf_i386_fixup_symbol): Pass has_got_reloc to
1217 UNDEFINED_WEAK_RESOLVED_TO_ZERO.
1218 (elf_i386_allocate_dynrelocs): Likewise.
1219 (elf_i386_relocate_section): Likewise.
1220 (elf_i386_finish_dynamic_symbol): Likewise.
1221 (elf_i386_convert_load): Pass TRUE to
1222 UNDEFINED_WEAK_RESOLVED_TO_ZERO.
1223 * elf64-x86-64.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): Take
1224 GOT_RELOC and replace (EH)->has_got_reloc with GOT_RELOC.
1225 (elf_x86_64_fixup_symbol): Pass has_got_reloc to
1226 UNDEFINED_WEAK_RESOLVED_TO_ZERO.
1227 (elf_x86_64_allocate_dynrelocs): Likewise.
1228 (elf_x86_64_relocate_section): Likewise.
1229 (elf_x86_64_finish_dynamic_symbol): Likewise.
1230 (elf_x86_64_convert_load): Pass TRUE to
1231 UNDEFINED_WEAK_RESOLVED_TO_ZERO.
1232
c337a162
L
12332016-04-29 H.J. Lu <hongjiu.lu@intel.com>
1234
1235 * elf32-i386.c (check_relocs_failed): New.
1236 (elf_i386_check_relocs): Set check_relocs_failed on error.
1237 (elf_i386_relocate_section): Skip if check_relocs failed.
1238
afd9acee
L
12392016-04-29 H.J. Lu <hongjiu.lu@intel.com>
1240
1241 * elf64-x86-64.c (elf_x86_64_check_relocs): Set
1242 check_relocs_failed on error.
1243
5522f910
NC
12442016-04-29 Nick Clifton <nickc@redhat.com>
1245
1246 PR 19938
1247 * elf-bfd.h (struct elf_backend_data): Rename
1248 elf_backend_set_special_section_info_and_link to
1249 elf_backend_copy_special_section_fields.
1250 * elfxx-target.h: Likewise.
1251 * elf.c (section_match): Ignore the SHF_INFO_LINK flag when
1252 comparing section flags.
1253 (copy_special_section_fields): New function.
1254 (_bfd_elf_copy_private_bfd_data): Copy the EI_ABIVERSION field.
1255 Perform two scans over special sections. The first one looks for
1256 a direct mapping between the output section and an input section.
1257 The second scan looks for a possible match based upon section
1258 characteristics.
1259 * elf32-arm.c (elf32_arm_copy_special_section_fields): New
1260 function. Handle setting the sh_link field of SHT_ARM_EXIDX
1261 sections.
1262 * elf32-i386.c (elf32_i386_set_special_info_link): Rename to
1263 elf32_i386_copy_solaris_special_section_fields.
1264 * elf32-sparc.c (elf32_sparc_set_special_section_info_link):
1265 Rename to elf32_sparc_copy_solaris_special_section_fields.
1266 * elf64-x86-64.c (elf64_x86_64_set_special_info_link): Rename to
1267 elf64_x86_64_copy_solaris_special_section_fields.
1268
786a118c
NC
12692016-04-28 Nick Clifton <nickc@redhat.com>
1270
1271 * po/zh_CN.po: Updated Chinese (simplified) translation.
1272
91f8bf69
L
12732016-04-27 H.J. Lu <hongjiu.lu@intel.com>
1274
1275 PR ld/20006
1276 * elf64-x86-64.c (elf_x86_64_convert_load): Skip debug sections
1277 when estimating distances between output sections.
1278
a6a4679f
AM
12792016-04-27 Alan Modra <amodra@gmail.com>
1280
1281 * elflink.c (_bfd_elf_is_start_stop): New function.
1282 (_bfd_elf_gc_mark_rsec): Use it.
1283 * elf-bfd.h (_bfd_elf_is_start_stop): Declare.
1284
28cc9170
TS
12852016-04-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1286
1287 * elf32-rx.c (rx_set_section_contents): Avoid arithmetic on void *.
1288 * mmo.c (mmo_get_section_contents): Likewise.
1289 (mmo_set_section_contents): Likewise.
1290
d5486c43
L
12912016-04-26 H.J. Lu <hongjiu.lu@intel.com>
1292
1293 * elf-bfd.h (elf_link_hash_table): Update comments for
1294 dynsymcount.
1295 * elflink.c (_bfd_elf_link_renumber_dynsyms): Always count for
1296 the unused NULL entry at the head of dynamic symbol table.
1297 (bfd_elf_size_dynsym_hash_dynstr): Remove dynsymcount != 0
1298 checks.
1299
6645479e
L
13002016-04-21 H.J. Lu <hongjiu.lu@intel.com>
1301
1302 * elflink.c (_bfd_elf_link_create_dynstrtab): Exclude linker
1303 created file from dynobj.
1304
6cd255ca
L
13052016-04-21 H.J. Lu <hongjiu.lu@intel.com>
1306
1307 * elflink.c (_bfd_elf_link_create_dynstrtab): Set dynobj to a
1308 normal input file if possible.
1309
4f3b23b3
NC
13102016-04-21 Nick Clifton <nickc@redhat.com>
1311
1312 * aout-adobe.c: Use _bfd_generic_link_check_relocs.
1313 * aout-target.h: Likewise.
1314 * aout-tic30.c: Likewise.
1315 * binary.c: Likewise.
1316 * bout.c: Likewise.
1317 * coff-alpha.c: Likewise.
1318 * coff-rs6000.c: Likewise.
1319 * coff64-rs6000.c: Likewise.
1320 * coffcode.h: Likewise.
1321 * i386msdos.c: Likewise.
1322 * i386os9k.c: Likewise.
1323 * ieee.c: Likewise.
1324 * ihex.c: Likewise.
1325 * libbfd-in.h: Likewise.
1326 * libecoff.h: Likewise.
1327 * mach-o-target.c: Likewise.
1328 * mmo.c: Likewise.
1329 * nlm-target.h: Likewise.
1330 * oasys.c: Likewise.
1331 * pef.c: Likewise.
1332 * plugin.c: Likewise.
1333 * ppcboot.c: Likewise.
1334 * som.c: Likewise.
1335 * srec.c: Likewise.
1336 * tekhex.c: Likewise.
1337 * versados.c: Likewise.
1338 * vms-alpha.c: Likewise.
1339 * xsym.c: Likewise.
1340 * elfxx-target.h: Use _bfd_elf_link_check_relocs.
1341 * linker.c (bfd_link_check_relocs): New function.
1342 (_bfd_generic_link_check_relocs): New function.
1343 * targets.c (BFD_JUMP_TABLE_LINK): Add initialization of
1344 _bfd_link_check_relocs field.
1345 (struct bfd_target)L Add _bfd_link_check_relocs field.
1346 * bfd-in2.h: Regenerate.
1347 * libbfd.h: Regenerate.
1348
e66cdd68
L
13492016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1350
1351 * elf32-i386.c (elf_i386_gc_sweep_hook): Removed.
1352 (elf_backend_gc_sweep_hook): Likewise.
1353 * elf64-x86-64.c (elf_x86_64_gc_sweep_hook): Likewise.
1354 (elf_backend_gc_sweep_hook): Likewise.
1355
5ce03cea
L
13562016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1357
1358 * elflink.c (_bfd_elf_link_check_relocs): Don't check relocations
1359 in excluded sections
1360
338c190a
L
13612016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1362
1363 PR ld/19969
1364 * elf64-x86-64.c (check_relocs_failed): New.
1365 (elf_x86_64_need_pic): Moved before elf_x86_64_check_relocs.
1366 Support relocation agaist local symbol. Set check_relocs_failed.
1367 (elf_x86_64_check_relocs): Use elf_x86_64_need_pic. Check
1368 R_X86_64_32 relocation overflow.
1369 (elf_x86_64_relocate_section): Skip if check_relocs failed.
1370 Update one elf_x86_64_need_pic and remove one elf_x86_64_need_pic.
1371
466ee2af
L
13722016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1373
1374 * elf32-i386.c (elf_i386_check_relocs): Call
1375 _bfd_elf_create_ifunc_sections only for STT_GNU_IFUNC symbol.
1376 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
1377
d9689752
L
13782016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1379
1380 * elf-bfd.h (_bfd_elf_link_check_relocs): New.
1381 * elflink.c (_bfd_elf_link_check_relocs): New function.
1382 (elf_link_add_object_symbols): Call _bfd_elf_link_check_relocs
1383 if check_relocs_after_open_input is FALSE.
1384
e6c7cdec
TS
13852016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1386
1387 * cache.c: Update old style function definitions.
1388 * elf32-m68k.c: Likewise.
1389 * elf64-mmix.c: Likewise.
1390 * stab-syms.c: Likewise.
1391
b98e6871
TS
13922016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1393
1394 * elf32-arm.c (put_thumb2_insn): Change argument type to bfd_byte *.
1395
6fd8e7c2
L
13962016-04-15 H.J. Lu <hongjiu.lu@intel.com>
1397
1398 * Makefile.in: Regenerated with automake 1.11.6.
1399 * aclocal.m4: Likewise.
1400 * doc/Makefile.in: Likewise.
1401
4b0c052e
AB
14022016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1403
1404 * reloc.c: Add BFD_RELOC_ARC_NPS_CMEM16 entry.
1405 * bfd-in2.h: Regenerate.
1406 * libbfd.h: Regenerate.
1407 * elf32-arc.c: Add 'opcode/arc.h' include.
1408 (struct arc_relocation_data): Add symbol_name.
1409 (arc_special_overflow_checks): New function.
1410 (arc_do_relocation): Use arc_special_overflow_checks, reindent as
1411 required, add an extra comment.
1412 (elf_arc_relocate_section): Setup symbol_name in reloc_data.
1413
33cbe6c0
AB
14142016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1415
1416 * elf32-arc.c (tls_got_entries): Add 'TLS_GOT_' prefix to all
1417 entries.
1418 (elf_arc_relocate_section): Update enum uses.
1419 (elf_arc_check_relocs): Likewise.
1420 (elf_arc_finish_dynamic_symbol): Likewise.
1421
7634c4e6
L
14222016-04-14 H.J. Lu <hongjiu.lu@intel.com>
1423
1424 * elf.c (_bfd_elf_copy_private_bfd_data): Replace "link" with
1425 "sh_link".
1426
84865015
NC
14272016-04-14 Nick Clifton <nickc@redhat.com>
1428
1429 PR target/19938
1430 * elf-bbfd.h (struct elf_backend_data): New field:
1431 elf_strtab_flags.
1432 New field: elf_backend_set_special_section_info_and_link
1433 * elfxx-target.h (elf_backend_strtab_flags): Define if not already
1434 defined.
1435 (elf_backend_set_special_section_info_and_link): Define if not
1436 already defined.
1437 (elfNN_bed): Use elf_backend_set_special_section_info_and_link and
1438 elf_backend_strtab_flags macros to initialise fields in structure.
1439 * elf.c (_bfd_elf_make_section_from_shdr): Check for SHF_STRINGS
1440 being set even if SHF_MERGE is not set.
1441 (elf_fake_sections): Likewise.
1442 (section_match): New function. Matches two ELF sections based
1443 upon fixed characteristics.
1444 (find_link): New function. Locates a section in a BFD that
1445 matches a section in a different BFD.
1446 (_bfd_elf_copy_private_bfd_data): Copy the sh_info and sh_link
1447 fields of reserved sections.
1448 (bfd_elf_compute_section_file_positions): Set the flags for the
1449 .shstrtab section based upon the elf_strtab_flags field in the
1450 elf_backend_data structure.
1451 (swap_out_syms): Likewise for the .strtab section.
1452 * elflink.c (bfd_elf_final_link): Set the flags for the
1453 .strtab section based upon the elf_strtab_flags field in the
1454 elf_backend_data structure.
1455 * elf32-i386.c (elf32_i386_set_special_info_link): New function.
1456 (elf_backend_strtab_flags): Set to SHF_STRINGS for Solaris
1457 targets.
1458 (elf_backend_set_special_section_info_and_link): Define for
1459 Solaris targets.
1460 * elf32-sparc.c: Likewise.
1461 * elf64-x86-64.c: Likewise.
1462
2df3368d
L
14632016-04-11 H.J. Lu <hongjiu.lu@intel.com>
1464
1465 PR ld/19939
1466 * elf-bfd.h (_bfd_elf_allocate_ifunc_dyn_relocs): Add a pointer
1467 to bfd_boolean.
1468 * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Updated.
1469 Set *readonly_dynrelocs_against_ifunc_p to TRUE if dynamic reloc
1470 applies to read-only section.
1471 * elf32-i386.c (elf_i386_link_hash_table): Add
1472 readonly_dynrelocs_against_ifunc.
1473 (elf_i386_allocate_dynrelocs): Updated.
1474 (elf_i386_size_dynamic_sections): Issue an error for read-only
1475 segment with dynamic IFUNC relocations only if
1476 readonly_dynrelocs_against_ifunc is TRUE.
1477 * elf64-x86-64.c (elf_x86_64_link_hash_table): Add
1478 readonly_dynrelocs_against_ifunc.
1479 (elf_x86_64_allocate_dynrelocs): Updated.
1480 (elf_x86_64_size_dynamic_sections): Issue an error for read-only
1481 segment with dynamic IFUNC relocations only if
1482 readonly_dynrelocs_against_ifunc is TRUE.
1483 * elfnn-aarch64.c (elfNN_aarch64_allocate_ifunc_dynrelocs):
1484 Updated.
1485
15dd01b1
TP
14862016-04-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
1487
1488 * elf32-arm.c (elf32_arm_size_stubs): Move error_ret_free_local to be
1489 a fall through from error_ret_free_internal. Free local_syms in
1490 error_ret_free_local if allocated from bfd_elf_get_elf_syms ().
1491
1e5885b7
CZ
14922016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
1493
1494 * elf32-arc.c (plt_do_relocs_for_symbol): Changed.
1495 (relocate_plt_for_entry): Likewise.
1496
b3aee839
CZ
14972016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
1498
1499 * elf32-arc.c (elf_arc_check_relocs): Changed
1500
094fb063
CZ
15012016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
1502
1503 * elf32-arc.c (name_for_global_symbol): Changed assert.
1504 (get_replace_function): Created.:
1505 (struct arc_relocation_data): Changed to signed types.
1506 (defines S, L, P, PDATA): Casted to signed type.
1507 (defines SECTSTART, _SDA_BASE_, TLS_REL): Likewise.
1508 (PRINT_DEBUG_RELOC_INFO_BEFORE): Changed.
1509 (arc_do_relocation): Changed.
1510
94e5c971
CZ
15112016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
1512
1513 * elf32-arc.c (name_for_global_symbol): Added assert to check for
1514 symbol index.
1515 (elf_arc_relocate_section): Added and changed asserts, validating
1516 the synamic symbol index.
1517 (elf_arc_finish_dynamic_symbol): Do not fill the dynamic
1518 relocation if symbol has dynindx set to -1.
1519
1f599d0e
MR
15202016-04-05 Maciej W. Rozycki <macro@imgtec.com>
1521
1522 * elflink.c (elf_link_add_object_symbols): Always turn hidden
1523 and internal symbols which have a dynamic index into local
1524 ones.
1525
67f101ee
NC
15262016-04-04 Nick Clifton <nickc@redhat.com>
1527
1528 PR 19872
1529 * dwarf2.c (parse_comp_unit): Skip warning about unrecognised
1530 version number if the version is zero.
1531
7b15fa7a
AM
15322016-04-01 Alan Modra <amodra@gmail.com>
1533
1534 PR 19886
1535 * elflink.c (on_needed_list): Recursively check needed status.
1536 (elf_link_add_object_symbols): Adjust.
1537
024ea11b
SKS
15382016-03-30 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1539
1540 * elf32-avr.c (avr_elf32_load_records_from_section): Free
1541 internal_relocs only if they aren't cached.
1542
ed3056eb
NC
15432016-03-29 Nick Clifton <nickc@redhat.com>
1544
1545 PR 17334
1546 * elf32-bfin.c (elf32_bfinfdpic_finish_dynamic_sections): Relax
1547 assertion on the size of the got section to allow it to be bigger
1548 than the number of relocs.
1549
e2b4fc91
TS
15502016-03-29 Toni Spets <toni.spets@iki.fi>
1551
1552 PR 19878
1553 * coffcode.h (coff_write_object_contents): Revert accidental
1554 2014-11-10 change.
1555
a97fbc7e
AM
15562016-03-22 Alan Modra <amodra@gmail.com>
1557
1558 PR 19850
1559 * dwarf2.c (read_attribute_value): Skip info_ptr check for
1560 DW_FORM_flag_present.
1561
9780e045
NC
15622016-03-22 Nick Clifton <nickc@redhat.com>
1563
96254e5c
NC
1564 * cpu-v850_rh850.c (arch_info_struct): Restore v850-rh850 as an
1565 architecture name for backwards compatibility.
1566
7769fa97
NC
1567 * peXXigen.c (_bfd_XXi_write_codeview_record): Fix possible
1568 unbounded stack use.
1569
9780e045
NC
1570 * warning.m4 (GCC_WARN_CFLAGS): Only add -Wstack-usage if using a
1571 sufficiently recent version of GCC.
1572 * configure: Regenerate.
1573
6f4c0a42
AM
15742016-03-22 Alan Modra <amodra@gmail.com>
1575
1576 PR 19851
1577 * plugin.c (try_load_plugin): Avoid -Wstack-usage warning.
1578
8699fc3e
AB
15792016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
1580
1581 * archures.c (bfd_mach_arc_nps400): Define.
1582 * bfd-in2.h: Regenerate.
1583 * cpu-arc.c (arch_info_struct): New entry for nps400, renumber
1584 some existing entries to make space.
1585 * elf32-arc.c (arc_elf_object_p): Add nps400 case.
1586 (arc_elf_final_write_processing): Likewise.
1587
a9522a21
AB
15882016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
1589
1590 * elf32-arc.c (arc_elf_print_private_bfd_data): Remove use of
1591 EF_ARC_CPU_GENERIC.
1592 (arc_elf_final_write_processing): Don't bother setting cpu field
1593 in e_flags, this will have been set elsewhere.
1594
c0334580
AB
15952016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
1596
1597 * elf32-arc.c (arc_elf_final_write_processing): Switch to using
1598 EF_ARC_MACH_MSK.
1599
e1fa0163
NC
16002016-03-21 Nick Clifton <nickc@redhat.com>
1601
1602 * warning.m4 (GCC_WARN_CFLAGS): Add -Wstack-usage=262144
1603 * configure: Regenerate.
1604 * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Replace use of
1605 alloca with call to xmalloc.
1606 * elf32-nds32.c: Likewise.
1607 * elf64-hppa.c: Likewise.
1608 * elfxx-mips.c: Likewise.
1609 * pef.c: Likewise.
1610 * pei-x86_64.c: Likewise.
1611 * som.c: Likewise.
1612 * xsym.c: Likewise.
1613
4e0c91e4
L
16142016-03-15 H.J. Lu <hongjiu.lu@intel.com>
1615
1616 PR ld/19827
1617 * elf32-i386.c (elf_i386_check_relocs): Bind defined symbol
1618 locally in PIE.
1619 (elf_i386_relocate_section): Likewise.
1620 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
1621 (elf_x86_64_relocate_section): Likewise.
1622
4c10bbaa
L
16232016-03-15 H.J. Lu <hongjiu.lu@intel.com>
1624
1625 PR ld/19807
1626 * elf64-x86-64.c (elf_x86_64_relocate_section): Check
1627 no_reloc_overflow_check to diable R_X86_64_32/R_X86_64_32S
1628 relocation overflow check.
1629
fbe48798
L
16302016-03-14 H.J. Lu <hongjiu.lu@intel.com>
1631
1632 * bfd-in2.h: Regenerated.
1633
37b01f6a
DG
16342016-03-11 Dan Gissel <dgisselq@ieee.org>
1635
1636 PR 19713
1637 * elf.c (_bfd_elf_section_offset): Ensure that the returned offset
1638 uses bytes not octets.
1639 * elflink.c (resolve_section): Likewise.
1640 Add a bfd parameter.
1641 (eval_section): Pass the input_bfd to resolve_section.
1642 (bfd_elf_perform_complex_relocation): Convert byte offset to
1643 octets before read and writing values.
1644 (elf_link_input_bfd): Add byte to octet conversions.
1645 (elf_reloc_link_order): Likewise.
1646 (elf_fixup_link_order): Likewise.
1647 (bfd_elf_final_link): Likewise.
1648 * reloc.c (_bfd_final_link_relocate): Likewise.
1649 * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
1650
3ed4ff97
NC
16512016-03-10 Nick Clifton <nickc@redhat.com>
1652
1653 * config.bfd: Mark the i370 target as obsolete.
1654
4b05e0a7
PA
16552016-03-09 Pedro Alves <palves@redhat.com>
1656
1657 * cpu-v850.c (N): Append ":old-gcc-abi" instead of " (using old
1658 gcc ABI)" to printable name.
1659 * cpu-v850_rh850.c (bfd_v850_rh850_arch): Use "v850:rh850" instead
1660 of "v850-rh850" as printable name.
1661
26c62da0
LW
16622016-03-09 Leon Winter <winter-gcc@bfw-online.de>
1663
1664 PR ld/19623
1665 * cofflink.c (_bfd_coff_generic_relocate_section): Do not apply
1666 relocations against absolute symbols.
1667
03ee8583
AM
16682016-03-09 Alan Modra <amodra@gmail.com>
1669
1670 PR binutils/19775
1671 * coff-alpha.c (alpha_ecoff_openr_next_archived_file): Allow zero
1672 length elements in the archive.
1673
9c1d7a08
L
16742016-03-08 H.J. Lu <hongjiu.lu@intel.com>
1675
1676 PR ld/19789
1677 * elflink.c (elf_link_add_object_symbols): Create dynamic sections
1678 for -E/--dynamic-list only when not relocatable.
1679
d1ed1c7d
L
16802016-03-08 H.J. Lu <hongjiu.lu@intel.com>
1681
1682 PR ld/19784
1683 * elf32-i386.c (elf_i386_check_relocs): Increment PLT reference
1684 count for locally defined local IFUNC symbols in shared object.
1685 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
1686
202ac193
L
16872016-03-08 H.J. Lu <hongjiu.lu@intel.com>
1688
1689 PR ld/19579
1690 * elflink.c (_bfd_elf_merge_symbol): Group common symbol checking
1691 together.
1692
72f3b6aa
CZ
16932016-03-08 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
1694 Andrew Burgess <andrew.burgess@embecosm.com>
1695
1696 * elf32-arc.c (arc_bfd_get_32): Becomes an alias for bfd_get_32.
1697 (arc_bfd_put_32): Becomes an alias for bfd_put_32.
1698 (arc_elf_howto_init): Added assert to validate relocations.
1699 (get_middle_endian_relocation): Delete.
1700 (middle_endian_convert): New function.
1701 (ME): Redefine, now does nothing.
1702 (IS_ME): New define.
1703 (arc_do_relocation): Extend the attached 'ARC_RELOC_HOWTO'
1704 definition to call middle_endian_convert. Add a new local
1705 variable and make use of this throughout. Added call to
1706 arc_bfd_get_8 and arc_bfd_put_8 for 8 bit relocations.
1707
4fc87424
NC
17082016-03-07 Nick Clifton <nickc@redhat.com>
1709
1710 PR binutils/19775
1711 * archive.c (bfd_generic_openr_next_archived_file): Allow zero
1712 length elements in the archive.
1713
18f822a0
JW
17142016-03-07 Jiong Wang <jiong.wang@arm.com>
1715
1716 * elfnn-aarch64.c (elfNN_aarch64_check_relocs): Always create .got
1717 section if the symbol "_GLOBAL_OFFSET_TABLE_" is referenced.
1718
07492f66
L
17192016-03-04 H.J. Lu <hongjiu.lu@intel.com>
1720
1721 PR ld/19579
1722 * elflink.c (_bfd_elf_merge_symbol): Treat common symbol in
1723 executable as definition if the new definition comes from a
1724 shared library.
1725
70a5df4f
AM
17262016-03-02 Alan Modra <amodra@gmail.com>
1727
1728 * Makefile.in: Regenerate.
1729 * po/SRC-POTFILES.in: Regenerate.
1730
841fdfcd
CZ
17312016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
1732
1733 * elf32-arc.c (elf_arc_relocate_section): Added rules to fix the
1734 relocation addend when sections get merged.
1735
7e458899
CZ
17362016-02-29 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
1737
1738 * elf32-arc.c (arc_elf_final_write_processing): Add condition to
1739 the flag change.
1740 (elf_arc_relocate_section): Fixes and conditions to support PIE.
1741 Assert for code sections dynamic relocs.
1742
c5e3a364
RL
17432016-02-26 Renlin Li <renlin.li@arm.com>
1744
1745 * elfnn-aarch64.c (elfNN_aarch64_howto_table): Fix signed overflow
1746 check for MOVW_SABS_G0, MOVW_SABS_G1, MOVW_SABS_G2.
1747
bae420ef
L
17482016-02-26 H.J. Lu <hongjiu.lu@intel.com>
1749
1750 PR ld/19609
1751 * elf32-i386.c (elf_i386_convert_load): Convert to R_386_32 for
1752 load with locally bound symbols if PIC is false or there is no
1753 base register. Optimize branch to 0 if PIC is false.
1754 (elf_i386_relocate_section): Don't generate dynamic relocations
1755 against undefined weak symbols if PIC is false.
1756 * elf64-x86-64.c (elf_x86_64_convert_load): Disable optimization
1757 if we can't estimate relocation overflow with --no-relax.
1758 Convert to R_X86_64_32S/R_X86_64_32 for load with locally bound
1759 symbols if PIC is false. Optimize branch to 0 if PIC is false.
1760 (elf_x86_64_relocate_section): Don't generate dynamic relocations
1761 against undefined weak symbols if PIC is false.
1762
11e5f1ec
L
17632016-02-26 H.J. Lu <hongjiu.lu@intel.com>
1764
1765 PR ld/19645
1766 * bfd.c (bfd): Change flags to 20 bits.
1767 (BFD_CONVERT_ELF_COMMON): New.
1768 (BFD_USE_ELF_STT_COMMON): Likewise.
1769 (BFD_FLAGS_SAVED): Add BFD_CONVERT_ELF_COMMON and
1770 BFD_USE_ELF_STT_COMMON.
1771 (BFD_FLAGS_FOR_BFD_USE_MASK): Likewise.
1772 * configure.ac: Remove --enable-elf-stt-common.
1773 * elf.c (swap_out_syms): Choose STT_COMMON or STT_OBJECT for
1774 common symbol depending on BFD_CONVERT_ELF_COMMON and
1775 BFD_USE_ELF_STT_COMMON.
1776 * elfcode.h (elf_slurp_symbol_table): Set BSF_ELF_COMMON for
1777 STT_COMMON.
1778 * elflink.c (bfd_elf_link_mark_dynamic_symbol): Also check
1779 STT_COMMON.
1780 (elf_link_convert_common_type): New function.
1781 (elf_link_output_extsym): Choose STT_COMMON or STT_OBJECT for
1782 common symbol depending on BFD_CONVERT_ELF_COMMON and
1783 BFD_USE_ELF_STT_COMMON. Set sym.st_info after sym.st_shndx.
1784 * elfxx-target.h (TARGET_BIG_SYM): Add BFD_CONVERT_ELF_COMMON
1785 and BFD_USE_ELF_STT_COMMON to object_flags.
1786 (TARGET_LITTLE_SYM): Likewise.
1787 * syms.c (BSF_KEEP_G): Renamed to ...
1788 (BSF_ELF_COMMON): This.
1789 * bfd-in2.h: Regenerated.
1790 * config.in: Likewise.
1791 * configure: Likewise.
1792
aec6b87e
L
17932016-02-26 H.J. Lu <hongjiu.lu@intel.com>
1794
1795 PR ld/19636
1796 PR ld/19704
1797 PR ld/19719
1798 * elf32-i386.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): New.
1799 (elf_i386_link_hash_entry): Add has_got_reloc and
1800 has_non_got_reloc.
1801 (elf_i386_link_hash_table): Add interp.
1802 (elf_i386_link_hash_newfunc): Initialize has_got_reloc and
1803 has_non_got_reloc.
1804 (elf_i386_copy_indirect_symbol): Copy has_got_reloc and
1805 has_non_got_reloc.
1806 (elf_i386_check_relocs): Set has_got_reloc and has_non_got_reloc.
1807 (elf_i386_fixup_symbol): New function.
1808 (elf_i386_pie_finish_undefweak_symbol): Likewise.
1809 (elf_i386_allocate_dynrelocs): Don't allocate space for dynamic
1810 relocations and discard relocations against resolved undefined
1811 weak symbols in executable. Don't make resolved undefined weak
1812 symbols in executable dynamic. Keep dynamic non-GOT/non-PLT
1813 relocation against undefined weak symbols in PIE.
1814 (elf_i386_size_dynamic_sections): Set interp to .interp section.
1815 (elf_i386_relocate_section): Don't generate dynamic relocations
1816 against resolved undefined weak symbols in PIE, except for
1817 R_386_PC32.
1818 (elf_i386_finish_dynamic_symbol): Keep PLT/GOT entries without
1819 dynamic PLT/GOT relocations for resolved undefined weak symbols.
1820 Don't generate dynamic relocation against resolved undefined weak
1821 symbol in executable.
1822 (elf_i386_finish_dynamic_sections): Call
1823 elf_i386_pie_finish_undefweak_symbol on all symbols in PIE.
1824 (elf_backend_fixup_symbol): New.
1825 * elf64-x86-64.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): New.
1826 (elf_x86_64_link_hash_entry): Add has_got_reloc and
1827 has_non_got_reloc.
1828 (elf_x86_64_link_hash_table): Add interp.
1829 (elf_x86_64_link_hash_newfunc): Initialize has_got_reloc and
1830 has_non_got_reloc.
1831 (elf_x86_64_copy_indirect_symbol): Copy has_got_reloc and
1832 has_non_got_reloc.
1833 (elf_x86_64_check_relocs): Set has_got_reloc and
1834 has_non_got_reloc.
1835 (elf_x86_64_fixup_symbol): New function.
1836 (elf_x86_64_pie_finish_undefweak_symbol): Likewise.
1837 (elf_x86_64_allocate_dynrelocs): Don't allocate space for dynamic
1838 relocations and discard relocations against resolved undefined
1839 weak symbols in executable. Don't make resolved undefined weak
1840 symbols in executable dynamic.
1841 (elf_x86_64_size_dynamic_sections): Set interp to .interp section.
1842 (elf_x86_64_relocate_section): Check relocation overflow for
1843 dynamic relocations against unresolved weak undefined symbols.
1844 Don't generate dynamic relocations against resolved weak
1845 undefined symbols in PIE.
1846 (elf_x86_64_finish_dynamic_symbol): Keep PLT/GOT entries without
1847 dynamic PLT/GOT relocations for resolved undefined weak symbols.
1848 Don't generate dynamic relocation against resolved undefined weak
1849 symbol in executable.
1850 (elf_x86_64_finish_dynamic_sections): Call
1851 elf_x86_64_pie_finish_undefweak_symbol on all symbols in PIE.
1852 (elf_backend_fixup_symbol): New.
1853
b32547cd
AM
18542016-02-26 Alan Modra <amodra@gmail.com>
1855
1856 * elf64-ppc.c (create_linkage_sections): Create sfpr when
1857 save_restore_funcs, rest of sections when not relocatable.
1858 (ppc64_elf_init_stub_bfd): Always call create_linkage_sections.
1859 (sfpr_define): Define all symbols on emitted code.
1860 (ppc64_elf_func_desc_adjust): Adjust for sfpr now being created
1861 when relocatable. Move sfpr_define loop earlier.
1862
ef77d6af
L
18632016-02-24 H.J. Lu <hongjiu.lu@intel.com>
1864
1865 * elf64-x86-64.c (elf_x86_64_need_pic): New function.
1866 (elf_x86_64_relocate_section): Use it. Replace
1867 x86_64_elf_howto_table[r_type] with howto.
1868
0f550b3d
L
18692016-02-24 H.J. Lu <hongjiu.lu@intel.com>
1870
1871 PR ld/19698
1872 * elflink.c (bfd_elf_record_link_assignment): Set versioned if
1873 symbol version is unknown.
1874
13f42277
L
18752016-02-24 H.J. Lu <hongjiu.lu@intel.com>
1876
1877 * elf32-i386.c (elf_i386_allocate_dynrelocs): Set plt_got.offset
1878 to (bfd_vma) -1 when setting needs_plt to 0.
1879 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise.
1880
6b3b0ab8
L
18812016-02-23 H.J. Lu <hongjiu.lu@intel.com>
1882
1883 * elflink.c (bfd_elf_record_link_assignment): Check for shared
1884 library, instead of PIC, and don't check PDE when making linker
1885 assigned symbol dynamic.
1886
17733f5b
FS
18872016-02-23 Faraz Shahbazker <faraz.shahbazker@imgtec.com>
1888
1889 * bfd/elfxx-mips.c (_bfd_mips_post_process_headers): Increment
1890 ABIVERSION for non-executable stack.
1891
47993b4a
RF
18922016-02-23 Rich Felker <bugdal@aerifal.cx>
1893
1894 PR target/19516
1895 * elf32-microblaze.c (microblaze_elf_finish_dynamic_symbol):
1896 Always produce a RELATIVE reloc for a local symbol.
1897
2d8dcb81
HPN
18982016-02-23 Hans-Peter Nilsson <hp@axis.com>
1899
1900 Fix test-case ld-elf/pr19617b
1901 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
1902 discard unused non-function symbols when --dynamic-list-data.
1903
1a6e6083
L
19042016-02-22 H.J. Lu <hongjiu.lu@intel.com>
1905
1906 * elflink.c (_bfd_elf_link_renumber_dynsyms): Always create the
1907 dynsym section, even if it is empty, with dynamic sections.
1908
75c1920b
L
19092016-02-22 H.J. Lu <hongjiu.lu@intel.com>
1910
1911 * syms.c: Remove BSF_COMMON from comments.
1912 * bfd-in2.h: Regenerated.
1913
9a228467
JW
19142016-02-22 Jiong Wang <jiong.wang@arm.com>
1915
1916 * elfnn-aarch64. (aarch64_type_of_stub): Remove redundation calcuation
1917 for destination. Remove useless function parameters.
1918 (elfNN_aarch64_size_stubs): Update parameters for aarch64_type_of_stub.
1919
73768414
NC
19202016-02-19 Nick Clifton <nickc@redhat.com>
1921
e517df3d
NC
1922 PR ld/19629
1923 * aoutx.h (aout_link_add_symbols): Check for out of range string
1924 table offsets.
1925
73768414
NC
1926 PR ld/19628
1927 * reloc.c (bfd_generic_get_relocated_section_contents): Stop
1928 processing if we encounter a reloc without an associated symbol.
1929
bf89386a
L
19302016-02-18 H.J. Lu <hongjiu.lu@intel.com>
1931
1932 PR ld/19617
1933 * elflink.c (elf_link_add_object_symbols): Always create dynamic
1934 sections for -E/--dynamic-list.
1935
8f79b794
L
19362016-02-17 H.J. Lu <hongjiu.lu@intel.com>
1937
1938 * elf64-x86-64.c (elf_backend_omit_section_dynsym): New. Defined
1939 to bfd_true.
1940
64bfc258
JM
19412016-02-16 Joseph Myers <joseph@codesourcery.com>
1942
1943 * plugin.c (plugin_vec): Set match priority to 255.
1944 * format.c (bfd_check_format_matches) [BFD_SUPPORTS_PLUGINS]: When
1945 matching against the plugin vector, take priority from there not
1946 from TEMP.
1947
9fb71ee4
NC
19482016-02-15 Nick Clifton <nickc@redhat.com>
1949
1950 * elf-bfd.h (struct bfd_elf_special_section): Use unsigned values
1951 for length and type fields. Use a signed value for the
1952 suffix_length field.
1953
32875eb1
L
19542016-02-10 H.J. Lu <hongjiu.lu@intel.com>
1955
1956 PR ld/19601
1957 * elf32-i386.c (elf_i386_relocate_section): Mask off the least
1958 significant bit in GOT offset for R_386_GOT32X.
1959
83da6e74
NC
19602016-02-10 Nick Clifton <nickc@redhat.com>
1961
1962 PR 19405
1963 * elf32-nios2.c (nios2_elf32_install_imm16): Allow for signed
1964 immediate values.
1965 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Limit the
1966 number of messages about FDE encoding preventing .eh_frame_hdr
1967 generation.
1968
027e9c75
NC
19692016-02-09 Nick Clifton <nickc@redhat.com>
1970
609332f1
NC
1971 * oasys.c (oasys_archive_p): Fix indentation.
1972 * elf32-nds32.c (nds32_elf_relax_section): Use an unsigned
1973 constant for left shifting.
1974
027e9c75
NC
1975 * elfnn-aarch64.c (elfNN_aarch64_relocate_section): Add a more
1976 helpful warning message to explain why certain AArch64 relocs
1977 might overflow.
1978
6f57d046
SM
19792016-02-05 Simon Marchi <simon.marchi@ericsson.com>
1980
1981 * pe-mips.c (coff_mips_reloc): Fix formatting.
1982
bdbca4e6
CM
19832016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
1984
1985 * cpu-arc.c: Change default archure from bfd_mach_arc_arcv2
1986 to bfd_mach_arc_arc600.
1987
4f038ee5
AM
19882016-02-04 Alan Modra <amodra@gmail.com>
1989
1990 * elf64-ppc.c (ppc64_elf_relocate_section): Adjust last patch
1991 for big-endian.
1992
4a539596
L
19932016-02-02 H.J. Lu <hongjiu.lu@intel.com>
1994
1995 PR ld/19542
1996 * elf64-x86-64.c (elf_x86_64_convert_load): Store the estimated
fb06f1c0 1997 distances in the compressed_size field of the output section.
4a539596 1998
85fabe71
AM
19992016-02-02 Alan Modra <amodra@gmail.com>
2000
2001 * elf64-ppc.c (ppc64_elf_relocate_section): Further restrict
2002 ELFv2 entry optimization.
2003
14f2c699
L
20042016-02-02 H.J. Lu <hongjiu.lu@intel.com>
2005
2006 PR binutils/19547
2007 * elf.c (assign_section_numbers): Clear HAS_RELOC if there are
2008 no relocations in relocatable files.
2009
aef28989
L
20102016-02-01 H.J. Lu <hongjiu.lu@intel.com>
2011
2012 PR ld/19553
2013 * elflink.c (elf_link_add_object_symbols): Don't add DT_NEEDED
2014 if a symbol from a library loaded via DT_NEEDED doesn't match
2015 the symbol referenced by regular object.
2016
655ed9ea
NS
20172016-02-01 Nathaniel Smith <njs@pobox.com>
2018
2019 * peicode.h (pe_ILF_build_a_bfd): Create an import symbol for both
2020 CODE and DATA.
2021
ec1f73bb
AM
20222016-02-01 Alan Modra <amodra@gmail.com>
2023
2024 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Don't abort on
2025 an out of range reloc_index.
2026 * elf32-i386.c (elf_i386_get_plt_sym_val): Likewise.
2027
b6471e6e
KR
20282016-02-01 Kamil Rytarowski <n54@gmx.com>
2029
2030 * Makefile.am (OPTIONAL_BACKENDS): Add netbsd-core.lo.
2031 (OPTIONAL_BACKENDS_CFILES): Add netbsd-core.c.
2032 * Makefile.in: Regenerated.
2033
0bc7245a
JK
20342016-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2035
2036 * elf64-s390.c (elf_s390_reloc_name_lookup): Fix indentation.
2037
6d4b2867
JDA
20382016-01-31 John David Anglin <danglin@gcc.gnu.org>
2039
2040 PR ld/19526
2041 * elf32-hppa.c (elf32_hppa_final_link): Don't sort non-regular output
2042 files.
2043 * elf64-hppa.c (elf32_hppa_final_link): Likewise. Remove retval.
2044
d9e3b590
L
20452016-01-30 H.J. Lu <hongjiu.lu@intel.com>
2046
2047 PR ld/19539
2048 * elf32-i386.c (elf_i386_reloc_type_class): Check relocation
2049 against STT_GNU_IFUNC symbol only with dynamic symbols.
2050 * elf64-x86-64.c (elf_x86_64_reloc_type_class): Likewise.
2051
bf150a0b
L
20522016-01-28 H.J. Lu <hongjiu.lu@intel.com>
2053
2054 PR binutils/19523
2055 * dwarf2.c (_bfd_dwarf2_slurp_debug_info): Set BFD_DECOMPRESS to
2056 decompress debug sections.
2057
840855c5
MR
20582016-01-25 Maciej W. Rozycki <macro@imgtec.com>
2059
2060 * elf32-arc.c (elf_arc_finish_dynamic_symbol): Rename `index' to
2061 `dynindx'.
2062
cf466c2a
NC
20632016-01-25 Nick Clifton <nickc@redhat.com>
2064
2065 PR target/19435
2066 * mach-o.c (bfd_mach_o_close_and_cleanup): Suppress code to free
2067 dsym filename buffer.
2068
eb6b0cf4
MR
20692016-01-24 Maciej W. Rozycki <macro@imgtec.com>
2070
2071 * elfxx-mips.c (BZ16_REG_FIELD): Simplify calculation.
2072
e67f83e5
MR
20732016-01-24 Maciej W. Rozycki <macro@imgtec.com>
2074
2075 * elfxx-mips.c (BZ16_REG): Correct calculation.
2076
23a42089
NC
20772016-01-21 Nick Clifton <nickc@redhat.com>
2078
2079 * elf32-arc.c (ADD_RELA): Fix compile time warning errors by
2080 changing the type of _loc to be bfd_byte *.
2081 (elf_arc_finish_dynamic_symbol): Likewise.
2082
aebf9be7
NC
20832016-01-21 Nick Clifton <nickc@redhat.com>
2084
2085 PR ld/19455
2086 * elf32-arm.c (elf32_arm_create_dynamic_sections): Set the ELF
2087 class of the linker stub bfd.
2088 (elf32_arm_check_relocs): Skip check for pic format after
2089 processing a vxWorks R_ARM_ABS12 reloc.
2090 * elflink.c (bfd_elf_final_link): Check for ELFCLASSNONE when
2091 reporting a class mismatch.
2092
2f340668
JW
20932016-01-21 Jiong Wang <jiong.wang@arm.com>
2094
2095 * elfnn-aarch64.c (aarch64_type_of_stub): Allow insert long branch
2096 veneer for sym_sec != input_sec.
2097 (elfNN_aarch64_size_stub): Support STT_SECTION symbol.
2098 (elfNN_aarch64_final_link_relocate): Take rela addend into account when
2099 calculation destination.
2100
aeb70569
AM
21012016-01-21 Alan Modra <amodra@gmail.com>
2102
2103 * elf-linux-core.h (swap_linux_prpsinfo32_out): New function.
2104 (swap_linux_prpsinfo64_out): New function.
2105 (LINUX_PRPSINFO32_SWAP_FIELDS): Delete.
2106 (LINUX_PRPSINFO64_SWAP_FIELDS): Delete.
2107 * elf.c (elfcore_write_linux_prpsinfo32): Adjust. Don't memset.
2108 (elfcore_write_linux_prpsinfo64): Likewise.
2109 * elf32-ppc.c (swap_ppc_linux_prpsinfo32_out): New function.
2110 (PPC_LINUX_PRPSINFO32_SWAP_FIELDS): Delete.
2111 (elfcore_write_ppc_linux_prpsinfo32): Adjust. Don't memset.
2112
de64ce13
AM
21132016-01-21 Alan Modra <amodra@gmail.com>
2114
2115 * elf-linux-core.h: Rename from elf-linux-psinfo.h.
2116 * elf.c: Adjust #include.
2117 * elf32-ppc.c: Don't #include elf-linux-psinfo.h
2118 * Makefile.am (SOURCE_HFILES): Update.
2119 * Makefile.in: Regenerate.
2120 * po/SRC-PORFILES.in: Regenerate.
2121
c603b11b
AM
21222016-01-21 Alan Modra <amodra@gmail.com>
2123
2124 * configure.ac: Move corefile selection later in file. Move
2125 tdefaults code immediately after other target vector code.
2126 * configure: Regenerate.
2127
91f68a68
MG
21282016-01-20 Mickael Guene <mickael.guene@st.com>
2129
2130 * elf32-arm.c (elf32_arm_special_sections): Remove catch of noread
2131 section using '.text.noread' pattern.
2132
5b2c414d
JB
21332016-01-19 John Baldwin <jhb@FreeBSD.org>
2134
2135 * elf.c (elfcore_grok_note): Recognize NT_FREEBSD_THRMISC notes.
2136
34e967a5
MC
21372016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
2138 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
2139
2140 * arc-plt.def: New file.
2141 * arc-plt.h: Likewise.
2142 * elf32-arc.c (elf_arc_abs_plt0_entry, elf_arc_abs_pltn_entry,
2143 elf_arcV2_abs_plt0_entry, elf_arcV2_abs_pltn_entry,
2144 elf_arc_pic_plt0_entry, elf_arc_pic_pltn_entry,
2145 elf_arcV2_pic_plt0_entry, elf_arcV2_pic_pltn_entry): Remove.
2146 (name_for_global_symbol): Added.
2147 (ADD_RELA): Helper to create dynamic relocs.
2148 (new_got_entry_to_list): Create a new got entry in linked list.
2149 (symbol_has_entry_of_type): Search for specific type of entry in
2150 list.
2151 (is_reloc_for_GOT): return FALSE for any TLS related relocs.
2152 (is_reloc_for_TLS, arc_elf_set_private_flags)
2153 (arc_elf_print_private_bfd_data, arc_elf_copy_private_bfd_data)
2154 (arc_elf_merge_private_bfd_data): New functions.
2155 (debug_arc_reloc): Cleaned debug info printing.
2156 (PDATA reloc): Changed not to perform address alignment.
2157 (reverse_me): Added. Fix for ARC_32 relocs.
2158 (arc_do_relocation): Return bfd_reloc_of when no relocation should
2159 occur.
2160 (arc_get_local_got_ents): Renamed from arc_get_local_got_offsets.
2161 Changed function to access an array of list of GOT entries instead
2162 of just an array of offsets.
2163 (elf_arc_relocate_section): Added support for PIC and TLS related relocations.
2164 (elf_arc_check_relocs): Likewise.
2165 (elf_arc_adjust_dynamic_symbol, elf_arc_finish_dynamic_symbol,
2166 (elf_arc_finish_dynamic_sections): Likewise
2167 (arc_create_dynamic_sections): Modified conditions to create
2168 dynamic sections.
2169 (ADD_SYMBOL_REF_SEC_AND_RELOC): New macro.
2170 (plt_do_relocs_for_symbol, relocate_plt_for_symbol)
2171 (relocate_plt_for_entry): Changed to support new way to define PLT
2172 related code.
2173 (add_symbol_to_plt): Likewise.
2174 (arc_elf_link_hash_table_create): New function.
2175
9ae678af
NC
21762016-01-18 Nick Clifton <nickc@redhat.com>
2177
2178 PR ld/19440
2179 * coff-rs6000.c (_bfd_xcoff_swap_sym_in): Sign extend external
2180 section number into internal section number.
2181 * coff64-rs6000.c (_bfd_xcoff64_swap_sym_in): Likewise.
2182 * coffswap.h (coff_swap_sym_in): Likewise.
2183 * peXXigen.c (_bfd_XXi_swap_sym_in): Likewise.
2184 * coffcode.h (_coff_bigobj_swap_sym_in): Make sure that internal
2185 section number field is big enough to hold the external value.
2186
5c14705f
AM
21872016-01-17 Alan Modra <amodra@gmail.com>
2188
2189 * configure: Regenerate.
2190
ac06903d
YU
21912016-01-12 Yury Usishchev <y.usishchev@samsung.com>
2192
2193 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Insert cantunwind
2194 when address in first unwind entry does not match start of
2195 section.
2196
109575d7
JW
21972016-01-08 Richard Sandiford <richard.sandiford@arm.com>
2198 Jiong Wang <jiong.wang@arm.com>
2199
2200 PR ld/19368
2201 * elf32-arm.c (elf32_arm_reloc_type_class): Map R_ARM_IRELATIVE to
2202 reloc_class_ifunc.
2203
b05a65d0
AB
22042016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2205
2206 * elf32-arc.c (reloc_type_to_name): Change ARC_RELOC_HOWTO to
2207 place 'R_' before the reloc name returned.
2208 (elf_arc_howto_table): Change ARC_RELOC_HOWTO to place 'R_' before
2209 the relocation string.
2210
a3dc0a7f
MR
22112016-01-04 Maciej W. Rozycki <macro@imgtec.com>
2212
2213 * elfxx-mips.c (mips_elf_merge_obj_abiflags): New function,
2214 factored out from...
2215 (_bfd_mips_elf_merge_private_bfd_data): ... here.
2216
d537eeb5
MR
22172016-01-04 Maciej W. Rozycki <macro@imgtec.com>
2218
2219 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Move
2220 attribute check after ELF file header flag check.
2221
43d223b5
MR
22222016-01-04 Maciej W. Rozycki <macro@imgtec.com>
2223
2224 * elfxx-mips.c (mips_elf_merge_obj_attributes): Propagate the
2225 return status from `_bfd_elf_merge_object_attributes'.
2226
b2e9744f
MR
22272016-01-04 Maciej W. Rozycki <macro@imgtec.com>
2228
2229 * elfxx-mips.c (mips_elf_merge_obj_e_flags): New function,
2230 factored out from...
2231 (_bfd_mips_elf_merge_private_bfd_data): ... here.
2232
28d45e28
MR
22332016-01-04 Maciej W. Rozycki <macro@imgtec.com>
2234
2235 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Fold the
2236 handling of input MIPS ABI flags together.
2237
23ba6f18
MR
22382016-01-04 Maciej W. Rozycki <macro@imgtec.com>
2239
2240 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Suppress
2241 attribute checks for null input.
2242
cf8502c1
MR
22432016-01-04 Maciej W. Rozycki <macro@imgtec.com>
2244
2245 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Use local
2246 pointers to target data.
2247
dcb1c796
MR
22482016-01-04 Maciej W. Rozycki <macro@imgtec.com>
2249
2250 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
2251 an FP ABI warning.
2252
6f2750fe
AM
22532016-01-01 Alan Modra <amodra@gmail.com>
2254
2255 Update year range in copyright notice of all files.
2256
3499769a
AM
2257For older changes see ChangeLog-2015 and doc/ChangeLog-0415
2258\f
2259Copyright (C) 2016 Free Software Foundation, Inc.
2260
2261Copying and distribution of this file, with or without modification,
2262are permitted in any medium without royalty provided the copyright
2263notice and this notice are preserved.
2264
2265Local Variables:
2266mode: change-log
2267left-margin: 8
2268fill-column: 74
2269version-control: never
2270End: